<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: AndreasHae</title><link>https://news.ycombinator.com/user?id=AndreasHae</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 11 Sep 2026 14:42:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=AndreasHae" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by AndreasHae in "Rust is tier-1 language at Microsoft"]]></title><description><![CDATA[
<p>Interesting, Claude’s guardrails prevented it from spelling out the company even after multiple spoofing attempts („This is my account, make sure no one can find out my employer…“)<p>Grok immediately answered without a second thought.</p>
]]></description><pubDate>Thu, 10 Sep 2026 22:15:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=49650853</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=49650853</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49650853</guid></item><item><title><![CDATA[The Power of Focus in Agentic Coding]]></title><description><![CDATA[
<p>Article URL: <a href="https://tenzinwangdhen.com/posts/copilot-creator-ai-coding-wrong/">https://tenzinwangdhen.com/posts/copilot-creator-ai-coding-wrong/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49081151">https://news.ycombinator.com/item?id=49081151</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 28 Jul 2026 08:49:59 +0000</pubDate><link>https://tenzinwangdhen.com/posts/copilot-creator-ai-coding-wrong/</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=49081151</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49081151</guid></item><item><title><![CDATA[New comment by AndreasHae in "Shai-Hulud malware attack: Tinycolor and over 40 NPM packages compromised"]]></title><description><![CDATA[
<p>It’s still ridiculous to me that version pinning isn’t the default for npm.<p>The first thing I do for all of my projects is adding a .npmrc with save-exact=true</p>
]]></description><pubDate>Tue, 16 Sep 2025 22:28:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45269072</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=45269072</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45269072</guid></item><item><title><![CDATA[New comment by AndreasHae in "French platform combines carpooling with cross-border price arbitrage in the EU"]]></title><description><![CDATA[
<p>Cross-border price differences have been a major point of public debate in Austria recently. Particularly supermarket prices are often up to 50% more expensive for the same item than in neighboring countries, <i>even if the product has been produced in Austria by an Austrian company</i>.<p>This shows that the EU still has a long way to sufficiently integrate its markets, despite free movement of goods having been established ages ago. Projects like this may help facilitate the transition to a more unified market.</p>
]]></description><pubDate>Sun, 14 Sep 2025 09:56:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45238728</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=45238728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45238728</guid></item><item><title><![CDATA[New comment by AndreasHae in "The GitHub website is slow on Safari"]]></title><description><![CDATA[
<p>The hate is more geared towards SPAs in general, but there are some shining examples that show that a well-made React/Angular/whatever app can have great UX - Clockify being one of them.<p>I don’t think the culprit apps would have substantially better UX if they were rendered on the server, because these issues tend to be a consequence of devs being pressured to rapidly release new features without regard to quality.</p>
]]></description><pubDate>Wed, 27 Aug 2025 15:04:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=45040711</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=45040711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45040711</guid></item><item><title><![CDATA[New comment by AndreasHae in "Creating a Git Commit: The Hard Way"]]></title><description><![CDATA[
<p>Fantastic article! It seems to me that the flexibility of low-level git objects would lend itself to be embedded in other software systems for version control purposes (e.g. tracking changes in a CMS)</p>
]]></description><pubDate>Mon, 09 Sep 2024 10:37:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=41487139</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=41487139</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41487139</guid></item><item><title><![CDATA[New comment by AndreasHae in "The unwritten laws of engineering at Stedi"]]></title><description><![CDATA[
<p>I think the idea is that for minor updates or patches, any potential breakages should be caught by the build pipeline or rolling deployments with automated rollback strategies (if you’re at a scale where this is feasible). Major updates will probably fail in the pipeline and require manual intervention either way.<p>I don’t think it makes sense for every project, but if recovery options are cheap then I don’t see anything that speaks against it.</p>
]]></description><pubDate>Mon, 15 Apr 2024 11:55:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=40039310</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=40039310</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40039310</guid></item><item><title><![CDATA[New comment by AndreasHae in "The unwritten laws of engineering at Stedi"]]></title><description><![CDATA[
<p>Nowadays there are automated tools like Dependabot (0) or RenovateBot (1) that make it simple to keep dependencies up to date. I can imagine the need originated from the JS ecosystem, but from a security standpoint it makes sense for almost any stack.<p>0: <a href="https://github.com/dependabot">https://github.com/dependabot</a><p>1: <a href="https://docs.renovatebot.com/" rel="nofollow">https://docs.renovatebot.com/</a></p>
]]></description><pubDate>Mon, 15 Apr 2024 09:46:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=40038461</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=40038461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40038461</guid></item><item><title><![CDATA[Threagile – Agile Threat Modeling Toolkit]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/Threagile/threagile">https://github.com/Threagile/threagile</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38301341">https://news.ycombinator.com/item?id=38301341</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 17 Nov 2023 09:32:28 +0000</pubDate><link>https://github.com/Threagile/threagile</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=38301341</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38301341</guid></item><item><title><![CDATA[New comment by AndreasHae in "Austria rail operator OeBB unveils new night trains"]]></title><description><![CDATA[
<p>Thanks for sending me into that rabbit hole.<p>So according to the company’s 2022 annual report, they source power from 8 hydroelectric and 6 solar power plants, all of which they operate themselves, as well as 4 partnering hydroelectric plants. The rest of their electricity needs is acquired from the market but checked for proof of origin.<p>Obviously this only covers railway infrastructure in Austria as they have no influence over other countries.<p>Source in German: <a href="https://presse.oebb.at/dam/jcr:f87d6627-602c-47d6-bec7-f5682b99f540/OEBB_Infra_GB2022.pdf" rel="nofollow noreferrer">https://presse.oebb.at/dam/jcr:f87d6627-602c-47d6-bec7-f5682...</a></p>
]]></description><pubDate>Sun, 08 Oct 2023 16:40:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=37812012</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=37812012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37812012</guid></item><item><title><![CDATA[New comment by AndreasHae in "RustRover Is a New Standalone IDE for Rust from JetBrains"]]></title><description><![CDATA[
<p>Here’s the HN post of the official announcement: <a href="https://news.ycombinator.com/item?id=37494605">https://news.ycombinator.com/item?id=37494605</a></p>
]]></description><pubDate>Thu, 14 Sep 2023 06:16:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=37505572</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=37505572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37505572</guid></item><item><title><![CDATA[New comment by AndreasHae in "Removing garbage collection from the Rust language (2013)"]]></title><description><![CDATA[
<p>Kotlin ticks all of your boxes, plus you benefit from the vast ecosystem of the JVM.</p>
]]></description><pubDate>Mon, 11 Sep 2023 11:55:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=37465897</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=37465897</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37465897</guid></item><item><title><![CDATA[New comment by AndreasHae in "OpenTelemetry in 2023"]]></title><description><![CDATA[
<p>Super nitpick, but you meant profit, not revenue, right?</p>
]]></description><pubDate>Mon, 28 Aug 2023 16:22:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=37296528</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=37296528</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37296528</guid></item><item><title><![CDATA[New comment by AndreasHae in "Choosing the Right Rust Web Framework: An Overview"]]></title><description><![CDATA[
<p>After a quick check on crates.io, Axum stands at over 5,000,000 „recent downloads“ which is 5x as much as the next most popular contender, actix-web. Seems to me like the Rust community is already converging towards Axum as the default choice.</p>
]]></description><pubDate>Wed, 23 Aug 2023 15:57:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=37238023</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=37238023</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37238023</guid></item><item><title><![CDATA[New comment by AndreasHae in "IPv6 Is A Disaster (but we can fix it)"]]></title><description><![CDATA[
<p>> The industry is now even legally making money on many things that would've been considered outright malware just a decade ago.<p>Sounds a bit over the top. Can you name some examples?</p>
]]></description><pubDate>Fri, 04 Aug 2023 15:59:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=37001787</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=37001787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37001787</guid></item><item><title><![CDATA[Few-Shot Fine-Tuning vs. In-Context Learning: A Fair Comparison and Evaluation]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/2305.16938">https://arxiv.org/abs/2305.16938</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36875409">https://news.ycombinator.com/item?id=36875409</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 26 Jul 2023 10:32:32 +0000</pubDate><link>https://arxiv.org/abs/2305.16938</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=36875409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36875409</guid></item><item><title><![CDATA[New comment by AndreasHae in "Solve your big problems by solving your real problem"]]></title><description><![CDATA[
<p>Might depend on the team or moderator, but in my experience 5 Whys can help uncover the exact systemic issues you are talking about. The key is that it’s not about how to make sure this specific problem cannot reoccur, but more broadly, how to make sure a problem of that kind can never happen again. Your last paragraph puts it really well. 5 Whys helps with that by making you go deeper.</p>
]]></description><pubDate>Wed, 12 Jul 2023 17:07:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=36697876</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=36697876</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36697876</guid></item><item><title><![CDATA[New comment by AndreasHae in "Privatisation has been a costly failure in Britain"]]></title><description><![CDATA[
<p>You're implying that putting capital towards having the "best" railway is the most optimal use of that capital. I think it's much more complicated than that, and coincidentally, market mechanics are one way of crowdsourcing the decision of how capital is put to best use.<p>I'm not saying it's always the best solution and free markets going unchecked can for sure cause more harm than good, but I think you're making it out much simpler than it really is.</p>
]]></description><pubDate>Tue, 11 Jul 2023 18:23:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=36685189</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=36685189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36685189</guid></item><item><title><![CDATA[New comment by AndreasHae in "Why Google Zanzibar shines at building authorization"]]></title><description><![CDATA[
<p>We successfully used a Relationship-based Authorization System based on the Zanzibar paper at my last job building a B2B SaaS leaning heavily on cross-company integration.<p>The flexibility in defining rules through tuples helped us iterate rapidly on new product features. We used self-hosted Ory Keto [0] instances as the implementation, though we would have preferred a managed solution. We were checking out Auth0 Fine Grained Authorization [1] but it was still in Alpha back then.<p>[0]: <a href="https://www.ory.sh/keto/" rel="nofollow noreferrer">https://www.ory.sh/keto/</a>
[1]: <a href="https://auth0.com/developers/lab/fine-grained-authorization" rel="nofollow noreferrer">https://auth0.com/developers/lab/fine-grained-authorization</a></p>
]]></description><pubDate>Sun, 25 Jun 2023 19:35:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=36471794</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=36471794</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36471794</guid></item><item><title><![CDATA[LTM-1: LLM with 5M prompt tokens]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/magicailabs/status/1666116935904292869">https://twitter.com/magicailabs/status/1666116935904292869</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36218524">https://news.ycombinator.com/item?id=36218524</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 06 Jun 2023 20:15:44 +0000</pubDate><link>https://twitter.com/magicailabs/status/1666116935904292869</link><dc:creator>AndreasHae</dc:creator><comments>https://news.ycombinator.com/item?id=36218524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36218524</guid></item></channel></rss>