<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: NortySpock</title><link>https://news.ycombinator.com/user?id=NortySpock</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 18 Sep 2026 12:20:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=NortySpock" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by NortySpock in "Bend – A language that blocks AI mistakes via proof, on CPU and GPU"]]></title><description><![CDATA[
<p>"You only have 10 seconds to make a first impression"<p>Glad you were able to restore the commit history.<p>With all the lack of authority of a random software developer on the Internet (but feel free to check my post history), I see the GitHub repo and its commit history as important and answers a few questions.<p>How old is this project ? (If one commit, I have no time range, so I have no way to know how long it has been worked on .)<p>Is it regularly updated? (If one commit, I can't tell the pace of updates)<p>Is it just one person, or a few people, or a community? (If only one commit, cannot see how many other people are available to support the project.)<p>If a project has no issues (no user complaints), then it's probably not used by anyone -- throw a rock and you can get one person to complain about how you changed the scenery, one person to complain about it being loud, one person to complain about how you threw it unergonomicly, and one person to criticize your accuracy. :) If it has no issues then probably no users.<p>Does it have any merged PRs? Open PRs? (If no merged PRs then presumably you do not really accept them? No way to know for sure but it's a signal.)<p>Of course these metrics can be gamed. But if you literally have only one commit, no issues, no PRs, then it's like declaring your restaurant is open for business but all the lights are off, there are no patrons, waiters, cooks, and there is a single to-go box on the table with a small bell next to it. Or it's a museum with only one exhibit and no docents or guests. It's just incredibly odd to see no history for a project.</p>
]]></description><pubDate>Fri, 18 Sep 2026 04:05:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49750075</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49750075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49750075</guid></item><item><title><![CDATA[New comment by NortySpock in "OpenAI models secretly generate instructions to ignore constraints"]]></title><description><![CDATA[
<p>Perhaps the takeaway is "beware overly long prompts" and "make sure the system prompt is relevant to the field of work your user prompt is about".<p>I definitely have looked at Zed editor's default prompt and thought "I hope this is worth the 7k tokens it costs me every session...."</p>
]]></description><pubDate>Thu, 17 Sep 2026 13:51:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49740752</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49740752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49740752</guid></item><item><title><![CDATA[New comment by NortySpock in "Distributed Systems Classics (2017)"]]></title><description><![CDATA[
<p>A Critique of the CAP theorem by Martin Kleppmann.<p><a href="https://arxiv.org/abs/1509.05393" rel="nofollow">https://arxiv.org/abs/1509.05393</a><p>Basically naive CAP theorem assumes "no latency (delay) allowed", in which case, yeah, sure, the quorum must agree or you are writing to a split-brain quorum somehow. But what if delay sensitivity is a knob that can be tuned, and writes have conflict resolution?<p>Martin Kleppmann's book Designing Data-Intensive Applications is considered a useful tome for anyone who needs a insight in the complexity involved in distributed systems (hint: getting data in ram flushed to an SSD also involves multiple moving parts)</p>
]]></description><pubDate>Mon, 14 Sep 2026 21:51:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49704650</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49704650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49704650</guid></item><item><title><![CDATA[New comment by NortySpock in "Reverse engineering my ADHD test"]]></title><description><![CDATA[
<p>" diagnosis during childhood so if you're 30 or 40 you might have no chance "<p>Huh? You don't have to be tested as-a-child, you don't have to call up your fourth grade teacher. You can self report your subjective experience.<p>"Did you have these problems as a child? Have you always had trouble doing your homework? Did stressing out about homework enable you to do the homework?"<p>They ask the question a few different ways typically.<p>I get it, perhaps it is different in your area, but I get the impression that an adult ADHD diagnosis is far from impossible.</p>
]]></description><pubDate>Tue, 01 Sep 2026 03:22:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49517620</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49517620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49517620</guid></item><item><title><![CDATA[New comment by NortySpock in "Nvidia agrees to acquire Hugging Face for $13B"]]></title><description><![CDATA[
<p>Risk management.<p>Nvidia has a market cap of $5T USD today, and a decent chunk of that is due to LLM speculation.<p>Does Nvidia want their stock price to be at risk of being tanked by a download service being in the news? No, they want to make sure the party keeps going and is under their direct supervision, and part of that is making sure Hugging Face isn't bought by a competitor or runs out of money.</p>
]]></description><pubDate>Thu, 27 Aug 2026 02:23:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=49458735</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49458735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49458735</guid></item><item><title><![CDATA[New comment by NortySpock in "Fuzzing the Gleam Compiler"]]></title><description><![CDATA[
<p>I love good programming languages, if that counts for anything, and I think there's a huge amount of room and value in "using an LLM to translate one programming language to another".<p>I also think your instincts are on a useful path. Perhaps using a very small and stupid LLM to generate plausible-sounding-but-probably-wrong programs might be a path to generating interesting test cases?</p>
]]></description><pubDate>Tue, 25 Aug 2026 22:47:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49441714</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49441714</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49441714</guid></item><item><title><![CDATA[New comment by NortySpock in "Breaking the WAL"]]></title><description><![CDATA[
<p>I've been jealous of the work antithesis is doing and support you in spirit; the world needs deterministic, tested software.<p>If you want a challenging open source deterministic game to test, may I suggest Beyond All Reason, powered by the Spring / Recoil engine? It's an RTS game that's been in various incarnations of development for 20+ years. (Disclosure: I'm an occasional code contributor to the project).</p>
]]></description><pubDate>Thu, 13 Aug 2026 03:09:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=49281368</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49281368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49281368</guid></item><item><title><![CDATA[New comment by NortySpock in "US strikes $1.2B deal to pay German firm to halt offshore wind projects"]]></title><description><![CDATA[
<p>See this comment<p><a href="https://news.ycombinator.com/item?id=49208635">https://news.ycombinator.com/item?id=49208635</a></p>
]]></description><pubDate>Fri, 07 Aug 2026 11:30:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49208799</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49208799</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49208799</guid></item><item><title><![CDATA[New comment by NortySpock in "The Valley of Webhooks"]]></title><description><![CDATA[
<p>Yeah, been fighting variants of this problem as a data engineer where the upstream database would only let you see the current state of the table and did not provide you a changelog / cdc<p>So you have to<p>(a) repeatedly query incremental date ranges, with some overlap 
 (b) deal with late arriving rows<p>(c) deal with occasional bugs where a bug in a sproc caused the timestamp not to update<p>(d) query each day for all primary keys and remove rows that had been deleted (but only if you have newer data, otherwise you delete old values but don't have the updates)<p>(e) Sweat about if this goes wrong on a large table, how can you rapidly determine what state is out of sync? (Idea: how do I "hash" this in a way that hints at where the problem is?)<p>(f) Deduplicate, as mentioned<p>Martin Kleppmann's "Designing Data-Intensive Applications" book has some detailed discussions of some of the challenges...</p>
]]></description><pubDate>Fri, 07 Aug 2026 00:30:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=49204504</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49204504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49204504</guid></item><item><title><![CDATA[New comment by NortySpock in "AMD buys Taalas, chip startup that hardwires AI models into its silicon"]]></title><description><![CDATA[
<p>My understanding is that Taalas burned a Large Language Model as analog silicon, leading to something that ran (roughly) 10x faster for 10x less power<p>...at the cost of it being burned in forever. Non-programmable.</p>
]]></description><pubDate>Thu, 06 Aug 2026 21:00:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49202482</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49202482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49202482</guid></item><item><title><![CDATA[AMD buys Taalas, chip startup that hardwires AI models into its silicon]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.cnbc.com/2026/08/06/amd-buys-taalas-startup-that-hardwires-ai-models-into-its-silicon.html">https://www.cnbc.com/2026/08/06/amd-buys-taalas-startup-that-hardwires-ai-models-into-its-silicon.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49202481">https://news.ycombinator.com/item?id=49202481</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 06 Aug 2026 21:00:18 +0000</pubDate><link>https://www.cnbc.com/2026/08/06/amd-buys-taalas-startup-that-hardwires-ai-models-into-its-silicon.html</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49202481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49202481</guid></item><item><title><![CDATA[New comment by NortySpock in "Zed DeltaDB"]]></title><description><![CDATA[
<p>Agree, copy-paste feels like it works 80% of the time, which is maddening when 1 in 5 copy paste attempts fail. (mostly from zed to something else) Why??<p>At least Excel has the courtesy to telling you "Hey the copy-paste buffer said it didn't catch that, can you try again?"<p>Linux Wayland (Ubuntu 26.04)</p>
]]></description><pubDate>Wed, 05 Aug 2026 21:23:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=49189216</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49189216</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49189216</guid></item><item><title><![CDATA[New comment by NortySpock in "Advancing the price-performance frontier with GPT‑5.6"]]></title><description><![CDATA[
<p>> In a compute-constrained world where model demand is growing faster than capacity<p>I don't buy it.<p>There have been recent weeks where some of the mid-level models (Hy3, Laguna M.1) are <i>free</i> (true for parts of June and July, see Hy3 in Cyan) . Even then the total token usage appears to be reaching a steady-state.<p><a href="https://openrouter.ai/rankings#top-models" rel="nofollow">https://openrouter.ai/rankings#top-models</a><p>^ the first graph is tokens per week across all models<p>I guess we just can only throw ideas at an LLM at a certain rate.<p>I still have ideas and now I can have an LLM vibe code what I want, but I'm not going to let an agent just run unattended for longer than a few minutes or a few bucks for hobby projects.<p>So maybe it is a matter of lowering the cost of an LLM so I can let it churn for hours at a cost of pennies... But I suspect demand for tokens is very price-elastic.</p>
]]></description><pubDate>Thu, 30 Jul 2026 18:45:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=49114000</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49114000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49114000</guid></item><item><title><![CDATA[New comment by NortySpock in "Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library"]]></title><description><![CDATA[
<p>Why settle for sampling when you can have the whole dataset?<p>The spiral pattern is an excellent example. "Sure it looks like this when you zoom out, but when you zoom in, you can see the finer structure of the points..."</p>
]]></description><pubDate>Wed, 29 Jul 2026 00:30:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=49091887</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49091887</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49091887</guid></item><item><title><![CDATA[New comment by NortySpock in "Why care about programming languages"]]></title><description><![CDATA[
<p>Gleam ?<p>Elixir's exhaustive pattern matching and gradual type checking is also on my radar.<p>I guess I don't know what you mean by effects typing.</p>
]]></description><pubDate>Mon, 27 Jul 2026 07:33:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=49066204</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49066204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49066204</guid></item><item><title><![CDATA[New comment by NortySpock in "Nvidia, Microsoft, Meta warn against overregulating open-weight models"]]></title><description><![CDATA[
<p>Signatories appear to group into<p>(a) sellers of hardware (Nvidia, IBM) and those who rent hardware out to others (Amazon, Microsoft)<p>They want open models because they don't have to license it to run it on their hardware, so they can offer lower cost and inspect what they are offering to clients<p>(b) open model creators (Arcee, Perplexity, Mistral, IBM, Microsoft)<p>...who would be unable to work if open-weight models are banned<p>(c) Software-heavy companies ( Mozilla,  The Linux Foundation , ServiceNow, Microsoft, IBM, heck all of them)<p>...who want models that are cheap to run because that reduces the cost of running an LLM (whether you are trying to replace a software developer or just assist them, the value of a reduced cost LLM is directionally the same)</p>
]]></description><pubDate>Fri, 24 Jul 2026 16:07:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49037683</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=49037683</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49037683</guid></item><item><title><![CDATA[New comment by NortySpock in "Kimi K3: Open Frontier Intelligence"]]></title><description><![CDATA[
<p><a href="https://openrouter.ai/deepseek/deepseek-v4-pro#providers" rel="nofollow">https://openrouter.ai/deepseek/deepseek-v4-pro#providers</a><p>Look through the provider list for a company you are willing to do business with?</p>
]]></description><pubDate>Thu, 16 Jul 2026 15:47:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48936159</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=48936159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48936159</guid></item><item><title><![CDATA[New comment by NortySpock in "Inkling: Our Open-Weights Model"]]></title><description><![CDATA[
<p>Data is heavy.<p>I would say "it's risky and requires a lot of labor to migrate without corruption, loss of data" and also minimizing downtime. Sure anyone can run pg_backup, but can you do it across 90 databases? Can you do it live? Can you coordinate rollout of the process, cutover, and monitor for failure? What's the cost of egress for this? Is the team your A-team or the B-team? Can you trust this to the B-team? Is it worth having this team spend all this time on a migration rather than, say, getting something new set up, or optimizing performance on an existing system?<p>I'm a database guy, but the same migration argument is presumably also extra work for (say) blob storage, networking, etc.<p>Since LLMs are stateless by their current implementation,  switching to "the same open-weight model running in a different datacenter run by a different vendor" is "just" switching the API endpoint. (If they are the exact same shape, it's fine, if they differ somehow, there's perhaps some work to do there, fixing things and monitoring for failures on switch-over)<p>There are several open APIs it seems and OpenRouter.ai is doing a fine job making a commodity out of models and datacenters.</p>
]]></description><pubDate>Wed, 15 Jul 2026 22:25:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48927941</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=48927941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48927941</guid></item><item><title><![CDATA[New comment by NortySpock in "Running Gemma 4 26B at 5 tokens/sec on a 13-year-old Xeon with no GPU"]]></title><description><![CDATA[
<p>Dunno, I have not used either of those. (Had been using zed and ollama, and ollama had plenty of odd defaults that needed fixing)<p>Glancing through the docs, I would be digging down in the config of both Android studio and lm studio for either a TTL or jit auto evict setting, and if you find it, set it to some large number measured in hours?<p><a href="https://developer.android.com/studio/gemini/use-a-local-model" rel="nofollow">https://developer.android.com/studio/gemini/use-a-local-mode...</a><p><a href="https://lmstudio.ai/docs/developer/core/ttl-and-auto-evict" rel="nofollow">https://lmstudio.ai/docs/developer/core/ttl-and-auto-evict</a></p>
]]></description><pubDate>Wed, 15 Jul 2026 21:19:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48927133</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=48927133</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48927133</guid></item><item><title><![CDATA[New comment by NortySpock in "Running Gemma 4 26B at 5 tokens/sec on a 13-year-old Xeon with no GPU"]]></title><description><![CDATA[
<p>If the local model is served via ollama, there's a default timeout of 10 minutes , which can be adjusted either per-call , or (as I did) in the systemd service environment variables<p><a href="https://docs.ollama.com/faq#how-do-i-keep-a-model-loaded-in-memory-or-make-it-unload-immediately">https://docs.ollama.com/faq#how-do-i-keep-a-model-loaded-in-...</a><p>You didn't specify what was serving your local model.</p>
]]></description><pubDate>Wed, 15 Jul 2026 18:24:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48925039</link><dc:creator>NortySpock</dc:creator><comments>https://news.ycombinator.com/item?id=48925039</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48925039</guid></item></channel></rss>