<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: FjordWarden</title><link>https://news.ycombinator.com/user?id=FjordWarden</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 22:35:54 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=FjordWarden" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by FjordWarden in "The silent death of good code"]]></title><description><![CDATA[
<p>Let management argue there case, don't do it for them.</p>
]]></description><pubDate>Sun, 08 Feb 2026 01:07:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46930259</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=46930259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46930259</guid></item><item><title><![CDATA[New comment by FjordWarden in "The silent death of good code"]]></title><description><![CDATA[
<p>Man am I getting tired of these articles and we can do without this neurotic melancholic whining. Maybe it is the title of the article that triggered me, but it reminded me of hearing Douglas Murray read excerpts from "The Strange Death of Europe" in his self-aggrandising pompous tone.<p>The authors colleague needed a couple of tries to write a kernel extension and somehow this means something about programming. If it was not for LLMs I would not have gone back to low-level programming, this stuff is actually getting fun again. Lets check the assembly the compiler produced for the code the LLM produced.</p>
]]></description><pubDate>Sun, 08 Feb 2026 01:03:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46930228</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=46930228</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46930228</guid></item><item><title><![CDATA[New comment by FjordWarden in "The Universal Pattern Popping Up in Math, Physics and Biology (2013)"]]></title><description><![CDATA[
<p>Interesting, I did not know that colors-of-noice was related to this, what you say sounds conceptually very similar to how Maxwell's demon connects thermodynamics to information theory.</p>
]]></description><pubDate>Tue, 27 Jan 2026 22:37:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46788105</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=46788105</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46788105</guid></item><item><title><![CDATA[New comment by FjordWarden in "The Universal Pattern Popping Up in Math, Physics and Biology (2013)"]]></title><description><![CDATA[
<p>No, it is a hypothesis I formulated here after reading the article. I did a quick check on google scholar but I didn't hit any result. The more interesting question is, if true, what can you do with this information. Maybe it can be a way to evaluate a complete program or specific heap allocator, as in "how fast does this program reach universality". Maybe this is something very obvious and has been done before, dunno, heap algos are not my area of expertise.</p>
]]></description><pubDate>Tue, 27 Jan 2026 12:43:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=46779238</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=46779238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46779238</guid></item><item><title><![CDATA[New comment by FjordWarden in "The Universal Pattern Popping Up in Math, Physics and Biology (2013)"]]></title><description><![CDATA[
<p>Maybe also heap fragmentation</p>
]]></description><pubDate>Tue, 27 Jan 2026 11:11:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46778449</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=46778449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46778449</guid></item><item><title><![CDATA[New comment by FjordWarden in "Tree-sitter vs. Language Servers"]]></title><description><![CDATA[
<p>TS returns a tree with nodes, you walk the nodes with a visitor pattern.
I've experimented with using tree-sitter queries for this, but for now not found this to be easier.
Every syntax will have its own CST but it can target a general AST if you will. At the end they can both be represented as s-expressions and but you need rules to go from one flavour of syntax tree to the other.<p>AST is just CST minus range info and simplified/generalised lexical info (in most cases).</p>
]]></description><pubDate>Thu, 22 Jan 2026 16:47:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46721736</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=46721736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46721736</guid></item><item><title><![CDATA[New comment by FjordWarden in "Tree-sitter vs. Language Servers"]]></title><description><![CDATA[
<p>You have to figure this out for yourself in most cases.
Tree sitter does have a query language based on s-expressions, but it is more for questions like "give me all the nodes that are literals", and then you can, for example, render those with in single draw call. Tree sitter has incremental parsing, and queries can be fixed at a certain byte range.</p>
]]></description><pubDate>Thu, 22 Jan 2026 16:32:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46721494</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=46721494</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46721494</guid></item><item><title><![CDATA[New comment by FjordWarden in "Tree-sitter vs. Language Servers"]]></title><description><![CDATA[
<p>This is like the difference between an orange and fruit juice. You can squeeze an orange to extract its juices, but that is not the only thing you can do with it, nor is it the only way to make fruit juice.<p>I use tree-sitter for developing a custom programming language, you still need an extra step to get from CST to AST, but the overall DevEx is much quicker that hand-rolling the parser.</p>
]]></description><pubDate>Thu, 22 Jan 2026 15:37:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46720645</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=46720645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46720645</guid></item><item><title><![CDATA[New comment by FjordWarden in "The spectrum of isolation: From bare metal to WebAssembly"]]></title><description><![CDATA[
<p>Ah, I think I found the reason as to why WebAssembly (in a browser or some other sandboxed environment) is not a suitable substrate for near native performance. It is a very ironic reason: you can't implement a JIT compiler that targets WebAssembly in a sandbox running in WebAssembly. Sounds like an incredibly contrived thing to do but once speed is the goal then a copy-and-patch compiler is a valid strategy for implementing a interpreter or a modern graphics pipeline.</p>
]]></description><pubDate>Fri, 16 Jan 2026 13:04:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46645981</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=46645981</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46645981</guid></item><item><title><![CDATA[New comment by FjordWarden in "The Rise of SQL:the second programming language everyone needs to know"]]></title><description><![CDATA[
<p>The CM DB group YT channel is good place to learn about the basics and advanced topics: <a href="https://www.youtube.com/@CMUDatabaseGroup" rel="nofollow">https://www.youtube.com/@CMUDatabaseGroup</a></p>
]]></description><pubDate>Mon, 22 Dec 2025 20:02:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46358304</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=46358304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46358304</guid></item><item><title><![CDATA[New comment by FjordWarden in "Langjam Gamejam: Build a programming language then make a game with it"]]></title><description><![CDATA[
<p>Challenge accepted, but no way I can finish this in 7 days even with a head start of a few months.</p>
]]></description><pubDate>Mon, 01 Dec 2025 00:17:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46101920</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=46101920</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46101920</guid></item><item><title><![CDATA[New comment by FjordWarden in "Unexpected things that are people"]]></title><description><![CDATA[
<p>Polders have personhood in some jurisdictions.
The government reclaimed the land from the sea,
sold it to multiple people, levies taxes on them and now the dykes need to be maintained.<p>This is just legal fiction, technology developed and applied cross industry.<p>The mere concept of water rights implies obligations must lie someplace.
All this talk about reified gods takes away much of how mundane the concept is.</p>
]]></description><pubDate>Mon, 10 Nov 2025 23:35:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=45882357</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=45882357</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45882357</guid></item><item><title><![CDATA[New comment by FjordWarden in "AI isn't replacing jobs. AI spending is"]]></title><description><![CDATA[
<p>Imagine if you spent those years building something else.</p>
]]></description><pubDate>Sun, 09 Nov 2025 16:26:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=45866701</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=45866701</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45866701</guid></item><item><title><![CDATA[New comment by FjordWarden in "Some people can't see mental images"]]></title><description><![CDATA[
<p>After coming down from the shock of learning there are people like you I was even more amazed that one of the founding engineers of Pixar, and a giant in computer graphics, also has this condition. He even did a survey that found his artists where more likely to be on the aphantasia spectrum than managers. Dunno, maybe some people are so driven to create what they cannot think or see.</p>
]]></description><pubDate>Thu, 30 Oct 2025 19:43:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45764424</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=45764424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45764424</guid></item><item><title><![CDATA[New comment by FjordWarden in "I unified convolution and attention into a single framework"]]></title><description><![CDATA[
<p>From the paper:<p>Structured State Space Models and Mamba. Models like Mamba [Gu and Dao, 2023] can be in-
terpreted within GWO as employing a sophisticated Path, Shape, and Weight. The Path is defined by
a structured state-space recurrence, enabling it to model long-range dependencies efficiently. The Shape is
causal (1D), processing information sequentially. Critically, the Weight function is highly dynamic and input-
dependent, realized through selective state parameters that allow the model to focus on or forget information
based on the context, creating an effective content-aware bottleneck for sequences.</p>
]]></description><pubDate>Sat, 13 Sep 2025 13:48:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=45232065</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=45232065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45232065</guid></item><item><title><![CDATA[New comment by FjordWarden in "TikTok has turned culture into a feedback loop of impulse and machine learning"]]></title><description><![CDATA[
<p>> The irony, of course, is that if you've read this far, it may mean you’ve already mastered a rare skill: sustained attention in a world of distraction.<p>No, sorry I read the first and last sentence. This is why I like the short format more then the long forms, it often boils down to the same clever narrative trickery without waisting 3 hours of your life.</p>
]]></description><pubDate>Wed, 10 Sep 2025 16:35:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45200191</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=45200191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45200191</guid></item><item><title><![CDATA[New comment by FjordWarden in "Defense.gov Now Redirects to War.gov"]]></title><description><![CDATA[
<p>Wow there is so much spacing after the "of" that I read it as "U.S. Department of space war"</p>
]]></description><pubDate>Wed, 10 Sep 2025 10:34:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45195732</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=45195732</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45195732</guid></item><item><title><![CDATA[New comment by FjordWarden in "Major reversal in ocean circulation detected in the Southern Ocean"]]></title><description><![CDATA[
<p>Not clear from the article but a reasonable presumption for sure.</p>
]]></description><pubDate>Fri, 04 Jul 2025 21:44:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=44468094</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=44468094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44468094</guid></item><item><title><![CDATA[New comment by FjordWarden in "Major reversal in ocean circulation detected in the Southern Ocean"]]></title><description><![CDATA[
<p>Ok this is worrisome news, but from what I could gather from the article this a novel technique with no historic data. Why can't this be something that the Southern Ocean does?</p>
]]></description><pubDate>Fri, 04 Jul 2025 10:50:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44463341</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=44463341</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44463341</guid></item><item><title><![CDATA[New comment by FjordWarden in "Structuring Arrays with Algebraic Shapes"]]></title><description><![CDATA[
<p>Ok, sum types and product types</p>
]]></description><pubDate>Sat, 28 Jun 2025 07:34:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=44402888</link><dc:creator>FjordWarden</dc:creator><comments>https://news.ycombinator.com/item?id=44402888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44402888</guid></item></channel></rss>