<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: bloaf</title><link>https://news.ycombinator.com/user?id=bloaf</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 26 Aug 2026 02:45:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bloaf" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bloaf in "Going Dark, and the era of law enforcement hacking"]]></title><description><![CDATA[
<p>I would like to point out that the last year when not a single law enforcement agency anywhere in the world could have possibly tapped anyone's phone was 1876.<p>150 years ago was the invention of the telephone, and I think that articles like this seem to assume that prior to this, police just never caught any criminals.</p>
]]></description><pubDate>Fri, 14 Aug 2026 23:23:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49305812</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=49305812</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49305812</guid></item><item><title><![CDATA[New comment by bloaf in "Retire the Abstractions"]]></title><description><![CDATA[
<p>I feel like this is the exact opposite of the conclusion I've been coming to.  In an age where anyone can vibe code stuff at the drop of a hat, I want the ability to assert guarantees/contracts at a high level, and then let AI work out the details. I want to force AI to work within the confines of an abstraction, not independently of it.</p>
]]></description><pubDate>Wed, 12 Aug 2026 03:14:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49267442</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=49267442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49267442</guid></item><item><title><![CDATA[New comment by bloaf in "As AI eats the web, the internet’s collective memory is disappearing"]]></title><description><![CDATA[
<p>I think they make things worse, because they very very often present straight inaccurate information.<p>Just the other day I was trying to find out "What american tree species have the deepest roots".  And all the AI responses were giving me back generic lists of big trees and claiming that roots going 20ft deep were the deepest. I know for a fact the mesquite trees behind my house can easily grow roots > 100 ft deep.<p>If I had clicked on the articles with generic lists of big trees, I would have realized they were all low quality clickbait sources and moved on.  But the AI presentation makes you think that the information comes well-researched.</p>
]]></description><pubDate>Mon, 10 Aug 2026 23:55:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49251485</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=49251485</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49251485</guid></item><item><title><![CDATA[New comment by bloaf in "As AI eats the web, the internet’s collective memory is disappearing"]]></title><description><![CDATA[
<p>Yandex is the only search engine left which still feels like the "old" web.  It feels like you're actually getting a best effort search, and not just the results that someone paid to put in front of you.</p>
]]></description><pubDate>Mon, 10 Aug 2026 23:32:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49251313</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=49251313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49251313</guid></item><item><title><![CDATA[New comment by bloaf in "As AI eats the web, the internet’s collective memory is disappearing"]]></title><description><![CDATA[
<p>As someone who regularly reads things online, then wants to read them again like 3 years later, Google has been monotonically declining in quality.<p>Also I realized the other day how hard it is to find song lyrics for anything other than quite mainstream songs.</p>
]]></description><pubDate>Mon, 10 Aug 2026 23:30:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=49251288</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=49251288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49251288</guid></item><item><title><![CDATA[New comment by bloaf in "2x, not 10x: coding with LLMs in 2026"]]></title><description><![CDATA[
<p>I don't think this is the right framing, because I think it confuses the means and the ends.<p>Its like making a jig in woodworking. The measure of the jig's success is not whether it gets re-used or widespread adoption, its whether it made it easier to achieve some actual objective. Because the jig is a means to some other end.<p>Lots of these "we wouldn't have done it otherwise" applications are means, not ends.</p>
]]></description><pubDate>Fri, 31 Jul 2026 02:15:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49118283</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=49118283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49118283</guid></item><item><title><![CDATA[New comment by bloaf in "2x, not 10x: coding with LLMs in 2026"]]></title><description><![CDATA[
<p>We have entered the era of small software, and no one knows what it will grow to.<p>Here's an example: my office has a few cars for employees to use as rentals.  The number is small enough that it would never be worth any serious software dev to build a tool to manage, but large enough that its a moderate amount of work for someone to manage the requests/getting supervisor approvals/schedule changes due to breakdowns.<p>AI one-shot that guy a tool. Its now dead simple, he's got a calendar, automatic emails going to people's supervisors with click-here-to-approve links, rescheduling options, fleet management. It doesn't even look bad.<p>Who cares if its using some un-backed-up sqlite database in the backend, has some placeholder tab for a feature he changed his mind about, or violates the DRY principles a bunch or uses some inferior authentication mechanism.  Its an in house tool, isn't mission critical, and it makes his life significantly easier.<p>Basically everyone is now a few prompts away from their own bespoke tools, and only they will be able to judge the benefit thereof.<p>Edit: to tie this more directly to the article, I would argue that this is an example of "infinity-x" coding, because the user was in fact not capable of coding a solution on their own without AI.</p>
]]></description><pubDate>Fri, 31 Jul 2026 01:46:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=49118123</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=49118123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49118123</guid></item><item><title><![CDATA[New comment by bloaf in "What is happening to jobs? Separating AI hype from reality"]]></title><description><![CDATA[
<p>The software which manages our instrument spec sheets, and the software which manages our field tech rounds.</p>
]]></description><pubDate>Sun, 26 Jul 2026 04:08:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=49054642</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=49054642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49054642</guid></item><item><title><![CDATA[New comment by bloaf in "Systems and Delays"]]></title><description><![CDATA[
<p>Reminds me of this piece I read on hacker news over a decade ago:<p><a href="https://mcfunley.com/whom-the-gods-would-destroy-they-first-give-real-time-analytics" rel="nofollow">https://mcfunley.com/whom-the-gods-would-destroy-they-first-...</a></p>
]]></description><pubDate>Sun, 26 Jul 2026 04:06:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49054627</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=49054627</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49054627</guid></item><item><title><![CDATA[New comment by bloaf in "What is happening to jobs? Separating AI hype from reality"]]></title><description><![CDATA[
<p>We got the thumbs up from management last week.</p>
]]></description><pubDate>Sun, 26 Jul 2026 00:21:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=49053274</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=49053274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49053274</guid></item><item><title><![CDATA[New comment by bloaf in "What is happening to jobs? Separating AI hype from reality"]]></title><description><![CDATA[
<p>I think Sturgeon's law would tell us that everything will stay about the same.<p>But in reality, a lot of corporate software exists just because there are plenty of companies who are afraid of owning code.  They don't want to maintain any in-house coding skills, and therefore are willing to buy literally any vaguely-relevant CRUD app that the manager heard about at the conference.  I don't think replacing that class of software with vibe coded alternatives will be any worse, because the bar is starting on the floor.<p>There are entire software categories that consist entirely of code that is only one or two evolutionary steps away from some engineer's spreadsheet originally written in 1995. One fine example I work with has changed its backend database 3 times in the past 4 years.  Their most recent decision to use mongodb came with the questionable decision <i>to store json as a raw string literals complete with bizarre escaping inside a database literally designed to store json-shaped-objects</i>.<p>I don't think Opus could store data that poorly, even if the end user prompting it didn't know what they were doing.</p>
]]></description><pubDate>Sun, 26 Jul 2026 00:19:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49053261</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=49053261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49053261</guid></item><item><title><![CDATA[New comment by bloaf in "What is happening to jobs? Separating AI hype from reality"]]></title><description><![CDATA[
<p>Organizational inertia is a real thing.  There are still fortune 500 companies with internal bans on AI. A lot of the answer to "how much impact has AI had" comes down to "how much have we even attempted?"<p>In my workplace, we're going to decline to renew some software subscriptions because a non-programmer vibe-coded their replacement in a week.<p>The impacts are here, they're just not evenly distributed yet.</p>
]]></description><pubDate>Sat, 25 Jul 2026 23:54:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=49053076</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=49053076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49053076</guid></item><item><title><![CDATA[New comment by bloaf in "Memory safety absolutists"]]></title><description><![CDATA[
<p>There have been demonstrated rowhammer-based ECC bypass attacks. ECC <i>mitigates</i> but does not <i>fix</i> rowhammer.</p>
]]></description><pubDate>Sat, 25 Jul 2026 21:33:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49051825</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=49051825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49051825</guid></item><item><title><![CDATA[New comment by bloaf in "Memory safety absolutists"]]></title><description><![CDATA[
<p>As long as rowhammer is still out there, aint none of your memory safe.  Fixing rowhammer is the memory safety absolutism I want to hear more about.</p>
]]></description><pubDate>Sat, 25 Jul 2026 21:27:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=49051768</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=49051768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49051768</guid></item><item><title><![CDATA[New comment by bloaf in "The US grocery slowdown is real"]]></title><description><![CDATA[
<p>Obesity rates have been declining over the same time period.</p>
]]></description><pubDate>Fri, 17 Jul 2026 22:42:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48952990</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=48952990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48952990</guid></item><item><title><![CDATA[New comment by bloaf in "Stop Telling Me to Ask an LLM"]]></title><description><![CDATA[
<p>I think the other alternative is that the senior guy thinks that the junior guy is working on a problem where the juice isn't worth the squeeze. "Just ask an LLM" can be interpreted as "if the AI can't give you a quick solution, it won't be worth either one of our times to puzzle out the technical details."</p>
]]></description><pubDate>Sun, 12 Jul 2026 00:48:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48877270</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=48877270</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48877270</guid></item><item><title><![CDATA[New comment by bloaf in "AI 2040 and the cult of intelligence"]]></title><description><![CDATA[
<p>I don't think this is entirely true, insofar as non-local models inherently have a "man cannot serve two masters" problem. The end user and the org running the AI may have different goals.  That means even if AI alignment were to be in some sense "solved" for local models, you wouldn't be guaranteed an aligned AI using a non-local model because the "owners" of the non-local model may have deliberately misaligned the AI in their favor and against your interests.</p>
]]></description><pubDate>Sat, 11 Jul 2026 19:20:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48874930</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=48874930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48874930</guid></item><item><title><![CDATA[New comment by bloaf in "AI children's books, body horror edition"]]></title><description><![CDATA[
<p><a href="https://www.theatlantic.com/past/unbound/classrev/kipling.htm" rel="nofollow">https://www.theatlantic.com/past/unbound/classrev/kipling.ht...</a><p>I think the history of children's literature may be shorter than you think.</p>
]]></description><pubDate>Fri, 26 Jun 2026 03:30:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48682035</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=48682035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48682035</guid></item><item><title><![CDATA[New comment by bloaf in "Bible as RAG Database"]]></title><description><![CDATA[
<p>My search returned what might as well have been a random assortment of bible verses.  It made me wonder what Terry Davis would have thought of modern AI.  Would it be the natural evolution of his shortcut for random bible verses that he built into TempleOS, or would it be the opposite and a voice of evil?</p>
]]></description><pubDate>Thu, 25 Jun 2026 02:17:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48668027</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=48668027</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48668027</guid></item><item><title><![CDATA[New comment by bloaf in "Wolfram Language and Mathematica version 15"]]></title><description><![CDATA[
<p>The same guy found Sympy was similarly far behind in differential equations (although Maple edges out Mathematica here):<p><a href="https://www.12000.org/my_notes/CAS_ode_tests/index.htm" rel="nofollow">https://www.12000.org/my_notes/CAS_ode_tests/index.htm</a><p>He does a few other side-by-side comparisons but doesn't include open source engines in them.</p>
]]></description><pubDate>Thu, 18 Jun 2026 01:15:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48579306</link><dc:creator>bloaf</dc:creator><comments>https://news.ycombinator.com/item?id=48579306</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48579306</guid></item></channel></rss>