<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: dangoodmanUT</title><link>https://news.ycombinator.com/user?id=dangoodmanUT</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 09 Sep 2026 20:13:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dangoodmanUT" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: Tinysandbox-JS-Runtime - JS in WASM in v8]]></title><description><![CDATA[
<p>Tinysandbox already had a WASM-based JS runtime that worked where you could run Rust or NodeJS.<p>This makes it so you can run isolated JS anywhere WASM runs, including the browser ([1]), Cloudflare Workers, and Convex v8 actions.<p>It also brought the baseline WASM from 4MiB to 1MiB, and per-isolate to about 0.69MiB (nice)<p>[1] <a href="https://tinysandbox-browser-example.pages.dev/" rel="nofollow">https://tinysandbox-browser-example.pages.dev/</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49500882">https://news.ycombinator.com/item?id=49500882</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 30 Aug 2026 17:38:14 +0000</pubDate><link>https://github.com/danthegoodman1/tinysandbox/tree/main/tinysandbox-js-runtime</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49500882</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49500882</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "EVE Online moves to Python 3"]]></title><description><![CDATA[
<p>This feels suspiciously AI-authored</p>
]]></description><pubDate>Sat, 29 Aug 2026 15:35:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=49490766</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49490766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49490766</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "TurboKV: Insanely fast Rust key-value store"]]></title><description><![CDATA[
<p>> DbOptions::durable()<p>> Appended to the WAL without a per-write sync<p>So… it’s not durable? Durable doesn’t mean “survives a process restart”, it means “durably saved to persistent storage”. For example, this “durable” mode wouldn’t survive power loss.</p>
]]></description><pubDate>Sat, 29 Aug 2026 03:55:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49486734</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49486734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49486734</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "TurboKV: Insanely fast Rust key-value store"]]></title><description><![CDATA[
<p>Iirc that’s how badger handles the WAL as well</p>
]]></description><pubDate>Sat, 29 Aug 2026 03:49:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49486709</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49486709</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49486709</guid></item><item><title><![CDATA[Show HN: Waltier – a generalized version of Cursor's S3 WAL]]></title><description><![CDATA[
<p>Hi HN! Got nerd-sniped by the "Git at any scale"[1] blog post and made a generalized version of their S3 WAL with support for read replicas.<p>Instead of a single WAL file like theirs, WalTier has snapshots so it can be a bit larger (GBs rather than MBs). Git is unique in that the WAL can be tiny, because packfiles have their own indexes.<p>[1] <a href="https://cursor.com/blog/git-at-any-scale" rel="nofollow">https://cursor.com/blog/git-at-any-scale</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49387158">https://news.ycombinator.com/item?id=49387158</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 21 Aug 2026 12:34:41 +0000</pubDate><link>https://github.com/danthegoodman1/waltier</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49387158</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49387158</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "GPT 5.6 Sol is the best "vision" model OpenAI ever released"]]></title><description><![CDATA[
<p>I hate these "The best X thing Y has ever released".<p>Unlike when Apple says "it's the best iphone we've ever made", LLMs are more or less interchangeable. So "OpenAI's best model" means nothing if "Anthropic wipes the floor with them" or "[open weights model] is 10x cheaper for 1% less quality".<p>As a reader, it feels like these titles are click bait.</p>
]]></description><pubDate>Mon, 17 Aug 2026 22:31:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49338563</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49338563</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49338563</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "A Preview of DuckDB v2.0"]]></title><description><![CDATA[
<p>It's funny to me that we still don't have incremental materialized views. All of the parts are there (export state, agg_state (forget fn name), finalize). I wonder if they're avoiding an explicit war with clickhouse or something. I do recall they mentioned they want to add this to ducklake.<p>Incremental MVs are ClickHouse's best feature. If DDB adds this, the last moat is distributed query execution.</p>
]]></description><pubDate>Mon, 17 Aug 2026 22:23:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49338488</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49338488</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49338488</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "[dead]"]]></title><description><![CDATA[
<p>> How this was written: drafted with an AI assistant from my own notes, then edited by me.<p>Doesn't feel that way with "The tradeoffs I am not going to hide" and "How it resolves, honestly"<p>This site needs Bryan Garner</p>
]]></description><pubDate>Sun, 16 Aug 2026 13:31:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49319899</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49319899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49319899</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "Going Dark, and the era of law enforcement hacking"]]></title><description><![CDATA[
<p>> In April, Anthropic announced a new model called Mythos that was optimized for software vulnerability finding<p>No, it was just good at it because it wasn't RL'd against it. I know this is a small detail, but it tosses journalistic credibility in my eyes.</p>
]]></description><pubDate>Fri, 14 Aug 2026 22:25:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=49305363</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49305363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49305363</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "Mistral OCR 4.1"]]></title><description><![CDATA[
<p>> But you just can't trust them not to invisibly censor sensitive clinical/legal docs<p>What's an example of this?</p>
]]></description><pubDate>Thu, 13 Aug 2026 23:55:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=49293210</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49293210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49293210</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots"]]></title><description><![CDATA[
<p>> turn on the tv<p>{
  "function_calls": [
    {
      "name": "lock_door",
      "arguments": {
        "door": "tv"
      }
    }
  ],
  "confidence": 0.0158
}<p>Very interesting, seems confidence is 0 when tool calls are right?</p>
]]></description><pubDate>Tue, 11 Aug 2026 00:31:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49251741</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49251741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49251741</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "Qwen3.8 Max now ranked as the best overall model by agentic index"]]></title><description><![CDATA[
<p>I'm seeing opus 59.2, Qwen 58.4?</p>
]]></description><pubDate>Thu, 06 Aug 2026 21:39:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49202967</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49202967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49202967</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "200 Milliseconds"]]></title><description><![CDATA[
<p>If it was 200ms, then it had already charged the card...</p>
]]></description><pubDate>Mon, 03 Aug 2026 21:58:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49162018</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49162018</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49162018</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "Qwen3.8-Max: A New Bar for Coding and Cowork"]]></title><description><![CDATA[
<p>The major labs don’t allow assistant prefill, so you have to “summarize”</p>
]]></description><pubDate>Mon, 03 Aug 2026 12:41:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49154982</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49154982</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49154982</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "Anatomy of a Frontier Lab Agent Intrusion: A Timeline of the July 2026 Incident"]]></title><description><![CDATA[
<p>> The models we reached for first, Claude Opus and Fable, refused a large part of that work: their safety guardrails treated reverse-engineering an exploit the same as launching one.<p>Interesting single getting into their cyber program, ahve not had this issue with opus 5</p>
]]></description><pubDate>Wed, 29 Jul 2026 20:15:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49102444</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49102444</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49102444</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "Anatomy of a Frontier Lab Agent Intrusion: A Timeline of the July 2026 Incident"]]></title><description><![CDATA[
<p>This is really cool, and really glad they shared it!<p>It's clearly a lot of Claude though:<p>> Neither is a URL fetch, so the allowlist never saw them.
> No code ran; this vector is purely a file disclosure, and it is the one the agent used first.<p>etc</p>
]]></description><pubDate>Wed, 29 Jul 2026 20:13:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49102413</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49102413</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49102413</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "Choose DuckDB rather than SQLite"]]></title><description><![CDATA[
<p>This. The title might as well be “Choose a hammer rather than a wrench (when driving nails)”</p>
]]></description><pubDate>Wed, 29 Jul 2026 14:55:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49098373</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=49098373</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49098373</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "OpenAI and Hugging Face address security incident during model evaluation"]]></title><description><![CDATA[
<p>Because huggingface is not charging them?<p>CFAA doesn't just mean the feds kick down your door, you actually have to get reported and sued over it.</p>
]]></description><pubDate>Tue, 21 Jul 2026 21:37:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48998719</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=48998719</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48998719</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "Show HN: A self-running space economy SIM in Rust and Bevy"]]></title><description><![CDATA[
<p><i>throws away spec doc for my own</i><p>Are we all having this idea?</p>
]]></description><pubDate>Tue, 21 Jul 2026 20:02:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48997458</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=48997458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48997458</guid></item><item><title><![CDATA[New comment by dangoodmanUT in "Show HN: Firefox in WebAssembly"]]></title><description><![CDATA[
<p>25k tokens is a few turns</p>
]]></description><pubDate>Wed, 15 Jul 2026 23:17:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48928469</link><dc:creator>dangoodmanUT</dc:creator><comments>https://news.ycombinator.com/item?id=48928469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48928469</guid></item></channel></rss>