<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: omcnoe</title><link>https://news.ycombinator.com/user?id=omcnoe</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 13 May 2026 15:35:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=omcnoe" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by omcnoe in "GitLab announces workforce reduction and end of their CREDIT values"]]></title><description><![CDATA[
<p>To be fair to GitHub, "GitHub" Actions is just Azure DevOps Pipelines wearing a mask. Which I think explains a lot about it's quality as a feature. It was brought in as a rushed copy-paste of the existing Azure DevOps feature very quickly post acquisition.<p>I have to regularly use Azure DevOps and the whole platform is painful, and now is rotting on the vine. I hear there is internal strife at Microsoft between Azure DevOps and GitHub products.</p>
]]></description><pubDate>Tue, 12 May 2026 00:27:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48102612</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=48102612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48102612</guid></item><item><title><![CDATA[New comment by omcnoe in "Postmortem: TanStack NPM supply-chain compromise"]]></title><description><![CDATA[
<p>Devcontainers (I know it's not a full VM, but it's most prominent version of this "isolated development environment" concept) wouldn't fully protect you against this. Github credentials are automatically pulled into the container. If you are using other cloud services that need to be accessed within the container, this cred stealer will grab their creds too.<p>It would limit the blast radius, which at least is an improvement.</p>
]]></description><pubDate>Tue, 12 May 2026 00:17:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48102538</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=48102538</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48102538</guid></item><item><title><![CDATA[New comment by omcnoe in "Postmortem: TanStack NPM supply-chain compromise"]]></title><description><![CDATA[
<p>These malicious packages are being caught by the authors, and by automated package security scanners, not just by end users. npm should start setting this 7 day cooldown as default.</p>
]]></description><pubDate>Tue, 12 May 2026 00:10:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48102479</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=48102479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48102479</guid></item><item><title><![CDATA[New comment by omcnoe in "Gmail registration now requires scanning a QR code and sending a text message"]]></title><description><![CDATA[
<p>I’d honestly expect to see regulatory intervention if they tried this.</p>
]]></description><pubDate>Mon, 11 May 2026 19:13:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48099366</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=48099366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48099366</guid></item><item><title><![CDATA[New comment by omcnoe in "OpenAI’s WebRTC problem"]]></title><description><![CDATA[
<p>An eventual goal is likely to allow interacting with the LLM directly via audio tokens in input/output skipping tts and stt completely.</p>
]]></description><pubDate>Sat, 09 May 2026 08:20:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48073084</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=48073084</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48073084</guid></item><item><title><![CDATA[New comment by omcnoe in "Care homes and hotels in Japan shut as expansion strategy unravels"]]></title><description><![CDATA[
<p>This really is a great blogpost, I'm really glad you shared it.</p>
]]></description><pubDate>Sun, 03 May 2026 08:51:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47994904</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=47994904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47994904</guid></item><item><title><![CDATA[New comment by omcnoe in "I built a Game Boy emulator in F#"]]></title><description><![CDATA[
<p>Yeah there is some degree of awkwardness created by the interaction, but I think it’s less about needing specific libraries to map well and more about getting a good understanding of what the interop rules are, and what the shape of the underlying generated output actually looks like.<p>C# interoperability loosens guarantees (particularly immutability) that F# code normally relies on. There are surprising limits that come up in generics because of how they map to C#.</p>
]]></description><pubDate>Fri, 01 May 2026 08:19:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47972389</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=47972389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47972389</guid></item><item><title><![CDATA[New comment by omcnoe in "I built a Game Boy emulator in F#"]]></title><description><![CDATA[
<p>Fable is great but it has a surprising number of these hidden behaviour changes that are really hard to detect when writing code against it.</p>
]]></description><pubDate>Fri, 01 May 2026 08:14:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47972364</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=47972364</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47972364</guid></item><item><title><![CDATA[New comment by omcnoe in "Bugs Rust won't catch"]]></title><description><![CDATA[
<p>My understanding is the uutils development process involved extensive testing against the behaviour of the original utilities, including preserving bugs.</p>
]]></description><pubDate>Wed, 29 Apr 2026 08:30:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47945602</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=47945602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47945602</guid></item><item><title><![CDATA[New comment by omcnoe in "Asahi Linux Progress Linux 7.0"]]></title><description><![CDATA[
<p>I think there is also the added challenge that ARM macs are a moving target, and Apple has less than no desire to provide any kind of stability or support for Asahi Linux. Unlike the PC space where laptop manufacturers have to maintain broad compatibility over time, Apple will make future changes that are really awkward for Asahi and will not care one bit because they can do the compat work on their own software.</p>
]]></description><pubDate>Sun, 26 Apr 2026 14:42:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47910760</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=47910760</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47910760</guid></item><item><title><![CDATA[New comment by omcnoe in "Amateur armed with ChatGPT solves an Erdős problem"]]></title><description><![CDATA[
<p>Model output reflects on your input, and the effect is self reinforcing over the course of a whole conversation. Color you add around a problem influences the model behavior.<p>A "dumber"/vague framing will get a less insightful solution, or possibly no solution at all.<p>I don't even necessarily think this is a critical flaw - in general it's just the model tuning it's responses to your style of prompt. People utilize LLMs for all kinds of different tasks, and the "modes of thought" for responding to an Erdos problem versus software engineering versus a more human/soft skills topic are all very different. I think the "prompt sensitivity" issue is just coming bundled along with this general behavior.</p>
]]></description><pubDate>Sun, 26 Apr 2026 11:39:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47909501</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=47909501</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47909501</guid></item><item><title><![CDATA[New comment by omcnoe in "Our eighth generation TPUs: two chips for the agentic era"]]></title><description><![CDATA[
<p>Does non-artificial intelligence have clean instruction/data separation?</p>
]]></description><pubDate>Thu, 23 Apr 2026 03:39:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47872029</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=47872029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47872029</guid></item><item><title><![CDATA[New comment by omcnoe in "Changes to GitHub Copilot individual plans"]]></title><description><![CDATA[
<p>I found the Copilot harness generally more buggy/disfunctional. After seeing a "long" agent response get dropped (still counts against usage of course) too many times I gave up on the product.<p>It doesn't matter how competent the actual model is, or how long it's able to operate independently, if the harness can't handle it and drops responses. Made me think are they even using their own harness?<p>At least Anthropic is obviously dogfooding on Claude Code which keeps it mostly functional.</p>
]]></description><pubDate>Wed, 22 Apr 2026 02:00:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47857826</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=47857826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47857826</guid></item><item><title><![CDATA[New comment by omcnoe in "SpaceX says it has agreement to acquire Cursor for $60B"]]></title><description><![CDATA[
<p>Is Composer 2 a bad model because Cursor are bad at training models, or because they are compute constrained? This deal will provide the answer to that question.</p>
]]></description><pubDate>Wed, 22 Apr 2026 01:52:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47857753</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=47857753</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47857753</guid></item><item><title><![CDATA[New comment by omcnoe in "SpaceX says it has agreement to acquire Cursor for $60B"]]></title><description><![CDATA[
<p>I think it also represents a bet that in some sense Cursor's model capabilities are resource limited rather than talent limited. If that's true, $60B will end up being a bargain. If not true, well it's an expensive lesson but that's the nature of things.</p>
]]></description><pubDate>Wed, 22 Apr 2026 01:50:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47857736</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=47857736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47857736</guid></item><item><title><![CDATA[New comment by omcnoe in "SpaceX says it has agreement to acquire Cursor for $60B"]]></title><description><![CDATA[
<p>Problem is basically, that if the option works out (Cursor truly has the talent to train a frontier model on SpaceX's infrastructure, and were simply lacking the infra before) the fair price would be way way more than $60B.<p>OpenAI tried to acquire Windsurf last year for $3B and couldn't.</p>
]]></description><pubDate>Wed, 22 Apr 2026 01:47:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47857695</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=47857695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47857695</guid></item><item><title><![CDATA[New comment by omcnoe in "SpaceX says it has agreement to acquire Cursor for $60B"]]></title><description><![CDATA[
<p>It's true that Cursor doesn't have their own <i>frontier</i> models, but they are training their own models. They just aren't at frontier level yet. The $60B/$10B deal looks like a bet that this is a capital/GPU constraint rather than a capability one.</p>
]]></description><pubDate>Wed, 22 Apr 2026 01:41:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47857638</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=47857638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47857638</guid></item><item><title><![CDATA[New comment by omcnoe in "Stephen's Sausage Roll remains one of the most influential puzzle games"]]></title><description><![CDATA[
<p>The problem is, the ways that it's great are hard to put into words and explain for someone unfamiliar with the game. At least, not in a succinct way. At the most basic level it's just block pushing puzzles ("Sokoban").</p>
]]></description><pubDate>Tue, 21 Apr 2026 23:30:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47856298</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=47856298</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47856298</guid></item><item><title><![CDATA[New comment by omcnoe in "Stephen's Sausage Roll remains one of the most influential puzzle games"]]></title><description><![CDATA[
<p>Trying to copy is a bit harsh, but he has credited it as an inspiration for what's possible within the Sokoban format. I believe he was a playtester for SSR before it released, mid The Witness development.</p>
]]></description><pubDate>Tue, 21 Apr 2026 23:26:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47856241</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=47856241</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47856241</guid></item><item><title><![CDATA[New comment by omcnoe in "A simplified model of Fil-C"]]></title><description><![CDATA[
<p>If you can correctly add all the required explicit bounds checks in C what do you need Fil-C for?</p>
]]></description><pubDate>Sat, 18 Apr 2026 00:35:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47812115</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=47812115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47812115</guid></item></channel></rss>