<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: nikodunk</title><link>https://news.ycombinator.com/user?id=nikodunk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 01 Jun 2026 18:23:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nikodunk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nikodunk in "The local LLM ecosystem doesn’t need Ollama"]]></title><description><![CDATA[
<p>Having read above article, I just gave llama.cpp a shot. It is as easy as the author says now, though definitely not documented quite as well. My quickstart:<p>brew install llama.cpp<p>llama-server -hf ggml-org/gemma-4-E4B-it-GGUF --port 8000<p>Go to localhost:8000 for the Web UI. On Linux it accelerates correctly on my AMD GPU, which Ollama failed to do, though of course everyone's mileage seems to vary on this.</p>
]]></description><pubDate>Thu, 16 Apr 2026 07:21:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47789755</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=47789755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47789755</guid></item><item><title><![CDATA[Duranium: A More Reliable PostmarketOS]]></title><description><![CDATA[
<p>Article URL: <a href="https://postmarketos.org/blog/2026/03/17/introducing-duranium/">https://postmarketos.org/blog/2026/03/17/introducing-duranium/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47420355">https://news.ycombinator.com/item?id=47420355</a></p>
<p>Points: 23</p>
<p># Comments: 4</p>
]]></description><pubDate>Wed, 18 Mar 2026 00:46:53 +0000</pubDate><link>https://postmarketos.org/blog/2026/03/17/introducing-duranium/</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=47420355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47420355</guid></item><item><title><![CDATA[Microsoft brings new "Xbox mode" to Windows 11 PCs next month]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.windowscentral.com/microsoft/windows-11/windows-11-xbox-mode-announcement-gdc-2026-project-helix-pc-game-dev">https://www.windowscentral.com/microsoft/windows-11/windows-11-xbox-mode-announcement-gdc-2026-project-helix-pc-game-dev</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47341369">https://news.ycombinator.com/item?id=47341369</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 11 Mar 2026 20:43:19 +0000</pubDate><link>https://www.windowscentral.com/microsoft/windows-11/windows-11-xbox-mode-announcement-gdc-2026-project-helix-pc-game-dev</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=47341369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47341369</guid></item><item><title><![CDATA[New comment by nikodunk in "Pocketblue – Fedora Atomic for mobile devices"]]></title><description><![CDATA[
<p>It's a new-ish project FYI. But to answer your questions:<p>- Apps: It's Linux (like desktop or server), but "image-based" so you install apps in containers like iOS or Android do (and therefore OS updates basically-never break). <a href="https://flathub.org" rel="nofollow">https://flathub.org</a> is generally the main app store for Linux containerized phone apps.<p>- Screenshots: It'll look the same as other Linux-on-phones, so like <a href="https://en.wikipedia.org/wiki/PostmarketOS" rel="nofollow">https://en.wikipedia.org/wiki/PostmarketOS</a> for instance. It's just built differently.</p>
]]></description><pubDate>Mon, 16 Feb 2026 02:36:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47030276</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=47030276</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47030276</guid></item><item><title><![CDATA[New comment by nikodunk in "Pocketblue – Fedora Atomic for mobile devices"]]></title><description><![CDATA[
<p>I'm sure PRs would be welcomed if you have those devices to test on.</p>
]]></description><pubDate>Sun, 15 Feb 2026 23:47:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47029041</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=47029041</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47029041</guid></item><item><title><![CDATA[New comment by nikodunk in "Pocketblue – Fedora Atomic for mobile devices"]]></title><description><![CDATA[
<p>Updating without worries has made it much more daily-drivable for me on a Oneplus 6 (ie. it has rollbacks and image-based updates), despite being so new. It's fun that image-based OSs - which were arguably popularlized by phones - are now coming back to phones on the Linux side too.</p>
]]></description><pubDate>Sun, 15 Feb 2026 22:36:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47028426</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=47028426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47028426</guid></item><item><title><![CDATA[New comment by nikodunk in "Pocketblue – Fedora Atomic for mobile devices"]]></title><description><![CDATA[
<p>This is based on bootc (bootable containers), so note that the OS build is described in a normal Dockerfile: <a href="https://github.com/pocketblue/pocketblue/blob/main/Containerfile" rel="nofollow">https://github.com/pocketblue/pocketblue/blob/main/Container...</a> which is then run by the Github action (or locally).<p>Very similar to how Universal Blue, Bazzite, Bluefin etc. build at <a href="https://github.com/ublue-os/bazzite" rel="nofollow">https://github.com/ublue-os/bazzite</a> (see their Containerfile), but for mobile.<p>Has a similar mission to <a href="https://postmarketos.org" rel="nofollow">https://postmarketos.org</a>, but with a different build system AFAICT</p>
]]></description><pubDate>Sun, 15 Feb 2026 22:08:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47028152</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=47028152</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47028152</guid></item><item><title><![CDATA[Pocketblue – Fedora Atomic for mobile devices]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/pocketblue/pocketblue">https://github.com/pocketblue/pocketblue</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47025085">https://news.ycombinator.com/item?id=47025085</a></p>
<p>Points: 149</p>
<p># Comments: 51</p>
]]></description><pubDate>Sun, 15 Feb 2026 16:40:13 +0000</pubDate><link>https://github.com/pocketblue/pocketblue</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=47025085</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47025085</guid></item><item><title><![CDATA[New comment by nikodunk in "An AI agent published a hit piece on me – more things have happened"]]></title><description><![CDATA[
<p>I really hope _this_ quote is not fabricated - because what a fantastic quote!!</p>
]]></description><pubDate>Sat, 14 Feb 2026 16:13:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47015628</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=47015628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47015628</guid></item><item><title><![CDATA[Simple to Ornate and Back Again (2024)]]></title><description><![CDATA[
<p>Article URL: <a href="https://josem.co/simple-to-ornate-and-back-again/">https://josem.co/simple-to-ornate-and-back-again/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46624208">https://news.ycombinator.com/item?id=46624208</a></p>
<p>Points: 10</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 14 Jan 2026 21:55:05 +0000</pubDate><link>https://josem.co/simple-to-ornate-and-back-again/</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=46624208</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46624208</guid></item><item><title><![CDATA[New comment by nikodunk in "Direct File won't happen in 2026, IRS tells states"]]></title><description><![CDATA[
<p><a href="https://chrisgiven.com/2025/06/saying-goodbye/" rel="nofollow">https://chrisgiven.com/2025/06/saying-goodbye/</a></p>
]]></description><pubDate>Wed, 05 Nov 2025 15:50:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=45824219</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=45824219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45824219</guid></item><item><title><![CDATA[New comment by nikodunk in "Direct File won't happen in 2026, IRS tells states"]]></title><description><![CDATA[
<p>Fascinating repo, thank you for sharing!</p>
]]></description><pubDate>Wed, 05 Nov 2025 07:46:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45820447</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=45820447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45820447</guid></item><item><title><![CDATA[New comment by nikodunk in "Pomelli"]]></title><description><![CDATA[
<p>Hot take from an AI skeptic: between this, Nano Banana and generative AI integrated into Gmail for repetitive emails, I’m starting to actually use Google’s AI for tasks I hate most.<p>Google appears to have their AI product game together!</p>
]]></description><pubDate>Sun, 02 Nov 2025 05:03:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=45787958</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=45787958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45787958</guid></item><item><title><![CDATA[New comment by nikodunk in "Bazzite Fall Update: Fedora 43, Xbox Allies, Legion Go 2, Nvidia GTX"]]></title><description><![CDATA[
<p>Agreed! It's my default recommendation now for a "just works" Linux system nowadays.<p>It's also really great for development btw - been doing all of my development on it with Homebrew and Flatpaks for over a year now.</p>
]]></description><pubDate>Wed, 29 Oct 2025 21:02:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=45752977</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=45752977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45752977</guid></item><item><title><![CDATA[Bazzite Fall Update: Fedora 43, Xbox Allies, Legion Go 2, Nvidia GTX]]></title><description><![CDATA[
<p>Article URL: <a href="https://universal-blue.discourse.group/t/bazzite-fall-update-fedora-43-xbox-allies-legion-go-2-nvidia-gtx/10948">https://universal-blue.discourse.group/t/bazzite-fall-update-fedora-43-xbox-allies-legion-go-2-nvidia-gtx/10948</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45751042">https://news.ycombinator.com/item?id=45751042</a></p>
<p>Points: 6</p>
<p># Comments: 2</p>
]]></description><pubDate>Wed, 29 Oct 2025 18:29:05 +0000</pubDate><link>https://universal-blue.discourse.group/t/bazzite-fall-update-fedora-43-xbox-allies-legion-go-2-nvidia-gtx/10948</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=45751042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45751042</guid></item><item><title><![CDATA[New comment by nikodunk in "Today is when the Amazon brain drain sent AWS down the spout"]]></title><description><![CDATA[
<p>Boeing?</p>
]]></description><pubDate>Tue, 21 Oct 2025 03:20:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45652089</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=45652089</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45652089</guid></item><item><title><![CDATA[New comment by nikodunk in "Migrating from AWS to Hetzner"]]></title><description><![CDATA[
<p>If you’re big, invest in this. If you’re small, slap Dokploy/Coolify on it.</p>
]]></description><pubDate>Fri, 17 Oct 2025 15:31:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45617909</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=45617909</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45617909</guid></item><item><title><![CDATA[New comment by nikodunk in "$912 energy independence without red tape"]]></title><description><![CDATA[
<p>You’d need a bigger kit. WIll Prowse has many guides on these. <a href="https://youtube.com/watch?v=rRqV8BHE8lY" rel="nofollow">https://youtube.com/watch?v=rRqV8BHE8lY</a></p>
]]></description><pubDate>Sat, 04 Oct 2025 22:44:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=45477416</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=45477416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45477416</guid></item><item><title><![CDATA[$912 energy independence without red tape]]></title><description><![CDATA[
<p>Article URL: <a href="https://sunboxlabs.com/">https://sunboxlabs.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45476820">https://news.ycombinator.com/item?id=45476820</a></p>
<p>Points: 209</p>
<p># Comments: 163</p>
]]></description><pubDate>Sat, 04 Oct 2025 21:22:05 +0000</pubDate><link>https://sunboxlabs.com/</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=45476820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45476820</guid></item><item><title><![CDATA[New comment by nikodunk in "Ask HN: What are you working on? (September 2025)"]]></title><description><![CDATA[
<p>I'm working on a super-simple budgeting app called <a href="https://4keynumbers.com" rel="nofollow">https://4keynumbers.com</a>, which is based on Ramit Sethi's Conscious Spending Plan. It currently syncs my expenses from Plaid and cooks it down into a single chart, with only savings, investments, bills/fixed, and "safe to spend" as categories.</p>
]]></description><pubDate>Mon, 29 Sep 2025 22:49:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=45419818</link><dc:creator>nikodunk</dc:creator><comments>https://news.ycombinator.com/item?id=45419818</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45419818</guid></item></channel></rss>