<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: fransje26</title><link>https://news.ycombinator.com/user?id=fransje26</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 06:42:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fransje26" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fransje26 in "Why the US Navy won't blast the Iranians and 'open' Strait of Hormuz"]]></title><description><![CDATA[
<p>Watch and learn.</p>
]]></description><pubDate>Wed, 01 Apr 2026 10:47:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47599155</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47599155</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47599155</guid></item><item><title><![CDATA[New comment by fransje26 in "Why the US Navy won't blast the Iranians and 'open' Strait of Hormuz"]]></title><description><![CDATA[
<p>> Iran has 90,000,000 people. [..] More than 2x Germany.<p>TIL: Germany has less than 45m inhabitants. Less than Spain! /s</p>
]]></description><pubDate>Wed, 01 Apr 2026 10:46:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47599143</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47599143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47599143</guid></item><item><title><![CDATA[New comment by fransje26 in "Czech Man's Stone in Barn's Foundations Is Rare Bronze Age Spearhead Mold"]]></title><description><![CDATA[
<p>Where "very rarely" should be read as "None".<p>And even if such an insignificant technicality could pop up from time to time, there is no actual debate on what is "better", when the counterpoint is literally this:<p><a href="https://news.ycombinator.com/item?id=47480507">https://news.ycombinator.com/item?id=47480507</a></p>
]]></description><pubDate>Mon, 23 Mar 2026 14:50:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47490335</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47490335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47490335</guid></item><item><title><![CDATA[New comment by fransje26 in "Czech Man's Stone in Barn's Foundations Is Rare Bronze Age Spearhead Mold"]]></title><description><![CDATA[
<p>There is nothing complicated about installing an adblocker.  If you are able to install a browser on your machine, or an app on your phone, you can use an adblocker.<p>Step 1: Download Firefox.<p>Step 2: Got to the official Firefox add-on page, search for ublock origin (<a href="https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/ublock-origin...</a>)<p>Step 3: Install.<p>Done. No need for manual updates. No need for extra configuration. No ads.</p>
]]></description><pubDate>Mon, 23 Mar 2026 14:44:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47490265</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47490265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47490265</guid></item><item><title><![CDATA[New comment by fransje26 in "The future of version control"]]></title><description><![CDATA[
<p>If I understood your point correctly, I believe that Meld can do that. And then you get a windows as [1]. You can configure git to choose which version goes where.  Something like:<p><pre><code>    [mergetool "meld"]                                                                                  
        cmd = meld "$LOCAL" "$MERGED" "$REMOTE" --output "$MERGED"                                      
        #cmd = meld "$LOCAL" "$BASE" "$REMOTE" --output "$MERGED"

</code></pre>
[1] <a href="https://linuxkamarada.com/files/2019/11/git-mergetool-meld-en.png" rel="nofollow">https://linuxkamarada.com/files/2019/11/git-mergetool-meld-e...</a></p>
]]></description><pubDate>Mon, 23 Mar 2026 14:38:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47490186</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47490186</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47490186</guid></item><item><title><![CDATA[New comment by fransje26 in "Czech Man's Stone in Barn's Foundations Is Rare Bronze Age Spearhead Mold"]]></title><description><![CDATA[
<p>In this day and age, who on HN browses the web without an ad-blocker??</p>
]]></description><pubDate>Thu, 19 Mar 2026 10:45:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47437288</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47437288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47437288</guid></item><item><title><![CDATA[New comment by fransje26 in "What every computer scientist should know about floating-point arithmetic (1991) [pdf]"]]></title><description><![CDATA[
<p>I would argue that<p><pre><code>    double m_D{}; [...]

    if (m_D == 0) somethingNeedsInstantiation();
</code></pre>
can avoid having to carry around, set and check some extra m_HasValueBeenSet booleans.<p>Of course, it might not be something you want to overload beginner programmers with.</p>
]]></description><pubDate>Mon, 16 Mar 2026 10:54:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47397384</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47397384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47397384</guid></item><item><title><![CDATA[New comment by fransje26 in "Ask HN: How to be alone?"]]></title><description><![CDATA[
<p>Regarding organized religion, a quote attributed to Diderot [0] goes as follows:<p><pre><code>    Le genere humain ne sera heureux et libre que quand on aura étranglé le dernier roi avec les boyaux du dernier prêtre.
</code></pre>
Or, in plain English:<p><pre><code>    Man will be happy and free only when the last king has been strangled with the entrails of the last priest.
</code></pre>
However, I like to complete it with a quote from Voltaire [1]:<p><pre><code>    L'univers m'embarrasse, et je ne puis songer - Que cette horloge existe et n'ait point d'horloger
</code></pre>
Or, in plain English:<p><pre><code>   The universe baffles me, and I cannot conceive - That this clock exists, yet has no clockmaker.

</code></pre>
[0] <a href="https://www.persee.fr/doc/rde_0769-0886_1991_num_10_1_1097" rel="nofollow">https://www.persee.fr/doc/rde_0769-0886_1991_num_10_1_1097</a><p>[1] <a href="https://fr.wikisource.org/wiki/Page:Voltaire_-_%C5%92uvres_compl%C3%A8tes_Garnier_tome10.djvu/192" rel="nofollow">https://fr.wikisource.org/wiki/Page:Voltaire_-_%C5%92uvres_c...</a></p>
]]></description><pubDate>Fri, 13 Mar 2026 11:55:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47363213</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47363213</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47363213</guid></item><item><title><![CDATA[New comment by fransje26 in "Picking Up a Zillion Pieces of Litter"]]></title><description><![CDATA[
<p>Heck, if the pay is reasonable, count me in!</p>
]]></description><pubDate>Thu, 05 Mar 2026 19:04:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47265792</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47265792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47265792</guid></item><item><title><![CDATA[New comment by fransje26 in "Motorola GrapheneOS devices will be bootloader unlockable/relockable"]]></title><description><![CDATA[
<p>No worries, the team Literal is alive and well on HN..</p>
]]></description><pubDate>Wed, 04 Mar 2026 10:12:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47245425</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47245425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47245425</guid></item><item><title><![CDATA[New comment by fransje26 in "How to record and retrieve anything you've ever had to look up twice"]]></title><description><![CDATA[
<p>Man, I only understood half of what you were describing, but it sounds fascinating. I you happen to find the time to do a write-up or share your workflow, I would love to read more about it.</p>
]]></description><pubDate>Tue, 03 Mar 2026 23:23:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47240572</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47240572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47240572</guid></item><item><title><![CDATA[New comment by fransje26 in "/e/OS is a complete, fully “deGoogled” mobile ecosystem"]]></title><description><![CDATA[
<p>As I explained elsewhere in this post, I got to this installer page by clicking on "Check device compatibility" on the <a href="https://e.foundation/e-os/" rel="nofollow">https://e.foundation/e-os/</a> page.<p>So I was actually expecting a device listing page, not a WebUSB program.</p>
]]></description><pubDate>Mon, 02 Mar 2026 11:41:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47216708</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47216708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47216708</guid></item><item><title><![CDATA[New comment by fransje26 in "/e/OS is a complete, fully “deGoogled” mobile ecosystem"]]></title><description><![CDATA[
<p>The fun part is that I got to this installer page by clicking on "Check device compatibility" on the <a href="https://e.foundation/e-os/" rel="nofollow">https://e.foundation/e-os/</a> page..<p>So I was actually expecting a device page, not a WebUSB program..</p>
]]></description><pubDate>Mon, 02 Mar 2026 11:09:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47216440</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47216440</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47216440</guid></item><item><title><![CDATA[New comment by fransje26 in "/e/OS is a complete, fully “deGoogled” mobile ecosystem"]]></title><description><![CDATA[
<p>The irony of advertising a privacy-enabled de-googled system, and then telling me that my Firefox browser is not support, and that I should use Edge, Opera or Chrome instead....<p>Browsing:<p><a href="https://e.foundation/installer/" rel="nofollow">https://e.foundation/installer/</a><p>Reply:<p><a href="https://imgur.com/a/al1Q9DM" rel="nofollow">https://imgur.com/a/al1Q9DM</a></p>
]]></description><pubDate>Mon, 02 Mar 2026 10:45:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47216222</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47216222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47216222</guid></item><item><title><![CDATA[New comment by fransje26 in "/e/OS is a complete, fully “deGoogled” mobile ecosystem"]]></title><description><![CDATA[
<p>The irony of this is that when using Firefox to browse to /e/OS url to check for compatible devices:<p><a href="https://e.foundation/installer/" rel="nofollow">https://e.foundation/installer/</a><p>I get a pop-up telling me that my browser is not compatible, and I should use Edge, Opera or Chrome. See [1]<p>[1] <a href="https://imgur.com/a/al1Q9DM" rel="nofollow">https://imgur.com/a/al1Q9DM</a></p>
]]></description><pubDate>Mon, 02 Mar 2026 10:43:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47216204</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47216204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47216204</guid></item><item><title><![CDATA[New comment by fransje26 in "BarraCUDA Open-source CUDA compiler targeting AMD GPUs"]]></title><description><![CDATA[
<p>Just allow me to doubt that one (1) programmer is all AMD would need to close up the software gap to NVIDIA...</p>
]]></description><pubDate>Wed, 18 Feb 2026 09:23:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47058995</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47058995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47058995</guid></item><item><title><![CDATA[New comment by fransje26 in "Pocketblue – Fedora Atomic for mobile devices"]]></title><description><![CDATA[
<p>Just out of curiosity (not knowing anything about the complexity of adding new devices) what makes the support of a Xiaomi pad 5 and pad 6 possible, while there is not support for the pad 7 and 8?<p>Are these devices so different that none of the testing and development work is transferable to the newer devices?<p>And, reversing the question, if one was to be the owner of a such a Xiaomi device, what can be done to help them being supported?</p>
]]></description><pubDate>Mon, 16 Feb 2026 17:37:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47037817</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=47037817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47037817</guid></item><item><title><![CDATA[New comment by fransje26 in "Lessons you will learn living in a snowy place"]]></title><description><![CDATA[
<p>It can rub a reader the wrong way because it is written in a sarcastic tone to self-reflect on things the author did wrong or didn't do.<p>Every piece of "advice" and patronizing questioning, such as "You did that, right? Right?", is a self-reflection by the author on things she should have done but didn't do, and learned that the hard way.  It is not meant to be a patronizing statement to the the reader, but it is rather self-depreciation.</p>
]]></description><pubDate>Thu, 12 Feb 2026 10:34:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46987075</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=46987075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46987075</guid></item><item><title><![CDATA[New comment by fransje26 in "Lessons you will learn living in a snowy place"]]></title><description><![CDATA[
<p>> The proper safe answer to driving in snow is top quality snow tires, not chains. Chains is the worst possible idea. The chain laws are laws created by politicians who live in sunny Sacramento and have never seen snow and have no clue.<p>Although I understand the sentiment, and agree with the general idea, I must say that living in the mountains, I have encountered snow conditions on uncleared roads where I did not manage to get home due to the icy/slushy/snow depth mixtures encountered on relatively steep sections. I would probably have made it home with chains if I had them, and had bothered to put the on.</p>
]]></description><pubDate>Thu, 12 Feb 2026 10:15:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46986963</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=46986963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46986963</guid></item><item><title><![CDATA[New comment by fransje26 in "Lessons you will learn living in a snowy place"]]></title><description><![CDATA[
<p>That's a pointless comparison.<p>1) The Michelin is 120 euro tire, vs the 60 euro Barum<p>2) The test page says nothing about the test conditions in which the tires were tested.<p>3) The Michelin tire test explicitly states:<p><pre><code>     The testers explicitly recommended against standardizing cars with all-season tyres in Sweden, suggesting that drivers would be better served by dedicated summer tyres paired with proper winter tyres when the season changes, rather than this compromise solution that fell well short of true summer tyre performance.</code></pre></p>
]]></description><pubDate>Thu, 12 Feb 2026 10:06:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46986905</link><dc:creator>fransje26</dc:creator><comments>https://news.ycombinator.com/item?id=46986905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46986905</guid></item></channel></rss>