<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: blamestross</title><link>https://news.ycombinator.com/user?id=blamestross</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 23:43:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=blamestross" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by blamestross in "Are We Idiocracy Yet?"]]></title><description><![CDATA[
<p>Every time Idiocracy comes up, I feel obligated to point out that it is WILDLY optimistic. The people are dumb, not evil. They struggle to adapt and learn, but are willing to try and willing to accept new information with evidence.<p>We are not so lucky in reality.</p>
]]></description><pubDate>Tue, 07 Apr 2026 10:44:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47673165</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=47673165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47673165</guid></item><item><title><![CDATA[New comment by blamestross in "Show HN: I Built Paul Graham's Intellectual Captcha Idea"]]></title><description><![CDATA[
<p>Reminds me of IQ tests I took as a kid.<p>"Finish the sequence" with 4 options and "no pattern" as the choices.<p>It becomes "what does the moderately intelligent person who wrote the test thinks counts as a pattern" not the intended exercise at all. There was never enough samples to even guess at a real pattern in them.</p>
]]></description><pubDate>Mon, 06 Apr 2026 17:24:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47663984</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=47663984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47663984</guid></item><item><title><![CDATA[New comment by blamestross in "Show HN: A P2P messenger with dual network modes (Fast and Tor)"]]></title><description><![CDATA[
<p>Nobody does "face to face" key exchange like I imagine. Just two phones facing each other spamming QR codes for the other to read.<p>What I REALLY want is an app that builds a big bank of nonces between you and your peers over short range radio or QR codes and then lets you use a 1-time pad.<p>Ultimately, I'm only offering criticism because I have spent a lot of time working on exactly this problem, but I am not in a position to actually implement it. This is awesome and you should be proud of it.</p>
]]></description><pubDate>Thu, 02 Apr 2026 23:42:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47621650</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=47621650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47621650</guid></item><item><title><![CDATA[New comment by blamestross in "Show HN: A P2P messenger with dual network modes (Fast and Tor)"]]></title><description><![CDATA[
<p>So DHT robustness against censorship is superlinear of the number of participants.<p>The "break point" is when a DHT gets big enough I can't realistically MITM all the links with nodes "closer to the target" than existing ones.<p>This means big networks are great, small ones are cheap to just break. Its hard to skip the messy bootstrapping phase.<p>I'd encourage protocols to only rely on DHTs for small key-value stores if there isn't a trust mechanism in place to validate new peers.<p>Otherwise, all I have to do is mine for O(n^2) dht keys that cover the network. Figure out what your key mining difficulty is and you can identify what the cost would be.</p>
]]></description><pubDate>Thu, 02 Apr 2026 23:37:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47621613</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=47621613</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47621613</guid></item><item><title><![CDATA[New comment by blamestross in "Show HN: A P2P messenger with dual network modes (Fast and Tor)"]]></title><description><![CDATA[
<p>"Mainline DHT" is the primary one. It backs magnet links and has resisted censorship for over a decade. Largest most robust group of cooperating computers there is.<p>You can reliably use it to store arbitrary key-value pairs up to 1kb in in size.<p><a href="https://en.wikipedia.org/wiki/Mainline_DHT" rel="nofollow">https://en.wikipedia.org/wiki/Mainline_DHT</a></p>
]]></description><pubDate>Thu, 02 Apr 2026 22:49:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47621200</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=47621200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47621200</guid></item><item><title><![CDATA[New comment by blamestross in "Show HN: A P2P messenger with dual network modes (Fast and Tor)"]]></title><description><![CDATA[
<p>I'm a fan of "face to face mutual qr code key exchange." I should implement that someday.</p>
]]></description><pubDate>Thu, 02 Apr 2026 22:45:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47621166</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=47621166</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47621166</guid></item><item><title><![CDATA[New comment by blamestross in "Show HN: A P2P messenger with dual network modes (Fast and Tor)"]]></title><description><![CDATA[
<p>I don't recommend DHTs with public participants being made from scratch. Use mainline bittorrent DHT instead. Small networks are really easy to eclipse and censor.<p>DHTs of trusted participants are great.</p>
]]></description><pubDate>Thu, 02 Apr 2026 21:49:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47620630</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=47620630</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47620630</guid></item><item><title><![CDATA[New comment by blamestross in "Add age verification to accounts service"]]></title><description><![CDATA[
<p>So every distro out there has a GOAL it exists for a REASON. If achieving that reason requires that compliance. Then comply.<p>Ageless Linux exists for a simple reason. It does not comply for the benefit of that reason.<p>Every other Linux distro has different goals. Thats why they exist.</p>
]]></description><pubDate>Sat, 21 Mar 2026 13:19:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47466766</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=47466766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47466766</guid></item><item><title><![CDATA[New comment by blamestross in "Add age verification to accounts service"]]></title><description><![CDATA[
<p>"I'll let the system admin set a birthday for the user" is exactly how Linux should comply with this legislation. That is what this does.<p>I disagree with this law. I like that <a href="https://agelesslinux.org/" rel="nofollow">https://agelesslinux.org/</a> is challenging it. Expecting the rest of Linux ecosystem to actively NOT comply with a law isn't the right response.</p>
]]></description><pubDate>Sat, 21 Mar 2026 08:03:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47465009</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=47465009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47465009</guid></item><item><title><![CDATA[New comment by blamestross in "Tree Search Distillation for Language Models Using PPO"]]></title><description><![CDATA[
<p>Its a thing that isn't part of the "subject", used with the subject, to manipulate the state of the "the subject" to be closer to what we want.</p>
]]></description><pubDate>Sun, 15 Mar 2026 17:28:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47389604</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=47389604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47389604</guid></item><item><title><![CDATA[New comment by blamestross in "Uploading Pirated Books via BitTorrent Qualifies as Fair Use, Meta Argues"]]></title><description><![CDATA[
<p>"tit-for-tat" trading of chunks only happens between peers that both are actively downloading. Seeding nodes just let anybody leech.<p>You totally CAN disable all uploads in the torrent protocol. Just set the "upload budget" to zero in most clients. Just nobody realizes they can do that.<p>Bittorrent is wildly successful in part because every popular client makes it nontrivial to "opt out" of it's more socialist components (chunk trading, DHT participation, seeding by default).<p>Making an "leech behavior only" torrent client is straightforward and viable.</p>
]]></description><pubDate>Sat, 07 Mar 2026 14:44:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47288107</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=47288107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47288107</guid></item><item><title><![CDATA[New comment by blamestross in "Relicensing with AI-Assisted Rewrite"]]></title><description><![CDATA[
<p>Intellectual property laundering is the core and primary value of LLMs. Everything else is "bonus".</p>
]]></description><pubDate>Thu, 05 Mar 2026 09:01:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47259345</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=47259345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47259345</guid></item><item><title><![CDATA[New comment by blamestross in "The Future of AI"]]></title><description><![CDATA[
<p>Lets offer you a "trade up" on that "Golden Rule"<p>In order of priority, if possible while maintaining the health and safety of yourself and your loved ones:<p>- Treat others as THEY wish to be treated<p>- Treat others as YOU would wish to be treated in their situation<p>- Treat others with as much kindness and compassion as you can safely afford<p>When we are safe, we can do BETTER than the Golden Rule. We also have to admit that safety is a requirement that changes expectations.<p>I have to give credit to Dennis E Taylor's "Heaven's River" for this root idea.</p>
]]></description><pubDate>Sat, 28 Feb 2026 13:15:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47194960</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=47194960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47194960</guid></item><item><title><![CDATA[New comment by blamestross in "Ask HN: Have top AI research institutions just given up on the idea of safety?"]]></title><description><![CDATA[
<p>"AI Safety" got suborned, then dropped when it wasn't needed anymore.<p>Every misalignment/AI safety paper is basically a metaphor for how corporate values can misalign with actual human values under capitalism.<p>The first thing that happened when "AI Safety" became useful to corporate interests, is that the "goal" of it instantly became "profitability" not safety. "AI Safety" became about liability minimization, not actual safety for humanity. (Look! the system is now misaligned with the goal, wonder how that happened!?)<p>AI Safety concerns were instantly proven true, it happened, and now we live in the world where it is too late to prevent the superintelligences that we call "corporations" from paper-clipping us to death in pursuit of profit.</p>
]]></description><pubDate>Wed, 25 Feb 2026 15:48:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47153136</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=47153136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47153136</guid></item><item><title><![CDATA[New comment by blamestross in "Lena by qntm (2021)"]]></title><description><![CDATA[
<p>When i started learning about prompt engineering I had vivid flashbacks to this story. Figuring out the deterministic series of inputs that coerce the black box to perform as desired for a while.</p>
]]></description><pubDate>Fri, 13 Feb 2026 13:19:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47002373</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=47002373</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47002373</guid></item><item><title><![CDATA[New comment by blamestross in "Cannabis usage in older adults linked to larger brain, better cognitive function"]]></title><description><![CDATA[
<p>Yeah, this strikes me as just selecting against conservatism, which in turn correlates with worse health outcomes.</p>
]]></description><pubDate>Wed, 04 Feb 2026 15:13:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46886815</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=46886815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46886815</guid></item><item><title><![CDATA[New comment by blamestross in "Lobsters"]]></title><description><![CDATA[
<p>mirror of: <a href="http://www.antipope.org/charlie/blog-static/fiction/accelerando/accelerando.html#Lobsters" rel="nofollow">http://www.antipope.org/charlie/blog-static/fiction/accelera...</a> (ctross, give your poor website more power)<p>Seemed relevant to recent AI lobster fads</p>
]]></description><pubDate>Fri, 30 Jan 2026 19:49:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46828984</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=46828984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46828984</guid></item><item><title><![CDATA[Lobsters]]></title><description><![CDATA[
<p>Article URL: <a href="https://web.archive.org/web/20260118213022/http://www.antipope.org/charlie/blog-static/fiction/accelerando/accelerando.html#Lobsters">https://web.archive.org/web/20260118213022/http://www.antipope.org/charlie/blog-static/fiction/accelerando/accelerando.html#Lobsters</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46828983">https://news.ycombinator.com/item?id=46828983</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 30 Jan 2026 19:49:06 +0000</pubDate><link>https://web.archive.org/web/20260118213022/http://www.antipope.org/charlie/blog-static/fiction/accelerando/accelerando.html#Lobsters</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=46828983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46828983</guid></item><item><title><![CDATA[New comment by blamestross in "Scaling long-running autonomous coding"]]></title><description><![CDATA[
<p>I suppose brittle code is fine if you have cursor to update and fix it. Ideal really, keeps you dependent.</p>
]]></description><pubDate>Wed, 14 Jan 2026 23:47:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46625745</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=46625745</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46625745</guid></item><item><title><![CDATA[New comment by blamestross in "Show HN: Tiny FOSS Compass and Navigation App (<2MB)"]]></title><description><![CDATA[
<p>A feature I have been looking for:<p>Let me indicate a location and point an arrow at it!</p>
]]></description><pubDate>Wed, 14 Jan 2026 13:26:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46615805</link><dc:creator>blamestross</dc:creator><comments>https://news.ycombinator.com/item?id=46615805</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46615805</guid></item></channel></rss>