<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: BearOso</title><link>https://news.ycombinator.com/user?id=BearOso</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 20 Aug 2026 17:22:28 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=BearOso" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by BearOso in "Memory prices climb 500% in 12 months"]]></title><description><![CDATA[
<p>People don't want to pay for it. It's fine when you can buy a monthly plan and get lots of usage at the company's loss, but that's not sustainable.<p>Once everyone has to pay enough for the usage to just break even, it's going to be a shitshow. And what's worse, they'll have to make up for all the debt they're accumulating now, so even pricier.<p>Basically, individuals will only stay at the current massive discount. Corporations that are paying token costs right now are dialing back as they realize it's not worth the expense.<p>We <i>are</i> going to have an AI crash, and the only thing left are going to be the efficient on-device or local models, which are already starting to bridge the gap.</p>
]]></description><pubDate>Wed, 19 Aug 2026 14:39:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=49362272</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=49362272</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49362272</guid></item><item><title><![CDATA[New comment by BearOso in "Fairphone is now officially available in the United States"]]></title><description><![CDATA[
<p>Not just significantly weaker. The Librem 5 uses the Cortex-A53 low-end ARM designs from 2012, and that particular NXP chip is not among the better implementations. The 3GB of RAM is anemic and becomes a greater restriction as time goes on. Many features simply haven't been implemented (most of the sensors) and those that have been that are technically difficult (i.e. camera) provide only a bare experience.<p>If we're honest about it, the Librem 5 is not something to use as your main phone, it's a toy to experiment with.</p>
]]></description><pubDate>Tue, 18 Aug 2026 20:52:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49352538</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=49352538</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49352538</guid></item><item><title><![CDATA[New comment by BearOso in "How to Spot AI Writing"]]></title><description><![CDATA[
<p>I like how this article pokes fun by not only using the tropes it describes sarcastically, but then adding subtext that AI never would. It also uses alliteration, grouping synonyms that use similar sounds, another playful literary device that LLMs don't get.</p>
]]></description><pubDate>Sat, 01 Aug 2026 15:02:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49135055</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=49135055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49135055</guid></item><item><title><![CDATA[New comment by BearOso in "Measuring developer productivity with the DX Core 4"]]></title><description><![CDATA[
<p>What stuck out to me with that sentence was that a competent manager can determine productivity by looking at what the developer produced, easily and quickly. If the person has no clue what they're looking at and needs this software then they're not qualified.</p>
]]></description><pubDate>Mon, 27 Jul 2026 14:19:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=49070094</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=49070094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49070094</guid></item><item><title><![CDATA[New comment by BearOso in "How is the Bun rewrite in Rust going?"]]></title><description><![CDATA[
<p>Yeah, but a lot of hard work is done by those libraries. Interaction with external interfaces would go through the tools API, which I imagine would all use the same type of code that they could focus on fixing quickly.</p>
]]></description><pubDate>Mon, 27 Jul 2026 13:33:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=49069502</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=49069502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49069502</guid></item><item><title><![CDATA[New comment by BearOso in "Corners Don't Look Like That: Regarding Screenspace Ambient Occlusion (2012)"]]></title><description><![CDATA[
<p>I think part of this is the mach bands illusion. We perceive some darkening at the transition between shades and think we have to replicate it in rendering. But we really don't because the brain creates the effect, so artificially adding it makes it really exaggerated.</p>
]]></description><pubDate>Mon, 20 Jul 2026 16:09:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48980817</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=48980817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48980817</guid></item><item><title><![CDATA[New comment by BearOso in "Claude Code uses Bun written in Rust now"]]></title><description><![CDATA[
<p>> Rust does this automatically.<p>A garbage collected language does this automatically. Rust still requires thinking about and tracking memory lifecycles, but the borrow checker will complain and keep you from doing it wrong. That's why LLMs like Rust. It gives immediate feedback on what to fix. By-default constant reference parameters helps prevent major performance problems.</p>
]]></description><pubDate>Sun, 19 Jul 2026 19:04:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48970829</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=48970829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48970829</guid></item><item><title><![CDATA[New comment by BearOso in "Minecraft: Java Edition now uses SDL3"]]></title><description><![CDATA[
<p>It's been double-stable since early 2025 (version 3.2), so it's weird that Ubuntu doesn't have it when even Debian does. I've seen a couple projects holding back on the upgrade because of that.<p>With the way the software ecosystem works now, a lot of projects just include a copy or submodule because it's self-contained and a good candidate for it. It dynamically loads most dependencies, so it's pretty light-weight, considering. The whole static linking licensing problem is gone now, too.</p>
]]></description><pubDate>Sun, 19 Jul 2026 14:39:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48968593</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=48968593</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48968593</guid></item><item><title><![CDATA[New comment by BearOso in "The US grocery slowdown is real"]]></title><description><![CDATA[
<p>The article is from Bain Capital. Of course they're going to ignore the obvious reason and blame something else. They raised prices more than people are willing to pay. Unlimited profit growth can't exist.</p>
]]></description><pubDate>Sat, 18 Jul 2026 00:03:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48953721</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=48953721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48953721</guid></item><item><title><![CDATA[New comment by BearOso in "Jurassic Park computers in excruciating detail"]]></title><description><![CDATA[
<p>Nedry doesn't have a camera on his end, and he's talking through a headset. Maybe guy at the harbor just knows where the closed circuit camera is? Since it's just quicktime anyway, I guess we'll never know what they intended it to be unless someone asks the director.</p>
]]></description><pubDate>Thu, 16 Jul 2026 01:04:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48929251</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=48929251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48929251</guid></item><item><title><![CDATA[New comment by BearOso in "Jurassic Park computers in excruciating detail"]]></title><description><![CDATA[
<p>I think Fabien is misinterpreting the part which he sees as "video conferencing." Nedry is talking to a guy on a regular phone line. He's just watching a security camera feed from the dock where the guy is.</p>
]]></description><pubDate>Wed, 15 Jul 2026 14:44:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48921639</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=48921639</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48921639</guid></item><item><title><![CDATA[New comment by BearOso in "Measuring Input Latency on Linux: X11 vs. Wayland, VRR, and DXVK"]]></title><description><![CDATA[
<p>Yeah, this particular experiment doesn't reveal much because the Nvidia driver is a black box. We know in the past it used its "composition pipeline" in Wayland situations, and that was a particularly noticeable increase in latency. Plus, for a while the Nvidia driver also was stuck on software cursors. And even on the DRM path the big two compositors only updated input once every frame, which was the reason for it "to have much worse input lag."<p><i>edit</i>: I should also point out the mouse acceleration curve, which if you don't fix it is different between X11 and Wayland compositors. That really messes up the "feel" of things.</p>
]]></description><pubDate>Tue, 14 Jul 2026 17:31:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48910254</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=48910254</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48910254</guid></item><item><title><![CDATA[New comment by BearOso in "How to stop Claude from saying load-bearing"]]></title><description><![CDATA[
<p>> Their internal representations are so cryptic and complex that even the top AI researchers don't really know how they work or what their limits are. No one is going to take you seriously as a rando HN user if you're claiming to know better than them.<p>We know exactly how they work. When we say they're impossible to analyze, i.e. for particular traits like this, it means that the data model is so big that tracing it would be logistically impossible because of the scale involved and time constraints.<p>For comparison, suppose you tried to analyze all the nooks and crannies of the Amazon watershed to find out why a particular rock appears at the delta. You <i>could</i> follow it back to the exact tributary, but it'll take forever, and is it worth the effort when you're going to start from scratch with the next rock?</p>
]]></description><pubDate>Tue, 14 Jul 2026 17:13:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48910008</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=48910008</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48910008</guid></item><item><title><![CDATA[New comment by BearOso in "Don't you mean extinct?"]]></title><description><![CDATA[
<p>It's marketing. The big AI companies know what they're doing and are trying to drive adoption with FOMO. Some people bought into the idea early on and feel self-important. Meanwhile, using AI is so easy that it's tantamount to pushing a button, because that's the whole point of it: to make things easy to do. You can pick it up in half an hour, so it's impossible to "fall behind," unless you're holding stock when the bubble inevitably crashes.</p>
]]></description><pubDate>Sun, 12 Jul 2026 18:39:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48883410</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=48883410</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48883410</guid></item><item><title><![CDATA[New comment by BearOso in "Rewriting Bun in Rust"]]></title><description><![CDATA[
<p>I think putting it in terms of API pricing is oversimplifying disingenuously. Anthropic still hasn't pulled the rug out from under us, so I'm sure it cost a great deal of money once everything comes together, likely surpassing 1.5M. Summarily, they got the result faster, which a group of engineers couldn't do, but at a greater expense.</p>
]]></description><pubDate>Wed, 08 Jul 2026 23:58:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48839074</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=48839074</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48839074</guid></item><item><title><![CDATA[New comment by BearOso in "Rewriting Bun in Rust"]]></title><description><![CDATA[
<p>I posted on an older article that I thought it probably cost half a million in API pricing. 165k USD is a lot lower. I wonder what the actual compute cost was. When this first hit the news, Opus 4.7 was brand new and required 6x the compute power per user token vs 4.6. The article says they were using Fable, which is <i>way</i> more expensive.</p>
]]></description><pubDate>Wed, 08 Jul 2026 23:43:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48838941</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=48838941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48838941</guid></item><item><title><![CDATA[New comment by BearOso in "Composite Video on the NES: Why's it so wobbly?"]]></title><description><![CDATA[
<p>That's probably in an overscan area on most TVs, so it might not even show up.</p>
]]></description><pubDate>Mon, 06 Jul 2026 14:49:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48805466</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=48805466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48805466</guid></item><item><title><![CDATA[New comment by BearOso in "Lenovo saying RAM prices may never go back to how they were"]]></title><description><![CDATA[
<p>Lenovo has an incentive to say prices will never go down. They need to continue selling right now when prices are high, but customers will wait if they have reason to think they'll go lower.</p>
]]></description><pubDate>Sun, 28 Jun 2026 18:14:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48709899</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=48709899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48709899</guid></item><item><title><![CDATA[New comment by BearOso in "Show HN: Nub – A Bun-like all-in-one toolkit for Node.js"]]></title><description><![CDATA[
<p>Backticks ` ` are used to trigger code-style formatting in markdown. Since all the coding AIs are trained almost entirely on github, you see it everywhere in their output. They'll use it even in places where it's supposed to be just plain text, and almost always in git log messages, which by spec have no formatting.</p>
]]></description><pubDate>Fri, 26 Jun 2026 15:39:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48687948</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=48687948</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48687948</guid></item><item><title><![CDATA[New comment by BearOso in "Show HN: Nub – A Bun-like all-in-one toolkit for Node.js"]]></title><description><![CDATA[
<p>Slack uses this? Thanks for the info. I've never been forced into Slack, so I wasn't aware of that. Either way, it's stupid to use in places it doesn't induce formatting.</p>
]]></description><pubDate>Fri, 26 Jun 2026 15:20:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48687715</link><dc:creator>BearOso</dc:creator><comments>https://news.ycombinator.com/item?id=48687715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48687715</guid></item></channel></rss>