<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: oasisaimlessly</title><link>https://news.ycombinator.com/user?id=oasisaimlessly</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 15 May 2026 18:25:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=oasisaimlessly" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by oasisaimlessly in "Microsoft Edge stores all passwords in memory in clear text, even when unused"]]></title><description><![CDATA[
<p>No, that is actually very rare, not typical. Do you have any examples of password managers that do that?</p>
]]></description><pubDate>Tue, 05 May 2026 01:40:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48017096</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=48017096</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48017096</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "I am worried about Bun"]]></title><description><![CDATA[
<p>You dropped this: </sarcasm></p>
]]></description><pubDate>Mon, 04 May 2026 23:33:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48016335</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=48016335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48016335</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "Unsigned sizes: A five year mistake"]]></title><description><![CDATA[
<p>> Wrapping around is what happens when you decrement the minimum value of any integer type, including signed types.<p>No, signed wraparound is undefined behavior in C, whereas unsigneds are defined to wraparound. If you use -ftrapv, signed wraparound is an immediate abort().</p>
]]></description><pubDate>Sat, 02 May 2026 20:33:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47990207</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=47990207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47990207</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "Unsigned Sizes: A Five Year Mistake"]]></title><description><![CDATA[
<p>> That's true for signed numbers too though? `int_min - 2 > int_min`<p>No, that's undefined behavior in C, and if you care about correctness, you run at least your testsuite in CI with -ftrapv so it turns into an abort().</p>
]]></description><pubDate>Sat, 02 May 2026 20:28:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47990162</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=47990162</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47990162</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "ASML became the chokepoint for cutting-edge chips"]]></title><description><![CDATA[
<p>MEMS oscillators do use a vacuum, and that's why they're susceptible to helium. A helium atom is tiny compared to an oxygen or nitrogen atom, and can leak through many otherwise-perfect seals.<p>So, a (badly-designed) MEMS oscillator is basically a region of vacuum enclosed by a membrane that only helium can permeate. Of course exposing it to helium is going to permanently change its behavior! Once the helium gets in, there's no reason for it to leave, due to the vastly higher atmospheric pressure outside.</p>
]]></description><pubDate>Wed, 29 Apr 2026 17:41:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47951745</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=47951745</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47951745</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "HashiCorp co-founder says GitHub 'no longer a place for serious work'"]]></title><description><![CDATA[
<p>You don't have to 'build' anything. Just spin up a GitLab docker container. Bonus: If you put it behind a VPN, you never have to worry about updating it.</p>
]]></description><pubDate>Wed, 29 Apr 2026 15:35:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47949883</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=47949883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47949883</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "10 years ago, someone wrote a test for Servo that included an expiry in 2026"]]></title><description><![CDATA[
<p>This is a very SWE-centric perspective. The very names of software/hardwsre would imply the exact opposite.</p>
]]></description><pubDate>Mon, 20 Apr 2026 18:11:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47838310</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=47838310</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47838310</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "Bypassing the kernel for 56ns cross-language IPC"]]></title><description><![CDATA[
<p>What?<p>> Exactly, the application logic is the target. Actually doing seccomp bpf base but for managed bindings (Java, Node, Go, ...) add a lot of complexity....<p>Maybe proofread the slop before posting it next time?</p>
]]></description><pubDate>Mon, 20 Apr 2026 01:52:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47829497</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=47829497</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47829497</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "I’m spending months coding the old way"]]></title><description><![CDATA[
<p>I'm an actual boss, and wasting a week is cause for a 30-minute post-mortem, not immediate termination.</p>
]]></description><pubDate>Sat, 18 Apr 2026 20:17:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47819185</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=47819185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47819185</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "It's OK to compare floating-points for equality"]]></title><description><![CDATA[
<p>I don't think this is true. Modulo the sign bit, the "next float" operator is equivalent to the next bitstring or the integer++.</p>
]]></description><pubDate>Sat, 18 Apr 2026 19:18:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47818692</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=47818692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47818692</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "Apple's accidental moat: How the "AI Loser" may end up winning"]]></title><description><![CDATA[
<p>I've never heard anybody (mis)attribute that to Apple.</p>
]]></description><pubDate>Mon, 13 Apr 2026 06:34:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47748415</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=47748415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47748415</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "The Document Foundation ejects its core developers"]]></title><description><![CDATA[
<p>On the contrary, I would take this as evidence that these projects are alive and well - they have people who care enough to try to affect their future trajectory.</p>
]]></description><pubDate>Wed, 01 Apr 2026 17:57:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47604249</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=47604249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47604249</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "Nitrile and latex gloves may cause overestimation of microplastics"]]></title><description><![CDATA[
<p>> There's zero reason to replace your gloves when switching from dicing green peppers for a salad to picking up raw chicken.<p>Typo?</p>
]]></description><pubDate>Mon, 30 Mar 2026 00:37:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47569065</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=47569065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47569065</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "Why I love NixOS"]]></title><description><![CDATA[
<p>It does, in combination with a pinned nixpkgs commit, which you can find like this:<p><pre><code>    ~/repos/nixpkgs$ git log --grep='nodejs.* 24.14.0' -1 origin/master
    commit 9c0e2056b3c16190aafe67e4d29e530fc1f8c7c7
    Merge: d3a4e93b79c9 0873aea2d0da
    Date:   Tue Feb 24 16:53:40 2026 +0000
    
        nodejs_24: 24.13.1 -> 24.14.0 (#493691)
    ~/repos/nixpkgs$ nix eval nixpkgs/9c0e2056b3c16190aafe67e4d29e530fc1f8c7c7#nodejs_24.version
    "24.14.0"
    ~/repos/nixpkgs$</code></pre></p>
]]></description><pubDate>Mon, 23 Mar 2026 14:01:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47489695</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=47489695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47489695</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "Evidence of the bouba-kiki effect in naïve baby chicks"]]></title><description><![CDATA[
<p>I don't think it's abstract at all. Rub something sharp (anything from a stick to a phonograph needle) on an object and you'll directly transcribe its spatial frequency spectrum into an audio frequency spectrum.</p>
]]></description><pubDate>Sun, 22 Feb 2026 05:07:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47108384</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=47108384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47108384</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "Defer available in gcc and clang"]]></title><description><![CDATA[
<p>It's possible to fix this in application code with a Primitive<T> or NoDefault<T> wrapper that acts like a T, except doesn't have a default constructor. Use Primitive<int> wherever you'd use int that it matters (e.g. struct fields), and leaving it uninitialized will be a compiler error.</p>
]]></description><pubDate>Fri, 20 Feb 2026 15:31:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47089259</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=47089259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47089259</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "New Nick Bostrom Paper: Optimal Timing for Superintelligence [pdf]"]]></title><description><![CDATA[
<p>That line from TRON: Legacy always gave me a shiver.</p>
]]></description><pubDate>Sat, 14 Feb 2026 04:18:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47011517</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=47011517</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47011517</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "The Science of the Perfect Second (2023)"]]></title><description><![CDATA[
<p>Nice article. Finally, something that matters on the front page.</p>
]]></description><pubDate>Thu, 12 Feb 2026 21:19:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46995341</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=46995341</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46995341</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "Running Your Own AS: BGP on FreeBSD with FRR, GRE Tunnels, and Policy Routing"]]></title><description><![CDATA[
<p>Link: <a href="https://yggdrasil-network.github.io/" rel="nofollow">https://yggdrasil-network.github.io/</a></p>
]]></description><pubDate>Mon, 09 Feb 2026 02:06:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46940776</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=46940776</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46940776</guid></item><item><title><![CDATA[New comment by oasisaimlessly in "Attention at Constant Cost per Token via Symmetry-Aware Taylor Approximation"]]></title><description><![CDATA[
<p>That argument could also be used to say that the FFT's time complexity of O(n log n) should be impossible.</p>
]]></description><pubDate>Wed, 04 Feb 2026 17:48:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=46888986</link><dc:creator>oasisaimlessly</dc:creator><comments>https://news.ycombinator.com/item?id=46888986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46888986</guid></item></channel></rss>