<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: sandywaffles</title><link>https://news.ycombinator.com/user?id=sandywaffles</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 27 Aug 2026 22:24:12 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sandywaffles" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by sandywaffles in "How we rebuilt Next.js with AI in one week"]]></title><description><![CDATA[
<p>How is this production grade? The last few things CF posted with AI were outright lies or omitted large swaths of functionality.<p>If your stance is assuming we have an existing implementation of something in the training set, and we have a robust test harness already, and we have thousands of dollars to throw at tokens, and we're not at all concerned with "works" THEN this is viable then sure? But that doesn't seem to be what most boosters are saying.</p>
]]></description><pubDate>Wed, 25 Feb 2026 18:02:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47155168</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=47155168</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47155168</guid></item><item><title><![CDATA[New comment by sandywaffles in "Why are anime catgirls blocking my access to the Linux kernel?"]]></title><description><![CDATA[
<p>I think that was already common knowledge as hansjorg above suggests</p>
]]></description><pubDate>Fri, 22 Aug 2025 00:26:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44979804</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=44979804</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44979804</guid></item><item><title><![CDATA[New comment by sandywaffles in "Ask HN: How do you avoid job hunting burnout?"]]></title><description><![CDATA[
<p>> If it takes them 7 interviews to decide on a candidate don't bother with that company.<p>I don't think I share that opinion. The best jobs I've had were after 7+ rounds of actual interviews: code challenge, several peer panels, systems design, hiring manager, Senior manager, Cutler fit, etc.<p>That of course doesn't mean there aren't companies out there abusing the system or who have less than genuine tactics. But my point is mere number of rounds isn't a good indicator of anything in isolation. I've also worked at places with less than 3 rounds that were absolutely terrible.</p>
]]></description><pubDate>Sat, 02 Aug 2025 01:15:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44764154</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=44764154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44764154</guid></item><item><title><![CDATA[New comment by sandywaffles in "Warp 2.0: The Agentic Development Environment"]]></title><description><![CDATA[
<p>I was interested in this back when it was a next gen terminal, now not so much. From the marketing I can't even tell if this is still a terminal? I was quite confused for a while wondering if I was looking at the right "Warp" or if this was something new using the same name.</p>
]]></description><pubDate>Tue, 24 Jun 2025 15:23:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44367222</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=44367222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44367222</guid></item><item><title><![CDATA[New comment by sandywaffles in "Asahi Linux lead developer Hector Martin resigns from Linux kernel"]]></title><description><![CDATA[
<p>> [..] a workflow they have been optimizing for decades.<p>it sounds the opposite of optimized to me. Unless we're optimizing for something other than developer experience and efficiency?</p>
]]></description><pubDate>Sat, 08 Feb 2025 01:23:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42979447</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=42979447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42979447</guid></item><item><title><![CDATA[New comment by sandywaffles in "Malware can turn off webcam LED and record video, demonstrated on ThinkPad X230"]]></title><description><![CDATA[
<p>It is more likely your GPS placed you in the vicinity (regularly?) with another AD ID that regularly searches for, purchases, or visits dog centric locations. It's also entirely possible that the other AD ID's (your grandma) dog food schedule is predictable and you happen to be visiting within a time frame of dog food purchases.</p>
]]></description><pubDate>Thu, 28 Nov 2024 16:50:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=42266713</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=42266713</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42266713</guid></item><item><title><![CDATA[New comment by sandywaffles in "Rewriting Rust"]]></title><description><![CDATA[
<p>> I want are things like function effects<p>And it's not a cut and dry issue to add. Function effects would add a lot of cognitive load to the developer along with more implicit bounds which increases accidental API break changes. You talk about the compiler implicitly adding the bounds to functions, but what happens when I now add a line in my function that allocates when before it didn't? I just broke my API unless I was also defensively testing <i>all</i> implicit bounds. And if I was testing all implicit bounds, can the language no longer add new bounds? Reversing that and requiring the callee to defensively declare all bounds is a borderline non-starter because it'd such a huge burden to write any function or refactor anything.</p>
]]></description><pubDate>Thu, 26 Sep 2024 14:10:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=41658602</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=41658602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41658602</guid></item><item><title><![CDATA[New comment by sandywaffles in "Rewriting Rust"]]></title><description><![CDATA[
<p>No one is forcing you to use a dependency. Write the code yourself just like you would in another language. Or vendor the dependency and re-write/delete/whatever the code you don't like.</p>
]]></description><pubDate>Thu, 26 Sep 2024 13:49:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=41658388</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=41658388</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41658388</guid></item><item><title><![CDATA[New comment by sandywaffles in "COSMIC Alpha Released"]]></title><description><![CDATA[
<p>I'm using the Cosmic alpha in Fedora and loving it. There are little bugs here and there, but nothing show stopping that I've seen. It's the first desktop that's been able to pry me away from KDE with tiling.</p>
]]></description><pubDate>Wed, 28 Aug 2024 16:11:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=41381101</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=41381101</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41381101</guid></item><item><title><![CDATA[New comment by sandywaffles in "AMD's Strix Point: Zen 5 Hits Mobile"]]></title><description><![CDATA[
<p>I think that's because all the press talks about actual battery life per laptop and the Apple Silicone laptops ship with literally double the size battery of any AMD based laptop without a discrete GPU. So while the efficiency may be close, actually perceived battery life of the Mac will he more than double when you also consider the priority Apple puts into their power control combined with a larger overall battery.</p>
]]></description><pubDate>Sun, 11 Aug 2024 17:27:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=41217787</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=41217787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41217787</guid></item><item><title><![CDATA[New comment by sandywaffles in "Argdown, like Markdown for argument mapping"]]></title><description><![CDATA[
<p>structopt became part of clap proper (as `clap_derive`) when clap v3 was released.</p>
]]></description><pubDate>Thu, 08 Aug 2024 16:02:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=41192965</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=41192965</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41192965</guid></item><item><title><![CDATA[New comment by sandywaffles in "Is C99 actually Turing-complete? (2016)"]]></title><description><![CDATA[
<p>Well considering I just saw a post recently saying `find` + `mkdir` is Turing Complete, I sure as hell hope C99 is as well.</p>
]]></description><pubDate>Thu, 01 Aug 2024 18:33:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=41132073</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=41132073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41132073</guid></item><item><title><![CDATA[New comment by sandywaffles in "Eza: A modern, maintained replacement for ls"]]></title><description><![CDATA[
<p>This link also has a large list of additional tools I hadn't heard of but look interesting.<p><a href="https://github.com/ibraheemdev/modern-unix">https://github.com/ibraheemdev/modern-unix</a></p>
]]></description><pubDate>Mon, 22 Jul 2024 18:27:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=41037887</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=41037887</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41037887</guid></item><item><title><![CDATA[New comment by sandywaffles in "Eza: A modern, maintained replacement for ls"]]></title><description><![CDATA[
<p>I use du-dust over gdu, but otherwise my list is almost identical to yours.</p>
]]></description><pubDate>Mon, 22 Jul 2024 18:10:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=41037593</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=41037593</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41037593</guid></item><item><title><![CDATA[New comment by sandywaffles in "No More Blue Fridays"]]></title><description><![CDATA[
<p>Because eBPF is no longer <i>just</i> packet filtering? It's now used in loads of hook pionts unrelated to packets or filtering at all.</p>
]]></description><pubDate>Mon, 22 Jul 2024 17:49:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=41037273</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=41037273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41037273</guid></item><item><title><![CDATA[New comment by sandywaffles in "Rust for Filesystems"]]></title><description><![CDATA[
<p>I understood it as they're working to abstract as much as is generally and widely possible in the VFS layer, but there will still be (many?) edge cases that don't fit and will need to be handled in FS-specific layers. Perhaps the inode lifecycle was just an initial starting point for discussion?</p>
]]></description><pubDate>Mon, 15 Jul 2024 14:41:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=40968288</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=40968288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40968288</guid></item><item><title><![CDATA[New comment by sandywaffles in "Rust for Filesystems"]]></title><description><![CDATA[
<p>I wasn't clear and am not familiar enough with the Linux FS systems to know if this Rust API would be wrapping or re-implementing the C APIs? If it's re-implementing (or rather an additional API) it seems keeping the names the same as the C API would be problematic and lead to more confusion over time, even if initially it helped already-familiar-developers grok whats going on faster.</p>
]]></description><pubDate>Mon, 15 Jul 2024 14:37:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=40968256</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=40968256</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40968256</guid></item><item><title><![CDATA[New comment by sandywaffles in "Is Clear Air Turbulence becoming more common?"]]></title><description><![CDATA[
<p>> [Clear Air Turbulence] is particularly common around the tropopause, the boundary layer between the troposphere and the stratosphere, at altitudes between 7,000 and 12,000 meters (23,000 to 39,000 feet)  .<p>Oh, excellent the altitudes that 99% of aircraft fly at, unaffecting the ultra rich who fly private jets at 40,000k-50,000k+.</p>
]]></description><pubDate>Fri, 28 Jun 2024 14:11:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=40820765</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=40820765</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40820765</guid></item><item><title><![CDATA[New comment by sandywaffles in "Sequoia: AI's $600B Question"]]></title><description><![CDATA[
<p>> Company builders focused on delivering value to end users will be rewarded handsomely.<p>Except very, very few companies are actually doing this. Instead, they're all just incorporating chat bots into their products that no one wants or asked for. No, I don't want to chat with my microwave about the weather and receive drawn out answers I can't tell if they're made up or not. I get enough of that from my five year old.</p>
]]></description><pubDate>Fri, 28 Jun 2024 12:39:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=40820047</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=40820047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40820047</guid></item><item><title><![CDATA[New comment by sandywaffles in "Why is /usr/bin/test 4kiB smaller than /usr/bin/[?"]]></title><description><![CDATA[
<p>I won't spoil the reason, but I have to say it's answers like the one given that make me feel like GNU coreutils is essentially decades of hacks thrown together haphazardly in a bunch of loosely related and begrudgingly coordinating pieces of software. I enjoy these code spelunking articles though!</p>
]]></description><pubDate>Fri, 28 Jun 2024 12:28:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=40819964</link><dc:creator>sandywaffles</dc:creator><comments>https://news.ycombinator.com/item?id=40819964</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40819964</guid></item></channel></rss>