<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: parl_match</title><link>https://news.ycombinator.com/user?id=parl_match</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 14:34:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=parl_match" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by parl_match in "The Orange Pi 6 Plus"]]></title><description><![CDATA[
<p>> If the image contains information required to bring up the device, why isn't that data shipped in firmware?<p>the firmware is usually an extremely minimal set of boot routines loaded on the SOC package itself. to save space and cost, their goal is to jump to an external program.<p>so, many reasons<p>- firmware is less modular, meaning you cant ship hardware variants without also shipping firmware updates (the boot blob contains the device tree). also raises cost (see next)<p>- requires flash, which adds to BOM. intended designs of these ultra low cost SOCs would simply ship a single emmc (which the SD card replaces)<p>- no guaranteed input device for interactive setup. they'd have to make ui variants, including for weird embedded devices (such as a transit kiosk). and who is that for? a technician who would just reimage the device anyways?<p>- firmware updates in the field add more complexity. these are often low service or automatic service devices<p>anyways if you're shipping a highly margin sensitive, mass market device (such as a set top box, which a lot of these chipsets were designed for), the product is not only the SOC but the board reference design. when you buy a pi-style product, you're usually missing out on a huge amount of normally-included ecosystem.<p>that means that you can get a SBC for cheap using mass produced merchant silicon, but the consumer experience is sub-par. after all, this wasn't designed for your use case :)</p>
]]></description><pubDate>Wed, 15 Apr 2026 05:58:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47775212</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47775212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47775212</guid></item><item><title><![CDATA[New comment by parl_match in "A communist Apple II and fourteen years of not knowing what you're testing"]]></title><description><![CDATA[
<p>> Advertisement for some company<p>quote please<p>> generously sprinkled with anti-communism<p>quote please</p>
]]></description><pubDate>Wed, 15 Apr 2026 01:14:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47773501</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47773501</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47773501</guid></item><item><title><![CDATA[New comment by parl_match in "The Orange Pi 6 Plus"]]></title><description><![CDATA[
<p>> At some point SBCs that require a custom linux image will become unacceptable, right?<p>The flash images contain information used by the bios to configure and bring up the device. It's more than just a filesystem. Just because it's not the standard consoomer "bios menu" you're used to doesn't mean it's wrong. It's just different.<p>These boards are based off of solutions not generally made available to the public. As a result, they require a small amount of technical knowledge beyond what operating a consumer PC might require.<p>So, packaging a standard arm linux install into a "custom" image is perfectly fine, to be honest.</p>
]]></description><pubDate>Tue, 14 Apr 2026 22:16:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47772181</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47772181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47772181</guid></item><item><title><![CDATA[New comment by parl_match in "DRAM pricing is killing the hobbyist SBC market"]]></title><description><![CDATA[
<p>> Yes, it's exactly how docker works if you use it for where it matters for a hobbyist<p>What you described is exactly the opposite of how it works. There is no reasonable scenario in how that is how it works. In fact, what you're saying is opposite of the whole point of containers versus using a VM.<p>> when their favorite way of doing things gets threatened<p>No, it's when someone (like you) thinks they have an absolute answer without knowing the context.<p>And by the way, in my scenario, container overhead is in the range of under a hundred MiB total . The thing I'm working on HAPPENS to require a fair amount of RAM.<p>But you confidently asserted that "1GiB machine can run a lot of server software". And that's true for many people (like you), but not true for a lot of other people (like me).<p>> most hobbyist run services will not work with a shitton of data or have to handle 1000s of parallel clients<p>neither of these are true for me but you need to take a step back and maybe stop making absolute statements about what people are doing or working on :)</p>
]]></description><pubDate>Thu, 02 Apr 2026 16:18:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47616477</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47616477</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47616477</guid></item><item><title><![CDATA[New comment by parl_match in "DRAM pricing is killing the hobbyist SBC market"]]></title><description><![CDATA[
<p>> You can just as well not run docker.<p>this is naive<p>"just as well"? lmao sure i guess i could just manually set up the environment and have differences from what im hoping to use in productio<p>> 1GiB machine can run a lot of server software,<p>this is naive<p>it really depends if you're crapping out some basic web app versus doing something that's actually complicated and has a need for higher performance than synchronous web calls :)<p>in addition, my mq pays attention to memory pressure and tunes its flow control based on that. so i have a test harness that tests both conditions to ensure that some of my backoff logic works<p>>  if RAM is not wasted on having duplicate OSes on one machine.<p>this is naive<p>that's not how docker works...</p>
]]></description><pubDate>Thu, 02 Apr 2026 02:20:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47609267</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47609267</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47609267</guid></item><item><title><![CDATA[New comment by parl_match in "DRAM pricing is killing the hobbyist SBC market"]]></title><description><![CDATA[
<p>Yes, you are crazy for thinking that. The extra ram is useful for small LLMs and also running lots of dock containers. The very low power consumption makes it ideal for a low end home server.<p>I use the 16GB SKU to host a bunch of containers and some light debugging tools, and the power usage that sips at idle will probably pay for the whole board over my previous home server, within about 5 years.</p>
]]></description><pubDate>Wed, 01 Apr 2026 22:57:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47607635</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47607635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47607635</guid></item><item><title><![CDATA[New comment by parl_match in "Using FireWire on a Raspberry Pi"]]></title><description><![CDATA[
<p>file interface*</p>
]]></description><pubDate>Tue, 31 Mar 2026 00:01:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47581169</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47581169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47581169</guid></item><item><title><![CDATA[New comment by parl_match in "Using FireWire on a Raspberry Pi"]]></title><description><![CDATA[
<p>> An Ubuntu support page says eth1394 has been removed from the kernel since version 2.6.22.<p>that doesn't really mean what you think it means, since they removed that module to replace it with a more standard module. and in addition, the presence or lack of eth1394 wouldn't affect a camera or fire interface in any meaningful way</p>
]]></description><pubDate>Mon, 30 Mar 2026 20:44:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47579488</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47579488</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47579488</guid></item><item><title><![CDATA[New comment by parl_match in "Using FireWire on a Raspberry Pi"]]></title><description><![CDATA[
<p>> Firewire support was removed from the Linux kernel<p>This is very much incorrect. Maybe the subsystem wasn't built into a custom kernel you're using?<p>edit: google says improvements through 2026, support through 2029</p>
]]></description><pubDate>Thu, 26 Mar 2026 23:44:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47537315</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47537315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47537315</guid></item><item><title><![CDATA[New comment by parl_match in "Arm AGI CPU"]]></title><description><![CDATA[
<p>> The resemblance must be a complete coincidence.<p>I don't know why so many people are willing to descend into flippant, lazy conspiracy instead of a 7 second Google search before making a claim?<p>AG1 was started in 2010 by a police officer from New Zealand and AG stands for Athletic Greens.<p>There is a fair amount of controversy around the company's claims, so I suppose that is one symmetry between AG1 and AGI.</p>
]]></description><pubDate>Tue, 24 Mar 2026 21:56:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47510012</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47510012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47510012</guid></item><item><title><![CDATA[New comment by parl_match in "OpenAI Has New Focus (on the IPO)"]]></title><description><![CDATA[
<p>Gemini does it but not in a clickbaity way. It basically asks, at the end "would you like to know more about this specific or that specific"?<p>Yes, there's some "growth hacking" bs, but prompting the user to ask more questions about details is a far distance from what oAI is doing. I agree it's all bad behavior, but in shades.</p>
]]></description><pubDate>Thu, 19 Mar 2026 00:10:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47433021</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47433021</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47433021</guid></item><item><title><![CDATA[New comment by parl_match in "Meta will shut down VR Horizon Worlds access June 15"]]></title><description><![CDATA[
<p>> many still saw the "metaverse" vision as inevitable; a clear trajectory for the future of the internet.<p>As a VR enthusiast, I beg to differ. Anyone who had spent a lot of time in the space knew that this was largely a hardware problem.<p>You need a lightweight, see-through head mounted display. It needs to be aware of local lighting conditions and does more than just room mapping, which means it needs a lot of compute power. It needs to have eye tracking (for minor perceptual angle drawing, at least), a high resolution (or light field) display. It needs to stay cool, and have a 6+ hour battery life (which is one working session). Oh, and people don't like any tethers. Or controllers. Which means extremely accurate hand tracking and integration with a keyboard/mouse. Price doesn't matter, as much as people think. AVP costs less today than a mid tier powerbook 25 years ago. But that also needs to come down.<p>Apple Vision Pro is the first VR/AR headset to come close, by the way. And even that is very far off. In fact, I'd blame that more for this shutdown than anything single other thing: it demonstrated that Meta's hardware labs were so fundamentally off for what they were trying to achieve that it basically rendered their entire investment useless.</p>
]]></description><pubDate>Wed, 18 Mar 2026 22:05:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47431983</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47431983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47431983</guid></item><item><title><![CDATA[New comment by parl_match in "Honda is killing its EVs"]]></title><description><![CDATA[
<p>I will say that I think they have failed at the goals that they stated.<p>> would it not make more sense to switch to the technology that actually is proven and actually has consumer demand for?<p>fwiw they started this policy in the 90s, and i definitely agree that they should think about alternatives</p>
]]></description><pubDate>Wed, 18 Mar 2026 20:21:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47430932</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47430932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47430932</guid></item><item><title><![CDATA[New comment by parl_match in "Honda is killing its EVs"]]></title><description><![CDATA[
<p>That's a fundamental misunderstanding of why they're going in on hydrogen so hard - it's something they can generate domestically and without geopolitical implications.<p>If there is a war with china or in the middle east, hydrogen vehicles are somewhat immune to oil or rare earth spikes.<p>They will likely never roll out hydrogen power in any large capacity <i>but the capability will be there if they need it</i></p>
]]></description><pubDate>Wed, 18 Mar 2026 02:15:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47420888</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47420888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47420888</guid></item><item><title><![CDATA[New comment by parl_match in "Honda is killing its EVs"]]></title><description><![CDATA[
<p>> I'm convinced that the Japanese government is terrified of EVs because all the small and medium-sized businesses which support the Japanese auto industry will be absolutely gutted when vehicles contain drastically fewer parts.<p>For what it's worth, this theory is blown up by hydrogen based vehicles, which Japan has gone heavily in on. Yes, slightly more parts than an EV, but not a ton. And the drivetrain is electric.</p>
]]></description><pubDate>Tue, 17 Mar 2026 21:25:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47418547</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47418547</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47418547</guid></item><item><title><![CDATA[New comment by parl_match in "Bluesky CEO Jay Graber is stepping down"]]></title><description><![CDATA[
<p>> When people talk about the pancakes/waffle thing in this context<p>That makes sense. The original meme was widespread and this is fairly niche.<p>> That seems unnecessarily hostile, especially given I was responding to this comment of yours.<p>No man, I really mean it. Maybe it's hostile, but also, people talking about this legitimately sound, I don't know... unhinged? Off?  I am flustered, because of how ridiculous this all is to me. I'm serious.<p>Like, "the CEO of blue sky said waffles to me and it was a 4d comedy dunk!" or whatever. It's like a Ralph Wiggum quote. What the fuck?<p>So, I think this topic is at its end. But really, read aloud what you wrote. Seriously, try it, you might find it grounding.</p>
]]></description><pubDate>Tue, 10 Mar 2026 05:12:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47319293</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47319293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47319293</guid></item><item><title><![CDATA[New comment by parl_match in "Bluesky CEO Jay Graber is stepping down"]]></title><description><![CDATA[
<p>> Wait what do you think “the pancakes/waffles thing” refers to? You posted 2 hours ago that you had never heard of it.<p>Quote me where I said I've never heard of the pancake/waffles thing? Of course I've heard of it, it's been around for a decade or so.<p>> I can see that how it could be confusing because there’s “the pancakes/waffles thing” where Jay wrote about about people complaining to the CEO when the moderation team doesn’t respond as being equivalent to that meme, and then there’s “the pancakes/waffles thing” where Jay started posting pictures of pancakes and waffles as some sort of… joke or dunk? I never quite got the 4D comedy chess there. It doesn’t seem like anybody is “doing the pancakes/waffles thing” in either case. Nobody is asking Jay, as CEO, to ban anyone in the thread about Jay not being the CEO anymore. And I don’t think I’ve seen anyone ironically posting metahumor pictures of pancakes. The term has become so overused that definition creep now means that it could mean “anything that might bother Jay” in this context.<p>I want you to read this out loud, to yourself. Maybe you'll feel as insane as I did when I read it.</p>
]]></description><pubDate>Mon, 09 Mar 2026 23:43:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47317349</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47317349</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47317349</guid></item><item><title><![CDATA[New comment by parl_match in "Bluesky CEO Jay Graber is stepping down"]]></title><description><![CDATA[
<p>> instead, they chose to mock their userbase<p>Doing the pancakes/waffles thing in the thread about pancakes/waffles is so fucking on the nose and demonstrates a complete lack of self awareness.<p>> They could have just reiterated their rules and left it at that; instead, they chose to mock their userbase, write them off as harassment, and banned users left and right, abusing their position in network to censor people at every layer of the protocol.<p>The more I dig into it, the more your one-sided whinging falls apart. I agree they could have handled it somewhat better, but I have very little sympathy for the terminally online bullshit that I'm seeing coming from the banned users.<p>Anyways, I feel we're apart on this issue. Feel free to have the last word if you wish.</p>
]]></description><pubDate>Mon, 09 Mar 2026 20:25:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47314958</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47314958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47314958</guid></item><item><title><![CDATA[New comment by parl_match in "Bluesky CEO Jay Graber is stepping down"]]></title><description><![CDATA[
<p>I don't like Jesse Singal's work or his political positions (he fucking sucks!), but this is hardly antagonistic except to maybe a small group of terminally online posters who take posting too seriously.<p>Although, I guess that is the audience bluesky was targeting when they first started. So I guess I understand the criticism.<p>Also, it is a very ironic demonstration of the pancakes/waffles meme. Interjecting into an unrelated topic to ask the mods to ban someone you don't like is a tradition as old as dial up BBS. So I'm glad to see the torch is being carried forward to a younger generation.</p>
]]></description><pubDate>Mon, 09 Mar 2026 20:17:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47314848</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47314848</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47314848</guid></item><item><title><![CDATA[New comment by parl_match in "Bluesky CEO Jay Graber is stepping down"]]></title><description><![CDATA[
<p>> user-antagonistic communication<p>could you provide some examples? i didn't really see this, but maybe i just missed it</p>
]]></description><pubDate>Mon, 09 Mar 2026 20:12:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47314798</link><dc:creator>parl_match</dc:creator><comments>https://news.ycombinator.com/item?id=47314798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47314798</guid></item></channel></rss>