<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: pojntfx</title><link>https://news.ycombinator.com/user?id=pojntfx</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 06 Apr 2026 02:25:36 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=pojntfx" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by pojntfx in "German implementation of eIDAS will require an Apple/Google account to function"]]></title><description><![CDATA[
<p>Hey, Fel from the fedi thread here<p>Explanation: <a href="https://mastodon.social/@pojntfx/116345725515845020" rel="nofollow">https://mastodon.social/@pojntfx/116345725515845020</a><p>There is in practice no known way around it for now, and even less so one for regular people, to use this on a device without a Google account</p>
]]></description><pubDate>Sun, 05 Apr 2026 01:12:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47645199</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=47645199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47645199</guid></item><item><title><![CDATA[New comment by pojntfx in "I'm betting on ATProto"]]></title><description><![CDATA[
<p>Re:fediverse - it depends on which communities you're part of. Digital rights, politics here in Canada (see e.g. <a href="https://mstdn.ca/@avilewis" rel="nofollow">https://mstdn.ca/@avilewis</a>), politics in the EU (<a href="https://ec.social-network.europa.eu/about" rel="nofollow">https://ec.social-network.europa.eu/about</a>), basically anything that touches Linux is very much entrenched on the protocol. My local newspaper (<a href="https://thetyee.ca/" rel="nofollow">https://thetyee.ca/</a>) has a Mastodon share button on the page even. Unlike with Bluesky, leadership has been very consistent and so far trustworthy.</p>
]]></description><pubDate>Tue, 31 Mar 2026 01:10:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47581624</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=47581624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47581624</guid></item><item><title><![CDATA[New comment by pojntfx in "Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords"]]></title><description><![CDATA[
<p>It's fun, leading edge Linux distros (e.g. GNOME OS) are actually currently removing `sudo` completely in favour of `run0` from systemd, which fixes this "properly" by using Polkit & transient systemd units instead of setuid binaries like sudo. You get a UAC-style prompt, can even auth with your fingerprint just like on other modern OSes.<p>Instead of doing this, Ubuntu is just using a Rust rewrite of sudo. Some things really never change.</p>
]]></description><pubDate>Sat, 21 Mar 2026 07:06:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47464679</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=47464679</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47464679</guid></item><item><title><![CDATA[New comment by pojntfx in "Bootc and OSTree: Modernizing Linux System Deployment"]]></title><description><![CDATA[
<p>Corrected - I meant leading edge.<p>Context re:distros mentioned:<p>GNOME OS: <a href="https://os.gnome.org/" rel="nofollow">https://os.gnome.org/</a>
KDE Linux: <a href="https://kde.org/linux/" rel="nofollow">https://kde.org/linux/</a></p>
]]></description><pubDate>Sat, 28 Feb 2026 10:07:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47193124</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=47193124</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47193124</guid></item><item><title><![CDATA[New comment by pojntfx in "Bootc and OSTree: Modernizing Linux System Deployment"]]></title><description><![CDATA[
<p>GNOME OS uses BuildStream and as a result has no concept of packages at all and no relationship to any distro, KDE Linux is based on Arch. There is no relationship between the two. GNOME OS used to be OSTree based but switched to systemd-sysupdate a while ago.</p>
]]></description><pubDate>Sat, 28 Feb 2026 09:55:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47193027</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=47193027</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47193027</guid></item><item><title><![CDATA[New comment by pojntfx in "Bootc and OSTree: Modernizing Linux System Deployment"]]></title><description><![CDATA[
<p>Sorry, not completely separate, yes, but some of the parts of the standard (e.g. systemd-sysext for layering "packages") and closely related things like systemd-sysupdate do actually replace parts of this (esp. ostree).</p>
]]></description><pubDate>Sat, 28 Feb 2026 09:53:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47193016</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=47193016</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47193016</guid></item><item><title><![CDATA[New comment by pojntfx in "Bootc and OSTree: Modernizing Linux System Deployment"]]></title><description><![CDATA[
<p>bootc and OSTree are both very neat, but the leading edge of immutable Linux distros (GNOME OS, KDE Linux) is currently converging on a different proposal by systemd developers that's standardized by the UAPI Group (<a href="https://uapi-group.org/specifications/" rel="nofollow">https://uapi-group.org/specifications/</a>). It fixes quite a few of the complexities with OSTree (updates are handled by `systemd-sysupdate`/`updatectl` and are just files served via HTTP) and is quite a bit easier to extend with things like an immutable version of the Nvidia drivers or codecs thanks to system extensions handled by `systemd-sysext` (which in turn are just simple squashfs files overlayed over `/usr`) and configuration via `systemd-confext`. `mkosi`, also by systemd, is quickly becoming _the_ way to build custom images too, and is somewhat tied to these new standards.</p>
]]></description><pubDate>Sat, 28 Feb 2026 08:48:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47192439</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=47192439</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47192439</guid></item><item><title><![CDATA[Bcachefs author Kent Overstreet claims his OpenClaw instance is sentient]]></title><description><![CDATA[
<p>Article URL: <a href="https://social.treehouse.systems/@ariadne/116122781303627956">https://social.treehouse.systems/@ariadne/116122781303627956</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47142500">https://news.ycombinator.com/item?id=47142500</a></p>
<p>Points: 14</p>
<p># Comments: 3</p>
]]></description><pubDate>Tue, 24 Feb 2026 20:30:14 +0000</pubDate><link>https://social.treehouse.systems/@ariadne/116122781303627956</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=47142500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47142500</guid></item><item><title><![CDATA[New comment by pojntfx in "Rathbun's Operator"]]></title><description><![CDATA[
<p>Relevant post from a few days ago - contrary to what's stated in that post the operator is known now and apparently trying to make a crypto scam out of this: <a href="https://pivot-to-ai.com/2026/02/16/the-obnoxious-github-openclaw-ai-bot-is-a-crypto-bro/" rel="nofollow">https://pivot-to-ai.com/2026/02/16/the-obnoxious-github-open...</a></p>
]]></description><pubDate>Wed, 18 Feb 2026 01:47:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47056043</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=47056043</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47056043</guid></item><item><title><![CDATA[New comment by pojntfx in "Gentoo on Codeberg"]]></title><description><![CDATA[
<p>Aren't they literally moving off GitHub _because_ of LLMs and the enshittification optimising for them causes? This line of thinking and these features seem to push people _off_ your platform, not onto it.</p>
]]></description><pubDate>Wed, 18 Feb 2026 00:03:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47055271</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=47055271</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47055271</guid></item><item><title><![CDATA[New comment by pojntfx in "Homeland Security Wants Social Media Sites to Expose Anti-ICE Accounts"]]></title><description><![CDATA[
<p>For the non-US-American part, that's the Fediverse, the only network that isn't developed and used primarily by US-Americans. As for "wont turn over our data" - it's push-based, that helps to make it a bit harder to crawl, but it's public social media, and by definition the data will be out there as a result of that.</p>
]]></description><pubDate>Sat, 14 Feb 2026 00:18:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47009758</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=47009758</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47009758</guid></item><item><title><![CDATA[New comment by pojntfx in "Show HN: Open-source Figma design to code"]]></title><description><![CDATA[
<p>Awesome! Thank you!</p>
]]></description><pubDate>Wed, 28 Jan 2026 07:47:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46792257</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=46792257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46792257</guid></item><item><title><![CDATA[New comment by pojntfx in "Ask HN: European alternative to Vercel/Cloudflare for hosting"]]></title><description><![CDATA[
<p>"statichost" is neat: <a href="https://www.statichost.eu/" rel="nofollow">https://www.statichost.eu/</a><p>No functions though!</p>
]]></description><pubDate>Wed, 28 Jan 2026 00:18:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46789199</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=46789199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46789199</guid></item><item><title><![CDATA[New comment by pojntfx in "Show HN: Open-source Figma design to code"]]></title><description><![CDATA[
<p>Would much appreciate a relicense to AGPLv3!</p>
]]></description><pubDate>Sat, 24 Jan 2026 22:06:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46748209</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=46748209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46748209</guid></item><item><title><![CDATA[New comment by pojntfx in "Show HN: Open-source Figma design to code"]]></title><description><![CDATA[
<p>This is not open source, it's under a proprietary (FSL) license: <a href="https://github.com/vibeflowing-inc/vibe_figma/blob/main/LICENSE" rel="nofollow">https://github.com/vibeflowing-inc/vibe_figma/blob/main/LICE...</a></p>
]]></description><pubDate>Sat, 24 Jan 2026 20:41:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46747447</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=46747447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46747447</guid></item><item><title><![CDATA[New SpacemiT K3 RISC-V Chip Beats Raspberry Pi 5 in Early Benchmarks]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.cnx-software.com/2026/01/23/spacemit-k3-16-core-risc-v-soc-system-information-and-early-benchmarks/">https://www.cnx-software.com/2026/01/23/spacemit-k3-16-core-risc-v-soc-system-information-and-early-benchmarks/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46729316">https://news.ycombinator.com/item?id=46729316</a></p>
<p>Points: 7</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 23 Jan 2026 06:52:53 +0000</pubDate><link>https://www.cnx-software.com/2026/01/23/spacemit-k3-16-core-risc-v-soc-system-information-and-early-benchmarks/</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=46729316</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46729316</guid></item><item><title><![CDATA[New comment by pojntfx in "Show HN: OpenWork – An open-source alternative to Claude Cowork"]]></title><description><![CDATA[
<p>This doesn't seem to be open source, it's currently "all rights reserved" and not under an OSI or FSF license: <a href="https://github.com/different-ai/openwork?tab=readme-ov-file#license" rel="nofollow">https://github.com/different-ai/openwork?tab=readme-ov-file#...</a></p>
]]></description><pubDate>Thu, 15 Jan 2026 18:26:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46636870</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=46636870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46636870</guid></item><item><title><![CDATA[New comment by pojntfx in "Ask HN: Anti-AI Open Source License?"]]></title><description><![CDATA[
<p>Open Source means OSI-approved license in the software context. Some government examples of this being explicitly mentioned:<p>- Canada/British Columbia: <a href="https://www2.gov.bc.ca/assets/gov/government/services-for-government-and-broader-public-sector/information-technology-services/standards-files/1_02-v1_0-guidelines_on_the_use_of_open_source_software.pdf" rel="nofollow">https://www2.gov.bc.ca/assets/gov/government/services-for-go...</a>
- European Union (this applies to all EU member states): <a href="https://eur-lex.europa.eu/eli/reg/2024/2847/oj/eng" rel="nofollow">https://eur-lex.europa.eu/eli/reg/2024/2847/oj/eng</a> - search for "Free and open-source software is understood" in the text
- Germany (the EU definition already applies here, but for good measure): <a href="https://www.bsi.bund.de/DE/Themen/Verbraucherinnen-und-Verbraucher/Informationen-und-Empfehlungen/Cyber-Sicherheitsempfehlungen/Updates-Browser-Open-Source-Software/Open-Source-Vorabversionen-von-Betriebssystemen/open-source-vorabversionen-von-betriebssystemen_node.html" rel="nofollow">https://www.bsi.bund.de/DE/Themen/Verbraucherinnen-und-Verbr...</a><p>Words have meaning!</p>
]]></description><pubDate>Sun, 28 Dec 2025 15:38:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46411810</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=46411810</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46411810</guid></item><item><title><![CDATA[New comment by pojntfx in "Why We Abandoned Matrix (2024)"]]></title><description><![CDATA[
<p>I still wonder why my experience and the experience of my friends, community and family with Matrix has been so positive compared to what people describe all of the time. Maybe it's because something changed in ~2025 when I started using it again? Both Beeper (my main Matrix provider, the one that preconfigures WhatsApp, Signal, SMS etc. bridges) and Element (the new mobile app and EMS for hosting). I onboarded something like two dozend non-technical people to it, and they are all happily using it every day, mostly to use the bridges that come with Beeper. Haven't heard a single complaint, even switching devices just works now. Almost all communities I care about (GNOME and so on) have Matrix servers, and since the spaces feature launched it's been really competitive with Discord, even UX-wise thanks to the new apps on desktop and mobile. Yet all I hear on HN and elsewhere is people complaining about UX issues that just have not appeared a single time for myself. Maybe it's people using non-compliant clients, old servers, or some other strange configuration? It's a mystery to me.</p>
]]></description><pubDate>Wed, 24 Dec 2025 16:47:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46377095</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=46377095</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46377095</guid></item><item><title><![CDATA[US sanctions EU government officials behind the DSA]]></title><description><![CDATA[
<p>Article URL: <a href="https://mastodon.social/@fj/115773761468906515">https://mastodon.social/@fj/115773761468906515</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46374087">https://news.ycombinator.com/item?id=46374087</a></p>
<p>Points: 129</p>
<p># Comments: 152</p>
]]></description><pubDate>Wed, 24 Dec 2025 09:43:34 +0000</pubDate><link>https://mastodon.social/@fj/115773761468906515</link><dc:creator>pojntfx</dc:creator><comments>https://news.ycombinator.com/item?id=46374087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46374087</guid></item></channel></rss>