<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: octoberfranklin</title><link>https://news.ycombinator.com/user?id=octoberfranklin</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 26 Jul 2026 00:13:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=octoberfranklin" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by octoberfranklin in "The Dark Night of Mathematics"]]></title><description><![CDATA[
<p><i>I am going insane. During the last week or so LLMs have produced a number of counterexamples to significant long-standing conjectures. I will not recount these happenings here, there are many places where you can find the details.</i><p>I stopped reading there.<p>Seriously how are we supposed to evaluate whether these were counterexamples to conjectures that real mathematicians had ever put any amount of effort into or not, if the author won't even link to them?<p>There are plenty of junk conjectures out there that even the conjucturee never spent time on.</p>
]]></description><pubDate>Sat, 25 Jul 2026 19:01:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49050529</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=49050529</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49050529</guid></item><item><title><![CDATA[New comment by octoberfranklin in "Tile's security is so bad it's a feature for stalkers"]]></title><description><![CDATA[
<p>BBP;DR (Broken Bot Protection; Didn't Read)<p>Loops forever at<p>blog.adafruit.com
Performing security verification
This website uses a security service to protect against malicious bots. This page is displayed while the website verifies you are not a bot.</p>
]]></description><pubDate>Sat, 25 Jul 2026 18:58:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49050501</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=49050501</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49050501</guid></item><item><title><![CDATA[New comment by octoberfranklin in "Apple is about to make Hide My Email useless"]]></title><description><![CDATA[
<p>I guess you don't use github.  It won't let you sign up with @airmail.cc.</p>
]]></description><pubDate>Tue, 16 Jun 2026 21:52:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48562670</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48562670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48562670</guid></item><item><title><![CDATA[New comment by octoberfranklin in "Iroh 1.0"]]></title><description><![CDATA[
<p>Even 0-RTT connections still allocate connection state.  IPFS learned this the hard way.<p>The mental model you need is the attacks that cause the Linux kernel to send SYN cookies.  Learn how that attack works and you'll understand why you can't have connection state here (and neither does the Linux kernel during a SYN flood).<p><a href="https://en.wikipedia.org/wiki/SYN_flood" rel="nofollow">https://en.wikipedia.org/wiki/SYN_flood</a><p><a href="https://en.wikipedia.org/wiki/SYN_cookies" rel="nofollow">https://en.wikipedia.org/wiki/SYN_cookies</a><p>It's much worse for DNS-like services, which is why after all these years DNS <i>still</i> uses UDP.  Imagine if the root zone servers had to allocate connection state!<p>But it all depends on what you're using the DHT for.  If you've decided "let's write a DHT that won't be used for naming or DNS-like purposes" then you'll probably get away with it.</p>
]]></description><pubDate>Tue, 16 Jun 2026 06:06:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48551169</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48551169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48551169</guid></item><item><title><![CDATA[New comment by octoberfranklin in "Iroh 1.0"]]></title><description><![CDATA[
<p>DNS is highly centralized.  Iroh isn't.</p>
]]></description><pubDate>Mon, 15 Jun 2026 18:58:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48545532</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48545532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48545532</guid></item><item><title><![CDATA[New comment by octoberfranklin in "Iroh 1.0"]]></title><description><![CDATA[
<p>> We have also so far resisted the temptation to write a DHT, opting instead to use the biggest existing DHT, bittorrent mainline, for our p2p address lookup needs. Many traditional P2P networks come with their own implementation of a DHT for discovery.<p>Bravo, because they always get it wrong.<p>DHTs used for decentralized DNS-like naming purposes have truly unique scaling requirements; you have to use a connectionless protocol (like bittorrent does) but everybody seems to be fixated on connection-oriented protocols like TCP, HTTP, and QUIC.  The latter just don't work for this extreme use case.<p>No other use case on the entire internet requires such an extremely large out-degree for end-user nodes in the node connection graph.  Allocating connection-state, even a very small amount, opens up the least-powerful nodes to easy DoS attacks.  And from there it's easy for a motivated attacker to push the network away from decentralization and force it in to a highly-centralized state.</p>
]]></description><pubDate>Mon, 15 Jun 2026 18:50:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48545454</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48545454</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48545454</guid></item><item><title><![CDATA[New comment by octoberfranklin in "When AI Builds Itself: Our progress toward recursive self-improvement"]]></title><description><![CDATA[
<p>Kinda lame that people are downvoting this.<p>I've had the same perspective for quite a while now, but hadn't been able to phrase it this cleverly.<p>Our neocortex is, by any definition, vastly more "intelligent" than the rest of our brain.  Yet it doesn't attack the cerebellum.  In fact, it takes orders from the older "lizard brain"!</p>
]]></description><pubDate>Fri, 05 Jun 2026 04:49:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48408105</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48408105</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48408105</guid></item><item><title><![CDATA[New comment by octoberfranklin in "Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes"]]></title><description><![CDATA[
<p>Wow, really?<p>I took four years of Spanish in high school, and thirty-ish years later I can hold basic conversations with people, ask for things, answer their questions.</p>
]]></description><pubDate>Fri, 05 Jun 2026 00:37:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48406601</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48406601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48406601</guid></item><item><title><![CDATA[New comment by octoberfranklin in "OpenRouter raises $113M Series B"]]></title><description><![CDATA[
<p>DoorDash is viable only because the restaurant business (minus national chains) is extremely balkanized.  Restauranteurs have very little power.</p>
]]></description><pubDate>Sun, 31 May 2026 05:19:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48343249</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48343249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48343249</guid></item><item><title><![CDATA[New comment by octoberfranklin in "OpenRouter raises $113M Series B"]]></title><description><![CDATA[
<p>Unfortunately the model companies will simply reinject the friction by mandating BYOK (Bring Your Own Key -- i.e. the end user must onboard with each model company individually).<p>OpenAI and Anthropic have already done this.<p>Mandated BYOK will sink OpenRouter.</p>
]]></description><pubDate>Sun, 31 May 2026 05:17:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48343240</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48343240</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48343240</guid></item><item><title><![CDATA[New comment by octoberfranklin in "Memory decline after menopause linked to loss of estrogen production in brain"]]></title><description><![CDATA[
<p>This fails to control for the fact that women, on average, live to older ages before dying.</p>
]]></description><pubDate>Sat, 30 May 2026 17:35:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48338733</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48338733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48338733</guid></item><item><title><![CDATA[New comment by octoberfranklin in "MCP is dead?"]]></title><description><![CDATA[
<p>Access control is the operating system's job, and modern OSes already provide plenty of great tools for doing that.<p>Just use the existing sandboxing infrastructure like bubblewrap, seccomp, etc.  I have way more faith in that than in something than some regex-based blocklist.</p>
]]></description><pubDate>Sat, 30 May 2026 17:30:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48338689</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48338689</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48338689</guid></item><item><title><![CDATA[New comment by octoberfranklin in "MCP is dead?"]]></title><description><![CDATA[
<p>You can easily do this with simple Unix `chmod x-rw` on a wrapper that makes HTTP requests, adding the access token as it does.</p>
]]></description><pubDate>Sat, 30 May 2026 17:28:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48338666</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48338666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48338666</guid></item><item><title><![CDATA[New comment by octoberfranklin in "MCP is dead?"]]></title><description><![CDATA[
<p>Editorialized title is not cool, HN.</p>
]]></description><pubDate>Sat, 30 May 2026 17:25:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48338640</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48338640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48338640</guid></item><item><title><![CDATA[New comment by octoberfranklin in "GNU IFUNC is the real culprit behind CVE-2024-3094"]]></title><description><![CDATA[
<p>Yes, that nefarious nation-state threat actor known as GNU IFUNC!<p>Curses, thwarted again!</p>
]]></description><pubDate>Fri, 08 May 2026 02:58:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48057972</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48057972</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48057972</guid></item><item><title><![CDATA[New comment by octoberfranklin in "Computer Use is 45x more expensive than structured APIs"]]></title><description><![CDATA[
<p>That link does not in any way support your bogus claim.</p>
]]></description><pubDate>Fri, 08 May 2026 02:56:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48057954</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48057954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48057954</guid></item><item><title><![CDATA[New comment by octoberfranklin in "AI slop is killing online communities"]]></title><description><![CDATA[
<p>Wait isn't that every sub? /s</p>
]]></description><pubDate>Fri, 08 May 2026 00:51:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48057097</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48057097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48057097</guid></item><item><title><![CDATA[New comment by octoberfranklin in "AI slop is killing online communities"]]></title><description><![CDATA[
<p>The problem is that it has become <i>very</i> popular to ban people from a sub based on what other subs they post to.  It was turning Reddit into a two-party universe.<p>The better fix would be to make the support for multiple accounts in the reddit app not so incredibly-shitty, where you're basically logging out and logging back in.  Instead, just tell it "posts to this sub use this account, posts to that sub use that account", etc.</p>
]]></description><pubDate>Fri, 08 May 2026 00:49:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48057085</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48057085</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48057085</guid></item><item><title><![CDATA[New comment by octoberfranklin in "AI slop is killing online communities"]]></title><description><![CDATA[
<p>Money is great at thwarting spam/Sybil attacks.  You don't have to raise the price very much to make them fail.<p>Honestly I think "this person is real" is the wrong goal.  You'll never accomplish it without a centralized state or some biometric monstrosity like that thing Sam Altman created.<p>Just settle for stopping spam.</p>
]]></description><pubDate>Fri, 08 May 2026 00:45:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48057054</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48057054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48057054</guid></item><item><title><![CDATA[New comment by octoberfranklin in "Computer Use is 45x more expensive than structured APIs"]]></title><description><![CDATA[
<p>I hate to break it to you but it is really easy to get anonymous visa/mastercard cards.</p>
]]></description><pubDate>Wed, 06 May 2026 06:01:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48032786</link><dc:creator>octoberfranklin</dc:creator><comments>https://news.ycombinator.com/item?id=48032786</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48032786</guid></item></channel></rss>