<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: blop</title><link>https://news.ycombinator.com/user?id=blop</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 20 Sep 2026 11:06:28 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=blop" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by blop in "Btrfs/ZFS/bcachefs under workloads classic benchmarks skip"]]></title><description><![CDATA[
<p>drama matters because most users don't want to have their favourite FS randomly removed from the kernel unexpectedly after some OS update :)<p>That said I certainly hope that one day the technical advantage of bcachefs will be so overwhelming that maybe the decision to remove it will be overturned. And if big vendors make it their default FS the bus factor will disappear (even if unofficially you'd still be the sole maintainer, but no one cares about that in the enterprise world...)</p>
]]></description><pubDate>Sat, 19 Sep 2026 22:10:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=49770512</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=49770512</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49770512</guid></item><item><title><![CDATA[New comment by blop in "Btrfs/ZFS/bcachefs under workloads classic benchmarks skip"]]></title><description><![CDATA[
<p>That's what I meant, it's always risky to rely on a single person for such an important subsystem as storage... I'm also very sad that bcachefs has been kicked out of the kernel, it is really a very promising FS.<p>So that leaves btrfs which always seemed complex and brittle to me (compared to zfs at least)</p>
]]></description><pubDate>Sat, 19 Sep 2026 21:22:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=49770234</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=49770234</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49770234</guid></item><item><title><![CDATA[New comment by blop in "Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'"]]></title><description><![CDATA[
<p>Anton is definitely wonderful! He explains everything very well with no drama and BS. High information density and yet very clear!</p>
]]></description><pubDate>Sat, 19 Sep 2026 19:40:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49769533</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=49769533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49769533</guid></item><item><title><![CDATA[New comment by blop in "Btrfs/ZFS/bcachefs under workloads classic benchmarks skip"]]></title><description><![CDATA[
<p>I think the reviews should also include the social aspect of these filesystems...<p>There is and have been many promising and exciting FS to replace the old boring ones, but for storage you not only want to avoid technical issues but also maintainer(s) drama...</p>
]]></description><pubDate>Sat, 19 Sep 2026 19:19:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49769377</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=49769377</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49769377</guid></item><item><title><![CDATA[New comment by blop in "Btrfs/ZFS/bcachefs under workloads classic benchmarks skip"]]></title><description><![CDATA[
<p>yes indeed, zfs for my nas basically</p>
]]></description><pubDate>Sat, 19 Sep 2026 19:14:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49769350</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=49769350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49769350</guid></item><item><title><![CDATA[New comment by blop in "Btrfs/ZFS/bcachefs under workloads classic benchmarks skip"]]></title><description><![CDATA[
<p>For peace of mind I'm still using zfs (since the last 15+ years) but I'm definitely not impressed by the performance...</p>
]]></description><pubDate>Sat, 19 Sep 2026 18:54:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=49769215</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=49769215</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49769215</guid></item><item><title><![CDATA[New comment by blop in "European "age verification" "app" forcing everyone to use Android or iOS"]]></title><description><![CDATA[
<p>This is the elephant in the room regarding the big "digital sovereignty" talks in the EU. 
For the moment in the EU institutions the focus is mostly at the post-acceptance stage that everything must eventually migrate off US clouds. There is still some denial and hope that things will go back to "before" because it's going to be extremely costly to migrate, but at least high level EU civil servants start to see the strategic value of moving out.<p>However there is ZERO talk about mobile platforms... No alternative solution like linux for the desktop, no money or care given to the few alternative that tentatively exist, and zero talk about forcing companies (at least for the ones shipping android phones) to open up their firmwares and allow users to install alternative OS if they want to sell in the EU.<p>So whilst the backend guys more or less got the memo about sovereignty, I think there is still a lot of educational work to do regarding end user devices and what kind of digital slavery hole we're digging ourselves in...</p>
]]></description><pubDate>Tue, 14 Jul 2026 09:20:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48904097</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=48904097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48904097</guid></item><item><title><![CDATA[New comment by blop in "Migrating from GNU Stow to Chezmoi"]]></title><description><![CDATA[
<p>I use syncthing to automatically sync my dotfiles git directory across PC/laptops, and stow to manually update symlinks when I add a new dotfile (the content of existing dotfiles is synced by syncthing already)<p>That way I don't have to remember to commit+push+pull changes to existing dotfiles (like bashrc or vimrc which I edit often) to sync them to other machines, it happens automatically in almost real time as soon as the file is saved on one of my machines (syncthing uses inotify to detect changes on monitored directories)</p>
]]></description><pubDate>Thu, 18 Jun 2026 19:33:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48590387</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=48590387</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48590387</guid></item><item><title><![CDATA[New comment by blop in "AI agent runs amok in Fedora and elsewhere"]]></title><description><![CDATA[
<p>looks like LLMs aren't mature enough yet to play long-game xz-style attacks without detection... Scary stuff though :( These supply chain attacks are getting really wild</p>
]]></description><pubDate>Thu, 11 Jun 2026 01:04:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48484989</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=48484989</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48484989</guid></item><item><title><![CDATA[New comment by blop in "Don't host email yourself – your reminder in 2026"]]></title><description><![CDATA[
<p>ah sorry, I thought you wanted a delivery notification when you are sending an email via your own SMTP server (i.e. when thunderbird is configured to use your own outbound SMTP gateway)</p>
]]></description><pubDate>Wed, 25 Feb 2026 18:37:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47155736</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=47155736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47155736</guid></item><item><title><![CDATA[New comment by blop in "Don't host email yourself – your reminder in 2026"]]></title><description><![CDATA[
<p>Well I don't know if you wrote this in a sarcastic way or not, but when you write a new message in Thunderbird just turn on `Options -> Delivery Status Notification` and your mail server will email you back with a delivery status message (success or failure, although failure can take some days if the receiving server doesn't outright reject your message)</p>
]]></description><pubDate>Tue, 24 Feb 2026 13:29:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47136899</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=47136899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47136899</guid></item><item><title><![CDATA[New comment by blop in "Proxmox virtual environment 9.1 available"]]></title><description><![CDATA[
<p>As my main desktop computers I've been using Fedora and Windows (for gaming only) virtualised on top of a single proxmox host with 2 GPUs passed through for more than 10 years... Upgraded all the way to latest versions (guests and hosts) without ever having to reinstall from scratch. I upgraded the hardware a few times (just cloned the disks), and since the desktops are virtualised, Windows always worked fine without complaining about new hardware drivers (only thing to change was GPU driver)<p>Another benefit is block-level backups of the VMs (either with qcow2 disks files or ZFS block storage, which both support snapshots and easy incremental backups of changed block data only)<p>Proxmox is great for this, although maybe not on a laptop unless you're ready to do a lot of tweaks for sleep, etc.</p>
]]></description><pubDate>Wed, 19 Nov 2025 19:28:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45983912</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=45983912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45983912</guid></item><item><title><![CDATA[New comment by blop in "Managing dotfiles with Make"]]></title><description><![CDATA[
<p>I think people like using makefile as a simple task runner because it's pretty much ubiquitous and also a kind of auto-descriptive standard. Interactive shells usually do autocompletion on makefile targets so it's easy to see what you can run on a project (more so on old or foreign projects)</p>
]]></description><pubDate>Tue, 30 Sep 2025 09:05:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45423453</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=45423453</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45423453</guid></item><item><title><![CDATA[New comment by blop in "Giant, all-seeing telescope is set to revolutionize astronomy"]]></title><description><![CDATA[
<p>actually the telescope devops guys were hiring a couple years ago on HN: <a href="https://news.ycombinator.com/item?id=38101085">https://news.ycombinator.com/item?id=38101085</a> :-D</p>
]]></description><pubDate>Fri, 20 Jun 2025 16:00:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44329006</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=44329006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44329006</guid></item><item><title><![CDATA[New comment by blop in "Giant, all-seeing telescope is set to revolutionize astronomy"]]></title><description><![CDATA[
<p>I found this pdf presentation with lots of great technical details about data management and a devops infra oriented view of this telescope: <a href="https://ci-compass.org/assets/602137/2025jan23_cicompass_rubin.pdf" rel="nofollow">https://ci-compass.org/assets/602137/2025jan23_cicompass_rub...</a><p>Worth a read for the devops guys around here!<p><pre><code>  - about 20TB per day, around 100PB expected for the whole survey
  - 0.5PB ceph cluster for local data
  - workloads on 20 nodes kubernetes cluster/argocd
  - physical infra managed with puppet/ansible
  - 100Gbs(+40Gs backup) fiber connection to US-based datacenter for further processing</code></pre></p>
]]></description><pubDate>Fri, 20 Jun 2025 08:04:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=44325607</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=44325607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44325607</guid></item><item><title><![CDATA[New comment by blop in "Android "Password Store" client for pass discontinued"]]></title><description><![CDATA[
<p>yes, it's my biggest worry too.<p>At least with keepassDX on android there is no internet access permission needed by default, but if a compromised update suddenly required it I don't know if Android would prompt about it since all apps have internet access granted without prompting :(<p>I also wish it was possible to block automatic updates of specific apps on the play store... So at least we could be in control over updating critical apps such as these without having to micromanage updates for all apps.</p>
]]></description><pubDate>Mon, 21 Oct 2024 08:18:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=41901857</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=41901857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41901857</guid></item><item><title><![CDATA[New comment by blop in "Recognizing the limitations of cloud drives"]]></title><description><![CDATA[
<p>Syncthing on at least one server with zfs or btrfs snapshots</p>
]]></description><pubDate>Fri, 23 Feb 2024 20:31:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=39485719</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=39485719</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39485719</guid></item><item><title><![CDATA[New comment by blop in "Recognizing the limitations of cloud drives"]]></title><description><![CDATA[
<p>Just use syncthing ...</p>
]]></description><pubDate>Fri, 23 Feb 2024 19:43:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=39485197</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=39485197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39485197</guid></item><item><title><![CDATA[New comment by blop in "Nebula is not the fastest mesh VPN, but neither are the others"]]></title><description><![CDATA[
<p>Fair enough about the android mobile client... My use case only involves meshing linux appliances across various networks so we only need the nebula core binaries which are under MIT license<p><a href="https://github.com/slackhq/nebula/blob/master/LICENSE">https://github.com/slackhq/nebula/blob/master/LICENSE</a></p>
]]></description><pubDate>Mon, 19 Feb 2024 02:16:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=39425581</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=39425581</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39425581</guid></item><item><title><![CDATA[New comment by blop in "Nebula is not the fastest mesh VPN, but neither are the others"]]></title><description><![CDATA[
<p>Nebula is great! 
From what I found after testing other solutions (headscale, netbird, netmaker) It's also the only completely open source mesh vpn that can be configured with a highly available control plane (just run multiple lighthouses, nothing is shared) and also supports multiple root CAs for nodes, relays and control planes (and each node can be a relay too)<p>I just wish there was a kubernetes operator to easily set up mesh sidecars like with tailscale and it would be perfect!</p>
]]></description><pubDate>Mon, 19 Feb 2024 00:59:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=39425160</link><dc:creator>blop</dc:creator><comments>https://news.ycombinator.com/item?id=39425160</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39425160</guid></item></channel></rss>