<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: rudedogg</title><link>https://news.ycombinator.com/user?id=rudedogg</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 28 May 2026 19:27:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=rudedogg" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by rudedogg in "I think Anthropic and OpenAI have found product-market fit"]]></title><description><![CDATA[
<p>That seems way off to me.<p>I skimmed the article, but couldn’t spot any details on their estimates. They mention 70b+ params as being large in several places. But we’ve had several 100b+ param models that trail Sonnet.</p>
]]></description><pubDate>Thu, 28 May 2026 02:01:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48303445</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=48303445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48303445</guid></item><item><title><![CDATA[New comment by rudedogg in "Gemini 3.5 Flash"]]></title><description><![CDATA[
<p>If Google is actually getting cheaper inference than everyone else with their TPUs, this smells like trouble to me. Maybe serving LLMs at a profit is proving difficult.<p>Or maybe they think because their benchmarks are good they can ramp up the prices. Seems like they don’t have the market share to justify a move like that yet to me.</p>
]]></description><pubDate>Tue, 19 May 2026 19:07:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48197882</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=48197882</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48197882</guid></item><item><title><![CDATA[New comment by rudedogg in "WinUI 3 Performance: A Leap Forward"]]></title><description><![CDATA[
<p>The “Apps” app is so bad on macOS too (seems built off of Spotlight?). I’ll type the exact app name and it’ll suggest the one on my phone, an installer in Downloads, etc..<p>No one dog-fooded that thing.</p>
]]></description><pubDate>Thu, 14 May 2026 21:42:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48141654</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=48141654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48141654</guid></item><item><title><![CDATA[New comment by rudedogg in "Rewrite Bun in Rust has been merged"]]></title><description><![CDATA[
<p>Zig has these modern language features too fwiw.<p>I think the goal was to do a massive rewrite for Anthropic (they acquired bun) and show that rewriting projects from lang -> lang with Claude can reduce security vulnerabilities to help with the hype for an IPO.<p>I don’t use/know Rust so I can’t comment on the quality, but there was a public security review that found issues with the new Rust code: <a href="https://x.com/SwivalAgent/status/2054468328119279923" rel="nofollow">https://x.com/SwivalAgent/status/2054468328119279923</a><p>This is an interesting experiment but I’m skeptical of any claims of success by Jarred/Anthropic due to the incentive to hype agents. There’s probably a trillion dollars at stake with the IPO. And  Anthropic seems to be developing this part of their business with Mythos and the super review features.<p>But I’d like to see the same experiment done on a project without so much relying on the story being success.</p>
]]></description><pubDate>Thu, 14 May 2026 19:03:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48139726</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=48139726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48139726</guid></item><item><title><![CDATA[New comment by rudedogg in "The US is winning the AI race where it matters most: commercialization"]]></title><description><![CDATA[
<p>> The Fed reports<p>Have you happened to purchase anything in the past 12 months, and looked at the Fed's inflation numbers?</p>
]]></description><pubDate>Wed, 13 May 2026 18:23:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48125546</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=48125546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48125546</guid></item><item><title><![CDATA[New comment by rudedogg in "CUDA-oxide: Nvidia's official Rust to CUDA compiler"]]></title><description><![CDATA[
<p>> 1) Higher level code is easier for LLMs to review and iterate upon. The more the intent is clear from the code, the easier it is for humans and LLMs to work with.<p>The counter-argument, and one that matches my experience is working at a lower level is actually beneficial for LLMs since they can see the whole picture and don’t have to guess at abstractions.</p>
]]></description><pubDate>Mon, 11 May 2026 21:35:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48100969</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=48100969</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48100969</guid></item><item><title><![CDATA[New comment by rudedogg in "As U.S. Debt Hits a Worrying Milestone, Washington Barely Notices"]]></title><description><![CDATA[
<p>The abstractions are the veil that make the theft slightly less obvious</p>
]]></description><pubDate>Thu, 07 May 2026 22:05:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48055750</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=48055750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48055750</guid></item><item><title><![CDATA[New comment by rudedogg in "Zig → Rust porting guide"]]></title><description><![CDATA[
<p>> it requires a hands-on approach and actually understanding what's being built.<p>I think this is true regardless of what language you’re using.<p>I’ve built a lot in Zig and there’s no difference between vibing stuff in it versus TypeScript/React. Claude can “one-shot” them both, and will mimic existing code or grep the standard library to figure everything out.</p>
]]></description><pubDate>Tue, 05 May 2026 02:15:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48017348</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=48017348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48017348</guid></item><item><title><![CDATA[New comment by rudedogg in "Ask HN: What Are You Working On? (April 2026)"]]></title><description><![CDATA[
<p>I’ve been vibe-ish coding a GUI Toolkit in Zig w/ SDL3 and Vulkan for a few months now.<p>It has lots of features, but I posted a demo of some fun with buttons here: <a href="https://x.com/rudedoggtweets/status/2043531378181161357" rel="nofollow">https://x.com/rudedoggtweets/status/2043531378181161357</a><p>I think I’m building up an agentic IDE, just haven’t committed yet, but probably will this month.<p>One cool new thing I’m trying is running models directly w/ Vulkan. I’m about halfway there with my first model, but it’s going better/easier than I anticipated and I’m hoping I can make something very specialized and fast.</p>
]]></description><pubDate>Mon, 13 Apr 2026 15:19:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47753286</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=47753286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47753286</guid></item><item><title><![CDATA[New comment by rudedogg in "Gemma 4 on iPhone"]]></title><description><![CDATA[
<p>This is fun, FYI you don’t have to sign in/up with a Google account. I hesitated downloading it for that reason.</p>
]]></description><pubDate>Mon, 06 Apr 2026 01:55:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47656099</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=47656099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47656099</guid></item><item><title><![CDATA[New comment by rudedogg in "Apple discontinues the Mac Pro"]]></title><description><![CDATA[
<p>> Any serious LLM work isn't going to use that.<p>That’s my point.<p>One would expect the platform owner (especially one where they own both the hardware AND software) to provide a reasonable / easy path to  using LLMs if they are going to provide a framework for doing so. But Apple can’t because of how slow they ship updates</p>
]]></description><pubDate>Thu, 02 Apr 2026 22:24:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47620974</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=47620974</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47620974</guid></item><item><title><![CDATA[New comment by rudedogg in "Apple discontinues the Mac Pro"]]></title><description><![CDATA[
<p>The application development APIs, ie: <a href="https://developer.apple.com/documentation/technologyoverviews/foundation-models" rel="nofollow">https://developer.apple.com/documentation/technologyoverview...</a></p>
]]></description><pubDate>Fri, 27 Mar 2026 19:23:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47547102</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=47547102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47547102</guid></item><item><title><![CDATA[New comment by rudedogg in "Apple discontinues the Mac Pro"]]></title><description><![CDATA[
<p>Their rule of only releasing major software updates once a year in June is holding them back IMO. Their local LLM apis were dated before macOS/iOS 26 was even released. Just because something worked 20 years ago doesn’t mean it works today, but I’m sure it’s hard to argue against a historically successful strategy internally.</p>
]]></description><pubDate>Fri, 27 Mar 2026 05:09:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47539280</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=47539280</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47539280</guid></item><item><title><![CDATA[New comment by rudedogg in "Swift 6.3"]]></title><description><![CDATA[
<p>> You don't have to use all of them!<p>You sure pay for the language complexity in high compile times though. Swift is slow, like really slow. I’ve been with it since like v1.2, and its been getting progressively worse for a while IMO. Complex language features (Lets do a borrow checker! Lets do embedded!) and half of the shit isn’t being used internally as far as I can tell</p>
]]></description><pubDate>Fri, 27 Mar 2026 02:00:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47538288</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=47538288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47538288</guid></item><item><title><![CDATA[New comment by rudedogg in "Anthropic takes legal action against OpenCode"]]></title><description><![CDATA[
<p>And if Google Maps charged per tile viewed, so the user pays the same amount regardless of which maps client they used, would your opinion hold?<p>I get that it’s a ToS violation, but I’m saying it shouldn’t be. They’re trying to make the harness the moat because they all have no moat.</p>
]]></description><pubDate>Thu, 19 Mar 2026 22:20:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47447141</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=47447141</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47447141</guid></item><item><title><![CDATA[New comment by rudedogg in "Anthropic takes legal action against OpenCode"]]></title><description><![CDATA[
<p>My point is that model providers are just a compute service, and should have no say in what sends the data, or displays the data. Especially when they only bill based on the quantity of data.<p>They are basically a utility.</p>
]]></description><pubDate>Thu, 19 Mar 2026 22:15:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47447088</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=47447088</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47447088</guid></item><item><title><![CDATA[New comment by rudedogg in "Anthropic takes legal action against OpenCode"]]></title><description><![CDATA[
<p>This is more like if Google took action against Thunderbird and open-source email clients</p>
]]></description><pubDate>Thu, 19 Mar 2026 21:46:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47446729</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=47446729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47446729</guid></item><item><title><![CDATA[New comment by rudedogg in "Shall I implement it? No"]]></title><description><![CDATA[
<p>> And on top of it, if you develop for native macOS, There’s no official tooling for visual verification. It’s like 95% of development is web and LLM providers care only about that.<p>I think this is built in to the latest Xcode IIRC</p>
]]></description><pubDate>Fri, 13 Mar 2026 00:09:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47359080</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=47359080</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47359080</guid></item><item><title><![CDATA[New comment by rudedogg in "Grief and the AI split"]]></title><description><![CDATA[
<p>I think the real divide is over quality and standards.<p>We all have different thresholds for what is acceptable, and our roles as engineers typically reflect that preference. I can grind on a single piece of code for hours, iterating over and over until I like the way it works, the parameter names, etc.<p>Other people do not see the value in that whatsoever, and something that works is good enough. We both are valuable in different ways.<p>Also, theres the pace of advancement of the models. Many people formed their opinions last year, and the landscape has changed a lot. There’s also some effort requires in honing your skill using them. The “default” output is average quality, but with some coaxing higher quality output is easily attained.<p>I’m happy people are skeptical though, there are a lot of things that <i>do</i> require deep thought, connecting ideas in new ways, etc., and LLMs aren’t good at that in my experience.</p>
]]></description><pubDate>Thu, 12 Mar 2026 23:22:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47358654</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=47358654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47358654</guid></item><item><title><![CDATA[New comment by rudedogg in "Ask HN: Claude Regression for Anyone Else?"]]></title><description><![CDATA[
<p>Thanks for mentioning, but I did update it to High Effort when I got the notification</p>
]]></description><pubDate>Sun, 08 Mar 2026 16:36:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47298675</link><dc:creator>rudedogg</dc:creator><comments>https://news.ycombinator.com/item?id=47298675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47298675</guid></item></channel></rss>