<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, 13 Apr 2026 12:07:37 +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 "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><item><title><![CDATA[New comment by Decabytes in "Notes on writing Rust-based Wasm"]]></title><description><![CDATA[
<p>Yes wasm is basically a rust thing at this point unfortunately. And if you want to write a wasi preview 0.2 component, you need a bunch of rust tooling to do it properly</p>
]]></description><pubDate>Sun, 08 Mar 2026 11:47:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47296582</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=47296582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47296582</guid></item><item><title><![CDATA[Markiplier discovering the value of On Premise Servers [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/shorts/EM8NWE7_xFQ">https://www.youtube.com/shorts/EM8NWE7_xFQ</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47287827">https://news.ycombinator.com/item?id=47287827</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 07 Mar 2026 14:14:41 +0000</pubDate><link>https://www.youtube.com/shorts/EM8NWE7_xFQ</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=47287827</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47287827</guid></item><item><title><![CDATA[New comment by Decabytes in "AI and the Ship of Theseus"]]></title><description><![CDATA[
<p>The existence of permissive licenses like BSD or MIT does not show that copyleft was unimportant.Those licenses allowed code to remain open, but they also allowed it to be absorbed into proprietary products.<p>The GPL’s significance was that it changed the default outcome. At a time when software was overwhelmingly proprietary, it created a mechanism that required improvements to remain available to users and developers downstream.<p>Gcc was a massive deal for the reasons why compilers are free now today for example</p>
]]></description><pubDate>Fri, 06 Mar 2026 04:44:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47270970</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=47270970</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47270970</guid></item><item><title><![CDATA[New comment by Decabytes in "MacBook Neo"]]></title><description><![CDATA[
<p>This would be a great Asahi Linux target, but I know that group has a lot on their plate with the MacBooks pros already</p>
]]></description><pubDate>Wed, 04 Mar 2026 18:12:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47251475</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=47251475</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47251475</guid></item><item><title><![CDATA[New comment by Decabytes in "Gemini 3.1 Pro"]]></title><description><![CDATA[
<p>Any tips for working with Gemini through its chat interface? I’ve worked with ChatGPT and Claude and I’ve generally found them pleasant to work with, but everytime I use Gemini the output is straight dookie</p>
]]></description><pubDate>Thu, 19 Feb 2026 21:53:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47080055</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=47080055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47080055</guid></item><item><title><![CDATA[New comment by Decabytes in "Gemini 3 Deep Think"]]></title><description><![CDATA[
<p>Gemini has always felt like someone who was book smart to me. It knows a lot of things. But if you ask it do anything that is offscript it completely falls apart</p>
]]></description><pubDate>Thu, 12 Feb 2026 20:56:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46995040</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=46995040</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46995040</guid></item><item><title><![CDATA[New comment by Decabytes in "I started programming when I was 7. I'm 50 now and the thing I loved has changed"]]></title><description><![CDATA[
<p>I too have felt these feelings (though I'm much younger than the author). I think as I've grown older I have to remind myself<p>1. I shouldn't be so tied to what other people think of me (craftsman, programmer, low level developer)<p>2. I shouldn't measure my satisfaction by comparing my work to others'. Quality still matters especially in shared systems, but my responsibility is to the standards I choose to hold, not to whether others meet them. Plus there are still community of people that still care about this (handmade network, openbsd devs, languages like Odin) that I can be part of it I want to<p>3. If my values are not being met either in my work or personal life I need to take ownership of that myself. The magic is still there, I just have to go looking for it</p>
]]></description><pubDate>Tue, 10 Feb 2026 17:24:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46963363</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=46963363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46963363</guid></item><item><title><![CDATA[New comment by Decabytes in "UEFI Bindings for JavaScript"]]></title><description><![CDATA[
<p>I’m always amazed and slightly envious of what programming languages with large developer bases can do. I mean if a language is Turing complete it can do anything, but JavaScript takes this to the extreme.<p>Mind you I never said anything about quality or performance, obviously doing everything in JavaScript comes with it’s own issues but if you were to say that someone got JavaScript running in the Linux kernel as a POC I wouldn’t even be surprised</p>
]]></description><pubDate>Mon, 09 Feb 2026 16:06:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46946754</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=46946754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46946754</guid></item><item><title><![CDATA[New comment by Decabytes in "Hoot: Scheme on WebAssembly"]]></title><description><![CDATA[
<p>I wish Guile had better windows support</p>
]]></description><pubDate>Sun, 08 Feb 2026 04:01:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46931222</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=46931222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46931222</guid></item><item><title><![CDATA[New comment by Decabytes in "We tasked Opus 4.6 using agent teams to build a C Compiler"]]></title><description><![CDATA[
<p>For me the real test will be building a c++ compiler</p>
]]></description><pubDate>Fri, 06 Feb 2026 09:38:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46910834</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=46910834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46910834</guid></item><item><title><![CDATA[AI is just the latest Monoculture]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.deusinmachina.net/p/ai-is-just-the-latest-monoculture">https://www.deusinmachina.net/p/ai-is-just-the-latest-monoculture</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46901078">https://news.ycombinator.com/item?id=46901078</a></p>
<p>Points: 23</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 05 Feb 2026 15:59:16 +0000</pubDate><link>https://www.deusinmachina.net/p/ai-is-just-the-latest-monoculture</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=46901078</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46901078</guid></item><item><title><![CDATA[New comment by Decabytes in "PlayStation 2 Recompilation Project Is Absolutely Incredible"]]></title><description><![CDATA[
<p>I hope the steam machine 2.0 can be a good target for developers for years to come like the ps2 was</p>
]]></description><pubDate>Fri, 30 Jan 2026 04:51:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46820643</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=46820643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46820643</guid></item><item><title><![CDATA[New comment by Decabytes in "Still using Firefox – but not because of its vision"]]></title><description><![CDATA[
<p>I’m using Zen which is based on Firefox and I have been enjoying the experience</p>
]]></description><pubDate>Tue, 30 Dec 2025 12:28:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46432642</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=46432642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46432642</guid></item><item><title><![CDATA[New comment by Decabytes in "Python is not a great language for data science"]]></title><description><![CDATA[
<p>Python pays the bills. If it was up to me I'd use a different language, but there is no denying that its got a strong story in just about every field now. As I've gotten older, I've come to realize that programming languages are vehicles for solving computer based problems, and I've learned to find joy in solving those problems in whatever language my company/project is using.<p>But in my personal projects, my favorite language to use it Dart.</p>
]]></description><pubDate>Wed, 26 Nov 2025 17:27:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=46059953</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=46059953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46059953</guid></item><item><title><![CDATA[New comment by Decabytes in "Java 25 officially released"]]></title><description><![CDATA[
<p>My biggest Issue with Java, is that it isn't streamlined. There are multiple implementations of the jdk that could be used, Many different build systems, etc. The C# ecosystem is smaller for sure, but it is much more streamlined</p>
]]></description><pubDate>Tue, 16 Sep 2025 19:44:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45267013</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=45267013</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45267013</guid></item><item><title><![CDATA[Ask HN: What Architectural Decisions Make You Prefer Windows Dev over Linux?]]></title><description><![CDATA[
<p>What specific architectural decisions or features in Windows do you find more appealing or advantageous compared to Linux? Whether it's about system performance, compatibility, user interface design, or any other technical aspect?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44065051">https://news.ycombinator.com/item?id=44065051</a></p>
<p>Points: 4</p>
<p># Comments: 5</p>
]]></description><pubDate>Thu, 22 May 2025 18:21:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=44065051</link><dc:creator>Decabytes</dc:creator><comments>https://news.ycombinator.com/item?id=44065051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44065051</guid></item></channel></rss>