<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: nbf_1995</title><link>https://news.ycombinator.com/user?id=nbf_1995</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 30 Apr 2026 17:56:21 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nbf_1995" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nbf_1995 in "Zed 1.0"]]></title><description><![CDATA[
<p>> There's no View menu<p>Control + , > Window & Layout > Show Menus = true<p>This unhides the menu instead of hiding everything behind a burger. This should be the default. The defaults are awful in many ways and they've only gotten worse with the recent panel rearrangement.</p>
]]></description><pubDate>Wed, 29 Apr 2026 18:40:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47952546</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=47952546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47952546</guid></item><item><title><![CDATA[New comment by nbf_1995 in "New 10 GbE USB adapters are cooler, smaller, cheaper"]]></title><description><![CDATA[
<p>I have never heard of ethernet cables getting hot to that degree except when PoE is involved.</p>
]]></description><pubDate>Sun, 26 Apr 2026 01:56:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47906572</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=47906572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47906572</guid></item><item><title><![CDATA[New comment by nbf_1995 in "I stopped using NixOS and went back to Arch Linux"]]></title><description><![CDATA[
<p>The server is configured as a caching reverse proxy (just nginx with cache.nixos.org as upstream) which I think is similar to squid proxy.<p>Outside my LAN I do have the ability to tunnel home, but depending on the connection and the updates I just deal with the timeouts, or just wait until I get home.<p>I think technically you can override substituters using cli options but its not ideal. There are several proposals for configuring timeouts per substituter but none of them are merged yet.</p>
]]></description><pubDate>Fri, 13 Mar 2026 02:01:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47359839</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=47359839</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47359839</guid></item><item><title><![CDATA[New comment by nbf_1995 in "I stopped using NixOS and went back to Arch Linux"]]></title><description><![CDATA[
<p>I think this is a mostly fair criticism of nixos. Nixos has a lot of powerful tools, but if you don't need them, they can get in the way. Some assorted notes:<p>> unless you run nix-collect-garbage periodically<p><pre><code>    nix.gc.automatic = true;
    nix.gc.options = "--delete-older-than 10d";
</code></pre>
> the constant cycle of rebuild → fix → rebuild → fix → rebuild<p>I've found this useful to eliminate the rebuild loop:
<a href="https://kokada.dev/blog/quick-bits-realise-nix-symlinks/" rel="nofollow">https://kokada.dev/blog/quick-bits-realise-nix-symlinks/</a>
It lets you make the config of the program you choose a regular mutable file instead of a symlink so you can quickly iterate and test changes.<p>> In contrast, Arch Linux simply downloads prebuilt binaries via pacman or an AUR helper<p><i>If</i> a binary exists. A lot of AUR packages I used to rely on didn't have a binary package (or the binary package was out of date) and would have to build from source. On nixos my machines are set up to use distributed builds (<a href="https://wiki.nixos.org/wiki/Distributed_build" rel="nofollow">https://wiki.nixos.org/wiki/Distributed_build</a>). Packages that do need built from source get built on my server downstairs. The server also runs a reverse proxy cache so I only need to download packages once per version.<p>Distributed AUR builds <i>are</i> possible on arch, but they require a lot of setup and are still fragile like regular AUR builds, your only choice of dependencies are what's currently available in the repos.<p>> On my machine, regular maintenance updates without proper caching easily take 4–5+ hours<p>It sounds like the author may be running the unstable release channel and/or using some heavy unstable packages. Which might explain a lot of other problems the author is having too.<p>Back when I used arch, I found that as time went on, my system would sort of accumulate packages. I would install $package, then in the next version of $package a dependency would be added on $dep. When I updated, $dep would be installed, then eventually $package would drop the dependency on $dep, but $dep would remain installed. I would periodically have to run pacman -R $(pacman -Qtqd | tr '\n' ' ') to clear out packages that were no longer required.</p>
]]></description><pubDate>Wed, 11 Mar 2026 21:00:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47341734</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=47341734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47341734</guid></item><item><title><![CDATA[New comment by nbf_1995 in "Level S4 solar radiation event"]]></title><description><![CDATA[
<p>Title says "S4" solar radiation event, but the linked page says "G4" geomagnetic storm</p>
]]></description><pubDate>Tue, 20 Jan 2026 01:09:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46686679</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=46686679</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46686679</guid></item><item><title><![CDATA[New comment by nbf_1995 in "I switched from VSCode to Zed"]]></title><description><![CDATA[
<p>Can you expand on how you use Zellij? I tried it and I understand you can use it for splits, and tabs similar to tmux. But I might revisit it if it allows an IDE like workflow with Helix.</p>
]]></description><pubDate>Mon, 05 Jan 2026 15:31:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=46499940</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=46499940</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46499940</guid></item><item><title><![CDATA[New comment by nbf_1995 in "Is Mozilla trying hard to kill itself?"]]></title><description><![CDATA[
<p>> Maybe someone ports Vanadium to desktop linux<p><a href="https://github.com/secureblue/Trivalent" rel="nofollow">https://github.com/secureblue/Trivalent</a></p>
]]></description><pubDate>Wed, 17 Dec 2025 18:46:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46303703</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=46303703</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46303703</guid></item><item><title><![CDATA[New comment by nbf_1995 in "I made a quieter air purifier"]]></title><description><![CDATA[
<p>I think it's because there are no grills on the outside. If the fans were sucking air out of the box, dust would build up on the outside, and bumping it would dislodge dust back into the environment.<p>With the fans blowing in, all the dust is on the inside of the box (and on the fans).<p>The box fan version also blows air into the box</p>
]]></description><pubDate>Mon, 01 Dec 2025 02:32:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46102854</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=46102854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46102854</guid></item><item><title><![CDATA[New comment by nbf_1995 in "State of Embedded: Q4 2025 Overview"]]></title><description><![CDATA[
<p>The solidrun LX2 offers 4x SFP+, but that board is getting quite old at this point.<p>There are a couple of bananapi router boards that have 1 maybe 2 SFP+</p>
]]></description><pubDate>Wed, 29 Oct 2025 16:34:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45749272</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=45749272</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45749272</guid></item><item><title><![CDATA[New comment by nbf_1995 in "Shai-Hulud malware attack: Tinycolor and over 40 NPM packages compromised"]]></title><description><![CDATA[
<p>Just curious, what did you switch to?</p>
]]></description><pubDate>Tue, 16 Sep 2025 20:02:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45267235</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=45267235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45267235</guid></item><item><title><![CDATA[New comment by nbf_1995 in "The GitHub website is slow on Safari"]]></title><description><![CDATA[
<p>Firefox has a setting in about:config to only send referrer headers when navigating to links on the same base domain.<p>network.http.referer.XOriginPolicy = 1</p>
]]></description><pubDate>Wed, 27 Aug 2025 17:50:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=45042733</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=45042733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45042733</guid></item><item><title><![CDATA[New comment by nbf_1995 in "Leaving Gmail for Mailbox.org"]]></title><description><![CDATA[
<p>Something to note: Certain service providers (e.g. Twitch) will not allow you to sign up using an '@mailbox.org' email address. I do not know if this ban extends to custom domain addresses.</p>
]]></description><pubDate>Sat, 23 Aug 2025 14:24:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=44996227</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=44996227</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44996227</guid></item><item><title><![CDATA[New comment by nbf_1995 in "SQLx – Rust SQL Toolkit"]]></title><description><![CDATA[
<p>SQLx and F# type-providers are probably the best developer experience for writing database access code. I wish more languages had something equivalent.</p>
]]></description><pubDate>Tue, 29 Jul 2025 00:02:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44717361</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=44717361</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44717361</guid></item><item><title><![CDATA[New comment by nbf_1995 in "SQLx – Rust SQL Toolkit"]]></title><description><![CDATA[
<p>It's a rust library that you can use to run sql queries against a database. It also inspects the database at compile* time to figure out the type of each column in your query so that your code is type-safe.<p>* Or in your editor as you're writing code.</p>
]]></description><pubDate>Tue, 29 Jul 2025 00:00:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=44717343</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=44717343</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44717343</guid></item><item><title><![CDATA[New comment by nbf_1995 in "What went wrong for Yahoo"]]></title><description><![CDATA[
<p>Yahoo Japan is a different company to Yahoo.</p>
]]></description><pubDate>Sat, 26 Jul 2025 21:25:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=44697013</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=44697013</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44697013</guid></item><item><title><![CDATA[New comment by nbf_1995 in "lsr: ls with io_uring"]]></title><description><![CDATA[
<p>Technically, the first, third, and fifth occurrence of "it's" should be "its". The dog chased its tail.<p>I didn't notice when I read the article though. The original commenter is being pedantic.</p>
]]></description><pubDate>Fri, 18 Jul 2025 18:32:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44608229</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=44608229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44608229</guid></item><item><title><![CDATA[New comment by nbf_1995 in "Trying Guix: A Nixer's impressions"]]></title><description><![CDATA[
<p>From the article:<p>> My goal was to take my Unchartevice laptop with its strange Zhaoxin x86_64-compatible CPU...<p>> Sure, this is a laptop with a CPU broadly equivalent to old Intel Atom CPUs...<p>Yes, guix pull is slow, but the author is using some old/exotic hardware. The last time I tried guix on a 5th gen dual core i5, the initial pull was not that slow. And as other commenters have pointed out. The first pull is the slowest by far.</p>
]]></description><pubDate>Fri, 18 Jul 2025 18:07:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=44607956</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=44607956</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44607956</guid></item><item><title><![CDATA[New comment by nbf_1995 in "Underwater turbine spinning for 6 years off Scotland's coast is a breakthrough"]]></title><description><![CDATA[
<p><a href="https://cs.stanford.edu/people/zjl/pdf/tide.pdf" rel="nofollow">https://cs.stanford.edu/people/zjl/pdf/tide.pdf</a></p>
]]></description><pubDate>Thu, 10 Jul 2025 15:40:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44522240</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=44522240</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44522240</guid></item><item><title><![CDATA[New comment by nbf_1995 in "Show HN: ToplingDB - A Persistent Key-Value Store for External Storage"]]></title><description><![CDATA[
<p>Like RocksDB from which this appears to be forked, the primary usage is as a storage engine for other applications/databases. Compared to rocksdb, it seems like ToplingDB has added more facilities to better support distributed use-cases.<p>Some databases that utilize RocksDB for their storage engine:
<a href="https://kvrocks.apache.org/" rel="nofollow">https://kvrocks.apache.org/</a> - Redis/ValKey compatible distributed database with disk persistence via RockDB.
<a href="https://github.com/pingcap/tidb">https://github.com/pingcap/tidb</a> - MySQL compatible distributed database. Mentioned elsewhere in this thread.
<a href="https://github.com/tikv/tikv">https://github.com/tikv/tikv</a> - Distributed, transactional, key value store. Originally by the same company as TiDB.<p>In theory you could use it as an in-process KV store similar to how SQLite provides an in process sql database, but the api is far from ergonomic for that use case.</p>
]]></description><pubDate>Tue, 01 Jul 2025 18:06:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=44436546</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=44436546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44436546</guid></item><item><title><![CDATA[New comment by nbf_1995 in "YouTube's new anti-adblock measures"]]></title><description><![CDATA[
<p>> Are you just happy to throw your money away if it goes to a giant corporation?<p>45% (which is a lot) of the money goes to the giant corporation. The other 55% gets divided up among the people whose content you watched.<p>I mostly watch smaller creators, so I don't mind 55% of my membership fee ending up in their pockets so they can keep making videos for me to enjoy.<p>I don't watch ads, the people I watch get paid because I watched. And obviously I'm not happy about the cut google takes and I would rather a higher percentage of my money go to the creators.</p>
]]></description><pubDate>Sat, 21 Jun 2025 17:52:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44339378</link><dc:creator>nbf_1995</dc:creator><comments>https://news.ycombinator.com/item?id=44339378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44339378</guid></item></channel></rss>