<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: Decabytes</title><link>https://news.ycombinator.com/user?id=Decabytes</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 08 Jun 2026 15:47:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Decabytes" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Decabytes in "Ask HN: Why is the HN crowd so anti-AI?"]]></title><description><![CDATA[
<p>I am not 100% opposed to AI and I spent multi hundreds of dollars across the major players right now, but I'll see what I can add.<p>> At some point, execution speed starts to matter more than the elegance of the code.<p>This sentiment has been with us for a long time, and AI has only made it worse. Many people have experienced the damaging effects that focusing on execution speed have had on our lives, and you would think if AI makes us 10x faster, we could spend half that time actually making programs more performant and secure. But all of the gains always funnel into speed, when we have the golden opportunity to make things better.<p>Then there are the players that make it. Casey Muratori recently did a video called "It just Happened" where Eric Schmidt gives a commencement speech and washes his hands of the negative things that have happened in it, even though his decisions at Google and the technology he helped create made a lot of that happen. A quote from Casey's Video<p>> This is a case where someone who had direct decision-making authority during the time period when the very worst most dystopian parts of the technology business model were developed, perfected and entrenched. And he is giving this commencement speech to a group of students who have known nothing but that their whole lives. They're not like me. They didn't know a time before all of this. They didn't experience technology in the 80s or something like this.<p>One of the most important things in that quote is that there are people who have known nothing but a predatory, privacy invasive technology world. When that is your baseline, new technology that could advance that at 10x speed does not feel great. And now it requires only a couple bad actors and a subscription to make that happen.<p>At work we are mandated to use AI. That feels bad for a lot of reasons. But one of the worse is having to review AI generated code. I have never liked reviewing other peoples PRs, and now with the speed AI code is created, I could spend the whole day just doing that. So now my job is worse because I have to do more of the part I like the least.<p>Next, I've been thinking a lot about "the human scale of things". To me that means slowing down, and not consuming things faster than my lizard brain can understand. While I might be able to go 10x faster, unless I'm doing something I've done a million times before, I will not be able to keep that much code in my head. So I quickly lose understandings of projects, and I have to fight hard to rebuild my knowledge.<p>Lastly, as someone who has "vibecoded" an app, It feels completely impersonal. Yea I had the idea, and yea I had to type the prompts, but producing a whole mountain of code over the course of weeks or months (I've done both) just leaves me feeling empty on the inside. There is still a selfish human component to the programming that I and I suspect others do, and AI takes away from that<p>I'm not sure what the solution is though. Do we say, if you don't want to take ownership over the bad things that happen then we will down play your part in the good? Do we try to set up organizations that persecute those accountable? Should Eric Schmidt be in jail? Should he be fined? Do we as developers try to use the tools "for good?" I don't know, and I'd love to know what other people have to say on this</p>
]]></description><pubDate>Sat, 06 Jun 2026 12:56:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48424638</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=48424638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48424638</guid></item><item><title><![CDATA[New comment by Decabytes in "Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes"]]></title><description><![CDATA[
<p>In Grad school I remember learning Python 2, and there was one particular night where an assignment of mine just wasn’t working and no searches were helping me. I was frustrated to the point of tears, and when I solved it, it wasn’t with some triumphant yell. I just remember being so tired, closing my laptop and going to sleep.<p>I’m sure I wouldn’t be the programmer I am without that experience, but I am   Not sure I would have willingly put myself through that if LLMs existed at that point</p>
]]></description><pubDate>Thu, 04 Jun 2026 16:02:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48400582</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=48400582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48400582</guid></item><item><title><![CDATA[New comment by Decabytes in "Why Janet? (2023)"]]></title><description><![CDATA[
<p>Blizzard's Real ID system would fix all of this. It was ahead of it's time /s</p>
]]></description><pubDate>Tue, 02 Jun 2026 13:33:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48370065</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=48370065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48370065</guid></item><item><title><![CDATA[New comment by Decabytes in "Zig: Build System Reworked"]]></title><description><![CDATA[
<p>Very cool use of Elixir! I have been considering the Fig Stack (F# + Zig) myself, so I'm excited to see Zig being paired with a Functional Language</p>
]]></description><pubDate>Sat, 30 May 2026 16:17:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48337863</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=48337863</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48337863</guid></item><item><title><![CDATA[New comment by Decabytes in "Zig: Build System Reworked"]]></title><description><![CDATA[
<p>There is an idea I've been kicking around for a long time, which I'll just call dual programming. The idea is to develop a stack that consists of just two programming languages, 1 higher level language, and one lower level language. You are supposed to do as much programming as you can in the high level language, and only drop into the low level language as needed. The problem is that unless you already know a low level programming language really well, you'll most likely have to re familiarize yourself with the language before doing the low level stuff.<p>This makes Cpp and Rust harder to use then say C, so C becomes the default for me. But C is not without its issues of which we are aware. But Zig feels like it could fill that sweet spot really well, being simple enough that it's easier to pick up after a long break, but still coming with a lot of modern tooling that makes programming easier.</p>
]]></description><pubDate>Sat, 30 May 2026 15:59:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48337633</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=48337633</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48337633</guid></item><item><title><![CDATA[New comment by Decabytes in "But It Happened [video]"]]></title><description><![CDATA[
<p>I really appreciate Casey for making this video. The two quotes that stand out to me are<p>> This is a case where someone who had direct decision-making authority during
the time period when the very worst most dystopian parts of the technology
business model were developed, perfected and entrenched.
And he is giving this commencement speech to a group of students who have known nothing but that their whole
lives. They're not like me. They didn't know a time before all of this. They didn't experience technology in the 80s or something like this.<p>I think this is hugely important context. New technologies are not being built in a vacuum. It's not like we haven't seen the negative side effects of these new technologies play out already, and like Casey said, many of the people who are voicing their concerns have only gotten to live through the bad parts.<p>> It didn't just happen because the tool was let loose on the public and it just happened. People built the bad parts of it. They did that.<p>There is a JFK quote that I think accurately sums up the issue<p>> Victory has a hundred fathers and defeat is an orphan.<p>People just don't want to be associated with bad things. Billionaires don't want to be associated with the negative parts of capitalism, CEOs don't want to be associated with the terrible things their companies do, and businesses that do wrong want to settle out of court, with no public statement of blame.<p>I'm not sure what the solution is though. Do we say, if you don't want to take ownership over the bad things that happen then we will down play your part in the good? Do we try to set up organizations that persecute those accountable? Should Eric Schmidt be in jail? Should he be fined? Do we as developers try to use the tools "for good?" I don't know, and I'd love to know what other people have to say on this</p>
]]></description><pubDate>Fri, 29 May 2026 18:40:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48327505</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=48327505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48327505</guid></item><item><title><![CDATA[New comment by Decabytes in "Use boring languages with LLMs"]]></title><description><![CDATA[
<p>> What does it bring to the table that isn't achievable with Cargo?<p>Speaking purely about the cli
dart devtool (flutter and debugging)
dart compile (More options but the big one is JavaScript transpilation)
dart info (outputs diagnostic information about installed dart toolchain)<p>> which isn't particularly fast<p>Against other programming languages that are also garbage collected Dart compares favorably, though it's implementations of things typically aims for user accessibility over maximum performance. For example a Dart Isolate is much more heavy weight than a goroutine due to it's higher startup cost and additional memory per worker. The advantage is that it has its own memory, own event loop, and communicates with other isolates only by message passing, so it's much harder to mess up.<p>But where Dart shines for me is in two instances. The first is as a Python programmer that wants to work in a statically typed, ahead of time compiled language. Dart fits the bill here, and covers a weakness many programming languages have which is user facing GUIs. I would argue nothing comes close to Flutter when it comes to slapping together cross platform GUIS that just work. Dart is also very good on the front and backend (with more emphasis on the frontend) of web development, and can be integrated into an existing project very well through it's ability to compile into JavaScript. Typescript definitely eats Dart's lunch here, and Go more so for the backend, but very few languages can do Webdev in a way that feels natural and due to many design decisions of the past Dart is better than most. So Dart is good for packaged user facing apps.<p>This also makes it a strong contender as the higher level language to pair with a lower level language. You mentioned Rust, and Dart has a Flutter Rust Bridge^1 which allows you to write normal Rust code that automatically has the glue code generated. The native code interaction story gets even better through Dart's Hooks^2, Which allow you to integrate and compile or download native assets into your Dart projects directly through Darts build interface.<p>> doesn't have the library ecosystem or vast training data of Rust, Go etc<p>LLMs are better at handling niche languages than they have ever been. And the fact that Dart is not applied broadly, in the same way Python is, means you don't need a million examples to cover the most common use cases.<p>1. <a href="https://pub.dev/packages/flutter_rust_bridge" rel="nofollow">https://pub.dev/packages/flutter_rust_bridge</a> 
2. <a href="https://dart.dev/tools/hooks" rel="nofollow">https://dart.dev/tools/hooks</a></p>
]]></description><pubDate>Wed, 27 May 2026 13:24:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48293967</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=48293967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48293967</guid></item><item><title><![CDATA[New comment by Decabytes in "Use boring languages with LLMs"]]></title><description><![CDATA[
<p>Just want to throw the other Google language into the ring. While I would say Dart has a few more fancy language features than Go, it has an extremely strong and modern cli tool, which is a one stop shop for all your formatting, linking, and project building needs. It even grades how well your project is constructed before you publish it to pub.dev</p>
]]></description><pubDate>Wed, 27 May 2026 01:44:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48288424</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=48288424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48288424</guid></item><item><title><![CDATA[New comment by Decabytes in "OpenBSD 7.9"]]></title><description><![CDATA[
<p>How do the various BSDs run on framework laptops?</p>
]]></description><pubDate>Tue, 19 May 2026 14:24:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48193709</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=48193709</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48193709</guid></item><item><title><![CDATA[New comment by Decabytes in "Bun Rust rewrite: "codebase fails basic miri checks, allows for UB in safe rust""]]></title><description><![CDATA[
<p>When I was in grad school, my mentor once said, that he didn’t actually see programming as anything more than a tool to solve the problems he needed to solve. As someone who was excited about learning to program, I couldn’t understand it. As I’ve gotten older, I’ve come to understand him more. The language a program is written should be far down the list of reasons to use a programming language. Same with who happens to be the BFDL for the language, or what streamer is using it.<p>What matters more is if it does what you want it to do, and is well maintained.</p>
]]></description><pubDate>Fri, 15 May 2026 21:13:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48153941</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=48153941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48153941</guid></item><item><title><![CDATA[New comment by Decabytes in "O(x)Caml in Space"]]></title><description><![CDATA[
<p>I know that many garbage collected languages have ways of reducing gc pressure by minimizing classes, and pushing more things on the stack. I’ve even heard how languages like Java will allocate a massive amount of memory in the beginning, and then turn. Off the garbage collector for the whole day in high frequency trading scenarios.<p>Having never been in this situation, I wonder how difficult it is to bend a garbage collected language to behave like a non garbage collected one</p>
]]></description><pubDate>Fri, 15 May 2026 14:34:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48149178</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=48149178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48149178</guid></item><item><title><![CDATA[New comment by Decabytes in "If AI writes your code, why use Python?"]]></title><description><![CDATA[
<p>I legit have had this same thought. If we are going to be writing programs with AI, We should be programming in a more performant and explicit way, with statically typed programming languages that are able to encode the invariants in the program,  even if it requires programming in a way that would be tedious for humans</p>
]]></description><pubDate>Tue, 12 May 2026 12:19:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48107197</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=48107197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48107197</guid></item><item><title><![CDATA[New comment by Decabytes in "I'm going back to writing code by hand"]]></title><description><![CDATA[
<p>We should go back to designing UML diagrams for programs before we write them /s</p>
]]></description><pubDate>Mon, 11 May 2026 03:04:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48090637</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=48090637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48090637</guid></item><item><title><![CDATA[New comment by Decabytes in "Making your own programming language is easier than you think (but also harder)"]]></title><description><![CDATA[
<p>Like most things in programming, handling the easy stuff is easy, but it’s all the edge cases that kill you. I’m writing an IDE in flutter right now, and all of the defensive programming I have to do to handle the unhappy path, is where 50% of my code goes.</p>
]]></description><pubDate>Sun, 10 May 2026 02:23:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48080401</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=48080401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48080401</guid></item><item><title><![CDATA[New comment by Decabytes in "Ghostty is leaving GitHub"]]></title><description><![CDATA[
<p>Come to the Gnu Savannah (jk) strange to see so many projects moving off GitHub. I always used gitlab, and only grudgingly had a GitHub, because that is where every project was. So while seeing people move off GitHub validates my choice to not personally invest in it, I can’t help but be a little sad that 
We are splitting across the different git providers.</p>
]]></description><pubDate>Wed, 29 Apr 2026 03:20:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47943830</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=47943830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47943830</guid></item><item><title><![CDATA[New comment by Decabytes in "I'm done making desktop applications (2009)"]]></title><description><![CDATA[
<p>Flutter has brought the joy of desktop gui programming back for me. Especially in this vibe coding era, building all those apps that only really have value to me has never been easier. And seeing the support for Flutter from Canonical has been nice. They’ve been helping make flutter on Linux better</p>
]]></description><pubDate>Fri, 24 Apr 2026 20:46:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47895552</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=47895552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47895552</guid></item><item><title><![CDATA[New comment by Decabytes in "USD Purchasing Power in Real Time Since 2000"]]></title><description><![CDATA[
<p>I like this visualization, but I think there is a harder to quantify layer under this. While someone making 50k a year in 2000, would need to make 100k in 2026 for the same economic power, it is actually much worse.<p>In the year 2000, there were just less products and services then there are now. And the products that did exist were generally more durable and repairable than today. And in many cases, products that exist now but didn’t back then have reasonable substitutes (like renting or buying movies, since you don’t have Netflix).<p>I would even take it one step further and say that the ways you had to interact with those substitutes were healthier and more social than what we have now.</p>
]]></description><pubDate>Wed, 08 Apr 2026 14:42:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47690916</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=47690916</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47690916</guid></item><item><title><![CDATA[New comment by Decabytes in "XML is a cheap DSL"]]></title><description><![CDATA[
<p>S-expressions are a cheap dsl too. I use it in my desktop browser runtime that is powered by wasm that I’m developing
As the “HTML”^1 and CSS^2 in fact it works so well I use it also reused it to do the styling for html exports in my markup language designed to fight documentation drift^3.<p>1. <a href="https://gitlab.com/canvasui/canvasui-engine/-/blame/main/examples/counter/app.cuiml?ref_type=heads#L10" rel="nofollow">https://gitlab.com/canvasui/canvasui-engine/-/blame/main/exa...</a><p>2. <a href="https://gitlab.com/canvasui/canvasui-engine/-/blob/main/examples/counter/styles/app.cuiss?ref_type=heads#L3" rel="nofollow">https://gitlab.com/canvasui/canvasui-engine/-/blob/main/exam...</a><p>3. <a href="https://gitlab.com/sablelang/libcuidoc" rel="nofollow">https://gitlab.com/sablelang/libcuidoc</a></p>
]]></description><pubDate>Sat, 14 Mar 2026 13:14:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47376372</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=47376372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47376372</guid></item><item><title><![CDATA[New comment by Decabytes in "Can I run AI locally?"]]></title><description><![CDATA[
<p>Does anyone use the super tiny models for anything ? Like in the 2billion or lower parameter level?</p>
]]></description><pubDate>Sat, 14 Mar 2026 03:19:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47372975</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=47372975</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47372975</guid></item><item><title><![CDATA[New comment by Decabytes in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p>I’m working on an R7R7-small scheme called Sable. The focus is on having good Windows support, vscode support, Lsp and Debug adapter protocol support. It is closer to SBCL and is image based, and builds with just the platforms native c compiler</p>
]]></description><pubDate>Mon, 09 Mar 2026 12:23:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47308137</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=47308137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47308137</guid></item></channel></rss>