<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: cobbal</title><link>https://news.ycombinator.com/user?id=cobbal</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 22 Aug 2026 03:04:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cobbal" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cobbal in "Claude: Elevated errors across all models – Resolved"]]></title><description><![CDATA[
<p>AI is a technology for removing nines from uptime, and adding them to Sturgeon's law.</p>
]]></description><pubDate>Wed, 29 Jul 2026 20:21:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49102520</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=49102520</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49102520</guid></item><item><title><![CDATA[New comment by cobbal in "Now is the time to give LLMs access to the ACM digital library"]]></title><description><![CDATA[
<p>ACM agrees I think: <a href="https://dl.acm.org/openaccess" rel="nofollow">https://dl.acm.org/openaccess</a><p>> Beginning January 2026, all ACM publications and related artifacts in the ACM Digital Library will be made open access.</p>
]]></description><pubDate>Tue, 28 Jul 2026 17:31:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49087210</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=49087210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49087210</guid></item><item><title><![CDATA[New comment by cobbal in "Claude Is Not a Compiler"]]></title><description><![CDATA[
<p>Determinism isn't the main hurdle. It would be a moderate effort to engineer a deterministic claude that would be no more useful than the current one.<p>The key characteristic of a compiler is that it takes a source language with a well-defined meaning to a target language with a well-defined meaning.<p>The reason claude fails to be a compiler is that its input language (english) can't be precisely defined. (And even if that were possible, it would very often fail to preserve the meaning when "compiling")</p>
]]></description><pubDate>Tue, 21 Jul 2026 16:17:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48994374</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=48994374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48994374</guid></item><item><title><![CDATA[New comment by cobbal in "FCC approves test of space mirror to light night sky"]]></title><description><![CDATA[
<p>You may have been thinking of this one instead <a href="https://what-if.xkcd.com/141/" rel="nofollow">https://what-if.xkcd.com/141/</a> . Maybe we should put Randall on the supervillain watchlist.</p>
]]></description><pubDate>Sat, 11 Jul 2026 16:05:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48873237</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=48873237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48873237</guid></item><item><title><![CDATA[New comment by cobbal in "Leaking YouTube creators' private videos"]]></title><description><![CDATA[
<p>This is a case of lethal trifecta. This particular one can be fixed by either not giving the AI private data, or by removing the exfiltration opportunity. Why does the comment-summary bot need access to your private video ids? Why does it need to be able to output links?<p>Most cases of prompt injection are harder to fix, and the success of the products they occur in relies on engineers who should know better sticking their heads in the sand about security risks.</p>
]]></description><pubDate>Sat, 04 Jul 2026 21:13:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48789154</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=48789154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48789154</guid></item><item><title><![CDATA[New comment by cobbal in "Statement on US government directive to suspend access to Fable 5 and Mythos 5"]]></title><description><![CDATA[
<p>Sadly, I suspect this will be the best piece of marketing they could ever hope for. "It's so advanced the government made us add extra security* to stop hackers!"<p>*(ask it in a more stern voice)</p>
]]></description><pubDate>Sat, 13 Jun 2026 01:01:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48511152</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=48511152</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48511152</guid></item><item><title><![CDATA[New comment by cobbal in "Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue"]]></title><description><![CDATA[
<p>Here's the threat model I (a luddite) use to evaluate these. The claude code harness can be mostly trusted, the model cannot be trusted because it is exposed to untrusted data from the internet, and there is no separation of data/code in an llm [0][1].<p>I want to avoid running untrusted code on my local machine, because it could steal secrets, install malware, etc.<p>Since the model is allowed to write without restriction (I think) to the project directory, anything in the project directory is also untrusted. Running standard commands from the system is fine, as long as you know what those commands are going to do. Running anything from the local directory should be avoided because the code is untrusted.<p>This is just one security model, there are many others! If a person is running claude in a stronger sandbox, that changes the model considerably. What threat model do you use to evaluate whether an agent's actions are safe?<p>[0]: <a href="https://www.schneier.com/essays/archives/2024/05/llms-data-control-path-insecurity.html" rel="nofollow">https://www.schneier.com/essays/archives/2024/05/llms-data-c...</a>
[1]: <a href="https://simonwillison.net/2025/Jun/16/the-lethal-trifecta/" rel="nofollow">https://simonwillison.net/2025/Jun/16/the-lethal-trifecta/</a></p>
]]></description><pubDate>Thu, 28 May 2026 17:53:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48312763</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=48312763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48312763</guid></item><item><title><![CDATA[New comment by cobbal in "Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue"]]></title><description><![CDATA[
<p>That's funny. It told me that blocking "npm run build" was the wrong answer. Maybe it doesn't really under The threat model.</p>
]]></description><pubDate>Thu, 28 May 2026 15:49:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48310698</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=48310698</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48310698</guid></item><item><title><![CDATA[New comment by cobbal in "Stop Advertising in Your Commits"]]></title><description><![CDATA[
<p>If co-authorship implies holding rights, then what gives the "primary author" who just prompted for the code the right to add their own name?</p>
]]></description><pubDate>Tue, 26 May 2026 19:54:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48285117</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=48285117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48285117</guid></item><item><title><![CDATA[New comment by cobbal in "AI has a multiplying effect on existing technical skills"]]></title><description><![CDATA[
<p>It makes up for that by also multiplying the productivity and happiness of the people who have to review your code by 0.5 too.</p>
]]></description><pubDate>Fri, 22 May 2026 17:25:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48238806</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=48238806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48238806</guid></item><item><title><![CDATA[New comment by cobbal in "What Do Gödel's Incompleteness Theorems Mean?"]]></title><description><![CDATA[
<p>I think that's selling the theorems a little short. A math system with arithmetic is equal to, or more powerful than, a computer. For an example, even classical logic comes with the law of excluded middle that can say (internally) if a program halts or not. Incompleteness applies to all the stronger systems as well.</p>
]]></description><pubDate>Thu, 21 May 2026 16:34:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48225479</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=48225479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48225479</guid></item><item><title><![CDATA[New comment by cobbal in "Union types in C# 15"]]></title><description><![CDATA[
<p>Null doesn't. `union(Int?, String?)` will only have 1 type of null, unlike a proper discriminated union.</p>
]]></description><pubDate>Wed, 08 Apr 2026 18:24:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47694235</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=47694235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47694235</guid></item><item><title><![CDATA[New comment by cobbal in "Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead"]]></title><description><![CDATA[
<p>Take your pick :) <a href="https://www.templatemaker.nl/en/" rel="nofollow">https://www.templatemaker.nl/en/</a></p>
]]></description><pubDate>Tue, 07 Apr 2026 15:50:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47677190</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=47677190</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47677190</guid></item><item><title><![CDATA[New comment by cobbal in "Google details new 24-hour process to sideload unverified Android apps"]]></title><description><![CDATA[
<p>Can you set your clock forward or does this also require phoning home to a central server to install an app on your computer?</p>
]]></description><pubDate>Thu, 19 Mar 2026 18:44:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47443980</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=47443980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47443980</guid></item><item><title><![CDATA[New comment by cobbal in "Don't post generated/AI-edited comments. HN is for conversation between humans"]]></title><description><![CDATA[
<p>Here's a version from 2014 in the same style if you're curious: <a href="https://web.archive.org/web/20140702092610/https://news.ycombinator.com/newsguidelines.html" rel="nofollow">https://web.archive.org/web/20140702092610/https://news.ycom...</a></p>
]]></description><pubDate>Wed, 11 Mar 2026 20:33:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47341170</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=47341170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47341170</guid></item><item><title><![CDATA[New comment by cobbal in "Google Workspace CLI"]]></title><description><![CDATA[
<p>They're not doing so here, but shipping a wasm-compiled binary with npm that uses node's WASI API is a really easy way to ship a cross-platform CLI utility. Just needs ~20 lines of JS wrapping it to set up the args and file system.</p>
]]></description><pubDate>Thu, 05 Mar 2026 02:48:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47256881</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=47256881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47256881</guid></item><item><title><![CDATA[New comment by cobbal in "AI makes you boring"]]></title><description><![CDATA[
<p>We guarantee 5 nines of uptime, and 1 nine of not killing people</p>
]]></description><pubDate>Thu, 19 Feb 2026 21:46:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47079956</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=47079956</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47079956</guid></item><item><title><![CDATA[New comment by cobbal in "Show HN: Maths, CS and AI Compendium"]]></title><description><![CDATA[
<p>It's just a regional thing. Neither is correct or wrong. You may as well yell at a french person that the word is "cheese", not "formage".<p>From the very article you linked:<p>> In English, the noun mathematics takes a singular verb. It is often shortened to maths or, in North America, math.</p>
]]></description><pubDate>Mon, 16 Feb 2026 20:57:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47040234</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=47040234</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47040234</guid></item><item><title><![CDATA[New comment by cobbal in "NanoClaw solves one of OpenClaw's biggest security issues"]]></title><description><![CDATA[
<p>This is cutting off the "Access to private data" leg of the lethal trifecta. One of the few ways to actually make an agent secure.</p>
]]></description><pubDate>Wed, 11 Feb 2026 17:39:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46978098</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=46978098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46978098</guid></item><item><title><![CDATA[New comment by cobbal in "Y Combinator will let founders receive funds in stablecoins"]]></title><description><![CDATA[
<p>Ohhhh... So that's why it's called Y combinator.</p>
]]></description><pubDate>Tue, 03 Feb 2026 23:54:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46879232</link><dc:creator>cobbal</dc:creator><comments>https://news.ycombinator.com/item?id=46879232</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46879232</guid></item></channel></rss>