<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: yxhuvud</title><link>https://news.ycombinator.com/user?id=yxhuvud</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 11:19:36 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=yxhuvud" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by yxhuvud in "Maine is about to become the first state to ban major new data centers"]]></title><description><![CDATA[
<p>That is of course true, but it is at least not a totally unreasonable practice, unlike using fresh water straight off the grid as a cooling source.</p>
]]></description><pubDate>Thu, 09 Apr 2026 21:01:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47710035</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47710035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47710035</guid></item><item><title><![CDATA[New comment by yxhuvud in "Maine is about to become the first state to ban major new data centers"]]></title><description><![CDATA[
<p>For cooling you can also use a heat exchanger and dump it into a river or an ocean or so.</p>
]]></description><pubDate>Thu, 09 Apr 2026 20:34:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47709574</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47709574</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47709574</guid></item><item><title><![CDATA[New comment by yxhuvud in "Maine is about to become the first state to ban major new data centers"]]></title><description><![CDATA[
<p>Abundant access to a source of cooling can help offset high grid prices. Well places centres can a ton of money that way.</p>
]]></description><pubDate>Thu, 09 Apr 2026 20:32:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47709528</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47709528</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47709528</guid></item><item><title><![CDATA[New comment by yxhuvud in "The Technocracy Movement of the 1930s"]]></title><description><![CDATA[
<p>No, they are aiming for plutocracy. They don't want solutions that is good for society, they want solutions that make them richer.</p>
]]></description><pubDate>Sat, 04 Apr 2026 13:42:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47639007</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47639007</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47639007</guid></item><item><title><![CDATA[New comment by yxhuvud in "Oracle slashes 30k jobs"]]></title><description><![CDATA[
<p>You are missing the business model - buy has-been platforms and frameworks and charge big bucks for maintenance. Customers eventually manage to migrate off you, but it is fine cause you buy some other has-been stack and then overcharge for that.</p>
]]></description><pubDate>Tue, 31 Mar 2026 18:35:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47591586</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47591586</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47591586</guid></item><item><title><![CDATA[New comment by yxhuvud in "Comprehensive C++ Hashmap Benchmarks (2022)"]]></title><description><![CDATA[
<p>Also it is very easy to find situations where hash table lookups dominate a measurement, but where the answer isn't to make the lookup faster but to make fewer lookups.</p>
]]></description><pubDate>Mon, 30 Mar 2026 19:14:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47578479</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47578479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47578479</guid></item><item><title><![CDATA[New comment by yxhuvud in "Finding all regex matches has always been O(n²)"]]></title><description><![CDATA[
<p>Hmm. I kinda wonder how something like a regexp engine based on marpa would fall. It would probably be slower in the common well behaved cases, as well as preprocessing. But I wonder if there are any cases that couldn't be done in a O(n) way if you limit yourself to only one match (instead of finding all possible matches like it actually can do). Marpa definitely handles most degenerate regexp cases linearly (once you make the match generation not do overlapping entries), but there may be some regexp feature it can't handle?<p>Bringing a fully general CFG parser to parse regexps would be like hunting mosquitos with a nuke though..</p>
]]></description><pubDate>Tue, 24 Mar 2026 08:30:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47499926</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47499926</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47499926</guid></item><item><title><![CDATA[New comment by yxhuvud in "Every layer of review makes you 10x slower"]]></title><description><![CDATA[
<p>Which is a thing that depend very much on team culture. In my team it is perhaps 15 min for smaller fixes to get signoff. There is a virtuous feedback loop here - smaller PRs give faster reviews, but also more frequent PRs, which give more frequent times to actually check if there is something new to review.</p>
]]></description><pubDate>Tue, 17 Mar 2026 07:20:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47409600</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47409600</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47409600</guid></item><item><title><![CDATA[New comment by yxhuvud in "Meta’s renewed commitment to jemalloc"]]></title><description><![CDATA[
<p>If you changed from glibc to jemalloc and that solved your issues, then you should blame glibc, not the JVM.</p>
]]></description><pubDate>Mon, 16 Mar 2026 20:27:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47404434</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47404434</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47404434</guid></item><item><title><![CDATA[New comment by yxhuvud in "US- and Greek-owned tankers ablaze after Iran claims 'underwater drone' strike"]]></title><description><![CDATA[
<p>The drones that are mainly used there are the flying kind.</p>
]]></description><pubDate>Thu, 12 Mar 2026 15:59:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47352757</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47352757</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47352757</guid></item><item><title><![CDATA[New comment by yxhuvud in "US- and Greek-owned tankers ablaze after Iran claims 'underwater drone' strike"]]></title><description><![CDATA[
<p>I'm actually somewhat surprised Iran is openly telling us they are using underwater drones for this. That piece of technological advance has gone mostly under the radar (!) so far.</p>
]]></description><pubDate>Thu, 12 Mar 2026 15:56:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47352686</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47352686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47352686</guid></item><item><title><![CDATA[New comment by yxhuvud in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p>I'm doing crystal bindings for pipewire and wayland clients. It is nice to be able to do so much with so little. github / yxhuvud / [pipewire_cr | wayland_client]</p>
]]></description><pubDate>Mon, 09 Mar 2026 14:06:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47309256</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47309256</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47309256</guid></item><item><title><![CDATA[New comment by yxhuvud in "No right to relicense this project"]]></title><description><![CDATA[
<p>I'm not certain I buy it, but I find it a little hard to motivate the training being fair use if used to regenerate the project in a different licence.</p>
]]></description><pubDate>Fri, 06 Mar 2026 03:09:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47270355</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47270355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47270355</guid></item><item><title><![CDATA[New comment by yxhuvud in "“Microslop” filtered in the official Microsoft Copilot Discord server"]]></title><description><![CDATA[
<p>It is fairly ok for meetings and calendar integration.<p>It is dogshit at chatting, however.</p>
]]></description><pubDate>Mon, 02 Mar 2026 19:19:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47222720</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47222720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47222720</guid></item><item><title><![CDATA[New comment by yxhuvud in "RAM now represents 35 percent of bill of materials for HP PCs"]]></title><description><![CDATA[
<p>We would have, if the expensive memory was a long term trend. It is not - eventually the supply will expand to match demand. There is no fundamental lack of raw materials underlying the issues, it is just a demand shock.</p>
]]></description><pubDate>Thu, 26 Feb 2026 09:01:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47163657</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47163657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47163657</guid></item><item><title><![CDATA[New comment by yxhuvud in "What it means that Ubuntu is using Rust"]]></title><description><![CDATA[
<p>What you are asking for is to make a library definition replacement to .h-files that contain sufficient information to make rust safe. That is a big, big step and would be fantastic not only for rust but for any other language trying to break out of the C tar pit.</p>
]]></description><pubDate>Mon, 23 Feb 2026 19:42:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47127666</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47127666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47127666</guid></item><item><title><![CDATA[New comment by yxhuvud in "Keep Android Open"]]></title><description><![CDATA[
<p>What Apple restricts and is legal are not the same. Apple is doing malicious compliance and the legal system ain't buying it. But it takes some time and iterations to shake out.</p>
]]></description><pubDate>Sat, 21 Feb 2026 08:09:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47098570</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47098570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47098570</guid></item><item><title><![CDATA[New comment by yxhuvud in "Ministry of Justice orders deletion of the UK's largest court reporting database"]]></title><description><![CDATA[
<p>In many cases government texts are not covered by copyright, so it may not even be relevant here, regardless of it is is allowed to copy the data or not.</p>
]]></description><pubDate>Mon, 16 Feb 2026 15:59:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47036652</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47036652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47036652</guid></item><item><title><![CDATA[New comment by yxhuvud in "Ministry of Justice orders deletion of the UK's largest court reporting database"]]></title><description><![CDATA[
<p>There are middle grounds - for example you could redact any PII before publishing it.</p>
]]></description><pubDate>Mon, 16 Feb 2026 15:54:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47036589</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47036589</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47036589</guid></item><item><title><![CDATA[New comment by yxhuvud in "Ministry of Justice orders deletion of the UK's largest court reporting database"]]></title><description><![CDATA[
<p>What we do here in sweden is that you can ask the courts for any court document (unless it is confidential for some reason).<p>But the courts are allowed to do it conditionally, so a common condition if you ask for a lot of cases is to condition it to redact any PII before making the data searchable. Having the effect that people that actually care and know what to look for, can find information. But you can't randomly just search for someone and see what you get.<p>There is also a second registry separate from the courts that used to keep track of people that have been convicted during the last n years that is used for backgrounds checks etc.</p>
]]></description><pubDate>Mon, 16 Feb 2026 15:53:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47036575</link><dc:creator>yxhuvud</dc:creator><comments>https://news.ycombinator.com/item?id=47036575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47036575</guid></item></channel></rss>