<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: chmod775</title><link>https://news.ycombinator.com/user?id=chmod775</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Jul 2026 18:43:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=chmod775" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by chmod775 in "Show HN: Segue – Save context in one AI, load it in another by a short handle"]]></title><description><![CDATA[
<p>Isn't saving it kind of the point?</p>
]]></description><pubDate>Tue, 28 Jul 2026 13:58:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=49083989</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49083989</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49083989</guid></item><item><title><![CDATA[New comment by chmod775 in "Our position on open-weights models"]]></title><description><![CDATA[
<p>This sounds like the gun debate in a different dress. Something being dangerous doesn't make it inherently harmful.<p>If I threw you into a lion cage, you would be a lot safer with a gun.<p>If I threw 10 people in a lion cage, some of which cannot be trusted, they would probably be most safe if only the most moral and trustworthy person had a gun, rather than everyone. But how do you know who is trustworthy and moral? What if two untrustworthy people obtained a gun some other way? Maybe it's better if everyone had a gun? Which side of the fence one falls on hinges on how far ones' trust of others, authority, and the system goes.<p>There's no obvious right or wrong answer here.<p>Personally I wouldn't want an exclusive club of private individuals with access to "dangerous" LLMs consisting mainly of the likes of Elon, Dario and Sam fucking Altman, but that's just me.</p>
]]></description><pubDate>Tue, 28 Jul 2026 03:28:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49078935</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49078935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49078935</guid></item><item><title><![CDATA[New comment by chmod775 in "Humans haven't stopped evolving"]]></title><description><![CDATA[
<p>> Malthusianism<p>Weren't these more about "human population planning"?<p>> the idea of planning your family is relatively modern<p>The term "family planning" is. The general concept is not, which is why we have two thousand year old papyrus talking about birth control.<p>Note that at no point I used the word "family" - because just our modern understanding of a family will muddy any attempt to compare to historical fact.</p>
]]></description><pubDate>Tue, 28 Jul 2026 01:12:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=49077994</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49077994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49077994</guid></item><item><title><![CDATA[New comment by chmod775 in "How is the Bun rewrite in Rust going?"]]></title><description><![CDATA[
<p>> And if the latest Zig version is no longer available, how were at least 2 forks based on it submitted to HN?<p>Where did I ever claim this? I said they don't even have the Zig build script in their repo anymore - they're clearly not <i>intending</i> to make any more changes to it, even if the code is still lying there next to the Rust code.<p>> If the userbase is as miniscule as you imagine then your criticisms are essentially meaningless.<p>They're not criticisms, they're observations. The point is that the challenge is not comparable - because TypeScript's existing ecosystem is part of their challenge.</p>
]]></description><pubDate>Tue, 28 Jul 2026 01:10:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=49077977</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49077977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49077977</guid></item><item><title><![CDATA[New comment by chmod775 in "How is the Bun rewrite in Rust going?"]]></title><description><![CDATA[
<p>IMHO it's not the same car, even if its engine initially was a 1:1 rebuild using other alloys. But you're right I overstated and made myself look dumb (by a lot really - this is nothing like having 2 independent C compilers for instance).<p>What's taken 1:1, deliberately, was the compiler core. That was almost perfectly 50% of the non-test code. A close translation of that was a starting point, but open CHANGES.md or it's history and you'll see it's quickly diverging even on its surface.<p>The closest matching, interesting <i>large</i> area of it is probably the checker. Easily recognizable on a function level, even if not being a single file anymore:<p><a href="https://github.com/microsoft/typescript-go/tree/main/internal/checker" rel="nofollow">https://github.com/microsoft/typescript-go/tree/main/interna...</a><p><a href="https://raw.githubusercontent.com/microsoft/TypeScript/refs/heads/main/src/compiler/checker.ts" rel="nofollow">https://raw.githubusercontent.com/microsoft/TypeScript/refs/...</a> (The TS file is 3MB and github won't display it inline)<p>You'll find a lot of the same data structures (as far as that's possible in a TS-to-Go translation + ripples from areas that were more heavily changed) and functions lying around, just in slightly different places. Because of the AST changes and TS/Go differences on a line-level each function might look different, but where there is a loop in the TS one, there's probably one in Go.<p>The other half of the project is heavily changed or completely new/different (like concurrency, less weird language service).</p>
]]></description><pubDate>Tue, 28 Jul 2026 00:23:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=49077618</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49077618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49077618</guid></item><item><title><![CDATA[New comment by chmod775 in "How is the Bun Rewrite in Rust going?"]]></title><description><![CDATA[
<p>> This seems self-contradictory.<p>It's not.<p>Passing an existing test suite just moves the optimistic lower bound to incidental compatibility, it doesn't move it to intentional - "regard" implies you gave it thought.<p>Plus, it's not just about code: it's also about giving the ecosystem a migration path. Dumping 500k LOC on people and discontinuing development of the zig version effective immediately (there hasn't been a release since and the zig tree is only a reference - the build script is removed afaik) is the opposite of what TypeScript did. If you broke someone's N-API module because of a regression not caught by your suite they're now between a rock and a hard place.<p>The good news is that there's nobody there to notice. The bun userbase is miniscule* compared to TypeScript's.<p>* negligible? irrelevant? laughably small? I'm struggling to find an adjective that does the difference justice.</p>
]]></description><pubDate>Mon, 27 Jul 2026 14:44:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49070441</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49070441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49070441</guid></item><item><title><![CDATA[New comment by chmod775 in "How is the Bun Rewrite in Rust going?"]]></title><description><![CDATA[
<p>> It took TypeScript a year to go from announcing tsgo to releasing TypeScript 7.0.<p>These are not comparable at all. The bun "rewrite" really is more of a translation of a software that is mainly dogfooded, created with an at best loose regard for a wider ecosystem.<p>TypeScript 7.0. by comparison is not just a translation from one language to another. It's a true rewrite that at the same time has to consider a massive existing ecosystem (which needs to catch up first or you risk fragmenting it). Plus you might as well consider 6.x part of the effort, since that was the stepping-stone.<p>Also where bun really is just a runtime implemented with a bunch of glue code plus supporting tooling, TypeScript is <i>much</i> more complex. Change one part of TypeScript and you can get cascading issues somewhere else in the compiler easily. Change something in Bun and you'll likely just break some discrete part.</p>
]]></description><pubDate>Mon, 27 Jul 2026 12:57:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=49069047</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49069047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49069047</guid></item><item><title><![CDATA[New comment by chmod775 in "The new rules of context engineering for Claude 5 generation models"]]></title><description><![CDATA[
<p>"Thought is language" is a folk intuition that has been proven wrong over and over. People with severe global or agrammatic aphasia still can score higher on intelligence tasks than you'd expect - even though this data generally comes from people who suffered a stroke, which generally isn't neatly contained to one's language capability. Also, more importantly, even in people with full brain function, the language network appears remarkably unresponsive under neuroimaging when performing arithmetic, logic puzzles, or theory-of-mind tasks. Also famously music tasks: Vissarion Shebalin lost most of his language capabilities to a stroke and still completed his fifth symphony.<p>There's correlation, and your language network likely augments your intelligence, but as proven by millions of animals, unfortunate humans and also some less-unfortunate human infants, you really don't need language for intelligence.<p>Where language helps most strongly is metacognition: evidence suggests that it is severely limited without language, and I suppose that is where the common belief that thought <i>is</i> language comes from: the moment you try to think about your thoughts, you use language!<p>My theory (and this with literally no evidence) is that we use the language network for metacognition precisely <i>because</i> it is not that involved in primary thought. Important to note that "we" here means humans: animals appear to demonstrate metacognition even without language.</p>
]]></description><pubDate>Sun, 26 Jul 2026 13:45:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=49058196</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49058196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49058196</guid></item><item><title><![CDATA[New comment by chmod775 in "Humans haven't stopped evolving"]]></title><description><![CDATA[
<p>Birth control is older than the Bible[1], it just wasn't as effective. Humanity as a whole was very aware how babies come to be.<p>Ways to have fun without coitus aren't a recent invention either.<p>Human reproduction and raising children is an unusually taxing, time-, and resource-intensive process, which is why we've applied our considerable intellect to <i>plan</i> for that since forever.<p>[1] <a href="https://en.wikipedia.org/wiki/History_of_birth_control" rel="nofollow">https://en.wikipedia.org/wiki/History_of_birth_control</a></p>
]]></description><pubDate>Sun, 26 Jul 2026 05:40:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49055079</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49055079</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49055079</guid></item><item><title><![CDATA[New comment by chmod775 in "Humans haven't stopped evolving"]]></title><description><![CDATA[
<p>One reason our ancestors had plenty of children is that children were a <i>large</i> net-benefit to them.<p>Many modern societies are structured in a way that makes children an economic negative to their parents. From an individuals' POV, the "smart" play is not having children and hope others do.<p>Individuals believe that they do not need children because they have saved up for retirement, not accounting for the fact that if everyone did this and there was nobody left to do any work once they reach retirement age, that money will be worthless and they'll be unable to retire. The alternative is mass-scale immigration, and that's becoming unpopular. For an example of what happens if a society has neither enough children, nor immigration, see South Korea. Poverty among the elderly is rampant and they are increasingly being forced back into the labor market.<p>Many western societies needed to start applying a large multiplier to parental benefits decades ago.</p>
]]></description><pubDate>Sun, 26 Jul 2026 05:22:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49054978</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49054978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49054978</guid></item><item><title><![CDATA[New comment by chmod775 in "Zero roadkill as Amazon canopy bridges secure 15,000 crossings"]]></title><description><![CDATA[
<p>Most omnivores and carnivores won't touch humans with a ten foot pole either.<p>But that's because they're either too smart to try or we have altered their genetic makeup by culling anyone who strayed too close.</p>
]]></description><pubDate>Sun, 26 Jul 2026 02:23:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=49054026</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49054026</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49054026</guid></item><item><title><![CDATA[New comment by chmod775 in "The new rules of context engineering for Claude 5 generation models"]]></title><description><![CDATA[
<p>It's language and speech patterns that seem designed to trick readers into believing that claims are correct, even when the claims aren't based on anything and are possibly wrong.<p>It was rewarded for this during training for <i>some</i> reason.<p>Alternative theory:<p>The LLMs only way to "think" about abstract concepts is through language, and this leaks into into conversation it has with humans.<p>But humans generally prefer to communicate on low levels of abstraction, through a back and forth, until the hard-to-express higher abstraction exists in the head of everyone involved - without ever being directly communicated. This is because we don't think using language. Language is merely a lossy translation of our thought into something expressible, happening after the fact or alongside it.<p>So when the LLM starts speaking to us using patterns and terms it created for itself during training to encode abstract thought in language, communicating with it becomes painful.</p>
]]></description><pubDate>Sun, 26 Jul 2026 01:39:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49053733</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49053733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49053733</guid></item><item><title><![CDATA[New comment by chmod775 in "ARC-AGI Leaderboard"]]></title><description><![CDATA[
<p>They don't exactly say. I was extrapolating from some sessions usage (my figure was per month, so weeks times ~4).</p>
]]></description><pubDate>Sat, 25 Jul 2026 12:21:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49046985</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49046985</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49046985</guid></item><item><title><![CDATA[New comment by chmod775 in "ARC-AGI Leaderboard"]]></title><description><![CDATA[
<p>Many models are much cheaper through their subscriptions' included usage. That could be what's happening here.<p>Claude gives you something like $5000 of tokens on a $200 plan.</p>
]]></description><pubDate>Sat, 25 Jul 2026 08:19:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49045619</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49045619</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49045619</guid></item><item><title><![CDATA[New comment by chmod775 in "Postgres LISTEN/NOTIFY actually scales"]]></title><description><![CDATA[
<p>> Illustrative of course: the point is that "for every human" is not far out there given how crazy powerful hardware has become.</p>
]]></description><pubDate>Sat, 25 Jul 2026 03:40:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49044285</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49044285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49044285</guid></item><item><title><![CDATA[New comment by chmod775 in "Postgres LISTEN/NOTIFY actually scales"]]></title><description><![CDATA[
<p>> There are not very many systems one could conceive of that could do useful work 1/s for ~every human on the planet.<p>Roughly a hundred servers on 100 GbE ports each could handle one small UDP packet per human every second, and would have a plenty of cycles and RAM per human left to actually do some work.<p>That fits in a shipping container.<p>Illustrative of course: the point is that "for every human" is not far out there given how crazy powerful hardware has become.</p>
]]></description><pubDate>Sat, 25 Jul 2026 02:23:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=49043920</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49043920</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49043920</guid></item><item><title><![CDATA[New comment by chmod775 in "Opus 5 is currently #1 on Artificial Analysis Intelligence Leaderboard"]]></title><description><![CDATA[
<p>The more interesting finding is that it's still the second most expensive model (after Fable 5) by a long shot.<p>At least two models (GPT-5.6, Kimi K3) match its score (~1-2% diff) for half the cost.</p>
]]></description><pubDate>Fri, 24 Jul 2026 23:04:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=49042682</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49042682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49042682</guid></item><item><title><![CDATA[New comment by chmod775 in "I regret migrating to Codeberg"]]></title><description><![CDATA[
<p>> Codeberg is not for me, I could never get over them keeping the anubis anime girls on<p>To be fair, that seems like a bit of an odd detail to obsess over.<p>A service could be bright pink for all I care* as long as it just works without me having to worry about checking their blog for the latest decrees being handed down on a daily basis.<p>* Take that with a grain of salt because my - in some people's eyes - questionable stylistic choices are the direct cause of a couple hundred userstyles and scripts out there.</p>
]]></description><pubDate>Fri, 24 Jul 2026 22:17:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=49042286</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49042286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49042286</guid></item><item><title><![CDATA[New comment by chmod775 in "I regret migrating to Codeberg"]]></title><description><![CDATA[
<p>> Are you consciously choosing to completely ignore<p>Yes. Let me stop you right there: Yes, absolutely. Whatever they claim their reasons are, it's not my problem. I don't care.<p>The last Codeberg story that popped up here just this week was something about them banning Bitcoin. At that pace you should worry whether you're next.<p>Which is why my advice is: Avoid the headache. Go somewhere else.</p>
]]></description><pubDate>Fri, 24 Jul 2026 12:30:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=49034630</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49034630</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49034630</guid></item><item><title><![CDATA[New comment by chmod775 in "I regret migrating to Codeberg"]]></title><description><![CDATA[
<p><a href="https://en.wikipedia.org/wiki/Comparison_of_source-code-hosting_facilities" rel="nofollow">https://en.wikipedia.org/wiki/Comparison_of_source-code-host...</a></p>
]]></description><pubDate>Fri, 24 Jul 2026 11:44:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=49034197</link><dc:creator>chmod775</dc:creator><comments>https://news.ycombinator.com/item?id=49034197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49034197</guid></item></channel></rss>