<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>Sun, 03 May 2026 19:54:07 +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 "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><item><title><![CDATA[New comment by ruduhudi in "Ask HN: What sub $200 product improved your 2022"]]></title><description><![CDATA[
<p>Torras Screen Protector for my phone. Saved me a huge ton of regret after a blurry night.</p>
]]></description><pubDate>Fri, 06 Jan 2023 10:57:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=34273329</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=34273329</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34273329</guid></item><item><title><![CDATA[New comment by ruduhudi in "Ask HN: Getting tired of complexity in web development"]]></title><description><![CDATA[
<p>Web development is complex and has always been. 15 years ago you'd deal with complex hacks to work around the table based layout mess, the horrible browser APIs, javascript's prototype inheritance, Apache configuration and, god forbid, networks of .htaccess files.<p>10 years ago you'd deal with communicating stuff between language borders, what interaction to handle in javascript, what in ruby/php/perl/whatever and how to interact between the languages.<p>Now you deal with build processes, transpilers, bundle size optimization, framework configuration and broken react state updates.<p>It's intrinsically complex, deal with it.</p>
]]></description><pubDate>Sat, 08 Oct 2022 20:04:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=33135551</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=33135551</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33135551</guid></item><item><title><![CDATA[New comment by ruduhudi in "Launch HN: Kitemaker (YC W21) – Fast alternative to Jira, built for remote teams"]]></title><description><![CDATA[
<p>Regulated industry here, we can't use it if we can't self-host it.</p>
]]></description><pubDate>Tue, 23 Mar 2021 06:41:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=26551795</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=26551795</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26551795</guid></item><item><title><![CDATA[New comment by ruduhudi in "Microsoft Fast Design"]]></title><description><![CDATA[
<p>Love it when I'm on a design system's website and it's broken on mobile.<p><a href="https://postimg.cc/N509Z8Kr" rel="nofollow">https://postimg.cc/N509Z8Kr</a></p>
]]></description><pubDate>Sat, 08 Aug 2020 04:55:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=24089114</link><dc:creator>ruduhudi</dc:creator><comments>https://news.ycombinator.com/item?id=24089114</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24089114</guid></item></channel></rss>