<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: fartfeatures</title><link>https://news.ycombinator.com/user?id=fartfeatures</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 03:29:44 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fartfeatures" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fartfeatures in "Claude Code Unpacked : A visual guide"]]></title><description><![CDATA[
<p>Ccleaks is down?</p>
]]></description><pubDate>Wed, 01 Apr 2026 06:52:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47597713</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47597713</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47597713</guid></item><item><title><![CDATA[New comment by fartfeatures in "Miscellanea: The War in Iran"]]></title><description><![CDATA[
<p>"There are a lot of people who say that bombing can never win a war. Well, my answer to that is that it has never been tried yet, and we shall see." - Sir Arthur Harris<p>The response is as applicable now as it was then. Time will tell.</p>
]]></description><pubDate>Wed, 25 Mar 2026 19:13:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47521862</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47521862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47521862</guid></item><item><title><![CDATA[New comment by fartfeatures in "MCP is dead; long live MCP"]]></title><description><![CDATA[
<p>Under-engineered is a much better term.</p>
]]></description><pubDate>Sat, 14 Mar 2026 21:39:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47381510</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47381510</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47381510</guid></item><item><title><![CDATA[New comment by fartfeatures in "MCP is dead; long live MCP"]]></title><description><![CDATA[
<p>> You're interacting with an LLM, so correctness is already out the window.<p>With all due respect if you are prompting correctly and following approaches such as TDD / extensive testing then correctness is not out the window. That is a misunderstanding likely caused by older versions of these models.<p>Correctness can be as complete as any other new code, I've used the AI to port algorithms from Python to Rust which I've then tested against math oracles and published examples. Not only can I check my code mathematically but in several instances I've found and fixed subtle bugs upstream. Even in well reviewed code that has been around for many years and is well used. It is simply a tool.</p>
]]></description><pubDate>Sat, 14 Mar 2026 21:36:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47381472</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47381472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47381472</guid></item><item><title><![CDATA[New comment by fartfeatures in "MCP is dead; long live MCP"]]></title><description><![CDATA[
<p>MCP is useful for the above. I work on my own more often than not and the utility of MCP goes far beyond the above. (see my other comment above).</p>
]]></description><pubDate>Sat, 14 Mar 2026 21:29:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47381405</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47381405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47381405</guid></item><item><title><![CDATA[New comment by fartfeatures in "MCP is dead; long live MCP"]]></title><description><![CDATA[
<p>I can't go into specifics about exactly what I'm doing but I can speak generically:<p>I have been working on a system using a Fjall datastore in Rust. I haven't found any tools that directly integrate with Fjall so even getting insight into what data is there, being able to remove it etc is hard so I have used <a href="https://github.com/modelcontextprotocol/rust-sdk" rel="nofollow">https://github.com/modelcontextprotocol/rust-sdk</a> to create a thin CRUD MCP. The AI can use this to create fixtures, check if things are working how they should or debug things e.g. if a query is returning incorrect results and I tell the AI it can quickly check to see if it is a datastore issue or a query layer issue.<p>Another example is I have a simulator that lets me create test entities and exercise my system. The AI with an MCP server is very good at exercising the platform this way. It also lets me interact with it using plain english even when the API surface isn't directly designed for human use: "Create a scenario that lets us exercise the bug we think we have just fixed and prove it is fixed, create other scenarios you think might trigger other bugs or prove our fix is only partial"<p>One more example is I have an Overmind style task runner that reads a file, starts up every service in a microservice architecture, can restart them, can see their log output, can check if they can communicate with the other services etc. Not dissimilar to how the AI can use Docker but without Docker to get max performance both during compilation and usage.<p>Last example is using off the shelf MCP for VCS servers like Github or Gitlab. It can look at issues, update descriptions, comment, code review. This is very useful for your own projects but even more useful for other peoples: "Use the MCP tool to see if anyone else is encountering similar bugs to what we just encountered"</p>
]]></description><pubDate>Sat, 14 Mar 2026 21:28:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47381389</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47381389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47381389</guid></item><item><title><![CDATA[New comment by fartfeatures in "MCP is dead; long live MCP"]]></title><description><![CDATA[
<p>All the code I work on now has an MCP interface so that the LLM can debug more easily. I'd argue it is as important as the UI these days. The amount of time it has saved me is unreal. It might be worth investing a very small amount of your time in it to see if it is a good fit. Even a poor protocol can provide useful functionality.</p>
]]></description><pubDate>Sat, 14 Mar 2026 20:56:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47381089</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47381089</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47381089</guid></item><item><title><![CDATA[New comment by fartfeatures in "Iran-backed hackers claim wiper attack on medtech firm Stryker"]]></title><description><![CDATA[
<p>I'm pretty sure that is not exclusive to X.</p>
]]></description><pubDate>Thu, 12 Mar 2026 05:39:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47346917</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47346917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47346917</guid></item><item><title><![CDATA[New comment by fartfeatures in "Apple's 512GB Mac Studio vanishes, a quiet acknowledgment of the RAM shortage"]]></title><description><![CDATA[
<p>The M4 Max lacks the UltraFusion interconnect, making an M4 Ultra impossible. We might however see an M5 Ultra due to the new Fusion Architecture in the M5 Pro and M5 Max chips (just announced for the latest MacBook Pro), which uses a high-bandwidth die-to-die interconnect to bond two dies into a single unified SoC—similar in concept to UltraFusion but evolved for better scaling, efficiency, and features like per-GPU-core Neural Accelerators.<p>Reports and leaks strongly indicate Apple is preparing an M5 Ultra (likely fusing or scaling from the M5 Max using this advanced interconnect tech) for a Mac Studio refresh later in 2026, based on Bloomberg/Mark Gurman and other sources. This would bring back the top-tier "Ultra" option after skipping it entirely for M4.</p>
]]></description><pubDate>Sun, 08 Mar 2026 16:12:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47298463</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47298463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47298463</guid></item><item><title><![CDATA[New comment by fartfeatures in "MacBook Neo"]]></title><description><![CDATA[
<p>That's good info thanks and you are right I didn't take that into account. I do however think that 8GB may be basically usable now but I'd like to see students able to use these machines for a decent length of time and to be able to become digital creators using them. I get it won't edit video or do 3d modelling the same way a Macbook Pro can but it needs to do enough to get students interested.</p>
]]></description><pubDate>Fri, 06 Mar 2026 19:11:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47279637</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47279637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47279637</guid></item><item><title><![CDATA[New comment by fartfeatures in "MacBook Neo"]]></title><description><![CDATA[
<p>It was just an example of a simple app built by Apple themselves being a RAM hog. 375MB just for control centre on fresh open (15.7) but like I said I have seen it higher recently on multiple occasions. That's before we talk about a lot of their seemingly endless and inefficient background tasks. mds_stores anyone?<p>Hopefully the presence of a laptop like this will be beneficial to software quality. They should make their developers use it one day a week.</p>
]]></description><pubDate>Wed, 04 Mar 2026 15:13:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47248678</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47248678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47248678</guid></item><item><title><![CDATA[New comment by fartfeatures in "MacBook Neo"]]></title><description><![CDATA[
<p>I've seen the stocks app take up 2GB of RAM before. Even Control Centre can be a RAM hog. If Apple were still slinging efficient software 8GB is one thing but their catalyst based crapware is far from efficient.</p>
]]></description><pubDate>Wed, 04 Mar 2026 14:42:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47248106</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47248106</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47248106</guid></item><item><title><![CDATA[New comment by fartfeatures in "Ghostty – Terminal Emulator"]]></title><description><![CDATA[
<p>Fantastic thankyou.</p>
]]></description><pubDate>Sun, 01 Mar 2026 23:05:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47211727</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47211727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47211727</guid></item><item><title><![CDATA[New comment by fartfeatures in "Ghostty – Terminal Emulator"]]></title><description><![CDATA[
<p>Is there any chance of a stable release that fixes the memory leak issue? I know I could run nightly but for something I spend all day every day using I'd much rather run a stable version.</p>
]]></description><pubDate>Sun, 01 Mar 2026 21:43:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47210998</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47210998</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47210998</guid></item><item><title><![CDATA[New comment by fartfeatures in "PostmarketOS in 2026-02: generic kernels, bans use of generative AI"]]></title><description><![CDATA[
<p>StackOverflow was also full of knowledgeable but objectionable people. I'm very glad not to have that energy in my life any more. Those that hate LLMs are welcome to continue using StackOverflow but I shan't be.</p>
]]></description><pubDate>Fri, 27 Feb 2026 18:53:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47184099</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47184099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47184099</guid></item><item><title><![CDATA[New comment by fartfeatures in "PostmarketOS in 2026-02: generic kernels, bans use of generative AI"]]></title><description><![CDATA[
<p>PostmarketOS doesn't exist in a vacuum. It’s the final stage of a device's life cycle. If the initial sales of new devices decline, the pool of available hardware for enthusiasts to tinker with in five years will be significantly smaller.</p>
]]></description><pubDate>Fri, 27 Feb 2026 18:47:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47184025</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47184025</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47184025</guid></item><item><title><![CDATA[New comment by fartfeatures in "PostmarketOS in 2026-02: generic kernels, bans use of generative AI"]]></title><description><![CDATA[
<p>Are you suggesting that a human being writes an OS in a vacuum without seeing any other OS or looking into how it is built. That feels a little facetious, no?</p>
]]></description><pubDate>Fri, 27 Feb 2026 15:05:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47181343</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47181343</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47181343</guid></item><item><title><![CDATA[New comment by fartfeatures in "PostmarketOS in 2026-02: generic kernels, bans use of generative AI"]]></title><description><![CDATA[
<p>Can you?</p>
]]></description><pubDate>Fri, 27 Feb 2026 15:04:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47181326</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47181326</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47181326</guid></item><item><title><![CDATA[New comment by fartfeatures in "PostmarketOS in 2026-02: generic kernels, bans use of generative AI"]]></title><description><![CDATA[
<p>Fun that you had to caveat it with some hand wavy homework bull. Gives you a nice get out of jail free clause when inevitably an AI writes an OS.</p>
]]></description><pubDate>Fri, 27 Feb 2026 14:59:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47181262</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47181262</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47181262</guid></item><item><title><![CDATA[New comment by fartfeatures in "PostmarketOS in 2026-02: generic kernels, bans use of generative AI"]]></title><description><![CDATA[
<p>There are ways to achieve that without a blanket ban, if you read their AI policy it seems more "ethically" motivated. They certainly address this first, with many more words and 7 references.<p>They do go on to address code quality but it is more of an after thought with 0 references, less words and appears lower down the page.<p>The timing is also suspicious, shortly after publication of this report: <a href="https://www.reuters.com/business/media-telecom/smartphone-market-set-biggest-ever-decline-2026-memory-price-surge-idc-says-2026-02-26/" rel="nofollow">https://www.reuters.com/business/media-telecom/smartphone-ma...</a> which forecasts declining smartphone sales meaning less devices for this OS to run on.</p>
]]></description><pubDate>Fri, 27 Feb 2026 14:54:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47181182</link><dc:creator>fartfeatures</dc:creator><comments>https://news.ycombinator.com/item?id=47181182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47181182</guid></item></channel></rss>