<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: zrm</title><link>https://news.ycombinator.com/user?id=zrm</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 01 Jun 2026 18:43:47 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=zrm" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by zrm in "I tried to make Claude make me money on open-source bounties"]]></title><description><![CDATA[
<p>You only need things like that for non-iterated games. A company that gets a reputation for keeping the money when it's a real bug would stop getting real bug reports.</p>
]]></description><pubDate>Sun, 17 May 2026 03:46:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48165891</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=48165891</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48165891</guid></item><item><title><![CDATA[New comment by zrm in "I tried to make Claude make me money on open-source bounties"]]></title><description><![CDATA[
<p>You don't have to determine if it's an AI or not. If AI finds a real bug then it can get the bounty. If a human pays to make you read artisanal hand-crafted word salad then they don't get a refund. Real bugs get the bounty, imaginary bugs pay the fee.</p>
]]></description><pubDate>Sun, 17 May 2026 03:28:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48165810</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=48165810</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48165810</guid></item><item><title><![CDATA[New comment by zrm in "I tried to make Claude make me money on open-source bounties"]]></title><description><![CDATA[
<p>Bounties already have that whenever you reject one for being nothing.</p>
]]></description><pubDate>Sat, 16 May 2026 23:47:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48164825</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=48164825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48164825</guid></item><item><title><![CDATA[New comment by zrm in "I tried to make Claude make me money on open-source bounties"]]></title><description><![CDATA[
<p>Just require people submitting a bounty to post an evaluation fee. If it's a real bug they get a refund and the bounty. If it's AI slop, you keep the evaluation fee.</p>
]]></description><pubDate>Sat, 16 May 2026 23:39:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48164768</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=48164768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48164768</guid></item><item><title><![CDATA[New comment by zrm in "Linux gaming is faster because Windows APIs are becoming Linux kernel features"]]></title><description><![CDATA[
<p>It seems like what this needs is the return of video arcades.<p>Fill a room at the mall with Linux boxen with midrange GPUs and fiber internet and the sort of keyboards you can clean with pressurized water. Charge an entry fee and then sell pizza, cheetos, coffee, soda and beer. Open at 11AM and close at sunrise.<p>Then publish the public IPs used by the arcade-owned machines at each location in the chain and use different public IPs for the customer WiFi. No DRM nonsense, just a way to know you're playing with someone at the arcade where the management doesn't allow cheats on their machines.</p>
]]></description><pubDate>Thu, 14 May 2026 04:20:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48131062</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=48131062</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48131062</guid></item><item><title><![CDATA[New comment by zrm in "CERT is releasing six CVEs for serious security vulnerabilities in dnsmasq"]]></title><description><![CDATA[
<p>There are two different kinds of updates.<p>One is security updates and bug fixes. These need to fix the problem with the smallest change to minimize the amount of possible breakage, because the code is <i>already</i> vulnerable/broken in production and needs to be updated <i>right now</i>. These are the updates stable gets.<p>The other is changes and additions. They're both more likely to break things and less important to move into production the same day they become public.<p>You don't have to wait until testing is released as stable to run it in your test environment. You can find out about the changes the next release will have immediately, in the test environment, and thereby have plenty of time to address any issues <i>before</i> those changes move into production.</p>
]]></description><pubDate>Tue, 12 May 2026 20:35:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48114168</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=48114168</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48114168</guid></item><item><title><![CDATA[New comment by zrm in "CERT is releasing six CVEs for serious security vulnerabilities in dnsmasq"]]></title><description><![CDATA[
<p>> That whole model dates to before automated testing was even really a thing, and no one knew how to do QA; your QA was all the people willing to run your code and report bugs, and that took time.<p>That's not what it's about.<p>What it's about is, newer versions change things. A newer version of OpenSSH disables GSSAPI by default when an older version had it enabled. You don't want that as an automatic update because it will break in production for anyone who is actually using it. So instead the change goes into the testing release and the user discovers that in their test environment before rolling out the new release into production.<p>> On top of that, the backport model heavily discourages the kinds of refactorings and architectural cleanups that would address bugs systemically and encourage a whack-a-mole approach - because in the backport model, people want fixes they can backport.<p>They're not alternatives to each other. The stable release gets the backported patch, the next release gets the refactor.<p>But that's also why you <i>want</i> the stable release. The refactor is a larger change, so if it breaks something you want to find it in test rather than production.</p>
]]></description><pubDate>Tue, 12 May 2026 20:09:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48113771</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=48113771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48113771</guid></item><item><title><![CDATA[New comment by zrm in "CERT is releasing six CVEs for serious security vulnerabilities in dnsmasq"]]></title><description><![CDATA[
<p>They can block traffic to update servers so the computers behind the router <i>aren't</i> all patched up, then exploit them. They also get access to all the IoT devices on the internal network. They can also use your router as a proxy so their scraping/attack traffic comes from your IP address instead of theirs.<p>It's definitely bad.</p>
]]></description><pubDate>Tue, 12 May 2026 19:44:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48113422</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=48113422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48113422</guid></item><item><title><![CDATA[New comment by zrm in "CERT is releasing six CVEs for serious security vulnerabilities in dnsmasq"]]></title><description><![CDATA[
<p>They're not going to put a newer version in stable. The way stable gets newer versions of things is that you get the newer version into testing and then every two years testing becomes stable and stable becomes oldstable, at which point the newer version from testing becomes the version in stable.<p>The thing to complain about is if the version in <i>testing</i> is ancient.</p>
]]></description><pubDate>Tue, 12 May 2026 19:31:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48113263</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=48113263</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48113263</guid></item><item><title><![CDATA[New comment by zrm in "Postmortem: TanStack NPM supply-chain compromise"]]></title><description><![CDATA[
<p>For that you really only need CAP_NET_BIND_SERVICE.<p>The bigger issue is that if you want to install or update system-wide packages, many of those will be <i>used by</i> privileged processes. Suppose you want to update /bin/sh. Even if the only permission you had is to write binaries, that'll get you root.</p>
]]></description><pubDate>Tue, 12 May 2026 10:08:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48106210</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=48106210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48106210</guid></item><item><title><![CDATA[New comment by zrm in "If AI writes your code, why use Python?"]]></title><description><![CDATA[
<p>> But if you want to participate in the writing, debugging, and maintenance, it has to be in a language that a human can read.<p>I think the idea is that languages like Python and JavaScript make it easier for humans to write the initial implementation, whereas the "hard" languages from the perspective of creating the minimum viable product are the ones that make it easier for humans to maintain the code, and this has historically been a major trade off.<p>Whereas if you have the AI write the initial implementation...</p>
]]></description><pubDate>Tue, 12 May 2026 05:37:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48104584</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=48104584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48104584</guid></item><item><title><![CDATA[New comment by zrm in "Motherboard sales 'collapse' amid unprecedented shortages fueled by AI"]]></title><description><![CDATA[
<p>"When you thrash them" is kind of the issue. There are ten year old business desktops with a <10W idle power consumption. If your use for it is to have something to rsync files to and host your personal website and the like, even old hardware is going to average 99% idle. There is no meaningful power savings from newer hardware unless you're consistently putting it under significant load.<p>Some of the newer hardware is actually worse because the idle power consumption of PCs since around 2010 is determined in significant part by the low-load efficiency of the power supply. Brand new machines with the wrong power supply can use several times as much power at idle as ten year old machines with the right power supply. Annoyingly, power supply efficiency <i>at idle</i> is rarely documented so the only thing to do is measure it.</p>
]]></description><pubDate>Fri, 08 May 2026 10:08:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48061020</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=48061020</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48061020</guid></item><item><title><![CDATA[New comment by zrm in "Motherboard sales 'collapse' amid unprecedented shortages fueled by AI"]]></title><description><![CDATA[
<p>> You cannot utilize that type of speed with a Mac Mini.<p>Mostly because the base Mini has Thunderbolt 4 which maxes out at 40Gbps. Anything with a PCIe 4.0 x16 slot will take a 100Gbps NIC. 100Gbps is around 10GBps (8 bits per byte plus encapsulation overhead). Desktop CPUs can do AES-GCM at 2.5GBps+ per core and have up to 16 cores and around 50GBps of memory bandwidth (dual channel DDR4-3200), so the NIC still seems like the bottleneck.</p>
]]></description><pubDate>Thu, 07 May 2026 21:57:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48055670</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=48055670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48055670</guid></item><item><title><![CDATA[New comment by zrm in "Motherboard sales 'collapse' amid unprecedented shortages fueled by AI"]]></title><description><![CDATA[
<p>The noise problem is pretty easy to mitigate by choosing 2U servers instead of 1U. The latter are forced by the form factor to use smaller, higher speed fans.<p>A bigger issue for enterprise hardware is that it's optimized for performance per watt under load, <i>not</i> idle power consumption. Running a mostly-idle rack server 24/7 can result in a pretty sizable electric bill. This also depends heavily on the model. Some will idle at ~50 watts, others at ~300, but both of these are significantly higher than a Raspberry Pi or an old laptop which for personal use will generally do the job.<p>Business class desktops are also a good alternative here. Many models have pretty reasonable idle power consumption (check this for yourself, I've seen 6W but also 60W) and then you get a couple of drive bays and PCIe slots and expandable RAM which you don't get from a Raspberry Pi.</p>
]]></description><pubDate>Thu, 07 May 2026 21:28:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48055316</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=48055316</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48055316</guid></item><item><title><![CDATA[New comment by zrm in "Intel Arc Pro B70 Review"]]></title><description><![CDATA[
<p>Its performance is pretty unbalanced. If you're using it for the couple of things that it's good at, the TDP is competitive.</p>
]]></description><pubDate>Tue, 28 Apr 2026 20:58:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47940662</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=47940662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47940662</guid></item><item><title><![CDATA[New comment by zrm in "New 10 GbE USB adapters are cooler, smaller, cheaper"]]></title><description><![CDATA[
<p>Which is why people run only copper because that costs less than running multiple types of cable everywhere when most drops only have one device, and then pull fibre through using the existing copper cable in the rare instances where they find a need for 40Gbps or more.<p>But then the copper gets used for 10Gbps connections instead of fibre because it's what's already in the building.</p>
]]></description><pubDate>Tue, 28 Apr 2026 04:29:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47930465</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=47930465</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47930465</guid></item><item><title><![CDATA[New comment by zrm in "New 10 GbE USB adapters are cooler, smaller, cheaper"]]></title><description><![CDATA[
<p>The original problem was that everyone runs copper <i>instead of</i> fibre because there are too many existing devices that only have copper. Running both everywhere would require you to buy and terminate twice as much cable as you expect to use, which leads people to running only copper again.<p>If you chose PCs to begin with that come with fibre ethernet or put quality cards in the ones that matter then you could make fibre the default instead of copper. Until you have a number of devices like printers or VoIP phones or Raspberry Pis that have no need for 10Gbps or even 1Gbps connectivity, they just need a way to be plugged in at all. If you need to add $100+ in conversion expense to each of those devices, you're back to using copper by default.</p>
]]></description><pubDate>Tue, 28 Apr 2026 04:26:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47930446</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=47930446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47930446</guid></item><item><title><![CDATA[New comment by zrm in "New 10 GbE USB adapters are cooler, smaller, cheaper"]]></title><description><![CDATA[
<p>> If you're connecting a single device, why the hell would you use that when you could slap a copper SFP or SFP+ module in the switch's cage and run a cable?<p>The problem to be solved is that you want to be able to put fibre inside the walls of the building instead of copper. Running a new cable to the switch closet is the thing to be prevented.<p>But if the wall jacks are fibre then you need some economical way of hooking them up to every printer and single-purpose device with a network port. If you have to buy another $100+ switch just to get from fibre to copper even when there is only one device near that jack, people aren't going to go for that.</p>
]]></description><pubDate>Sun, 26 Apr 2026 01:15:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47906370</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=47906370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47906370</guid></item><item><title><![CDATA[New comment by zrm in "New 10 GbE USB adapters are cooler, smaller, cheaper"]]></title><description><![CDATA[
<p>You can get copper ones for $5.99 (quality may vary):<p><a href="https://www.amazon.com/1000Mbps-Network-Performance-Gigabit-Ethernet/dp/B08CGKQCQR" rel="nofollow">https://www.amazon.com/1000Mbps-Network-Performance-Gigabit-...</a><p><a href="https://www.amazon.com/SALAN-Ethernet-Portable-Internet-Converter/dp/B0FSKX4FPS" rel="nofollow">https://www.amazon.com/SALAN-Ethernet-Portable-Internet-Conv...</a><p>But it's not competing with those, it's competing with the copper port which is already built into most devices.<p>Another thing that would work is something like this (also $5.99), but with one of the ports as fibre:<p><a href="https://www.amazon.com/Gigabit-Ethernet-Splitter-1000Mbps-Internet/dp/B0DQB3G5N7" rel="nofollow">https://www.amazon.com/Gigabit-Ethernet-Splitter-1000Mbps-In...</a><p>The point being you need some cheap way to plug in existing copper devices if you run fibre to the endpoints.<p>This plus $5 for a transceiver is pretty close at $15:<p><a href="https://www.amazon.com/Gigabit-Ethernet-Converter-Auto-Negotiation-Terminal/dp/B0FXM8HBZJ" rel="nofollow">https://www.amazon.com/Gigabit-Ethernet-Converter-Auto-Negot...</a><p>But +$15 and an extra wall outlet per endpoint is still an inconvenience, and if a two-port device with its own power supply can be made for $15 then where is the PCIe/USB to fibre adapter for <$10?</p>
]]></description><pubDate>Sat, 25 Apr 2026 17:16:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47902962</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=47902962</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47902962</guid></item><item><title><![CDATA[New comment by zrm in "New 10 GbE USB adapters are cooler, smaller, cheaper"]]></title><description><![CDATA[
<p>That doesn't solve the chicken and egg problem.<p>What probably would is something like having PCIe and USB to 1Gbps fiber adapters that cost $5.</p>
]]></description><pubDate>Sat, 25 Apr 2026 08:20:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47899699</link><dc:creator>zrm</dc:creator><comments>https://news.ycombinator.com/item?id=47899699</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47899699</guid></item></channel></rss>