<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: eurleif</title><link>https://news.ycombinator.com/user?id=eurleif</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 24 May 2026 22:52:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=eurleif" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by eurleif in "Omarchy Is Not A Distro"]]></title><description><![CDATA[
<p><a href="https://en.wikipedia.org/wiki/Rice_burner" rel="nofollow">https://en.wikipedia.org/wiki/Rice_burner</a></p>
]]></description><pubDate>Sun, 24 May 2026 21:22:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48261124</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=48261124</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48261124</guid></item><item><title><![CDATA[New comment by eurleif in "On The <dl> (2021)"]]></title><description><![CDATA[
<p>Proposal from 2016 (closed): <a href="https://github.com/w3c/csswg-drafts/issues/588" rel="nofollow">https://github.com/w3c/csswg-drafts/issues/588</a></p>
]]></description><pubDate>Sat, 23 May 2026 17:40:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48249539</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=48249539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48249539</guid></item><item><title><![CDATA[New comment by eurleif in "10Gb/s Ethernet: what I did to get it working in my home"]]></title><description><![CDATA[
<p>Have you looked into using an unofficial ONT instead of the one supplied by your ISP? See: <a href="https://pon.wiki/guides/install-the-8311-community-firmware-on-the-was-110/" rel="nofollow">https://pon.wiki/guides/install-the-8311-community-firmware-...</a></p>
]]></description><pubDate>Fri, 01 May 2026 06:53:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47971926</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47971926</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47971926</guid></item><item><title><![CDATA[New comment by eurleif in "Notepad++ for Mac – Independent community port"]]></title><description><![CDATA[
<p>>Notepad++ name itself is trademarked by Don Ho<p>Is it? I can't find a trademark registration on the USPTO site.</p>
]]></description><pubDate>Mon, 27 Apr 2026 03:33:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47917450</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47917450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47917450</guid></item><item><title><![CDATA[New comment by eurleif in "PHP 8.6 Closure Optimizations"]]></title><description><![CDATA[
<p>The part that would violate guarantees in JavaScript is not function objects being kept alive longer, but function objects which should be distinct not being so.<p><pre><code>    function foo() {
        return function() { };
    }
    console.log(foo() === foo()); // This must log `false` in a compliant implementation</code></pre></p>
]]></description><pubDate>Thu, 16 Apr 2026 16:25:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47795783</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47795783</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47795783</guid></item><item><title><![CDATA[New comment by eurleif in "Google broke its promise to me – now ICE has my data"]]></title><description><![CDATA[
<p>The linked Google policy states:<p>>We won’t give notice when legally prohibited under the terms of the request.<p>The post states that his lawyer has reviewed the subpoena, but doesn't mention whether or not it contained a non-disclosure order. That's an important detail to address if the claim is that Google acted against its own policy.</p>
]]></description><pubDate>Wed, 15 Apr 2026 19:08:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47783737</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47783737</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47783737</guid></item><item><title><![CDATA[New comment by eurleif in "I run multiple $10K MRR companies on a $20/month tech stack"]]></title><description><![CDATA[
<p><p><pre><code>    Running 100,000 `SELECT 1` queries:
    PostgreSQL (localhost): 2.84 seconds
    PostgreSQL (Unix socket): 1.93 seconds
    SQLite (in-memory): 0.07 seconds
    SQLite (tempfile): 0.06 seconds
</code></pre>
(<a href="https://gist.github.com/leifkb/b940b8cdd8e0432cc58670bbc0c331e2" rel="nofollow">https://gist.github.com/leifkb/b940b8cdd8e0432cc58670bbc0c33...</a>)</p>
]]></description><pubDate>Sun, 12 Apr 2026 18:52:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47743063</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47743063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47743063</guid></item><item><title><![CDATA[New comment by eurleif in "I run multiple $10K MRR companies on a $20/month tech stack"]]></title><description><![CDATA[
<p>The original claim being discussed is about the overhead of an in-process database vs. a database server in a separate process, not about whether SQLite or PostgreSQL have a faster database engine.</p>
]]></description><pubDate>Sun, 12 Apr 2026 10:28:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47738091</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47738091</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47738091</guid></item><item><title><![CDATA[New comment by eurleif in "I run multiple $10K MRR companies on a $20/month tech stack"]]></title><description><![CDATA[
<p>Because it doesn't make a difference, because `SELECT 1` doesn't need to touch the database:<p><pre><code>    Running 100,000 `SELECT 1` queries:
    PostgreSQL (localhost): 2.71 seconds
    SQLite (in-memory): 0.07 seconds
    SQLite (tempfile): 0.07 seconds
</code></pre>
(<a href="https://gist.github.com/leifkb/d8778422d450d9a3f103ed43258cc52c" rel="nofollow">https://gist.github.com/leifkb/d8778422d450d9a3f103ed43258cc...</a>)</p>
]]></description><pubDate>Sun, 12 Apr 2026 09:46:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47737744</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47737744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47737744</guid></item><item><title><![CDATA[New comment by eurleif in "I run multiple $10K MRR companies on a $20/month tech stack"]]></title><description><![CDATA[
<p>Looks like the overhead is not insignificant:<p><pre><code>    Running 100,000 `SELECT 1` queries:
    PostgreSQL (localhost): 2.77 seconds
    SQLite (in-memory): 0.07 seconds
</code></pre>
(<a href="https://gist.github.com/leifkb/1ad16a741fd061216f074aedf1ecaf62" rel="nofollow">https://gist.github.com/leifkb/1ad16a741fd061216f074aedf1eca...</a>)</p>
]]></description><pubDate>Sun, 12 Apr 2026 08:41:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47737396</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47737396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47737396</guid></item><item><title><![CDATA[New comment by eurleif in "California sues websites hosting 3D printed gun files"]]></title><description><![CDATA[
<p>>A blatant violation of both the first and second amendment.<p>That defense didn't do too well in another case: <a href="https://www.courthousenews.com/third-circuit-backs-new-jerseys-crackdown-on-3d-printed-gun-code/" rel="nofollow">https://www.courthousenews.com/third-circuit-backs-new-jerse...</a></p>
]]></description><pubDate>Tue, 10 Mar 2026 00:40:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47317769</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47317769</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47317769</guid></item><item><title><![CDATA[New comment by eurleif in "Google Safe Browsing missed 84% of confirmed phishing sites"]]></title><description><![CDATA[
<p>A very long time ago, I had the idea to set up a joke site advertising "SpamZero, the world's best spam filter", with a bunch of hype about how it never, ever misses spam. When you clicked the download link, the joke would be revealed: you would get a file consisting of `function isSpam(msg) { return true; }`.<p>Apparently that's not a joke anymore?!</p>
]]></description><pubDate>Fri, 06 Mar 2026 06:02:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47271447</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47271447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47271447</guid></item><item><title><![CDATA[New comment by eurleif in "Windows 11 Notepad to support Markdown"]]></title><description><![CDATA[
<p>The documentation doesn't make this entirely clear, but I think these are two separate things: the original `edit` command which is built into Windows 11 (and has been built into prior Windows releases), and a replacement written in Rust that can optionally be installed.<p>Note that my link is dated 2023, whereas Wikipedia says that Microsoft Edit was first released in 2025: <a href="https://en.wikipedia.org/wiki/MS-DOS_Editor" rel="nofollow">https://en.wikipedia.org/wiki/MS-DOS_Editor</a></p>
]]></description><pubDate>Thu, 26 Feb 2026 04:43:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47161946</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47161946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47161946</guid></item><item><title><![CDATA[New comment by eurleif in "Windows 11 Notepad to support Markdown"]]></title><description><![CDATA[
<p>If you're ok with a TUI instead of a GUI, Microsoft's documentation says the `edit` command is still around in Windows 11 (I don't have a Windows 11 machine handy to verify this): <a href="https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/edit" rel="nofollow">https://learn.microsoft.com/en-us/windows-server/administrat...</a></p>
]]></description><pubDate>Thu, 26 Feb 2026 02:35:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47161096</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47161096</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47161096</guid></item><item><title><![CDATA[New comment by eurleif in "“Car Wash” test with 53 models"]]></title><description><![CDATA[
<p>Here are the results I got with slight variations to the prompt to ChatGPT 5.2. Small changes can make a big difference: <a href="https://i.imgur.com/kFIeJy1.png" rel="nofollow">https://i.imgur.com/kFIeJy1.png</a></p>
]]></description><pubDate>Tue, 24 Feb 2026 03:26:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47132485</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47132485</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47132485</guid></item><item><title><![CDATA[New comment by eurleif in "Halt and Catch Fire: TV’s best drama you’ve probably never heard of (2021)"]]></title><description><![CDATA[
<p>It has much earlier origins: <a href="https://en.wikipedia.org/wiki/Halt_and_Catch_Fire_(computing)" rel="nofollow">https://en.wikipedia.org/wiki/Halt_and_Catch_Fire_(computing...</a></p>
]]></description><pubDate>Wed, 18 Feb 2026 08:32:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47058689</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47058689</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47058689</guid></item><item><title><![CDATA[New comment by eurleif in "Dark web agent spotted bedroom wall clue to rescue girl from abuse"]]></title><description><![CDATA[
<p>You are constitutionally entitled to a jury trial for any criminal charge in the US under the Sixth Amendment.</p>
]]></description><pubDate>Tue, 17 Feb 2026 04:54:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47043841</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47043841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47043841</guid></item><item><title><![CDATA[New comment by eurleif in "Facing a demographic catastrophe, Ukraine is paying for troops to freeze sperm"]]></title><description><![CDATA[
<p>And Israel has been freezing soldiers' sperm post-mortem: <a href="https://www.npr.org/2026/01/18/nx-s1-5658287/families-of-israeli-soldiers-killed-in-gaza-are-retreiving-sperm-from-their-bodies" rel="nofollow">https://www.npr.org/2026/01/18/nx-s1-5658287/families-of-isr...</a></p>
]]></description><pubDate>Tue, 17 Feb 2026 03:28:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47043388</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47043388</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47043388</guid></item><item><title><![CDATA[New comment by eurleif in "I want to wash my car. The car wash is 50 meters away. Should I walk or drive?"]]></title><description><![CDATA[
<p>The responses most people are getting suggest that the LLM is failing to consider that to wash your car, it needs to come with you. But when I tried, it explicitly told me to "put it in neutral if safe, and gently roll it over while walking alongside". Pretty bizarre.</p>
]]></description><pubDate>Mon, 16 Feb 2026 18:43:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47038567</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=47038567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47038567</guid></item><item><title><![CDATA[New comment by eurleif in "Reports of Telnet's death have been greatly exaggerated"]]></title><description><![CDATA[
<p>Tangentially, I saw an ad the other day for software which purports to encrypt your keystrokes: <a href="https://www.keystrokelock.com/" rel="nofollow">https://www.keystrokelock.com/</a> I have no idea what that means.</p>
]]></description><pubDate>Thu, 12 Feb 2026 02:07:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46984056</link><dc:creator>eurleif</dc:creator><comments>https://news.ycombinator.com/item?id=46984056</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46984056</guid></item></channel></rss>