<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: 59nadir</title><link>https://news.ycombinator.com/user?id=59nadir</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 06:48:07 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=59nadir" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by 59nadir in "Young People Hate AI CEOs So Passionately That It's Almost Hard to Believe"]]></title><description><![CDATA[
<p>How oblivious are people to the world that they think this is somehow strange or hard to believe? Why would they like any of the tech CEOs, or CEOs in general?<p>It's hard to see why basically anyone would at this point.</p>
]]></description><pubDate>Sun, 16 Aug 2026 22:37:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=49324474</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=49324474</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49324474</guid></item><item><title><![CDATA[New comment by 59nadir in "Choose Boring Technology (2015)"]]></title><description><![CDATA[
<p>I see what you're saying, but making things less boring by essentially gambling on the implementation of it is a pretty strange thing to do, in my opinion.<p>Sure, some people legitimately work on things that middle schoolers can put together, and for those things I suppose using LLMs as a way of just getting them done is a less risky prospect. For those cases I don't really see the point of tossing it over the hedge to LLMs because what exactly are you doing beyond that? These types of projects have almost nothing to actually do beyond the grunt work of wiring together MVC stuff.<p>It's not as if you're going to now have time for interesting things, as they tend to not exist at all in those types of projects, and they're rarely important or big enough to warrant much thought in terms of distributed systems design and so on.<p>I guess I can see a situation where someone instead finds time to work on actually interesting side projects because they've basically stopped doing their work manually because it's not something worth doing manually. Personally I don't think I could stand that type of situation because it would feel bad on a moral level as well as on a personal stimulation level.</p>
]]></description><pubDate>Sun, 16 Aug 2026 08:14:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49317973</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=49317973</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49317973</guid></item><item><title><![CDATA[New comment by 59nadir in "Choose Boring Technology (2015)"]]></title><description><![CDATA[
<p>> I’d say “push all your innovation tokens into agents” is probably a good move<p>Or better yet, just don't use agents, deliver something better with all the stability and boringness that you have. There's never been a better time than now to produce software that actually seems to work and march along steadily; your competitors are all flailing wildly like morons.</p>
]]></description><pubDate>Fri, 14 Aug 2026 06:05:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49295219</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=49295219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49295219</guid></item><item><title><![CDATA[New comment by 59nadir in "Show HN: Ante, a coding agent in a single binary that runs offline"]]></title><description><![CDATA[
<p>I've worked at two major studios and have seen some terrible code. Neither place had code as terrible as LLMs produce for games, they can't even get non-negotiable basics right a lot of the time.</p>
]]></description><pubDate>Wed, 12 Aug 2026 20:45:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=49278310</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=49278310</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49278310</guid></item><item><title><![CDATA[New comment by 59nadir in "Show HN: Ante, a coding agent in a single binary that runs offline"]]></title><description><![CDATA[
<p>Just so everyone who reads this understands; despite the criticism in this comment, it's being incredibly charitable to LLMs in the context of making games. They're not particularly good at it and you wouldn't want most of the code they write in your game and especially not in the underpinnings of your game.<p>It's not true as a general rule that they could give you correct small code snippets five years ago; I had frontier models not even understanding enough of the OpenGL API to make separate framebuffers correctly. I asked this as a test and the resulting recommended code would of course compile, but leave someone who didn't already know the correct way to do it staring at a black screen and potentially spending the next hour debugging that.<p>If you think you're somehow going to make an actual game worthy of people's time with LLMs, you are almost certainly mistaken. Not only because it'll be a complete, unworkable mess with really bad fundamentals, but also because if you're vibecoding the actual technical part you probably also think game design is just about "having ideas" or something else that's really reductive and incorrect.</p>
]]></description><pubDate>Tue, 11 Aug 2026 09:16:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49255296</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=49255296</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49255296</guid></item><item><title><![CDATA[New comment by 59nadir in "Lost my phone at the office. Claude suggested tracking Bluetooth signal strength"]]></title><description><![CDATA[
<p>People who don't know things are usually very impressed by solutions that LLMs come up with. I saw one recently that was very impressed that their chosen LLM took screenshots of their vibe coded game to check results, when it's clear from what they were saying the LLM could've literally just read the framebuffer instead, and that's trivial to set up.</p>
]]></description><pubDate>Sat, 08 Aug 2026 18:21:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49224406</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=49224406</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49224406</guid></item><item><title><![CDATA[New comment by 59nadir in "Making Postgres 300x faster for analytics: batching, operator fusion, and SIMD"]]></title><description><![CDATA[
<p>There's also the fact that it's basically vibecoded.</p>
]]></description><pubDate>Fri, 07 Aug 2026 22:18:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=49216894</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=49216894</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49216894</guid></item><item><title><![CDATA[New comment by 59nadir in "Harddrive Is Probably Full"]]></title><description><![CDATA[
<p>Yes, I always use `du . -h 2>/dev/null | sort -k1hr | head -nN` where that last N is however many directories I want to show. I run this regularly and have for a very long time precisely because of the issue that the post talks about.</p>
]]></description><pubDate>Sat, 25 Jul 2026 23:38:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49052955</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=49052955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49052955</guid></item><item><title><![CDATA[New comment by 59nadir in "Kimi K3 Is Competitive with Fable; Kimi K3 and Fable Is SoTA"]]></title><description><![CDATA[
<p><p><pre><code>    $ ls ~/notes/stuff
    `~/notes/stuff` is a directory that contains two files, both of them markdown: `x11-key-event-handling.md` and  `x11-resources.md`. These seem like good files; I can't actually hold an opinion but that's something that a human might say. I hope you like them.
</code></pre>
No, I prefer when my tools just give me information, same with LLMs.</p>
]]></description><pubDate>Wed, 22 Jul 2026 08:30:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49003504</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=49003504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49003504</guid></item><item><title><![CDATA[New comment by 59nadir in "Claude Code uses Bun written in Rust now"]]></title><description><![CDATA[
<p>Honestly, I wasn't harsh enough... Though I don't think I could write a better post showing how useless your opinion on things actually is than the one you wrote yourself.<p>And no, I don't think you can have any valuable opinions on Zig since you don't write it. In your analogy you're not even driving the car, but it doesn't surprise me that you can't figure that out.</p>
]]></description><pubDate>Mon, 20 Jul 2026 16:30:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48981113</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=48981113</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48981113</guid></item><item><title><![CDATA[New comment by 59nadir in "Claude Code uses Bun written in Rust now"]]></title><description><![CDATA[
<p>Well, yeah, it's just good marketing and Bun ultimately doesn't matter anyway, not to the wider ecosystem and especially not to Anthropic. The only purpose Bun had for Anthropic was as a way of getting attention, so that's what they used it for.</p>
]]></description><pubDate>Sun, 19 Jul 2026 18:29:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48970562</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=48970562</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48970562</guid></item><item><title><![CDATA[New comment by 59nadir in "Claude Code uses Bun written in Rust now"]]></title><description><![CDATA[
<p>I haven't even stated whether I agree with the opinion that Zig is worth it, in fact I <i>do</i> think Zig is worth it for a large set of problems and I wrote Zig for years, I am stating simply that I would never trust anyone who's self-admitting that they don't even write the language they're arguing for when it comes to opinions on whether it's good or not. It's not really about whether Zig is good, it's about someone who doesn't even write the language and doesn't even know it, not having a valuable opinion on it.</p>
]]></description><pubDate>Sun, 19 Jul 2026 18:22:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48970501</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=48970501</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48970501</guid></item><item><title><![CDATA[New comment by 59nadir in "Claude Code uses Bun written in Rust now"]]></title><description><![CDATA[
<p>You, by your own admission, haven't even written a single line of Zig despite having ~31 Zig projects on GitHub. I don't think your knowledge of the language is to be trusted in almost any capacity. This might seem harsh but I don't trust someone who's experience with a language amounts to slopping out 30+ repositories and not even engaging with the language normally.</p>
]]></description><pubDate>Sun, 19 Jul 2026 11:40:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48967198</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=48967198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48967198</guid></item><item><title><![CDATA[New comment by 59nadir in "After 7 years in production, Scarf has reluctantly moved away from Haskell"]]></title><description><![CDATA[
<p>Both of these are near useless for systems programming and predictable behavior when caring about performance.</p>
]]></description><pubDate>Sat, 11 Jul 2026 08:31:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48870046</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=48870046</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48870046</guid></item><item><title><![CDATA[New comment by 59nadir in "U.S. government will decide who gets to use GPT-5.6"]]></title><description><![CDATA[
<p>Do you have any sources for the claim that LLMs meaningfully help in the production of LLMs?</p>
]]></description><pubDate>Sat, 27 Jun 2026 07:10:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48695918</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=48695918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48695918</guid></item><item><title><![CDATA[New comment by 59nadir in "U.S. government will decide who gets to use GPT-5.6"]]></title><description><![CDATA[
<p>> Any country that developed sufficiently advanced models will pursue the same path.<p>Looking at most of the available evidence, Mythos is an incremental upgrade over other models and nowhere near the implied advancement that this seems to point to. I guess you could be right in that a sufficient advancement <i>would</i> cause this type of withholding of it, but I think it's kind of silly to think that the US has reached that level.</p>
]]></description><pubDate>Sat, 27 Jun 2026 07:08:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48695906</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=48695906</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48695906</guid></item><item><title><![CDATA[New comment by 59nadir in "GLM-5.2 is a step change for open agents"]]></title><description><![CDATA[
<p>Not really. I have one I made for fun where I let LLMs control a text editor called Kakoune, and then give them no other way to do things, to see how they deal with it, but that's not really a scenario I expect them to do well at.<p>So far most of them have done very poorly on that one, because they are all overtrained on just executing shell commands.<p>A former colleague of mine and I made a simple test for some baseline "Everything worth using should be able to do this pretty easily and swiftly" but that's some very minor code generation with a very straight forward, boilerplate-type pattern.</p>
]]></description><pubDate>Thu, 25 Jun 2026 19:23:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48678041</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=48678041</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48678041</guid></item><item><title><![CDATA[New comment by 59nadir in "GLM-5.2 is a step change for open agents"]]></title><description><![CDATA[
<p>> What provider do you use?<p>1. My own harness + Local (which usually means Qwen3.6-35B-A3B), I use this fairly often for research gathering on topics, info gathering on code bases, etc.<p>2. My own harness + DeepSeek v4 Flash served by DeepSeek, I added $20 quite some time ago and somehow still have $18.77 in there after I don't know how many prompts. I use this pretty often, slightly less than my local setup, it's great and what I'm planning on running locally (eventually).<p>3. My own harness + OpenRouter with whichever model I want to try out. I use this very rarely.<p>4. Pi + OpenAI Codex $20 subscription. I don't use this almost at all anymore, but I keep the Codex subscription for testing things out to see how GPT-5.5 will handle a problem the other setups have issues with.<p>> Why do you trust it with serving full quality?<p>The only thing I've noticed seems unbearably useless sometimes versus what I noticed before was GPT-5.5 which has had some of the weirdest degradations I've seen. It's not to Anthropic levels but it definitely had some service issues a few times where I was wondering if they had accidentally (or purposefully) lobotomized it.<p>Everything else has mostly just been the same, except DeepSeek I noticed had some speed issues a few days ago.<p>> What harness do you use? Why do you trust it not to have malware (most harnessed are TS apps)?<p>I pretty much only use my own, agents are trivial to make and it's definitely not hard to make one that's better than Claude Code or Codex for whatever you're doing.</p>
]]></description><pubDate>Thu, 25 Jun 2026 08:27:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48670586</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=48670586</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48670586</guid></item><item><title><![CDATA[New comment by 59nadir in "GitHub Is Becoming a Giant AI Code Dump"]]></title><description><![CDATA[
<p>I saw someone on lobste.rs proudly say that they haven't written a line of Zig code in their life. They have 31 Zig repositories on GitHub. GitHub is useless at this point. (As you might imagine, they also post on HN regularly and is quite "AI positive".)</p>
]]></description><pubDate>Wed, 24 Jun 2026 08:42:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48656955</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=48656955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48656955</guid></item><item><title><![CDATA[New comment by 59nadir in "Meta Pauses Employee-Tracking Program Following Internal Data Leak"]]></title><description><![CDATA[
<p>Open Source <i>is</i> the company takeover of the good that Free Software represents, I don't really see it as a "movement" by people. It's set up precisely to exploit the people for free labor and look good doing it.</p>
]]></description><pubDate>Wed, 24 Jun 2026 08:40:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48656938</link><dc:creator>59nadir</dc:creator><comments>https://news.ycombinator.com/item?id=48656938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48656938</guid></item></channel></rss>