<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: martinald</title><link>https://news.ycombinator.com/user?id=martinald</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 28 May 2026 19:20:28 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=martinald" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by martinald in "Ruby vs. Java vs. TypeScript: my experience on building a Cowork DOCX plugin"]]></title><description><![CDATA[
<p>How is it surprising to people that zip and XML are in stdlibs for a programming language?<p>Btw, you should have looked at dotnet for this as well. There is a very good library ( DocumentFormat.OpenXml) that can handle all docx/xlsx/pptx files. And dotnet can ship standalone binaries (though AOT probably won't work).</p>
]]></description><pubDate>Thu, 28 May 2026 12:52:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48308240</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48308240</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48308240</guid></item><item><title><![CDATA[New comment by martinald in "Xiaomi MiMo-v2.5 Series API Permanent Price Reduction Up to 99%"]]></title><description><![CDATA[
<p>They can (not entirely sure how 'grey' market this is) either have subsidiaries outside of china (eg: singapore) that provide the inference and/or just rent it off the public gpu clouds.</p>
]]></description><pubDate>Tue, 26 May 2026 19:11:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48284451</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48284451</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48284451</guid></item><item><title><![CDATA[New comment by martinald in "GitHub Actions down again today"]]></title><description><![CDATA[
<p>Totally agree. There's days (or even afternoons) where I trigger more actions than I would have done in a month.</p>
]]></description><pubDate>Tue, 26 May 2026 13:01:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48279235</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48279235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48279235</guid></item><item><title><![CDATA[New comment by martinald in "I love Linux, but I can't quit Windows"]]></title><description><![CDATA[
<p>I use sudo -A with some openssh ui for sudo. I tell the agent to use sudo -A for anything that it needs and then it pops up with a sudo password prompt.</p>
]]></description><pubDate>Sun, 17 May 2026 15:43:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48169928</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48169928</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48169928</guid></item><item><title><![CDATA[New comment by martinald in "I love Linux, but I can't quit Windows"]]></title><description><![CDATA[
<p>Two thoughts (I was in the same situation, constantly trying desktop Linux then pinging back to Windows after hitting issues).<p>1) Fedora is really worth a try, it's extremely polished. The best thing is the packages in the repo are generally much more up to date that debian based distros, which maeans less random PPAs to work around it, which cause issues.<p>2) The biggest change is having Claude Code/Codex able to diagnose and tweak things extremely quickly. If something goes wrong, I ask claude code (in a specific folder with various docs about workarounds) and it goes and fixes it 99% of the time very quickly.<p>Coding agents being able to fix Linux actually makes it _more_ stable than Windows for me. In my experience Windows is less buggy _in general_ than desktop Linux.[1] However, once you hit random issues you are basically screwed if basic attempts don't work. With Linux you can have a coding agent go thru all the reams of logs to find the issue and even clone the underlying source code to find issues.<p>[1] For example, there is some ridiculous problem with wayland and notifications on GNOME at least, see this: <a href="https://gitlab.gnome.org/GNOME/gnome-shell/-/work_items/358?show=eyJpaWQiOiI2NzMiLCJmdWxsX3BhdGgiOiJHTk9NRS9tdXR0ZXIiLCJpZCI6Njg5MjF9" rel="nofollow">https://gitlab.gnome.org/GNOME/gnome-shell/-/work_items/358?...</a> which has to be disabled with an extension unless you want to go insane</p>
]]></description><pubDate>Fri, 15 May 2026 16:47:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48150860</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48150860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48150860</guid></item><item><title><![CDATA[Managed agents are the new Lambda]]></title><description><![CDATA[
<p>Article URL: <a href="https://martinalderson.com/posts/managed-agents-are-the-new-lambda/">https://martinalderson.com/posts/managed-agents-are-the-new-lambda/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48147476">https://news.ycombinator.com/item?id=48147476</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 15 May 2026 11:53:54 +0000</pubDate><link>https://martinalderson.com/posts/managed-agents-are-the-new-lambda/</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48147476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48147476</guid></item><item><title><![CDATA[New comment by martinald in "New Claude Code programmatic usage restrictions"]]></title><description><![CDATA[
<p>Currently, if you use claude -p (non interactive mode) in for example CI/CD, you can use your included subscription tokens.<p>They are now changing it to be:<p>You get $20/$100/$200 of "credit" that can be used for claude -p. Problem is, once you are out of that it is the normal API rates (outrageously expensive).</p>
]]></description><pubDate>Wed, 13 May 2026 20:57:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48127460</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48127460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48127460</guid></item><item><title><![CDATA[New Claude Code programmatic usage restrictions]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/i/status/2054610152817619388">https://twitter.com/i/status/2054610152817619388</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48126438">https://news.ycombinator.com/item?id=48126438</a></p>
<p>Points: 52</p>
<p># Comments: 42</p>
]]></description><pubDate>Wed, 13 May 2026 19:38:39 +0000</pubDate><link>https://twitter.com/i/status/2054610152817619388</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48126438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48126438</guid></item><item><title><![CDATA[New comment by martinald in "Claude Platform on AWS"]]></title><description><![CDATA[
<p>I get this, but isn't this a complete compliance failure?<p>What's the point of having all those loops to onboard vendors if you can just buy from AWS marketplace (which AFIAK is not a particularly high bar to achieve for SaaS options)?<p>Like imagine $POOR_QUALITY_VENDOR. If they go through the normal channels they might get shot down. If they get procured on AWS Marketplace, then it feels to me in many organisations 'its fine', though AWS does minimal checking?</p>
]]></description><pubDate>Tue, 12 May 2026 13:51:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48108302</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48108302</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48108302</guid></item><item><title><![CDATA[Local LLM Speed Calculator]]></title><description><![CDATA[
<p>Article URL: <a href="https://martinalderson.com/posts/local-llm-speed-calculator/">https://martinalderson.com/posts/local-llm-speed-calculator/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48094659">https://news.ycombinator.com/item?id=48094659</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 11 May 2026 13:21:57 +0000</pubDate><link>https://martinalderson.com/posts/local-llm-speed-calculator/</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48094659</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48094659</guid></item><item><title><![CDATA[New comment by martinald in "AWS North Virginia data center outage – resolved"]]></title><description><![CDATA[
<p>I wrote this recently which maybe people will enjoy in the same vein :) <a href="https://martinalderson.com/posts/august-29-2026-a-scenario/" rel="nofollow">https://martinalderson.com/posts/august-29-2026-a-scenario/</a></p>
]]></description><pubDate>Sat, 09 May 2026 15:17:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48075662</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48075662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48075662</guid></item><item><title><![CDATA[New comment by martinald in "Wi is Fi: Understanding Wi-Fi 4/5/6/6E/7/8 (802.11 n/AC/ax/be/bn)"]]></title><description><![CDATA[
<p>Powerline is in my experience vastly worse than WiFi in nearly all cases. It's slow, suffers from bad jitter/interference (often worse than WiFi) and the chips run so hot (especially the last gen ones, AV2000 iirc - I believe they don't sell them any more because they overheat and fail, or at least 2/2 of the ones I had did this).<p>Even with many walls I was getting 300-400mbit/sec on WiFi vs 100mbit/sec on powerline.</p>
]]></description><pubDate>Sat, 09 May 2026 15:08:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48075585</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48075585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48075585</guid></item><item><title><![CDATA[New comment by martinald in "Wi is Fi: Understanding Wi-Fi 4/5/6/6E/7/8 (802.11 n/AC/ax/be/bn)"]]></title><description><![CDATA[
<p>Not sure if that's true really - its just 6GHz is a lot less congested in general (for now).</p>
]]></description><pubDate>Sat, 09 May 2026 15:05:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48075553</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48075553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48075553</guid></item><item><title><![CDATA[Open weights are quietly closing up – and that's a problem]]></title><description><![CDATA[
<p>Article URL: <a href="https://martinalderson.com/posts/open-weights-are-quietly-closing-up/">https://martinalderson.com/posts/open-weights-are-quietly-closing-up/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48036924">https://news.ycombinator.com/item?id=48036924</a></p>
<p>Points: 5</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 06 May 2026 14:48:12 +0000</pubDate><link>https://martinalderson.com/posts/open-weights-are-quietly-closing-up/</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48036924</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48036924</guid></item><item><title><![CDATA[New comment by martinald in "Incident with Issues and Webhooks – Resolved"]]></title><description><![CDATA[
<p>Opus has 1M context now. In my experience it starts getting increasingly dumb after about 700k, but below that it is very usable. I don't think I've ever ran out of context window since they brought that out.</p>
]]></description><pubDate>Mon, 04 May 2026 19:44:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48013950</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48013950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48013950</guid></item><item><title><![CDATA[New comment by martinald in "GitHub Is Down"]]></title><description><![CDATA[
<p>Many things at once I suspect:<p>1. Models have got way better, which means you are far more likely to get something working. I know I used to have little 'tool'/'weekend projects' all the time that wouldn't get off the starting blocks before, now it takes a few minutes often to build them, and once I've built them I tend to want to have them saved on github. Quite how useful they turn out to be is another question though...<p>2. Related, because the models are a lot better I can generate far more code per unit time. On Sonnet last year I'd have to babysit the model and constantly 'steer' it, which meant a lot of the CC time was actually me reviewing it. Now with Opus4.7 it can often just churn away for 10-30minutes and get something reasonable.<p>3. Most importantly, just the volume of new users to coding agents - loads of new developers shipping far more far frequently.<p>4. Many users who were not on github, now signing up and pushing code to it. "Vibe coders" basically who don't have SWE experience and their agent tells them git would be a good idea.<p>Each of these would be a big increase in scale, but combined it is vvv high</p>
]]></description><pubDate>Mon, 04 May 2026 17:00:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48011448</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48011448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48011448</guid></item><item><title><![CDATA[29th August 2026: A Scenario]]></title><description><![CDATA[
<p>Article URL: <a href="https://martinalderson.com/posts/august-29-2026-a-scenario/">https://martinalderson.com/posts/august-29-2026-a-scenario/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48009612">https://news.ycombinator.com/item?id=48009612</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 04 May 2026 15:02:45 +0000</pubDate><link>https://martinalderson.com/posts/august-29-2026-a-scenario/</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=48009612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48009612</guid></item><item><title><![CDATA[Map of track defects across the Spanish rail network]]></title><description><![CDATA[
<p>Article URL: <a href="https://limitacions.vatard.com/ca/map">https://limitacions.vatard.com/ca/map</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47968763">https://news.ycombinator.com/item?id=47968763</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 30 Apr 2026 21:57:43 +0000</pubDate><link>https://limitacions.vatard.com/ca/map</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=47968763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47968763</guid></item><item><title><![CDATA[New comment by martinald in "Belgium stops decommissioning nuclear power plants"]]></title><description><![CDATA[
<p>Most of the "danger" from nuclear waste passes in a few years as the most radioactive isotopes decay quickly (which is obvious when you think about it).<p>Interestingly the US/UK/USSR dumped loads of nuclear waste in the ocean in the 1950s-70s and I recently read that there was basically no trace detectable of any of it.</p>
]]></description><pubDate>Thu, 30 Apr 2026 14:18:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47962898</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=47962898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47962898</guid></item><item><title><![CDATA[New comment by martinald in "Alphabet Announces First Quarter 2026 Results"]]></title><description><![CDATA[
<p>Gemini is not reliable whatsoever: <a href="https://openrouter.ai/google/gemini-3.1-pro-preview/uptime" rel="nofollow">https://openrouter.ai/google/gemini-3.1-pro-preview/uptime</a> (the orange chart is either AI studio or Vertex, I suspect AI studio, but it's not good either way).<p>The reason you don't hear people complaining (esp on HN) is because noone is using Gemini with coding agents. Claude Code, Codex (and IMO OpenCode et al with open weights models) are miles ahead of Gemini CLI/Jules/Antigravity/whatever other coding products Google have.</p>
]]></description><pubDate>Wed, 29 Apr 2026 21:48:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47955198</link><dc:creator>martinald</dc:creator><comments>https://news.ycombinator.com/item?id=47955198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47955198</guid></item></channel></rss>