<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: variadix</title><link>https://news.ycombinator.com/user?id=variadix</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 27 Jul 2026 23:07:00 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=variadix" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by variadix in "Jurassic Park computers in excruciating detail"]]></title><description><![CDATA[
<p>Even worse, people will discuss/diagnose/troubleshoot with their LLM of choice, some of which will be valuable, and the only way to get access to said information will be through the LLM provider’s paywall. I think we are entering an information dark age, for many reasons, that will likely only get worse from here on.</p>
]]></description><pubDate>Mon, 20 Jul 2026 03:09:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48973953</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48973953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48973953</guid></item><item><title><![CDATA[New comment by variadix in "AI Mania Is Eviscerating Global Decision-Making"]]></title><description><![CDATA[
<p>Perhaps, but I think what people mean by intelligence is something that learns and adapts. If LLMs couldn’t do in context learning I don’t think people would think of them as AI, more as a kind of queryable database via natural language. There are other algorithms that learn and adapt, but in much more narrow circumstances that most people won’t obviously interact with.</p>
]]></description><pubDate>Sun, 19 Jul 2026 15:10:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48968864</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48968864</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48968864</guid></item><item><title><![CDATA[New comment by variadix in "Claude Code uses Bun written in Rust now"]]></title><description><![CDATA[
<p>Yeah I don’t understand this port at all other than as a big marketing stunt.<p>It would have made far more sense, for reliability, efficiency, cost, etc., every metric really, to use or write a source to source translator that preserves as much structure from the original code as possible. Typically if you do a rewrite there are lessons learned from the existing code base that you want to take into account when doing the rewrite;  using a bunch of agents to do the porting file-by-file buys you none of that. In either case the code will be an unidiomatic translation, just with LLMs you get an added source of indeterminism and a huge bill at the end of the month.</p>
]]></description><pubDate>Sun, 19 Jul 2026 13:38:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48968125</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48968125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48968125</guid></item><item><title><![CDATA[New comment by variadix in "LG monitors silently install software through Windows Update without consent"]]></title><description><![CDATA[
<p>Alienware does the same thing, and as far as I could figure out, there is no way to stop it. The enshitification of Windows at this point is incredible.</p>
]]></description><pubDate>Sat, 18 Jul 2026 15:40:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48959120</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48959120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48959120</guid></item><item><title><![CDATA[New comment by variadix in "Cursed circuits #6: reverse avalanche oscillator"]]></title><description><![CDATA[
<p>Agreed on Sedra and Smith vs Razavi. Razavi uploaded lectures to YouTube that helped me a ton at the time.</p>
]]></description><pubDate>Mon, 13 Jul 2026 18:20:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48896637</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48896637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48896637</guid></item><item><title><![CDATA[New comment by variadix in "Almost Always Unsigned"]]></title><description><![CDATA[
<p>One interesting feature of signed vs unsigned in languages where signed overflow is undefined is that signed numbers _behave_ like mathematical integers, whereas unsigned integers (because overflow is valid behavior) _do not_ behave like mathematical integers. For example: if you write a loop that sums numbers from 1 to N, for signed integers the compiler can assume the expression won’t overflow and emit the standard mathematical closed form, because unsigned can overflow it has to account for this and use a different closed form (if one exists for the unsigned case). IMO unsigned should only be used when you want to manipulate the bits of an integer and not the integer itself, but C and C++ fight you when you try to do this because of how ingrained size_t is.</p>
]]></description><pubDate>Fri, 10 Jul 2026 15:18:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48861143</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48861143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48861143</guid></item><item><title><![CDATA[New comment by variadix in "I Like Small Keyboards"]]></title><description><![CDATA[
<p>I personally use a 3x6 Corne for non-gaming tasks. I would recommend it for anyone that uses a keyboard for more than a few hours a day to preemptively reduce the risk of RSI, especially programmers. The small layout and tenting reduce wrist and finger strain significantly, to the point where when I have to use a regular keyboard at work I can quickly notice the pain in my right pinky. If you want something with curved key wells the Dactyl Cygnus is a Corne-like option. I haven’t bothered to try anything smaller since I don’t see the point (for non-steno), as all keys on a 3x6 are within 1u of the home row.</p>
]]></description><pubDate>Mon, 06 Jul 2026 18:43:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48808765</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48808765</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48808765</guid></item><item><title><![CDATA[New comment by variadix in "AI has torched the market for junior programmers"]]></title><description><![CDATA[
<p>Indeed. Their single most important piece of evidence not providing any strong indication the decline is from LLMs does not bode well for their argument. If it were the case you would expect the slope to become more negative with increasing LLM capability, and it in fact does the opposite.</p>
]]></description><pubDate>Sat, 04 Jul 2026 20:35:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48788805</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48788805</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48788805</guid></item><item><title><![CDATA[New comment by variadix in "My favorite keyboards"]]></title><description><![CDATA[
<p>I largely agree. Split, ortho/columnar, and tenting is 90% of the strain benefits. The biggest benefit from layout change (for programmers at least) is moving symbols and numbers to a layer where they share positions with alpha keys so you don’t have to extend to type them. Any benefit I could imagine from switching alpha layouts (more even utilization between left and right hand for typing prose) is mitigated by the switching cost when trying to use a normal computer.</p>
]]></description><pubDate>Fri, 03 Jul 2026 16:14:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48776723</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48776723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48776723</guid></item><item><title><![CDATA[New comment by variadix in "Mag 7 starting to underperform [pdf]"]]></title><description><![CDATA[
<p>There are momentum indices. Momentum is actually a strange phenomenon from the perspective of the efficient market hypothesis because it does not have an obvious risk to balance its premium compared to other empirical factors.</p>
]]></description><pubDate>Tue, 30 Jun 2026 05:36:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48728846</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48728846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48728846</guid></item><item><title><![CDATA[New comment by variadix in "The CEO of Mullvad is the main financer of the Swedish Örebro party"]]></title><description><![CDATA[
<p>Immigration is not a solution to low fertility. It might be a solution to labor being expensive, particularly if you’re a capitalist, but it doesn’t solve the problem of low fertility among a native population.</p>
]]></description><pubDate>Mon, 29 Jun 2026 19:50:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48724238</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48724238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48724238</guid></item><item><title><![CDATA[New comment by variadix in "From PGP to Mythos: a brief history of export controls that didn't stop anyone"]]></title><description><![CDATA[
<p>They can restrict it to US citizens only: just do KYC and enforce it. Any citizen exporting ITAR capabilities would be committing a felony.<p>I think it is inevitable that more capable models will require export controls, KYC, background checks, verification of credentials, etc. Even if you don’t buy Anthropic’s marketing of their current models, there is a future where models are capable of developing chemical weapons, biological weapons, cyber weapons, etc. which are genuine security threats governments will care about controlling and preventing. Maybe this prevents big commercial labs from developing more capable models until they figure out appropriate safeguards, but this is a good thing, a world where you can ask an LLM for an airborne rabies genome and it will simply produce it for you is not a world we should want to live in.</p>
]]></description><pubDate>Sat, 20 Jun 2026 18:39:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48611738</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48611738</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48611738</guid></item><item><title><![CDATA[New comment by variadix in "Computed goto for efficient dispatch tables (2012)"]]></title><description><![CDATA[
<p>You can probably eliminate the switch bounds check by making the default case execute __builtin_unreachable(). The switch version is safe for non-conforming opcodes where the computed goto version invokes UB.</p>
]]></description><pubDate>Sat, 20 Jun 2026 15:54:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48610177</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48610177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48610177</guid></item><item><title><![CDATA[New comment by variadix in "After AI Takes Everything"]]></title><description><![CDATA[
<p>People have built entire careers shipping garbage, now they can ship 10x more garbage and to them that’s progress.</p>
]]></description><pubDate>Tue, 16 Jun 2026 18:18:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48559617</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48559617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48559617</guid></item><item><title><![CDATA[New comment by variadix in "C++: The Documentary"]]></title><description><![CDATA[
<p>The STL is not good if you want performance or predictable behavior. The issue is in the specification and the requirements placed on certain algorithms and data structures. It’s easy to beat unordered_map for example with an open addressing hash map, small vector optimization can’t be implemented in vector due to standard requirements, etc.</p>
]]></description><pubDate>Fri, 05 Jun 2026 16:15:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48414602</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48414602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48414602</guid></item><item><title><![CDATA[New comment by variadix in "The AI Backlash Could Get Ugly"]]></title><description><![CDATA[
<p>The consumer economy only exists to extract value from common people and funnel it up the wealth ladder. If robots and AI take over all the production, you don’t need a consumer economy, the robots produce and their output directly goes to the top. The rest of us are left to starve.</p>
]]></description><pubDate>Wed, 13 May 2026 15:27:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48123215</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48123215</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48123215</guid></item><item><title><![CDATA[New comment by variadix in "Building a Memory Allocator from Scratch in C"]]></title><description><![CDATA[
<p>This is a useful lesson! Tuning an allocator for a single application reduces to optimizing for that application’s empirical allocation patterns (sizes, lifetimes, access, usage).</p>
]]></description><pubDate>Tue, 12 May 2026 14:13:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48108617</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=48108617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48108617</guid></item><item><title><![CDATA[New comment by variadix in "VHDL's Crown Jewel"]]></title><description><![CDATA[
<p>I’m not exactly sure what you’re getting at, but I think I’ve had a similar question: why don’t HDLs have language elements more representative of what digital circuits are constructed from, namely synchronous and asynchronous circuits, rather than imperative input triggered blocks (processes IIRC, it’s been a while)?<p>I always thought it was confusing to design a circuit mentally (or on paper) out of things like muxes, encoders, flip flops, etc. and not have language-level elements to represent these things (without defining your own components obviously).<p>I remember looking this up, and I believe it’s because the languages were originally designed for simulation and verification, and there are things you might want to do in a simulation/verification language for testing that are outside of what the hardware can do. Mixing the two is confusing IMO, but clearly demarcating the hardware-realizable subset of the language would be better than the current state.</p>
]]></description><pubDate>Mon, 30 Mar 2026 16:34:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47576471</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=47576471</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47576471</guid></item><item><title><![CDATA[New comment by variadix in "What young workers are doing to AI-proof themselves"]]></title><description><![CDATA[
<p>Maybe, another possibility is the frontier providers change their pricing terms to try to capture more of the value once a sufficient number of people’s skills have atrophied. For example: 20% of the revenue of all products built with $AI_SERVICE. For someone several years out of practice they may have no other option.</p>
]]></description><pubDate>Mon, 23 Mar 2026 00:29:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47483956</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=47483956</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47483956</guid></item><item><title><![CDATA[New comment by variadix in "Polymarket gamblers threaten to kill me over Iran missile story"]]></title><description><![CDATA[
<p>Insiders bring information to a market. Intelligent analysis and prediction also does, but obviously insiders have special information they are incentivized to bring to the market. Most people placing these bets are simply gambling, insiders and analysts at least have rational reasons for placing bets and add information to the market.</p>
]]></description><pubDate>Mon, 16 Mar 2026 15:58:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47400732</link><dc:creator>variadix</dc:creator><comments>https://news.ycombinator.com/item?id=47400732</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47400732</guid></item></channel></rss>