<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: ruduhudi</title><link>https://news.ycombinator.com/user?id=ruduhudi</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 19 Sep 2026 07:26:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ruduhudi" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ruduhudi in "Cheap self-hosted Kubernetes on Hetzner cloud (2025)"]]></title><description><![CDATA[
<p>Scaleway has a great managed kubernetes offering. They host the control plane and all you pay are the instances starting at 30-something € per instance-month.</p>
]]></description><pubDate>Tue, 21 Jul 2026 19:33:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48997078</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=48997078</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48997078</guid></item><item><title><![CDATA[New comment by ruduhudi in "Microsoft announces Scout, an autonomous AI agent built on OpenClaw"]]></title><description><![CDATA[
<p>I bet it‘ll start changing people‘s docs and sending emails without being asked to do so and then they have to dial it back.</p>
]]></description><pubDate>Tue, 02 Jun 2026 20:32:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48375855</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=48375855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48375855</guid></item><item><title><![CDATA[New comment by ruduhudi in "Does anybody like React?"]]></title><description><![CDATA[
<p>No Server Components though, they are the pinnacle of too clever to be a good idea.</p>
]]></description><pubDate>Tue, 26 May 2026 08:02:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48276600</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=48276600</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48276600</guid></item><item><title><![CDATA[New comment by ruduhudi in "Does anybody like React?"]]></title><description><![CDATA[
<p>I actually like React's virtual DOM approach. It might not be the fastest possible solution, not the most elegant syntax, not particularly concise. but I can at least understand what it does and how data flows. I learned the hard way that with reactive programming (whether you call it observables, runes, signals, whatever) you can lose that understanding and it's a huge pain when that happens.</p>
]]></description><pubDate>Tue, 26 May 2026 08:02:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48276588</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=48276588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48276588</guid></item><item><title><![CDATA[New comment by ruduhudi in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>In this case that‘s actually a security vulnerability, I‘ve also seen a case where it built an api with auth but added a route where anyone could just PUT a new API key into it. Sometimes its own code review catches these, sometimes it does not.</p>
]]></description><pubDate>Mon, 16 Mar 2026 05:29:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47395467</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=47395467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47395467</guid></item><item><title><![CDATA[New comment by ruduhudi in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>Oh good example<p>Claude recently tried to replace a html sanitizer with a custom regex that perfectly fit all our tests as well as the spec I wrote</p>
]]></description><pubDate>Sun, 15 Mar 2026 19:50:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47391170</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=47391170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47391170</guid></item><item><title><![CDATA[New comment by ruduhudi in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>I have the freedom to work with AI tools as much as I as I want and kind of lead the team in the direction I see fit.<p>It’s a lot of fun for exploring ideas. I’ve built things very fast that I would not have done at all otherwise. I have rewritten a huge chunk of semi-outdated docs into something useful with a couple of
Prompts in a day. Claude does all the annoying dependency update breaks the build kinds of things. And the reviews are extremely useful and a perfect combination with human review as they catch things extremely well that humans are bad at catching.<p>But in the production codebase changes must be made with much more consideration. Claude tends to perform well ob some tasks but for other I end up wasting time because I just don’t know up front how the feature must look so I cannot write a spec at the level of precision that claude needs and changing code manually is more efficient for this kind of discovery for me than dealing with large chunks of constantly changing code.<p>And then there’s the fact that claude produces things that work and do the thing described in the prompt extremely well but they are always also wring in sone way. When I let AI build a large chunk of code and actually go through the code there’s always a mess somewhere that ai review doesn’t see because it looks completely plausible but contains some horrible security issue or complete inconsistency with the rest of the codebase or, you know, that custom yaml parser nobody asked for and that you don’t want your day job to depend on.</p>
]]></description><pubDate>Sun, 15 Mar 2026 19:44:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47391118</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=47391118</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47391118</guid></item><item><title><![CDATA[New comment by ruduhudi in "Run Claude in a Podman Container"]]></title><description><![CDATA[
<p>I made this little tool to run claude code sessions in podman containers.</p>
]]></description><pubDate>Sat, 21 Feb 2026 13:12:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47100533</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=47100533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47100533</guid></item><item><title><![CDATA[Run Claude in a Podman Container]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/farbenmeer/ai-pod">https://github.com/farbenmeer/ai-pod</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47100532">https://news.ycombinator.com/item?id=47100532</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Sat, 21 Feb 2026 13:12:48 +0000</pubDate><link>https://github.com/farbenmeer/ai-pod</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=47100532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47100532</guid></item><item><title><![CDATA[New comment by ruduhudi in "Ripple: The Elegant TypeScript UI Framework"]]></title><description><![CDATA[
<p>And just like svelte this is elegant exactly until you realize that it is not possible to correctly track all the dependencies and just like svelte you realize that a mix of explicit and implicit reactivity is really hard to debug and then you seitch to explicit reactivity and then you are just as complex as any other reactivity based framework</p>
]]></description><pubDate>Sun, 11 Jan 2026 08:29:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46573711</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=46573711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46573711</guid></item><item><title><![CDATA[New comment by ruduhudi in "Overengineered Anchor Links"]]></title><description><![CDATA[
<p>This is by far the best solution. Super simple and covers all those issues.</p>
]]></description><pubDate>Thu, 03 Apr 2025 16:10:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=43571808</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=43571808</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43571808</guid></item><item><title><![CDATA[New comment by ruduhudi in "Do any languages specify package requirements in import / include statements?"]]></title><description><![CDATA[
<p>Deno does this.<p>They ended up adding dependency files later on to make it possible to keep package versions in sync without changing every file on every version change.</p>
]]></description><pubDate>Thu, 23 Jan 2025 21:02:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=42808031</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=42808031</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42808031</guid></item><item><title><![CDATA[New comment by ruduhudi in "Dear Junior Devs"]]></title><description><![CDATA[
<p>Please don‘t feel bad to ask questions!</p>
]]></description><pubDate>Sat, 19 Oct 2024 18:00:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=41889395</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=41889395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41889395</guid></item><item><title><![CDATA[Dear Junior Devs]]></title><description><![CDATA[
<p>Article URL: <a href="https://farbenmeer.de/en/blog/dear-junior-developers">https://farbenmeer.de/en/blog/dear-junior-developers</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41889394">https://news.ycombinator.com/item?id=41889394</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Sat, 19 Oct 2024 18:00:47 +0000</pubDate><link>https://farbenmeer.de/en/blog/dear-junior-developers</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=41889394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41889394</guid></item><item><title><![CDATA[New comment by ruduhudi in "Asynchronous IO: the next billion-dollar mistake?"]]></title><description><![CDATA[
<p>With async IO you can do stuff concurrently without doing it in parallel which is a desirable thing for many workloads. With only threads you‘d need sync primitives all over the place.</p>
]]></description><pubDate>Sat, 07 Sep 2024 07:21:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=41472137</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=41472137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41472137</guid></item><item><title><![CDATA[New comment by ruduhudi in "Ask HN: Why are people paying so much for Vercel?"]]></title><description><![CDATA[
<p>Sooooo we're an agency specialized in Next.js stuff.<p>We're essentially a bunch of passionate engineers but none of us care for ops work including myself, I really want to focus on the code, not on the deployments.<p>Vercel actually kind of saves us money because the apps we work on are mostly internal tools that don't have millions of requests per minute and developer time is expensive. If vercel saves us one hour of engineering work per month compared to aws it's already cheaper and it definitely saves more than one.</p>
]]></description><pubDate>Mon, 22 Jul 2024 09:21:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=41032351</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=41032351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41032351</guid></item><item><title><![CDATA[New comment by ruduhudi in "My website is one binary (2022)"]]></title><description><![CDATA[
<p>This website is not readable on my phone at all.<p>Thanks to the odd scroll container i cannot zoom to a view where i do not have to side-scroll anymore.</p>
]]></description><pubDate>Sun, 22 Oct 2023 07:40:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=37973578</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=37973578</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37973578</guid></item><item><title><![CDATA[New comment by ruduhudi in "Why are there no startups in the real estate construction sector?"]]></title><description><![CDATA[
<p>Isn‘t that mostly a question of the wattage the appliance needs? Here in Germany we have a Max of 3000W on the regular plugs which is why, for example, stoves need special plugs. Not sure about water heaters though</p>
]]></description><pubDate>Fri, 07 Jul 2023 16:10:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=36633878</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=36633878</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36633878</guid></item><item><title><![CDATA[New comment by ruduhudi in "Queues should be empty"]]></title><description><![CDATA[
<p>Throttling stuff is another valid use case. I‘ve used a pub/sub for sending e-mail for a newsletter because we couldn‘t send too many of them at once so the consumer would run in a fixed interval and always pick up a fixed number of messages.</p>
]]></description><pubDate>Sun, 19 Feb 2023 10:31:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=34856276</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=34856276</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34856276</guid></item><item><title><![CDATA[New comment by ruduhudi in "Virtual DOM is pure overhead (2018)"]]></title><description><![CDATA[
<p>Can we please talk about how much reactive programming sucks for UIs?
I miss all the people who switched from angular to react for a reason in these discussions... I'd bet none of those are going to move to svelte.</p>
]]></description><pubDate>Wed, 01 Feb 2023 17:13:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=34613760</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=34613760</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34613760</guid></item></channel></rss>