<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: ParticlesRWaves</title><link>https://news.ycombinator.com/user?id=ParticlesRWaves</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 23 Jun 2026 05:24:44 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ParticlesRWaves" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ParticlesRWaves in "The Simplicity of Prolog"]]></title><description><![CDATA[
<p>Am I the only who finds this article to be inaccessible due to color choices and implementation?<p>I'm really interested in Prolog, but my eyes feel the strain after a few sentences. The reason is that the contrast ratio of some parts is very low, of others excessively high. The constant alternations between these extremes intensifies the effect.<p>The page looks shredded in Safaris reader mode, so that's no help either.</p>
]]></description><pubDate>Sun, 26 Jan 2025 13:43:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=42830062</link><dc:creator>ParticlesRWaves</dc:creator><comments>https://news.ycombinator.com/item?id=42830062</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42830062</guid></item><item><title><![CDATA[New comment by ParticlesRWaves in "Nix – Death by a Thousand Cuts"]]></title><description><![CDATA[
<p>I recently tried NixOS 24.11 but quickly decided it’s not for me or something I’d recommend. While the system initially seemed promising, it was frustrating in practice.<p>My first hurdle was configuring the network in configuration.nix. The installed template implies network settings go there, but that’s misleading. Worse, "nixos-rebuild switch" requires a working network, so a broken config leaves the system unable to fix itself – a catch-22.<p>Next, I tried "nix search wget", as suggested in the manual, but hit errors about missing experimental features. I had to enable both nix-command and flakes manually to get this to work:<p><pre><code>    nix --extra-experimental-features nix-command --extra-experimental-features flakes search nixpkgs wget
</code></pre>
Even then, package search, like configuration, seems to depend on a network connection, which feels unnecessarily fragile.<p>(edit: formatting)</p>
]]></description><pubDate>Wed, 15 Jan 2025 13:59:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=42710813</link><dc:creator>ParticlesRWaves</dc:creator><comments>https://news.ycombinator.com/item?id=42710813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42710813</guid></item></channel></rss>