<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: TedDallas</title><link>https://news.ycombinator.com/user?id=TedDallas</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Jul 2026 06:09:41 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=TedDallas" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by TedDallas in "OpenAI and Anthropic unite against open-weight AI risks to their bottom line"]]></title><description><![CDATA[
<p>Corporations are already pulling back from using expensive SotA closed models. The buffet is open weight. Just look at Databricks as an endpoint provider for both open weight and closed LLMs. Companies will utilize what is cheaper and does the job. We all know the market pressure is real and present. What has become truly apparent is that when (not if) mythos class open weight models get released, if cybersecurity folks and developers have no access to use them to help harden and guard infrastructure, it leaves the gates wide open to attach vectors which will not be defensible. This is the real danger that the vast majority of corporate entities should be caring about. Shutting down open models is setting up for serious security concerns.<p>The OpenAI/Huggingface debacle is patient-zero. Huggingface used GLM 5.2 to help mitigate and were unable to use more capable closed sota models for the analysis due to guardrails. It is a foot gun of the highest order. We should all be concerned. I feel like Captain Obvious saying this.</p>
]]></description><pubDate>Thu, 23 Jul 2026 14:36:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49022345</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=49022345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49022345</guid></item><item><title><![CDATA[New comment by TedDallas in "Using Claude Code: The unreasonable effectiveness of HTML"]]></title><description><![CDATA[
<p>I had created my own chat tool that can render html responses directly in the chat interface, if needed. It is very handy for when I am needing rich(er) responses dealing for mathematical expressions. But it burns more tokens. It is useful, but I don’t need it for coding.</p>
]]></description><pubDate>Sat, 09 May 2026 18:06:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48076922</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=48076922</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48076922</guid></item><item><title><![CDATA[New comment by TedDallas in "The bottleneck was never the code"]]></title><description><![CDATA[
<p>Ask yourself what monks did when scribes were replaced by the printing press.<p>If I was a scribe at the time I’d be thrilled because of all that extra time available to work on beer productivity metrics.</p>
]]></description><pubDate>Wed, 06 May 2026 18:12:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48039547</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=48039547</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48039547</guid></item><item><title><![CDATA[New comment by TedDallas in "An update on recent Claude Code quality reports"]]></title><description><![CDATA[
<p>About 20 years ago I maintained a shop floor control client/server application. I asked my manager why we didn't have any independent Q/A. He said we didn't need any testers because we have 500 in the building.<p>Wild west days then.<p>Looks like we are back.</p>
]]></description><pubDate>Fri, 24 Apr 2026 16:30:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47892434</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=47892434</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47892434</guid></item><item><title><![CDATA[Mythos, Glasswing, and the hardware disclosure problem nobody is discussing]]></title><description><![CDATA[
<p>Coverage of Anthropic's Claude Mythos Preview and Project Glasswing has focused almost entirely on software vulnerabilities. That is where the demos are and where controlled release maps cleanly onto existing disclosure practice. I have not seen anyone engage with the next obvious question: what happens when a Mythos-class model is given detailed hardware architecture documentation and asked to do a security-oriented review? My intuition is the hardware case is meaningfully worse, for reasons beyond "hardware is harder."<p>The tight feedback loop that makes Mythos effective on software partially breaks on hardware: no sandbox, no instant PoC iteration. But this is actually where an LLM could shine. Fusing disparate technical sources is what these models are unusually good at, and hardware security is bottlenecked by how few humans can hold all the context in their heads at once. Spectre, Meltdown, Downfall, Zenbleed, and LVI were all found by tiny teams of specialists. A model that can tirelessly cross-reference an ISA manual against errata against an RTL description is the tool that class of research has been waiting for.<p>The consequences are asymmetric in the attacker's favor. You cannot patch a logic flaw baked into a fab mask. The best you usually get is a microcode mitigation that costs performance, or an OS-level band-aid. For deep flaws the only real fix is a new silicon revision. Deployed hardware lives for a decade or more. A Chrome zero-day is patched by Tuesday. A zero-day in a 2021 Xeon is essentially permanent.<p>The defender coordination model does not map either. Glasswing works for software because Microsoft, Google, and Apple can push fixes to billions of devices in weeks. There is no Patch Tuesday for an Arm core already shipped in two billion phones. The vendors who would need to participate in a hardware equivalent — Intel, AMD, Arm, Qualcomm, Apple, TSMC, Samsung — have historically been far more secretive about internals than software vendors. The open collaborative disclosure model is much harder to replicate at that layer. And hardware implementation flaws are closer to strategic weapons than software bugs: usable against an adversary's entire installed base with no meaningful patching option.<p>One nuance: architecture review from published specs is the easier half of the hardware problem, and the half most exposed to current model capabilities. Finding logical flaws in a spec — race conditions in cache coherency, ambiguous memory ordering, speculation leaks — is something a capable model plausibly can do today. What it cannot do alone is analog behavior, physical side channels, fault injection, and bugs that only manifest at specific process corners. Those need silicon in a lab. But pair a Mythos-class model with a well-equipped hardware security lab and you have compressed PhD-years of work into weeks.<p>Constitutional training works against obvious malicious requests. But models can be induced to assist with offensive work when requesters segment the task and frame components as legitimate engineering questions. An end-to-end "help me exploit this chip" request gets refused. A hundred individually defensible questions about memory ordering, speculative corner cases, and cache timing variability may not. Humans fall for the same pattern. Models are not immune, which is likely part of why Anthropic is being as cautious as they are.<p>Software is where AI operates end-to-end autonomously today. Hardware is where the same capability produces more durable consequences, fewer remediation options, and a weaker disclosure ecosystem to absorb the shock. Whether anyone is seriously thinking about a hardware-focused Glasswing equivalent is something I have not seen addressed. Curious whether people here working in hardware security or silicon red-teaming think this is overstated, understated, or already being quietly worked on.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47708711">https://news.ycombinator.com/item?id=47708711</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 09 Apr 2026 19:39:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47708711</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=47708711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47708711</guid></item><item><title><![CDATA[New comment by TedDallas in "“Microslop” filtered in the official Microsoft Copilot Discord server"]]></title><description><![CDATA[
<p>Microslop? Its more like they are taking a Macro-crap.</p>
]]></description><pubDate>Mon, 02 Mar 2026 17:55:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47221495</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=47221495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47221495</guid></item><item><title><![CDATA[New comment by TedDallas in "First Website (1992)"]]></title><description><![CDATA[
<p>Ugh, memories. I'm so old my first web browser was Mosaic and I think I saw this. I used a provider called Texas MetroNet that served up dial-up PPP connections for $45 a month on a speedy 28.8K baud modem. Days of wonder, I tell ya.<p>New days of wonder seem to be ahead, though. That said, there's about 100X more angst involved these days.</p>
]]></description><pubDate>Thu, 26 Feb 2026 06:35:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47162649</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=47162649</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47162649</guid></item><item><title><![CDATA[New comment by TedDallas in "Autonomous cars, drones cheerfully obey prompt injection by road sign"]]></title><description><![CDATA[
<p>On a related note, when the sales and popularity of the automobile really started to take off, some farmers and rural residents would deliberately block roads with wagons and refused to yield right-of-way.</p>
]]></description><pubDate>Sun, 01 Feb 2026 05:25:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46843875</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=46843875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46843875</guid></item><item><title><![CDATA[New comment by TedDallas in "Claude Code daily benchmarks for degradation tracking"]]></title><description><![CDATA[
<p>Per Anthropic’s RCA linked in Ops post for September 2025 issues:<p>“… To state it plainly: We never reduce model quality due to demand, time of day, or server load. …”<p>So according to Anthropic they are not tweaking quality setting due to demand.</p>
]]></description><pubDate>Thu, 29 Jan 2026 16:38:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46812552</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=46812552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46812552</guid></item><item><title><![CDATA[New comment by TedDallas in "Is Software the UFOlogy of Engineering Disciplines?"]]></title><description><![CDATA[
<p>Ask this question in the 1940s and they would tell you it’s math. We are making machines that do math to kill Nazis. Now take this vacuum tube and plug it in over there and then go get me a cigarette.</p>
]]></description><pubDate>Fri, 07 Nov 2025 13:56:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45846396</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=45846396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45846396</guid></item><item><title><![CDATA[New comment by TedDallas in "The trust collapse: Infinite AI content is awful"]]></title><description><![CDATA[
<p>Three words to solve this problem: direct mail marketing.<p>Just kidding, that just goes into my RL trash can.</p>
]]></description><pubDate>Thu, 06 Nov 2025 15:31:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45836321</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=45836321</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45836321</guid></item><item><title><![CDATA[New comment by TedDallas in "The security paradox of local LLMs"]]></title><description><![CDATA[
<p>It is like SQL injection. Probably worse. If you are using unsupervised data for context that ultimately generates executable code you will have this security problem. Duh.</p>
]]></description><pubDate>Wed, 22 Oct 2025 15:24:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=45670559</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=45670559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45670559</guid></item><item><title><![CDATA[New comment by TedDallas in "Delphi in the Age of AI"]]></title><description><![CDATA[
<p>HeidiSQL is written with Lazarus/FPC.</p>
]]></description><pubDate>Thu, 28 Aug 2025 04:18:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=45048343</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=45048343</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45048343</guid></item><item><title><![CDATA[New comment by TedDallas in "A New Kind of Computer (April 2025)"]]></title><description><![CDATA[
<p>It was kind or that way in early days of high end personal computing. I remember seeing an ad in the early 90s for a 486 laptop that was $6,000. Historically prices have always gone down. You just have to wait. SoTA is always going to go for a premium.</p>
]]></description><pubDate>Fri, 27 Jun 2025 20:55:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=44400150</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=44400150</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44400150</guid></item><item><title><![CDATA[New comment by TedDallas in "Human coders are still better than LLMs"]]></title><description><![CDATA[
<p>Yeah, the problem is if you don't understand the problem space then you are going to lean heavy on the LLM. And that can lead you astray. Which is why you still need people who are experts to validate solutions and provide feedback like Op.<p>My most productive experiences with LLMs is to have my design well thought out first, ask it to help me implement, and then help me debug my shitty design. :-)</p>
]]></description><pubDate>Fri, 30 May 2025 00:10:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=44131585</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=44131585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44131585</guid></item><item><title><![CDATA[New comment by TedDallas in "SQL Injection Isn't Dead: Smuggling Queries at the Protocol Level"]]></title><description><![CDATA[
<p>I’m seriously thinking about getting a custom made bumper sticker with the following text: ‘; select 1/0;</p>
]]></description><pubDate>Wed, 14 Aug 2024 01:07:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=41241572</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=41241572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41241572</guid></item><item><title><![CDATA[New comment by TedDallas in "Don't DRY Your Code Prematurely"]]></title><description><![CDATA[
<p>DRY is more about support and maintenance than anything else.<p>I see a lot of attacks on DRY these days, and it boggles my mind. Maybe it is being conflated with over-engineering/paramterization/architecting. I don't know.<p>But I do know that having to fix the same bug twice in the same code base is not a good look.</p>
]]></description><pubDate>Thu, 30 May 2024 21:58:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=40529181</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=40529181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40529181</guid></item><item><title><![CDATA[New comment by TedDallas in "The Internet Is Full of AI Dogshit"]]></title><description><![CDATA[
<p>Note to self: invest in a used book store ASAP.</p>
]]></description><pubDate>Thu, 11 Jan 2024 21:18:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=38959221</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=38959221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38959221</guid></item><item><title><![CDATA[New comment by TedDallas in "C Compiler Assembler and Runtime for C64"]]></title><description><![CDATA[
<p>I experimented with cc65 and wrote a simple game that ran on my actual C64 hardware. It was a lot of direct memory access, unrolling loops, and avoiding stack usage. A fun time overall, and it ultimately ran smoothly, but I see do why people who attempt anything serious on a C64 tend to focus on using ASM.</p>
]]></description><pubDate>Mon, 08 Jan 2024 18:20:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=38915948</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=38915948</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38915948</guid></item><item><title><![CDATA[New comment by TedDallas in "Copilot key will eventually be required in new PC keyboards"]]></title><description><![CDATA[
<p>OK MS. The first thing I'll do is rebind it to run llamafile.exe</p>
]]></description><pubDate>Fri, 05 Jan 2024 18:46:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=38882906</link><dc:creator>TedDallas</dc:creator><comments>https://news.ycombinator.com/item?id=38882906</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38882906</guid></item></channel></rss>