<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: mindcrime</title><link>https://news.ycombinator.com/user?id=mindcrime</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 09:20:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mindcrime" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mindcrime in "One Interface, Every Protocol"]]></title><description><![CDATA[
<p>Huh. This sounds really interesting. Will definitely give it a look later this evening. At first blush, this sounds like something I could use.</p>
]]></description><pubDate>Wed, 15 Apr 2026 20:20:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47784684</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47784684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47784684</guid></item><item><title><![CDATA[Tennessee is about to make building chatbots a Class A felony]]></title><description><![CDATA[
<p>Article URL: <a href="https://old.reddit.com/r/artificial/comments/1slu23a/red_alert_tennessee_is_about_to_make_building/">https://old.reddit.com/r/artificial/comments/1slu23a/red_alert_tennessee_is_about_to_make_building/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47784650">https://news.ycombinator.com/item?id=47784650</a></p>
<p>Points: 33</p>
<p># Comments: 11</p>
]]></description><pubDate>Wed, 15 Apr 2026 20:17:30 +0000</pubDate><link>https://old.reddit.com/r/artificial/comments/1slu23a/red_alert_tennessee_is_about_to_make_building/</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47784650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47784650</guid></item><item><title><![CDATA[New comment by mindcrime in "Ask HN: Why/how do you use LLMs to draft tech blogs?"]]></title><description><![CDATA[
<p>I don't. While I'm as big an advocate for AI as anyone you're likely to meet, there are very pointedly things I don't use AI for. And one is "writing for me". I refuse to do it as a matter of principle, because I consider it very important that anything I write is very authentic and written in my voice. I would rather accept some grammar and spelling mistakes, or an awkward sentence here and there, or whatever, than risk having my writing feel artificial.<p>Of course the downside is that I'm not able to churn out as much "stuff" as people who do use AI for that purpose. So my blog[1], for example, hasn't had a new post submitted in months. I have 5 or 6 posts in WIP status, but they'll be finished when they're finished.<p>NOTE: I will use AI to do background research, gather references, etc., etc. But the actual writing stays all me.<p>[1]: <a href="http://philliprhodes.name/roller" rel="nofollow">http://philliprhodes.name/roller</a></p>
]]></description><pubDate>Wed, 15 Apr 2026 13:27:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47778680</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47778680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47778680</guid></item><item><title><![CDATA[New comment by mindcrime in "Ask HN: What's the point in creating a startup when anyone can copy it in days?"]]></title><description><![CDATA[
<p>The important parts of your business cannot, in fact, be "copied in days". Things like trust, based on demonstrated reliability over time, human relationships based on being a decent human being and treating your customers with respect, your willingness to bend over backwards to accomodate special requests from customers, your ability to embed yourself into your customers' environment and build a genuinely deep understanding of their problems and challenges... etc., etc.<p>Copying technology is easy. But "business ≠ technology".</p>
]]></description><pubDate>Wed, 15 Apr 2026 13:21:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47778608</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47778608</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47778608</guid></item><item><title><![CDATA[New comment by mindcrime in "Lean proved this program correct; then I found a bug"]]></title><description><![CDATA[
<p><i>"Beware of bugs in the above code; I have only proved it correct, not tried it."</i> -- Donald Knuth</p>
]]></description><pubDate>Tue, 14 Apr 2026 01:22:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47760102</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47760102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47760102</guid></item><item><title><![CDATA[New comment by mindcrime in "Ask HN: What Are You Working On? (April 2026)"]]></title><description><![CDATA[
<p>I've been building an AgentRegistry. Right now it is mainly based on A2A Agents that run in Docker containers. There's an auto-register module that watches the Docker system event log (I'll add support for K8S eventually) and if it sees a container spin up  with the right labels, it fetches the AgentCard from the Agent, then registers an Upstream and Route with APISIX, then updates the 'url' field in the AgentCard, and stores the AgentCard in the Registry.<p>The Registry in turn has two interfaces: one REST, and one A2A itself. If you hit /.well-known/agent-card.json on the Registry server, you get the AgentListerAgent, which supports searching for Agents by various criteria. Or you can search using the REST interface. In either case, you get an AgentCard that points to the correct APISIX endpoint to talk to the desired Agent.<p>Besides adding K8S support, other plans include adding support for other proxy providers (including Istio for the K8S case), supporting Agents that are not based on A2A and, allowing Agents to register themselves using the Registry API, and... uh, well, that's the main stuff I have in mind right now. Aaah, wait, I might do something along the lines of integrating an MCP Registry as well, not sure yet. Heck maybe I'll get bored and make it an all-out API registry for all sorts of endpoints... could integrate a UDDI server and bake in WSDL support for good measure! (Don't count on that last bit happening anytime soon).<p>Anyway, no repo to share right this second, but I do intend to make it open source. I'm just committing the cardinal sin right now of wanting to "make it presentable before releasing the code".</p>
]]></description><pubDate>Mon, 13 Apr 2026 02:20:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47746815</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47746815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47746815</guid></item><item><title><![CDATA[New comment by mindcrime in "Taking on CUDA with ROCm: 'One Step After Another'"]]></title><description><![CDATA[
<p><i>Last year, AMD ran a GitHub poll for ROCm complaints and received more than 1,000 responses. Many were around supporting older hardware, which is today supported either by AMD or by the community, and one year on, all 1,000 complaints have been addressed, Elangovan said. AMD has a team going through GitHub complaints, but Elangovan continues to encourage developers to reach out on X where he’s always happy to listen.</i><p>Seems like they're making <i>some</i> effort in that direction at least. If you have specific concerns, maybe try hitting up Anush Elangovan on Twitter?</p>
]]></description><pubDate>Sun, 12 Apr 2026 23:56:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47745859</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47745859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47745859</guid></item><item><title><![CDATA[Taking on CUDA with ROCm: 'One Step After Another']]></title><description><![CDATA[
<p>Article URL: <a href="https://www.eetimes.com/taking-on-cuda-with-rocm-one-step-after-another/">https://www.eetimes.com/taking-on-cuda-with-rocm-one-step-after-another/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47745284">https://news.ycombinator.com/item?id=47745284</a></p>
<p>Points: 263</p>
<p># Comments: 197</p>
]]></description><pubDate>Sun, 12 Apr 2026 22:38:45 +0000</pubDate><link>https://www.eetimes.com/taking-on-cuda-with-rocm-one-step-after-another/</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47745284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47745284</guid></item><item><title><![CDATA[New comment by mindcrime in "Dr. Dobb's Developer Library DVD 6 (2010)"]]></title><description><![CDATA[
<p>Since we're talking about archive.org stuff, if y'all will permit it, I'd like to call attention to this thread as well<p><a href="https://news.ycombinator.com/item?id=47702136">https://news.ycombinator.com/item?id=47702136</a><p>It looks like CiteseerX from PSU is now effectively offline and everything is redirecting to the Wayback Machine. But many of those links are not <i>in</i> the Wayback Machine. Hopefully there is - or can be - some focused effort to get that content transferred over, if the citeseerx site is really going away for good.</p>
]]></description><pubDate>Thu, 09 Apr 2026 15:32:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47705058</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47705058</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47705058</guid></item><item><title><![CDATA[New comment by mindcrime in "Citeseerx.ist.psu.edu Archived, Breaking Tens of Thousands of Links"]]></title><description><![CDATA[
<p>Aaargggh. That is <i>terrible</i> news. There's a metric shit-ton of good stuff in CiteseerX. If the site is gone for good, I sure hope there's a plan to properly move all that content to archive.org so it can remain accessible. :-(</p>
]]></description><pubDate>Thu, 09 Apr 2026 11:44:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47702393</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47702393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47702393</guid></item><item><title><![CDATA[New comment by mindcrime in "We found an undocumented bug in the Apollo 11 guidance computer code"]]></title><description><![CDATA[
<p>It was definitely Madalaine.</p>
]]></description><pubDate>Wed, 08 Apr 2026 01:38:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47683734</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47683734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47683734</guid></item><item><title><![CDATA[New comment by mindcrime in "Book review: There Is No Antimemetics Division"]]></title><description><![CDATA[
<p>> It describes most Blake Crouch and Peter Clines novels.<p>I vaguely recall liking <i>Dark Matter</i>. I've still got <i>Recursion</i> on a shelf around here somewhere waiting to be read. Still haven't read any Peter Clines. Now I'm not sure I want to. :-)</p>
]]></description><pubDate>Tue, 07 Apr 2026 02:53:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47670208</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47670208</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47670208</guid></item><item><title><![CDATA[New comment by mindcrime in "Book review: There Is No Antimemetics Division"]]></title><description><![CDATA[
<p>> Diaspora by Greg Egan<p>Basically anything by Egan is gold, IMO.<p>> Annihilation By Jeff VanderMeer<p>I wanted to like this, as the premise was fascinating and the word-smithing was pretty good. But something about it left me feeling a little disappointed at the end. More so the end of the entire trilogy, than <i>Annihilation</i> by itself though, IIRC.</p>
]]></description><pubDate>Mon, 06 Apr 2026 23:30:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47668789</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47668789</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47668789</guid></item><item><title><![CDATA[New comment by mindcrime in "Book review: There Is No Antimemetics Division"]]></title><description><![CDATA[
<p>Glasshouse[1] by Charles Stross<p>Permutation City[2] by Greg Egan<p>We Are Legion (We Are Bob)[3] by Dennis E. Taylor<p>Halting State[4] by Charles Stross<p>Singularity Sky[5] by Charles Stross<p>Dungeon Crawler Carl[6] by Matt Dinniman<p>Zero World[7] by Jason M. Hough<p>The Shockwave Rider[8] by  John Brunner<p>[1]: <a href="https://en.wikipedia.org/wiki/Glasshouse_(novel)" rel="nofollow">https://en.wikipedia.org/wiki/Glasshouse_(novel)</a><p>[2]: <a href="https://en.wikipedia.org/wiki/Permutation_City" rel="nofollow">https://en.wikipedia.org/wiki/Permutation_City</a><p>[3]: <a href="https://www.amazon.com/We-Are-Legion-Bob-Bobiverse/dp/1668221578/" rel="nofollow">https://www.amazon.com/We-Are-Legion-Bob-Bobiverse/dp/166822...</a><p>[4]: <a href="https://en.wikipedia.org/wiki/Halting_State" rel="nofollow">https://en.wikipedia.org/wiki/Halting_State</a><p>[5]: <a href="https://en.wikipedia.org/wiki/Singularity_Sky" rel="nofollow">https://en.wikipedia.org/wiki/Singularity_Sky</a><p>[6]: <a href="https://en.wikipedia.org/wiki/Dungeon_Crawler_Carl" rel="nofollow">https://en.wikipedia.org/wiki/Dungeon_Crawler_Carl</a><p>[7]: <a href="https://www.jasonhough.com/book/zero-world" rel="nofollow">https://www.jasonhough.com/book/zero-world</a><p>[8]: <a href="https://en.wikipedia.org/wiki/The_Shockwave_Rider" rel="nofollow">https://en.wikipedia.org/wiki/The_Shockwave_Rider</a></p>
]]></description><pubDate>Mon, 06 Apr 2026 23:23:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47668729</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47668729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47668729</guid></item><item><title><![CDATA[Teens Sick of Their iPhones Are 'Mallmaxxing']]></title><description><![CDATA[
<p>Article URL: <a href="https://www.bloomberg.com/news/features/2026-03-29/how-tiktok-got-teens-to-fall-in-love-with-the-mall-again">https://www.bloomberg.com/news/features/2026-03-29/how-tiktok-got-teens-to-fall-in-love-with-the-mall-again</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47653813">https://news.ycombinator.com/item?id=47653813</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 05 Apr 2026 20:59:32 +0000</pubDate><link>https://www.bloomberg.com/news/features/2026-03-29/how-tiktok-got-teens-to-fall-in-love-with-the-mall-again</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47653813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47653813</guid></item><item><title><![CDATA[New comment by mindcrime in "The Technocracy Movement of the 1930s"]]></title><description><![CDATA[
<p>Huh. I wonder if any of this was at all part of (or all of) the inspiration for C.O.C.'s EP "Technocracy"[1]?<p>[1]: <a href="https://en.wikipedia.org/wiki/Technocracy_(EP)" rel="nofollow">https://en.wikipedia.org/wiki/Technocracy_(EP)</a></p>
]]></description><pubDate>Fri, 03 Apr 2026 04:19:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47623164</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47623164</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47623164</guid></item><item><title><![CDATA[New comment by mindcrime in "Lemonade by AMD: a fast and open source local LLM server using GPU and NPU"]]></title><description><![CDATA[
<p>Nope. I've exceeded available VRAM a few times, and never had to do anything other than maybe restart Ollama. To be fair though, that's "exceed available VRAM" in terms of the initial model load (eg, using a model that would never load in 24GB). I don't know that I've ever started working with a successfully loaded model and then pushed past available VRAM by pushing stuff into the context.<p>I've had a few of those "model psychosis" incidents where the context gets so big that  the model just loses all coherence and starts spewing gibberish though. Those are always fun.</p>
]]></description><pubDate>Fri, 03 Apr 2026 03:01:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47622768</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47622768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47622768</guid></item><item><title><![CDATA[New comment by mindcrime in "Lemonade by AMD: a fast and open source local LLM server using GPU and NPU"]]></title><description><![CDATA[
<p>> Been running local LLMs on my 7900 XTX for months and the ROCm experience has been... rough.<p>Just out of curiosity... how so?<p>I only ask because I've been running local models (using Ollama) on my RX 7900 XTX for the last year and a half or so and haven't had a single problem that was ROCm specific that I can think of. Actually, I've barely had any problems at all, other than the card being limited to 24GB of VRAM. :-(<p>I'm halfway tempted to splurge on a Radeon Pro board to get more VRAM, but ... haven't bitten the bullet yet.</p>
]]></description><pubDate>Thu, 02 Apr 2026 19:37:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47619164</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47619164</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47619164</guid></item><item><title><![CDATA[New comment by mindcrime in "Raspberry Pi profit surges as AI boom lifts demand"]]></title><description><![CDATA[
<p>I remember reading a review of <i>Neuromancer</i> once, where people were making light of the thing with Linda Lee stealing Case's black-market RAM, on the basis that RAM is now a dirt-cheap commodity and not something that would hold great value.<p>My, how times have changed...</p>
]]></description><pubDate>Tue, 31 Mar 2026 18:24:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47591472</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47591472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47591472</guid></item><item><title><![CDATA[New comment by mindcrime in "Raspberry Pi profit surges as AI boom lifts demand"]]></title><description><![CDATA[
<p>> Are people really that stupid?<p>Donald Trump is President.<p>RFK Jr. is Secretary of Health and Human Services<p>Linda McMahon is Secretary of Education<p>...<p>Do you <i>really</i> have any doubts about the limits of stupidity? :-(</p>
]]></description><pubDate>Tue, 31 Mar 2026 18:20:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47591438</link><dc:creator>mindcrime</dc:creator><comments>https://news.ycombinator.com/item?id=47591438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47591438</guid></item></channel></rss>