<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: arnorhs</title><link>https://news.ycombinator.com/user?id=arnorhs</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 29 May 2026 17:12:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=arnorhs" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by arnorhs in "Claude Opus 4.8"]]></title><description><![CDATA[
<p>Yes, modest but tangible improvement - same modesty does not apply to the cost: <a href="https://artificialanalysis.ai/models/capabilities/coding#coding-index-cost-breakdown" rel="nofollow">https://artificialanalysis.ai/models/capabilities/coding#cod...</a></p>
]]></description><pubDate>Fri, 29 May 2026 08:55:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48320745</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=48320745</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48320745</guid></item><item><title><![CDATA[New comment by arnorhs in "Men who stare at walls"]]></title><description><![CDATA[
<p>this sure seems like meditation.<p>it could probably work as well to close your eyes instead of staring at a wall.<p>i've always found meditation types revolving around focusing on one thing (candle, wall etc), or nothing (empty mind) to be really hard. my mind just wanders and i end up super anxious, frustrated, and exhausted - resulting in me giving up pretty quickly<p>What I've found is that focusing on "everything" - ie sitting still and trying to observe your surroundings, your body, all sounds simultaneously seems to work much better. It's easier to get to a calm state this way.<p>Also, doing this while walking can also work - but perhaps easier to accidentally start thinking about something else</p>
]]></description><pubDate>Mon, 27 Apr 2026 13:38:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47921415</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=47921415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47921415</guid></item><item><title><![CDATA[New comment by arnorhs in "Show HN submissions tripled and now mostly have the same vibe-coded look"]]></title><description><![CDATA[
<p>i wonder if you could use a bayesian classifier, like the first anti-spam measures used, to automatically classify these submissions.<p>Kind of off-topic - but why is there always so much focus amongst AI-bros on how good or whether or not LLMs are good at building UI? My shallow assumptions were that the reason is because that's what LLMs are particularly bad at.<p>But lately I've kind of gotten the sense that a lot of people seem to mostly be building UI stuff with LLMs. Weird.</p>
]]></description><pubDate>Wed, 22 Apr 2026 15:45:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47865276</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=47865276</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47865276</guid></item><item><title><![CDATA[New comment by arnorhs in "Laws of Software Engineering"]]></title><description><![CDATA[
<p>Since the site is down, you can use the archive.org link:<p><a href="https://web.archive.org/web/20260421113202/https://lawsofsoftwareengineering.com/" rel="nofollow">https://web.archive.org/web/20260421113202/https://lawsofsof...</a></p>
]]></description><pubDate>Tue, 21 Apr 2026 13:39:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47848674</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=47848674</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47848674</guid></item><item><title><![CDATA[New comment by arnorhs in "Laws of Software Engineering"]]></title><description><![CDATA[
<p>are you saying performance is 90-99% caching? If so that is so obviously untrue.<p>If you are saying you _can_ fix 90-99% of performance bottlenecks eventually with caching, that may be true, but doesn't sound as nice</p>
]]></description><pubDate>Tue, 21 Apr 2026 13:34:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47848612</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=47848612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47848612</guid></item><item><title><![CDATA[New comment by arnorhs in "Brussels launched an age checking app. Hackers took 2 minutes to break it"]]></title><description><![CDATA[
<p>There's something that is written between the lines here.<p>EU is often portrayed as overly bureaucratic, slow moving. The way this app was developed seems more in the line of "move fast, break things".<p>I don't know if that says something about the EU, or about the EU-naysayers, but I thought it was worth pointing out.</p>
]]></description><pubDate>Tue, 21 Apr 2026 10:04:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47846779</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=47846779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47846779</guid></item><item><title><![CDATA[New comment by arnorhs in "Fast and Easy Levenshtein distance using a Trie (2011)"]]></title><description><![CDATA[
<p>That's an interesting story, but I'm really at a loss for how this relates to the post you are commenting on.</p>
]]></description><pubDate>Thu, 16 Apr 2026 10:38:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47791153</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=47791153</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47791153</guid></item><item><title><![CDATA[New comment by arnorhs in "Git commands I run before reading any code"]]></title><description><![CDATA[
<p>The author is talking about the case where you have coherent commits, probably from multiple PRs/merges, that get merged into a main branch as a single commit.<p>Yeah, I can imagine it being annoying that sqashing in that case wipes the author attribution, when not everybody is doing PRs against the main branch.<p>However, calling all squash-merge workflows "stupid" without any nuance.. well that's "stupid" :)</p>
]]></description><pubDate>Wed, 08 Apr 2026 10:50:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47688335</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=47688335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47688335</guid></item><item><title><![CDATA[New comment by arnorhs in "12k Tons of Dumped Orange Peel Grew into a Landscape Nobody Expected (2017)"]]></title><description><![CDATA[
<p>Does orange peel not produce any CO2 / methane when left like this? I'm assuming there is some negative carbon footprint before this becomes a positive?<p>The ecological win definitely looks nice on paper, but whenever people talk about compost the carbon footprint / gas emissions is always at the front of people's minds, and I don't really see that discussed in the article.<p>The article does say<p>> Especially since, in addition to the double-win of dealing with waste and revitalising barren landscapes, richer woodlands also sequester greater amounts of carbon from the atmosphere – meaning little plots of regenerated land like this could ultimately help save the planet.<p>How long will it take for it to cross the CO2-neutral mark? Maybe a silly question, definitely not my area of expertese.</p>
]]></description><pubDate>Tue, 07 Apr 2026 16:57:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47678236</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=47678236</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47678236</guid></item><item><title><![CDATA[New comment by arnorhs in "Taste in the age of AI and LLMs"]]></title><description><![CDATA[
<p>The way I understood it, the original article is saying the _only_ remaining differentiator is taste and the comment you replied to is saying "wrong, there are also other things, such as effort".<p>I don't necessarily interpret the comment you replied to as saying that "taste is not important", which seems like what you are replying to, just that it's not the only remaining thing.<p>I agree that taste gets you far. And I agree with all the examples of good taste that you brought up.<p>But even with impeccable taste, you still need to learn, try things, have ideas, change your mind etc.. putting all of that in the bucket of "taste" is stretching it..<p>However, having good taste when putting in the effort, gets your further than with effort alone. In fact, effort alone gets you nowhere, and taste alone gets you nowhere. Once you marry the two you get somewhere.</p>
]]></description><pubDate>Tue, 07 Apr 2026 16:50:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47678129</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=47678129</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47678129</guid></item><item><title><![CDATA[New comment by arnorhs in "Are We Idiocracy Yet?"]]></title><description><![CDATA[
<p>> It made me angry because makes the point that natural selection has become ineffective on humans and thus intelligence declines unironically. There is no joke in that - all jokes build upon the assumption of this being true.<p>you seem pretty convinced that intelligence plays an important role in natural selection. I'd argue that decisiveness, confidence, looks, social skills all play a more important role. (I'm not saying that's a good thing)<p>I'm interested in understanding your point of view, can you elaborate on what you mean by "There is no joke in that"?</p>
]]></description><pubDate>Tue, 07 Apr 2026 12:16:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47674079</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=47674079</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47674079</guid></item><item><title><![CDATA[New comment by arnorhs in "Is BGP safe yet?"]]></title><description><![CDATA[
<p>ISP's often have different infrastructure for different sets of customers (regional, mobile/landline differences etc) - often due to legacy M&As etc..</p>
]]></description><pubDate>Wed, 01 Apr 2026 14:34:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47601525</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=47601525</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47601525</guid></item><item><title><![CDATA[New comment by arnorhs in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p>Which EU grant did you receive? Ie. from which fund?<p>edit: nm, rtfm, it was on the landing page: Horizon Europe programme</p>
]]></description><pubDate>Mon, 09 Mar 2026 08:53:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47306393</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=47306393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47306393</guid></item><item><title><![CDATA[New comment by arnorhs in "Gemini 3.1 Pro"]]></title><description><![CDATA[
<p>The only cases where I've had gemini step on my toes like that is when a) I realized my instructions were unclear or missing something b) my assumptions/instructions were flawed about how/why something needed to be done.</p>
]]></description><pubDate>Fri, 20 Feb 2026 08:56:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47085450</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=47085450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47085450</guid></item><item><title><![CDATA[New comment by arnorhs in "YouTube Is Down"]]></title><description><![CDATA[
<p>what ever will i do /s<p>the upside this is a great opportunity to do an early bed time</p>
]]></description><pubDate>Wed, 18 Feb 2026 01:11:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47055732</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=47055732</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47055732</guid></item><item><title><![CDATA[New comment by arnorhs in "Ratchets in software development (2021)"]]></title><description><![CDATA[
<p>interesting, so you guys call it a ratchet file? i thought it was something that OP came up with</p>
]]></description><pubDate>Mon, 02 Feb 2026 15:46:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46857289</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=46857289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46857289</guid></item><item><title><![CDATA[New comment by arnorhs in "Ratchets in software development (2021)"]]></title><description><![CDATA[
<p>Interesting, props for coming up with a good name.<p>But it's weird to me to call this a "ratchet", and not just a custom lint rule. Since it sounds exactly like a lint rule.<p>The hard-coded count also sounds a bit like something that I would find annoying to maintain in the long run and it might be hard to get a feeling for whether or not the needle is moving in the right direction. - esp. when the count goes down and up in a few different places so the number stays the same.. you end up in a situtation where you're not entirely sure if the count goes up or down.<p>A different approach to that is to have your ratchet/lint-script that detects these "bad functions" write the file location and/or count to a "ratchets" file and keep that file in version control.<p>In CI if the rachet has changes, you can't merge because the tree is dirty, and you'd have to run it yourself and commit it locally, and the codeowner of the rachet file would have to approve.<p>at least that would be a slightly nicer approach that maintaining some hard-coded opaque count.</p>
]]></description><pubDate>Mon, 02 Feb 2026 10:32:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46854450</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=46854450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46854450</guid></item><item><title><![CDATA[New comment by arnorhs in "Extremophile molds are invading art museums"]]></title><description><![CDATA[
<p>Presumably this would work to prevent infections, but not to eradicate them once they have infected the subject.</p>
]]></description><pubDate>Wed, 28 Jan 2026 09:39:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46793155</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=46793155</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46793155</guid></item><item><title><![CDATA[New comment by arnorhs in "Make.ts"]]></title><description><![CDATA[
<p>I mostly have my scripts in package.json "scripts" section - but sometimes the scripts invoked will actually be .ts files, sometimes just bash if that makes more sense.<p>Though, I generally run these scripts using bun (and the corresponding `$` in bun) - basically the same thing, but I just prefer bun over deno</p>
]]></description><pubDate>Wed, 28 Jan 2026 09:21:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46792970</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=46792970</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46792970</guid></item><item><title><![CDATA[New comment by arnorhs in "Design Thinking Books (2024)"]]></title><description><![CDATA[
<p>Yes I agree, and the replies don't really make it any more clear.<p>The biggest differentiator of design thinking is really addressing the XY problem. In 95% of cases clients will come to you to design their solution. Ie they already think they have a solution to their problem and now they want it to look good.<p>Design thinking is basically more like root cause analysis, or the 5 why's.. and an emphasis on taking to end users (the people with the problem) without having a solution.<p>Once you understand the problem more fundamentally is only when you start cooking up with a solution.<p>And the result of that process might not even be a traditional design, but perhaps just a tweak to something, like moving your onboarding to later in the ca process..<p>In practice however.. 95% of designers who say they practice design thinking disregard this, and just want to design wherever the client asks for</p>
]]></description><pubDate>Thu, 22 Jan 2026 14:07:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46719403</link><dc:creator>arnorhs</dc:creator><comments>https://news.ycombinator.com/item?id=46719403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46719403</guid></item></channel></rss>