<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: mike_hearn</title><link>https://news.ycombinator.com/user?id=mike_hearn</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 14 Aug 2026 23:32:36 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mike_hearn" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mike_hearn in "Where did the old web go? We followed 657,607 links to find out"]]></title><description><![CDATA[
<p>But who would? Anyone can run an archive.org style site but it takes a lot of work and money, so hardly anyone does. Not even Google does that anymore.</p>
]]></description><pubDate>Fri, 14 Aug 2026 11:57:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49297612</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49297612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49297612</guid></item><item><title><![CDATA[New comment by mike_hearn in "Where did the old web go? We followed 657,607 links to find out"]]></title><description><![CDATA[
<p>Well, except that they list a bunch of newspapers that are gone while Google/Facebook survive.</p>
]]></description><pubDate>Fri, 14 Aug 2026 11:56:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=49297602</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49297602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49297602</guid></item><item><title><![CDATA[New comment by mike_hearn in "Gemini 3.7 Flash"]]></title><description><![CDATA[
<p>JIT compilers largely solve that. The real question in my mind is whether fast LLMs bias stuff towards languages that either don't have a compile/typecheck phase at all or have one that's very fast (e.g. Java).</p>
]]></description><pubDate>Fri, 14 Aug 2026 07:58:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49295841</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49295841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49295841</guid></item><item><title><![CDATA[New comment by mike_hearn in "Gemini 3.7 Flash"]]></title><description><![CDATA[
<p>You probably can't build such a model without unlimited access to YouTube and Google has been tightening the screws on that over the years pretty systematically.</p>
]]></description><pubDate>Fri, 14 Aug 2026 07:54:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49295822</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49295822</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49295822</guid></item><item><title><![CDATA[New comment by mike_hearn in "Gemini 3.7 Flash"]]></title><description><![CDATA[
<p>Modern protocols loop back the reasoning tokens in raw textual form via an encrypted parameter. You can't see them (modulo the recent attack), but you do resubmit them.</p>
]]></description><pubDate>Fri, 14 Aug 2026 07:52:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49295813</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49295813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49295813</guid></item><item><title><![CDATA[New comment by mike_hearn in "Grok 4.6"]]></title><description><![CDATA[
<p>Yes they're called RL gym companies and there's a whole ecosystem of them. You hardly hear about them because their only customers are AI labs and RLVR is where the improvements are coming from at the frontier right now.<p>Note that RLVR is incredibly compute expensive but it's CPU as much as GPU.</p>
]]></description><pubDate>Thu, 13 Aug 2026 13:25:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=49285547</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49285547</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49285547</guid></item><item><title><![CDATA[New comment by mike_hearn in "Grok 4.6"]]></title><description><![CDATA[
<p>Laws about what counts as child porn vary considerably across jurisdiction. "Criminal activity" is vague. These problems trip up humans before AI existed too.</p>
]]></description><pubDate>Thu, 13 Aug 2026 13:18:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49285457</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49285457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49285457</guid></item><item><title><![CDATA[New comment by mike_hearn in "I hate packaging my software for Linux"]]></title><description><![CDATA[
<p>Conveyor is used to distribute itself and it's a CLI app. I also use it to distribute other CLI tools and servers. It has some systemd support, for instance.<p>Albeit, the support for pure CLI apps on Windows/macOS isn't as strong as for GUI apps. There's an internal feature that isn't documented that's useful for it - it bundles a little GUI with a button that adds it to the user's path, and let's you trigger the self-update flow. We should expose that more obviously as a feature, although the incentive is low as most people distributing CLI apps and servers aren't paying customers.</p>
]]></description><pubDate>Thu, 13 Aug 2026 10:46:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49284058</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49284058</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49284058</guid></item><item><title><![CDATA[New comment by mike_hearn in "I hate packaging my software for Linux"]]></title><description><![CDATA[
<p>Yeah distributing desktop apps is a pain. I created Conveyor to solve that, see <a href="https://hydraulic.dev/" rel="nofollow">https://hydraulic.dev/</a><p>Quick feature set of interest to your project:<p>• It's free for open source projects.<p>• It's a tool not a service so you can just download+go without even needing to sign up for an account.<p>• It can create signed, self updating Windows, Mac and Debian packages in one go, with a single run on any chosen host platform. So you can ship from Linux to Win/Mac without having those systems.<p>• Fully supports code signing, delta updates, other advanced stuff.<p>• Creates a nice download HTML page that detects the user's OS and CPU etc.<p>• Simple config file syntax.<p>Check it out, see if you like it.</p>
]]></description><pubDate>Wed, 12 Aug 2026 13:39:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49272251</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49272251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49272251</guid></item><item><title><![CDATA[New comment by mike_hearn in "As AI eats the web, the internet’s collective memory is disappearing"]]></title><description><![CDATA[
<p>Yeah that's the core of it. I've seen people say their finely crafted essays get 1% of the engagement of a video. And in video there is no natural equivalent of the hyperlink, so ranking and discovery are now fully neural and centralized around Youtube.</p>
]]></description><pubDate>Wed, 12 Aug 2026 09:17:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=49269690</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49269690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49269690</guid></item><item><title><![CDATA[New comment by mike_hearn in "Grok Bot"]]></title><description><![CDATA[
<p>The point of this approach is to create AI employees and interact with them as you would with employees, not to have an AI powered plugin for managing YouTube subscriptions. Nothing stops you doing both, of course, with AI "closer" to your accounts being more like a normal software feature that you just interact with and the Grok Bots or equivalent being more like employees that are expected to run for long periods without interaction with you.</p>
]]></description><pubDate>Wed, 12 Aug 2026 09:02:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49269604</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49269604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49269604</guid></item><item><title><![CDATA[New comment by mike_hearn in "Grok Bot"]]></title><description><![CDATA[
<p>You just give them the permissions they need to do their work.<p>This approach exploits the fact that managing permissions for humans is a very old requirement and most platforms have good support for it already. You can then issue API keys from the agent's accounts if you want to restrict permissions further.</p>
]]></description><pubDate>Wed, 12 Aug 2026 08:59:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49269585</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49269585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49269585</guid></item><item><title><![CDATA[New comment by mike_hearn in "Grok Bot"]]></title><description><![CDATA[
<p>They don't need to have access to your accounts. You can give them their own accounts.</p>
]]></description><pubDate>Tue, 11 Aug 2026 20:28:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=49263995</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49263995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49263995</guid></item><item><title><![CDATA[New comment by mike_hearn in "Grok Bot"]]></title><description><![CDATA[
<p>Neat. I haven't had access to Grok Bot but I rolled my own async agent a while ago using systemd, Codex and old school UNIX stuff like sendmail/postfix/Maildirs. The model gets a rolling and continuously compacted context window in which mail arriving or timed wakeups cause Codex to resume a session with a prompt telling it to do stuff.<p>As it's linked to an SMTP gateway I interact with it entirely by email. It also has API keys for my internal bug tracker, it has its own git forks of my repos and so on.<p>Over time it's improved itself so it has adaptive wakeups, a nice monitoring dashboard so I can see what it's doing if I want, a bunch of skills, a nightly wakeup to reorganize its home directories and so on. It keeps a private knowledge base in its home dir and writes its own skills, and it has a persistent todo list. When the todo list is populated it wakes up more frequently so it can break work up into chunks, a kind of basic Ralph loop.<p>I've found this email-centric paradigm works pretty nicely for me compared to just running a local CLI agent. For instance, I can assign a bug to "Axiom" (it named itself) in YouTrack and the email notification causes it to wake up and start work on the bug. If it gets blocked, it uses its API key to post a comment back to the ticket. If I think of something I just quickly email it, so I'm using Gmail instead of dealing with finicky ChatGPT style UIs that don't have good support for labelling, compact UI and other nice things.<p>On older models its judgement about what to work on wasn't that good, but with the latest GPTs it's doing much better. I just got back from holiday and it had triaged and resolved over 25 different bugs, a nice selection too.<p>Because the whole thing runs in a dedicated UNIX user account it is able to modify its own configuration, which has helped as I developed this setup.<p>However, based on the blog post, Grok Bot sounds a fair bit more sophisticated. I haven't felt a need for more than one bot as I can't easily saturate even a single bot.<p>Cost: just uses my regular ChatGPT Plus subscription, $20/month, plus of course the server it runs on (which is shared with lots of other stuff). I'm not working with it heavily, perhaps if I did I'd need the $200/month sub.</p>
]]></description><pubDate>Tue, 11 Aug 2026 20:26:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49263974</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49263974</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49263974</guid></item><item><title><![CDATA[New comment by mike_hearn in "Mojo 1.0"]]></title><description><![CDATA[
<p>There were competitors. Pascal and assembly, most obviously.<p>It was just a different culture. There was no expectation that everything should be free.</p>
]]></description><pubDate>Tue, 11 Aug 2026 19:52:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=49263535</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49263535</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49263535</guid></item><item><title><![CDATA[New comment by mike_hearn in "As AI eats the web, the internet’s collective memory is disappearing"]]></title><description><![CDATA[
<p>But almost nobody had access to the internet before 1995, so the fact that there was a 25 year period in which TCP existed but it wasn't used for much beyond manually routed emails and FTP isn't that important. Once the web was created and the internet became visual it was only a few years until advertising arrived.<p>And sure, the ads were used to pay hosting costs. Nobody got rich off banner ads on cookery sites. But that's what I said - ads appeared immediately because servers and bandwidth were expensive. So the moment people had to pay their own way instead of being subsidized by the government, ads appeared.<p>Nobody was going to get regulated into bankruptcy in 1995, politicians were largely ignoring the internet back then.</p>
]]></description><pubDate>Tue, 11 Aug 2026 17:35:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49261664</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49261664</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49261664</guid></item><item><title><![CDATA[New comment by mike_hearn in "As AI eats the web, the internet’s collective memory is disappearing"]]></title><description><![CDATA[
<p>Publish some interesting info on a startup eng blog and nobody will see your pitch to apply for jobs, they'll just delegate the task that needs the info to an agent and it'll remember the answer from its training.<p>Ditto for personal blogging and thought leadership pieces. You get drowned out by the volume of AI generated pieces, and any unique ideas you do propose will be presented by the models as their own.</p>
]]></description><pubDate>Tue, 11 Aug 2026 12:20:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=49257134</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49257134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49257134</guid></item><item><title><![CDATA[New comment by mike_hearn in "The session you cannot take with you"]]></title><description><![CDATA[
<p>Obviously, the Google/Microsoft/Yahoo etc auth systems. Also: Meta's auth systems.<p>Auth has to bottom out somewhere. Webmail providers can't just delegate to other webmail providers.</p>
]]></description><pubDate>Tue, 11 Aug 2026 10:34:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=49255986</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49255986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49255986</guid></item><item><title><![CDATA[New comment by mike_hearn in "As AI eats the web, the internet’s collective memory is disappearing"]]></title><description><![CDATA[
<p>This is a common misremembering of the early internet.<p>The internet was never ad free. The first ad was posted online in the 1970s (for DEC)! It pissed people off but not everyone: supposedly it generated $18M in sales. There was very little advertising back then only because the internet was restricted to a handful of large companies and universities.<p>The web itself was launched in 1991 and the early web was inaccessible to basically everyone as it required an extremely expensive NeXTStep machine. Windows didn't even ship a TCP stack in this era, iirc. So took a few years for the web to reach the point where it was usable at home. By 1995 the web was starting to become barely usable thanks to Win95 and Netscape, and DoubleClick launched immediately in the same year.<p>My memory of the early web is that basically every website had DoubleClick ads on them, it was notorious for that. "Punch the Monkey" was an early campaign. Almost every topic oriented website carried ads, partly because bandwidth and servers were very expensive so that helped defray the costs. GeoCities took off because it handled the complexities of running ads for you, so you could publish for free.</p>
]]></description><pubDate>Tue, 11 Aug 2026 10:30:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=49255962</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49255962</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49255962</guid></item><item><title><![CDATA[New comment by mike_hearn in "As AI eats the web, the internet’s collective memory is disappearing"]]></title><description><![CDATA[
<p>While we're here exchanging old man stories, I remember the web before blogs existed! I guess we can organize the internet into these eras, each of which was in some sense harder and more expensive to find available info than in the previous:<p>1. Pre-web. Internet is mostly about messages sent to individuals or groups. USENET organizes group discussion into browseable topic-oriented hierarchies, IRC does the same but with lists in fragmented networks. If the discussion exists at all, finding it is easy.<p>2. Early web. Dominated by topic focused websites, early online shops and personal home pages. Search engines suck and face strong competition from manually maintained topic-oriented directories (did anyone else here contribute to DMoz?), content discovery is mutual and webmasters help each other out by joining "web rings". DoubleClick and AdSense start to funnel small amounts of money to creators, but it's enough to offset hosting costs and in many cases can make web hosting effectively free or even yield a small profit. This encourages an explosion of website creation. Discussion moves off USENET onto phpBB forums. Every organization decides it's a cultural imperative to have a presence on the information superhighway. Finding information is easy as long as you can figure out what topic it belongs to.<p>3. Blogging and centralization era. The internet starts to rebuild itself around people as the primary object, not the topic or category. Directories die because websites can no longer be categorized by content. Web rings die for the same reason. IRC is replaced by instant messengers that are about connecting people with pre-existing friends, not mutual interest groups. Outside of institutional websites that exist to promote the organization, things become hard to find without highly centralized search engines because nobody is putting any effort into organizing or indexing what they write anymore: maybe you get a few tags if you're lucky. Spam, hacking and lack of SSO causes forums to centralize onto Reddit. This is the peak of the search engine era because you are forced to use Google to find anything. The power eventually corrupts the tech firms and they begin political censorship to benefit the left in 2015 [1]. Enormous amounts of information is deliberately made unfindable as part of a large-scale programme of social control.<p>4. Social media era. All the same problems as blogging except now the bulk of the content goes behind login walls that stop search engines from surfacing them. Video and podcasts start to matter more, both of which are unsearchable by default. Eventually video completely dominates, as few younger people want to read when they could watch instead. Firefox starts to replace IE6, and then Chrome. They bring ad blockers in their wake which starts to choke off ad revenues, so many websites from the web's first era go unmaintained and eventually offline. This is somewhat but not entirely compensated by the falling cost of web hosting. Social media remains because it puts people's faces next to everything, allowing clout farming and viral notoriety that can sometimes be monetized by becoming an influencer. The only part of the web's first era that really survives into this era is Wikipedia and Reddit, which by this time substitute monetary rewards for power tripping by a small group of ideologically driven moderators.<p>5. AI era. Information is so heavily scattered over so many tiny sourcelets and search engines have become sufficiently useless that full neural integration of knowledge is required, with LLMs issuing massively parallel and complex search engine queries as a backstop.<p>What can we predict for the AI era? Institutional websites will remain because institutions still have an interest in getting their agenda into LLMs, but visual redesign efforts will largely cease as traffic stats seen by executives show visits completely dominated by AI. There will be lots of conversations of the form, "why redesign our website to look more modern when 99% of traffic is AI which won't care?" Blogs will go the same way as the thematic websites they killed, disappearing as the authors age out. A lot of effort will be put into finding ways to block AI crawlers to create 'human only' spaces, especially by social media firms, but these will fail because AI will just be integrated directly into browsers and become unblockable - and anyway, the incentives to create will be ignored. ChatGPT style text oriented interfaces will last until inferencing capacity catches up, being eventually replaced by voice interaction and on the fly video generation for nearly all users.<p>Where we go from here is hard to say. Content creation was most pure in the web's first era, where people with knowledge were incentivized to share it with the world by the promise of a bit of fame combined with ad clicks to offset hosting costs. Ad blockers, social media and AI killed that world. You could however bring it back by producing a new platform that isn't like the web, one where AI and search engines are blocked via technological means (e.g. confidential computing). How much anyone would actually enjoy such a web is unclear.<p>[1] <a href="https://arctotherium.substack.com/p/the-closure-of-the-internet" rel="nofollow">https://arctotherium.substack.com/p/the-closure-of-the-inter...</a></p>
]]></description><pubDate>Tue, 11 Aug 2026 10:01:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49255706</link><dc:creator>mike_hearn</dc:creator><comments>https://news.ycombinator.com/item?id=49255706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49255706</guid></item></channel></rss>