<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: DavideNL</title><link>https://news.ycombinator.com/user?id=DavideNL</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 13 Apr 2026 09:25:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=DavideNL" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by DavideNL in "Ask HN: How do systems (or people) detect when a text is written by an LLM"]]></title><description><![CDATA[
<p>I was wondering the same today, when i got this search result from Kagi: <a href="https://linuxvox.com/blog/conntrack-linux/" rel="nofollow">https://linuxvox.com/blog/conntrack-linux/</a><p>Note that on Kagi, you can click "Report this page as AI-generated" [1]. Unfortunately though, my last report from January is still "under review" :/<p>[1] <a href="https://help.kagi.com/kagi/features/slopstop.html" rel="nofollow">https://help.kagi.com/kagi/features/slopstop.html</a></p>
]]></description><pubDate>Mon, 06 Apr 2026 15:27:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47662182</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=47662182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47662182</guid></item><item><title><![CDATA[New comment by DavideNL in "Introduction to the PineTime Pro"]]></title><description><![CDATA[
<p>Dupe of <a href="https://news.ycombinator.com/item?id=47567705">https://news.ycombinator.com/item?id=47567705</a></p>
]]></description><pubDate>Tue, 31 Mar 2026 16:57:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47590259</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=47590259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47590259</guid></item><item><title><![CDATA[New comment by DavideNL in "I turned my Kindle into my own personal newspaper"]]></title><description><![CDATA[
<p>fyi: <a href="https://blog.the-ebook-reader.com/2026/02/20/amazon-selling-kindle-oasis-as-new-again-but-it-wont-last-long/" rel="nofollow">https://blog.the-ebook-reader.com/2026/02/20/amazon-selling-...</a></p>
]]></description><pubDate>Sun, 29 Mar 2026 11:42:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47562289</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=47562289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47562289</guid></item><item><title><![CDATA[New comment by DavideNL in "I turned my Kindle into my own personal newspaper"]]></title><description><![CDATA[
<p>What i did is, jailbreak [1] my Kindle Oasis, and install KOreader [2].<p>This gives you full access to upload whatever ebook you want (SSH, WebDav, Syncthing, ...) and it can fetch RSS feeds (i use it with FreshRSS.)<p>PS. The (very old) Kindle Oasis is still the best device there is to read on in my opion. Which is crazy, since it was released from 2016-2019...<p>It has 2 phyisical buttons to turn the page, and an ambient light sensor to auto adjust the brightness, and a 300 PPI display.<p>I'm still "waiting" for a better / equal device to be released.<p>[1] <a href="https://kindlemodding.org/kindle-models.html" rel="nofollow">https://kindlemodding.org/kindle-models.html</a><p>[2] <a href="https://github.com/koreader/koreader" rel="nofollow">https://github.com/koreader/koreader</a></p>
]]></description><pubDate>Sun, 29 Mar 2026 06:59:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47560977</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=47560977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47560977</guid></item><item><title><![CDATA[New comment by DavideNL in "Moving from GitHub to Codeberg, for lazy people"]]></title><description><![CDATA[
<p>Same, Gitea (in Docker) has been running very smoothly for years. Havent had a single issue.<p>Also now wondering about differences with forgejo.</p>
]]></description><pubDate>Thu, 26 Mar 2026 20:13:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47535127</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=47535127</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47535127</guid></item><item><title><![CDATA[New comment by DavideNL in "Apple's intentional crippling of Mobile Safari"]]></title><description><![CDATA[
<p>> if you ignore all the crypto spam<p>you can disable all those "features"</p>
]]></description><pubDate>Sun, 22 Mar 2026 15:29:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47478534</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=47478534</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47478534</guid></item><item><title><![CDATA[New comment by DavideNL in "Atuin v18.13 – better search, a PTY proxy, and AI for your shell"]]></title><description><![CDATA[
<p>Note that the database format of 18.13 is not compatible with 18.12.1, so if you already had 18.13 running you need to remove the data and reimport your shell history.<p><pre><code>    brew remove atuin
    brew tap --force homebrew/core
    brew version-install atuin@18.12.1
    brew untap homebrew/core
</code></pre>
I just reinstalled completely, by deleting the folder:<p><pre><code>    ~/.local/share/atuin
</code></pre>
then run `atuin import`.<p>Downgrade your atuin server to 18.12.1 and run the sync setup on your client(s): <a href="https://docs.atuin.sh/cli/guide/sync/" rel="nofollow">https://docs.atuin.sh/cli/guide/sync/</a></p>
]]></description><pubDate>Sun, 22 Mar 2026 09:58:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47475946</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=47475946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47475946</guid></item><item><title><![CDATA[New comment by DavideNL in "Atuin v18.13 – better search, a PTY proxy, and AI for your shell"]]></title><description><![CDATA[
<p>For those wondering, it seems version 18.12.1 was the latest version without the AI feature...<p><a href="https://github.com/atuinsh/atuin/releases/tag/v18.12.1" rel="nofollow">https://github.com/atuinsh/atuin/releases/tag/v18.12.1</a><p>Personally I'll keep using this version for a while until i find something better.</p>
]]></description><pubDate>Sun, 22 Mar 2026 06:59:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47475117</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=47475117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47475117</guid></item><item><title><![CDATA[New comment by DavideNL in "Hundreds of Millions of iPhones Can Be Hacked With a New Tool Found in the Wild"]]></title><description><![CDATA[
<p><a href="https://support.apple.com/en-us/126604" rel="nofollow">https://support.apple.com/en-us/126604</a><p><i>iOS 26.3.1 (a), iPadOS 26.3.1 (a), macOS 26.3.1 (a), macOS 26.3.2 (a)</i><p><i>Released March 17, 2026</i><p><i>WebKit</i><p><i>Available for: iOS 26.3.1, iPadOS 26.3.1, macOS 26.3.1, macOS 26.3.2</i><p><i>Impact: Processing maliciously crafted web content may bypass Same Origin Policy</i><p><i>Description: A cross-origin issue in the Navigation API was addressed with improved input validation.</i><p><i>WebKit Bugzilla: 306050</i><p><i>CVE-2026-20643: Thomas Espach</i></p>
]]></description><pubDate>Wed, 18 Mar 2026 18:31:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47429541</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=47429541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47429541</guid></item><item><title><![CDATA[New comment by DavideNL in "Hazardous substances found in all headphones tested by ToxFREE project"]]></title><description><![CDATA[
<p>Previously submitted:<p>"Hazardous substances found in all headphones tested by ToxFREE project" : <a href="https://news.ycombinator.com/item?id=47058426">https://news.ycombinator.com/item?id=47058426</a></p>
]]></description><pubDate>Sun, 15 Mar 2026 07:30:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47385089</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=47385089</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47385089</guid></item><item><title><![CDATA[New comment by DavideNL in "Boy I was wrong about the Fediverse"]]></title><description><![CDATA[
<p>This info is useless without the details;<p>Which instance are you referring to?
Who specifically blocked you?<p>A single user’s action doesn’t represent the entire Fediverse.</p>
]]></description><pubDate>Sun, 08 Mar 2026 06:28:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47295075</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=47295075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47295075</guid></item><item><title><![CDATA[New comment by DavideNL in "Don't use passkeys for encrypting user data"]]></title><description><![CDATA[
<p>Somewhat related, i recently ran into the issue, after i created an account on Confer.to [1] on my Desktop, i couldn't login on my iPad / iOS with Proton Pass and/or Bitwarden.<p>The error message was: "Error: "Authenticator did not return a PRF result — this passkey probably isn’t PRF-capable."<p>So i now have an account, but can only use it on my Desktop.
(can't change to a password login either, it's Passkeys only...)<p>[1] end-to-end encrypted AI, developed by Moxie Marlinspike, the founder of Signal: <a href="https://confer.to/" rel="nofollow">https://confer.to/</a></p>
]]></description><pubDate>Sat, 28 Feb 2026 11:12:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47193722</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=47193722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47193722</guid></item><item><title><![CDATA[New comment by DavideNL in "Hazardous substances found in all headphones tested by ToxFREE project"]]></title><description><![CDATA[
<p>> What are we supposed to do?<p>Use a product that passed the test...</p>
]]></description><pubDate>Thu, 19 Feb 2026 17:57:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47076781</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=47076781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47076781</guid></item><item><title><![CDATA[New comment by DavideNL in "uBlock filter list to hide all YouTube Shorts"]]></title><description><![CDATA[
<p>Note that you might also want to check out:<p><a href="https://addons.mozilla.org/en-US/firefox/addon/control-panel-for-youtube/" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/control-panel...</a></p>
]]></description><pubDate>Sun, 15 Feb 2026 17:32:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47025573</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=47025573</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47025573</guid></item><item><title><![CDATA[New comment by DavideNL in "uBlock filter list to hide all YouTube Shorts"]]></title><description><![CDATA[
<p>> <i>Unhook is solid.</i><p>Last updated 2 years ago (Apr 12, 2024)</p>
]]></description><pubDate>Sun, 15 Feb 2026 14:32:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47023986</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=47023986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47023986</guid></item><item><title><![CDATA[Moxie Marlinspike – Signal vs. Telegram, Private AI, Encryption – Sabrina Halper [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=cPRi7mAGp7I">https://www.youtube.com/watch?v=cPRi7mAGp7I</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46993328">https://news.ycombinator.com/item?id=46993328</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 12 Feb 2026 18:57:54 +0000</pubDate><link>https://www.youtube.com/watch?v=cPRi7mAGp7I</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=46993328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46993328</guid></item><item><title><![CDATA[New comment by DavideNL in "The switch to Linux and the beginning of my self-hosting journey"]]></title><description><![CDATA[
<p><a href="https://www.tuxedocomputers.com/en" rel="nofollow">https://www.tuxedocomputers.com/en</a></p>
]]></description><pubDate>Wed, 11 Feb 2026 06:26:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46971588</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=46971588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46971588</guid></item><item><title><![CDATA[New comment by DavideNL in "Show HN: NanoClaw – “Clawdbot” in 500 lines of TS with Apple container isolation"]]></title><description><![CDATA[
<p>> <i>"I went down this rabbit hole a bit recently trying to use claude inside fence[0]"</i><p>Did you get it working in the end? I assume you didn't share your setup/config anywhere?</p>
]]></description><pubDate>Tue, 03 Feb 2026 05:50:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46867020</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=46867020</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46867020</guid></item><item><title><![CDATA[New comment by DavideNL in "New Dutch government to push for EU social media ban for under-15s"]]></title><description><![CDATA[
<p>For the Dutch (gift link): <a href="https://www.nrc.nl/nieuws/2026/01/30/media-bezuinigingen-hilversum-deels-teruggedraaid-verbod-sociale-media-onder-15-jaar-a4919072?utm_source=clipboard&utm_medium=clipboard&utm_campaign=share&utm_term=share-modal&gift_token=4919072~1770541257~5pA2x1mmT-Kuh0Ie0pwk2w~cqUbkxs3eCHbyjnqbB6RmnaE9tgwrxdJWR4Di7R6qgg" rel="nofollow">https://www.nrc.nl/nieuws/2026/01/30/media-bezuinigingen-hil...</a></p>
]]></description><pubDate>Sun, 01 Feb 2026 09:01:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46844671</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=46844671</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46844671</guid></item><item><title><![CDATA[New Dutch government to push for EU social media ban for under-15s]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.politico.eu/article/d66-cda-vvd-dutch-government-aims-to-keep-under-15s-off-social-media/">https://www.politico.eu/article/d66-cda-vvd-dutch-government-aims-to-keep-under-15s-off-social-media/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46844670">https://news.ycombinator.com/item?id=46844670</a></p>
<p>Points: 65</p>
<p># Comments: 28</p>
]]></description><pubDate>Sun, 01 Feb 2026 09:01:49 +0000</pubDate><link>https://www.politico.eu/article/d66-cda-vvd-dutch-government-aims-to-keep-under-15s-off-social-media/</link><dc:creator>DavideNL</dc:creator><comments>https://news.ycombinator.com/item?id=46844670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46844670</guid></item></channel></rss>