<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: antfarm</title><link>https://news.ycombinator.com/user?id=antfarm</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 02:10:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=antfarm" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by antfarm in "EFF is leaving X"]]></title><description><![CDATA[
<p>I wonder why this gets downvoted. The goals of EFF are not aligned with those of a platform that is owned by a neo-fascist who is in charge of the algorithm.</p>
]]></description><pubDate>Fri, 10 Apr 2026 14:18:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47718552</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47718552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47718552</guid></item><item><title><![CDATA[Why Apple Is Betting Against Native iOS Development]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/@mrhotfix/why-apple-is-secretly-betting-against-native-ios-development-c67cb34e7a0c">https://medium.com/@mrhotfix/why-apple-is-secretly-betting-against-native-ios-development-c67cb34e7a0c</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47714682">https://news.ycombinator.com/item?id=47714682</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 10 Apr 2026 07:16:15 +0000</pubDate><link>https://medium.com/@mrhotfix/why-apple-is-secretly-betting-against-native-ios-development-c67cb34e7a0c</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47714682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47714682</guid></item><item><title><![CDATA[New comment by antfarm in "EFF is leaving X"]]></title><description><![CDATA[
<p>About time. Other platforms may not exactly be aligned with EFF’s goals, but Musk is outright endorsing the far right and neo-fascist parties in America and Europe.</p>
]]></description><pubDate>Fri, 10 Apr 2026 00:15:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47712005</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47712005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47712005</guid></item><item><title><![CDATA[New comment by antfarm in "Sonnet 4.6 Elevated Rate of Errors"]]></title><description><![CDATA[
<p>Claude Code started making stupid errors around Saturday. I have been using it frequently for months, and now it feels like back in the day when I tried Gemini for the first time.</p>
]]></description><pubDate>Wed, 08 Apr 2026 07:38:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47686692</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47686692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47686692</guid></item><item><title><![CDATA[Surprising hidden pattern connecting over 1,500 languages found]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.independent.co.uk/news/science/languages-universal-grammar-rules-pattern-b2952396.html">https://www.independent.co.uk/news/science/languages-universal-grammar-rules-pattern-b2952396.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47668131">https://news.ycombinator.com/item?id=47668131</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 06 Apr 2026 22:24:14 +0000</pubDate><link>https://www.independent.co.uk/news/science/languages-universal-grammar-rules-pattern-b2952396.html</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47668131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47668131</guid></item><item><title><![CDATA[Ask HN: Are you using a Pivotal Tracker successor? Which one?]]></title><description><![CDATA[
<p>In my opinion, Pivotal Tracker was the collaborative planning tool with the best feature set, usability and presentation. It was highly opinionated, but on the flip side gave you a baked-in process that just worked (at least in my team (1 product owner + 3 developers)<p>A while ago, there already was a discussion on HN [1] about a list of projects that implement PT clones [2].<p>Does anyone here use one of those? Which one did you chose and what are your experiences, what is still missing?<p>[1] https://news.ycombinator.com/item?id=43378925<p>[2] https://bye-tracker.net</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47452904">https://news.ycombinator.com/item?id=47452904</a></p>
<p>Points: 2</p>
<p># Comments: 3</p>
]]></description><pubDate>Fri, 20 Mar 2026 10:57:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47452904</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47452904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47452904</guid></item><item><title><![CDATA[New comment by antfarm in "I'm 60 years old. Claude Code killed a passion"]]></title><description><![CDATA[
<p>Maybe this could work for some as a general recipe for how to collaborate with AI:<p>- Split up the work so that you write the high-level client code, and have AI write the library/framework code.<p>- Write some parts of your (client) code first.<p>- Write a first iteration of the library/framework so that your code runs, along with tests and documentation. This gives the AI information on the desired implementation style.<p>- Spend time designing/defining the interface (API, DSL or some other module boundary). Discuss the design with the AI and iterate until it feels good.<p>- For each design increment, let AI implement, test and document its part, then adapt your client code. Or, change your code first and have AI change its interface/implementation to make it work.<p>- Between iterations, study at least the generated tests, and discuss the implementation.<p>- Keep iterations small and commit completed features before you advance to the next change.<p>- Keep a TODO list and don't be afraid to dismiss an earlier design if it is no longer consistent with newer decisions. (This is a variation of the one-off program, but as a design tool.)<p>That way, there is a clear separation of the client code and the libraries/framework layer, and you own the former and the interface to the latter, just not the low-level implementation (which is true for all 3rd party code, or all code you did not write).<p>Of course this will not work for you if what you prefer is writing low-level code. But in a business context, where you have the detailed domain knowledge and communicate with the product department, it is a sensible division of labour. (And you keep designing the interface to the low-level code.)<p>At least for me this workflow works, as I like spending time on getting the design and the boundaries right, as it results in readable and intentional (sometimes even beautiful) client code. It also keeps the creative element in the process and does not reduce the engineer to a mere manager of AI coding agents.</p>
]]></description><pubDate>Sun, 15 Mar 2026 16:43:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47389112</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47389112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47389112</guid></item><item><title><![CDATA[New comment by antfarm in "I'm 60 years old. Claude Code killed a passion"]]></title><description><![CDATA[
<p>I found my peace with AI aided coding during the last three months. I started development of an environment for programming games and agent simulations that has its own S-expression based DSL, as a private project. Think somewhere between Processing and StarLogo, with a functional style and a unique programming model.<p>I am having long design sessions with Claude Code and let it implement the resulting features and changes in version controlled increments.<p>But I am the one who writes the example games and simulations in the DSL to get a feel for where its design needs to change to improve the user experience. This way I can work on the fun and creative parts and let Claude do the footwork.<p>I let Claude simultaneously write code, tests and documentation for each increment, and I read it and suggest changes or ask for clarification. I find it a lot easier to dismiss an earlier design for a better idea than when I would have implemented every detail of the system myself, and I think so far the resulting product has largely benefited from this.<p>To me, now more than ever it is important to keep the love for programming alive by having a side project as a creative outlet, with no time pressure and my own acceptance criteria (like beautiful code or clever solutions) that would not be acceptable in a commercial environment.</p>
]]></description><pubDate>Sun, 15 Mar 2026 13:50:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47387374</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47387374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47387374</guid></item><item><title><![CDATA[New comment by antfarm in "Wired headphone sales are exploding"]]></title><description><![CDATA[
<p>I love both my Beyerdynamic DT 770 PRO and my Apple AirPods. They complement each other perfectly.</p>
]]></description><pubDate>Sat, 14 Mar 2026 22:02:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47381725</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47381725</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47381725</guid></item><item><title><![CDATA[New comment by antfarm in "Show HN: Channel Surfer – Watch YouTube like it’s cable TV"]]></title><description><![CDATA[
<p>Try the UnTrap extension. It lets you configure away the things that distract you.<p><a href="https://untrap.app/" rel="nofollow">https://untrap.app/</a><p>It used to be one time purchase, looks like they turned it into a subscription.</p>
]]></description><pubDate>Sat, 14 Mar 2026 08:15:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47374441</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47374441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47374441</guid></item><item><title><![CDATA[Firefly – The full-stack programming language]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.firefly-lang.org">https://www.firefly-lang.org</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47323453">https://news.ycombinator.com/item?id=47323453</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 10 Mar 2026 14:07:06 +0000</pubDate><link>https://www.firefly-lang.org</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47323453</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47323453</guid></item><item><title><![CDATA[New comment by antfarm in "Show HN: Swarm – Program a colony of 200 ants using a custom assembly language"]]></title><description><![CDATA[
<p>This is exceptionally beautiful. What did you use to build it? Vanilla JS?</p>
]]></description><pubDate>Fri, 06 Mar 2026 18:05:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47278672</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47278672</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47278672</guid></item><item><title><![CDATA[New comment by antfarm in "Show HN: Swarm – Program a colony of 200 ants using a custom assembly language"]]></title><description><![CDATA[
<p><a href="https://en.wikipedia.org/wiki/SimAnt" rel="nofollow">https://en.wikipedia.org/wiki/SimAnt</a></p>
]]></description><pubDate>Fri, 06 Mar 2026 18:00:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47278615</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47278615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47278615</guid></item><item><title><![CDATA[New comment by antfarm in "MacBook Neo"]]></title><description><![CDATA[
<p>Are you saying this coming from Linux or Windows?</p>
]]></description><pubDate>Thu, 05 Mar 2026 11:08:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47260251</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47260251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47260251</guid></item><item><title><![CDATA[New comment by antfarm in "MacBook Neo"]]></title><description><![CDATA[
<p>The post that I commented on was arguing that what sets the Mac apart from other options with 8 GB RAM, and what makes them more expensive, is that they are seen as a status symbol. I made a point against that mentioning two areas in which Macs are truly superior.<p>What exactly is your point?</p>
]]></description><pubDate>Wed, 04 Mar 2026 17:44:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47251077</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47251077</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47251077</guid></item><item><title><![CDATA[New comment by antfarm in "MacBook Neo"]]></title><description><![CDATA[
<p>The worst memory hogs today are websites.</p>
]]></description><pubDate>Wed, 04 Mar 2026 17:32:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47250906</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47250906</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47250906</guid></item><item><title><![CDATA[New comment by antfarm in "MacBook Neo"]]></title><description><![CDATA[
<p>The Apple logo is on the wrong side of the screen to be concerned about. Apple's OS and user experience is miles ahead of the competition and so are the displays they use.</p>
]]></description><pubDate>Wed, 04 Mar 2026 17:29:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47250865</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47250865</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47250865</guid></item><item><title><![CDATA[I asked an AI chatbot for my data. I didn't expect a psychological profile]]></title><description><![CDATA[
<p>Article URL: <a href="https://thelocalstack.eu/posts/ai-chatbot-gdpr-data-request/">https://thelocalstack.eu/posts/ai-chatbot-gdpr-data-request/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47112986">https://news.ycombinator.com/item?id=47112986</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 22 Feb 2026 17:46:19 +0000</pubDate><link>https://thelocalstack.eu/posts/ai-chatbot-gdpr-data-request/</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47112986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47112986</guid></item><item><title><![CDATA[New comment by antfarm in "Claude Sonnet 4.6"]]></title><description><![CDATA[
<p>For me it's simple. I did my research, settled on Anthropic and Claude and got the Pro plan at ~$20/month. That way I only have to keep track of what Anthropic are offering, and that isn't even necessary as the tools I use for AI-supported development (Claude Code for VS Code extension, Xcode Intelligence and Claude Desktop) offer me to use the newsest models as soon as they are released.</p>
]]></description><pubDate>Tue, 17 Feb 2026 22:25:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47054308</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47054308</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47054308</guid></item><item><title><![CDATA[New comment by antfarm in "I’m joining OpenAI"]]></title><description><![CDATA[
<p><i>> Quality of code has never had anything to do with which products are successful.</i><p>It may look like that, but many of the products with bad code didn't even make it into your vibe statistics because they weren't around for long enough.</p>
]]></description><pubDate>Mon, 16 Feb 2026 11:43:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47033867</link><dc:creator>antfarm</dc:creator><comments>https://news.ycombinator.com/item?id=47033867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47033867</guid></item></channel></rss>