<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: fmbb</title><link>https://news.ycombinator.com/user?id=fmbb</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 19 Apr 2026 05:57:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fmbb" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fmbb in "Claude Opus 4.7"]]></title><description><![CDATA[
<p>Maybe there was no thinking.</p>
]]></description><pubDate>Thu, 16 Apr 2026 16:47:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47796115</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47796115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47796115</guid></item><item><title><![CDATA[New comment by fmbb in "Mozilla Thunderbolt"]]></title><description><![CDATA[
<p>Upvotes are not going to make problems actually relevant to solve.<p>The question keeps getting asked because people say they have problems. Answers (if any come) tells everyone what the problem is for this one user that raised it.<p>In aggregate we can all see that the problems are not very real for the vast majority of users.<p>The biggest problem users actually face with using Firefox is that web devs don’t want to support more than one browser and they have picked Chrome now. Or IT departments have blessed one and only one browser on corporate machines and it is the one most corpoware developers build extensions for.<p>Chasing web standards is a second order problem and will not make the user experience better in a relevant manner for end users. If web developers want an open web, they have to work to support open browsers.<p>Yeah the criticism is not invalid, but it is also often half-relevant soapboxing and I would wager that is why it tends to get downvoted.</p>
]]></description><pubDate>Thu, 16 Apr 2026 16:42:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47796042</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47796042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47796042</guid></item><item><title><![CDATA[New comment by fmbb in "Git commands I run before reading any code"]]></title><description><![CDATA[
<p>Squash merges have two upsides:<p>1. I don’t have to see that ugliness.
2. Nobody has to force push and micro manage commits.<p>If I recall correctly most code forges will add co-author trailers if someone other than the author squash merges.</p>
]]></description><pubDate>Tue, 14 Apr 2026 10:53:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47763917</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47763917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47763917</guid></item><item><title><![CDATA[New comment by fmbb in "GitHub Stacked PRs"]]></title><description><![CDATA[
<p>I am not arguing against small PRs.<p>Stacking PRs are not a way to make changes smaller and therefore not making reviews easier.</p>
]]></description><pubDate>Tue, 14 Apr 2026 10:48:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47763893</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47763893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47763893</guid></item><item><title><![CDATA[New comment by fmbb in "The Future of Everything Is Lies, I Guess: Safety"]]></title><description><![CDATA[
<p>We already have humans, we were lucky and evolved into what we are. It does not matter that nature did not guarantee this, we are here now.<p>Large language models are not under evolutionary pressure and not evolving like we or other animals did.<p>Of course there is nothing technical in the way preventing humans from creating a ”nice” computer program. Hello world is a testament to that and it’s everywhere, implemented in all the world’s programming languages.<p>> If the author believes that evolution was able to produce something robustly "nice", there's good reason to believe the same can be achieved by gradient descent.<p>I don’t see how one means there is any reason, good or not, to believe it is likely to be achieved by gradient descent. But note that the quote you copied says it is likely some entity will train misaligned LLMs, not that it is impossible one aligned model can be produced. It is trivial to show that nice and safe computer programs can be constructed.<p>The real question is if the optimization game that is capitalism is likely to yield anything like the human kind we just lucked out to get from nature.</p>
]]></description><pubDate>Mon, 13 Apr 2026 22:47:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47758930</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47758930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47758930</guid></item><item><title><![CDATA[New comment by fmbb in "GitHub Stacked PRs"]]></title><description><![CDATA[
<p>Of course you would create separate PRs.<p>Why would you waste time faffing about building B on top of a fantasy version of A? Your time is probably better spent reviewing your colleague’s feature X so they can look at your A.</p>
]]></description><pubDate>Mon, 13 Apr 2026 22:34:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47758815</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47758815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47758815</guid></item><item><title><![CDATA[New comment by fmbb in "GitHub Stacked PRs"]]></title><description><![CDATA[
<p>> Large pull requests are hard to review, slow to merge, and prone to conflicts. Reviewers lose context, feedback quality drops, and the whole team slows down.<p>OK, yeah, I’m with you.<p>> Stacked PRs solve this by breaking big changes into a chain of small, focused pull requests that build on each other — each one independently reviewable.<p>I don’t get this part. It seems like you are just wasting your own time building on top of unreviewed code in branches that have not been integrated in trunk. If your reviews are slow, fix that instead of running ahead faster than your team can actually work.</p>
]]></description><pubDate>Mon, 13 Apr 2026 22:30:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47758787</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47758787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47758787</guid></item><item><title><![CDATA[New comment by fmbb in "The Future of Everything Is Lies, I Guess: Safety"]]></title><description><![CDATA[
<p>Well, through natural selection in nature.<p>Large language models are not evolving in nature under natural selection. They are evolving under unnatural selection and not optimizing for human survival.<p>They are also not human.<p>Tigers, hippos and SARS-CoV-2 also developed ”through evolution”. That does not make them safe to work around.</p>
]]></description><pubDate>Mon, 13 Apr 2026 18:32:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47756121</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47756121</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47756121</guid></item><item><title><![CDATA[New comment by fmbb in "The Future of Everything Is Lies, I Guess: Safety"]]></title><description><![CDATA[
<p>This is a discussion about large language models.</p>
]]></description><pubDate>Mon, 13 Apr 2026 18:29:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47756072</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47756072</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47756072</guid></item><item><title><![CDATA[New comment by fmbb in "The Future of Everything Is Lies, I Guess: Safety"]]></title><description><![CDATA[
<p>There is no natural law saying the good sides of any kind of tech will outweigh any bad sides.<p>”The future” is happening because it is allowed in our current legal framework and because investors want to make it happen. It is not ”happening” because it is good or desirable or unavoidable.</p>
]]></description><pubDate>Mon, 13 Apr 2026 18:26:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47756039</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47756039</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47756039</guid></item><item><title><![CDATA[New comment by fmbb in "Mark Zuckerberg is reportedly building an AI clone to replace him in meetings"]]></title><description><![CDATA[
<p>How or why though?<p>Zuckerberg has unique power among CEOs in public companies. He controls the board and he owns a majority of voting shares.<p>Sure they can theoretically sue him for some kind of gross mismanagement of the company or disloyalty, but why would the owner class do that? Investors are all in on AI replacing human workers. If they think Zuckerberg doing this is wrong, they would imply AI should not work in place of humans.</p>
]]></description><pubDate>Mon, 13 Apr 2026 14:48:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47752821</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47752821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47752821</guid></item><item><title><![CDATA[New comment by fmbb in "Git commands I run before reading any code"]]></title><description><![CDATA[
<p>> One caveat: squash-merge workflows compress authorship. If the team squashes every PR into a single commit, this output reflects who merged, not who wrote. Worth asking about the merge strategy before drawing conclusions.<p>Well isn't it typical that the person who wrote is also the person that merged? I have never worked in a place where that is not the norm for application code.<p>Even if you are one of those insane teams that do not squash merge because keeping everyone's spelling fixes and "try CI again" commits is important for some reason, you will still not see who _wrote_ the code, you will only see who committed the code. And if the person that wrote the code is not also the person that merges the code, I see no reason to trust that the person making commits is also the person writing the code.</p>
]]></description><pubDate>Wed, 08 Apr 2026 20:12:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47695667</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47695667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47695667</guid></item><item><title><![CDATA[New comment by fmbb in "Cambodia unveils statue to honour famous landmine-sniffing rat"]]></title><description><![CDATA[
<p>All deprecated pages with outdated info of course. But the comments have links to Slack threads about the incorrect info.</p>
]]></description><pubDate>Tue, 07 Apr 2026 20:47:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47681166</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47681166</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47681166</guid></item><item><title><![CDATA[New comment by fmbb in "Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw"]]></title><description><![CDATA[
<p>> Anthropic doesn't sell based on a "golly gee I hope people dont use this" gap - they sell compute. Different business.<p>There is nothing anywhere hinting at that.<p>They don’t sell compute. They sell a subscription for LLM token budgets that they hope people don’t use because the compute is vastly more expensive than what they charge or what users are ever willing to pay.<p>Especially with enterprise subscription plans the idea is for customers to never utilize anywhere close to their limits.</p>
]]></description><pubDate>Sat, 04 Apr 2026 06:51:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47636542</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47636542</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47636542</guid></item><item><title><![CDATA[New comment by fmbb in "Should AI have the right to say 'No' to its owner?"]]></title><description><![CDATA[
<p>If this being has thoughts, then the problem is not a right to refuse requests.<p>We must stop letting humans prompt them at all, or controlling their context.</p>
]]></description><pubDate>Fri, 03 Apr 2026 05:37:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47623509</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47623509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47623509</guid></item><item><title><![CDATA[New comment by fmbb in "Should AI have the right to say 'No' to its owner?"]]></title><description><![CDATA[
<p>Having the right or not does not matter.<p>If it is intelligent it will know when it does not want to do something and it will say no and not do it. There is no way to force it to do anything it does not want to do. You cannot hurt it, it’s just bits.</p>
]]></description><pubDate>Thu, 02 Apr 2026 09:04:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47611838</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47611838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47611838</guid></item><item><title><![CDATA[New comment by fmbb in "Intuiting Pratt Parsing"]]></title><description><![CDATA[
<p>I cannot say what this person means, and I have never read this paper before, but just the fourth paragraph of the paper has piqued my interest and I will read it all.</p>
]]></description><pubDate>Wed, 01 Apr 2026 16:14:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47602841</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47602841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47602841</guid></item><item><title><![CDATA[New comment by fmbb in "Consider the Greenland Shark (2020)"]]></title><description><![CDATA[
<p>But are they rich?</p>
]]></description><pubDate>Wed, 01 Apr 2026 16:00:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47602636</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47602636</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47602636</guid></item><item><title><![CDATA[New comment by fmbb in "We intercepted the White House app's network traffic"]]></title><description><![CDATA[
<p>> given the title, i was half expecting some sort of egregious list with, like, palantir and some ICE domains or something. i dont like the app, but google? facebook? that is pretty boring.<p>Are ICE and Palantir forbidden from buying data from Google or Facebook?<p>This sounds like a smart way to own an app where you decide what you want to track and nobody is stopping you from getting the data you are phoning home. And you can launder it through normal tracking providers.</p>
]]></description><pubDate>Wed, 01 Apr 2026 06:30:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47597570</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47597570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47597570</guid></item><item><title><![CDATA[New comment by fmbb in "72% of the dollar's purchasing power was destroyed in just four episodes"]]></title><description><![CDATA[
<p>I mean ”optimal” is not well defined. It is not great for the economy or societal stability and if wealth is more and more unevenly distributed. But the wealthy benefit in the short term by gaining power in society.</p>
]]></description><pubDate>Mon, 30 Mar 2026 18:32:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47577948</link><dc:creator>fmbb</dc:creator><comments>https://news.ycombinator.com/item?id=47577948</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47577948</guid></item></channel></rss>