<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: anglesideangle</title><link>https://news.ycombinator.com/user?id=anglesideangle</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 31 Aug 2026 10:58:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=anglesideangle" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by anglesideangle in "Omarchy: Any User Process Can Escalate to Root"]]></title><description><![CDATA[
<p>WSL2 is also a VM. docker relies on the linux kernel apis, so it must be ran inside a linux VM on macos or windows</p>
]]></description><pubDate>Sun, 30 Aug 2026 17:08:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49500536</link><dc:creator>anglesideangle</dc:creator><comments>https://news.ycombinator.com/item?id=49500536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49500536</guid></item><item><title><![CDATA[New comment by anglesideangle in "The Nixpkgs core team has disbanded"]]></title><description><![CDATA[
<p>Here's the team's description <a href="https://nixos.org/community/teams/nixpkgs-core/" rel="nofollow">https://nixos.org/community/teams/nixpkgs-core/</a>. They were able to accomplish quite a lot of useful work. The steering committee is a separate organization (<a href="https://nixos.org/community/teams/steering-committee/" rel="nofollow">https://nixos.org/community/teams/steering-committee/</a>) that contains more people and arguably accomplishes less.</p>
]]></description><pubDate>Sat, 08 Aug 2026 03:05:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49218563</link><dc:creator>anglesideangle</dc:creator><comments>https://news.ycombinator.com/item?id=49218563</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49218563</guid></item><item><title><![CDATA[New comment by anglesideangle in "The Nixpkgs core team has disbanded"]]></title><description><![CDATA[
<p>The post has nothing to do with the election drama you cite:<p>> These issues have persisted despite our repeated attempts to discuss them. This is, of course, a systemic problem rather than one any single SC member could solve; we don’t envy the demands of the role, have been impressed by the efforts of several members, and recognize that every individual naturally has limited time and energy and can only do so much in the context of a representative majoritarian committee.</p>
]]></description><pubDate>Sat, 08 Aug 2026 02:07:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49218283</link><dc:creator>anglesideangle</dc:creator><comments>https://news.ycombinator.com/item?id=49218283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49218283</guid></item><item><title><![CDATA[New comment by anglesideangle in "The Nixpkgs core team has disbanded"]]></title><description><![CDATA[
<p>Maintenance and updates will continue as usual. The maintainers formerly on the nixpkgs core team aren't even stopping their individual contributions.</p>
]]></description><pubDate>Sat, 08 Aug 2026 01:56:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=49218217</link><dc:creator>anglesideangle</dc:creator><comments>https://news.ycombinator.com/item?id=49218217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49218217</guid></item><item><title><![CDATA[New comment by anglesideangle in "Linux kernel will support $ORIGIN, sort of"]]></title><description><![CDATA[
<p>silverblue doesn't accomplish goal 3 either... if you need conflicting dependencies to interact in the same environment (i.e. outside a container)</p>
]]></description><pubDate>Wed, 22 Jul 2026 14:34:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49007528</link><dc:creator>anglesideangle</dc:creator><comments>https://news.ycombinator.com/item?id=49007528</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49007528</guid></item><item><title><![CDATA[Mini Shai-Hulud has crossed from NPM into PyPI]]></title><description><![CDATA[
<p>Article URL: <a href="https://bsky.app/profile/socket.dev/post/3mln2ck4joc2p">https://bsky.app/profile/socket.dev/post/3mln2ck4joc2p</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48105123">https://news.ycombinator.com/item?id=48105123</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 12 May 2026 07:01:39 +0000</pubDate><link>https://bsky.app/profile/socket.dev/post/3mln2ck4joc2p</link><dc:creator>anglesideangle</dc:creator><comments>https://news.ycombinator.com/item?id=48105123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48105123</guid></item><item><title><![CDATA[New comment by anglesideangle in "Bootc and OSTree: Modernizing Linux System Deployment"]]></title><description><![CDATA[
<p>> nix and nixos has a lot to learn from bootc<p>nix is a build system, and has nothing to learn from bootc. However, I agree that nixos could adopt some of the developments around bootc, like composefs for verified boot.<p>> usage of standard industry tooling instead of inventing its own things for what to be honest is no benefit mostly drawbacks which are so huge<p>nix was first released in 2003, nixos and docker were first released in 2013, and the OCI was started in 2015. bootc was created ~2023. For the purposes of deploying environments, an input-addressed (hopefully content-addressed in the future) tree of build artifacts is just a conceptually _better_ model than coarse layers of filesystem changes. It's a shame it isn't industry standard, because the industry would be better off if it was.<p>> BootC uses primarily conventions already existing previously<p>As previously established, nix and nixos were created before docker, and all of them existed before bootc, even though you might not have personally encountered nixos before then. There's a lot of value in keeping an open mind to technologies you might not be familiar or comfortable with, even though it might be tempting to arbitrarily hate them because they are different from what is commonly used.<p>> better in almost every way<p>refer to my previous post<p>> first off i can start nginx locally<p>yes, but you have to install and configure it. You cannot add nginx as a system package on a bootc system without building a new layer. Configuring it can be done by manually editing /etc/nginx and /var/www on _both_ nixos and bootc distros, but configuring it in a manner reproducible across machines requires either writing all your config in the dockerfile or something like ansible on a bootc system.<p>> bad DSL(and yes its bad actually horrible)<p>the nix language has plenty of areas for improvement, but it really is not that bad. I personally prefer it to a combination of yaml and python glue that alternatives like buildstream tend to use.<p>> WHO CARES CI takes care of it<p>good luck asking any user who wants to change something about their system to choose between setting up CI, essentially being responsible for a custom distribution, or waiting for a docker build on every update because their bottom layer's cache gets invalidated.</p>
]]></description><pubDate>Mon, 02 Mar 2026 07:03:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47214723</link><dc:creator>anglesideangle</dc:creator><comments>https://news.ycombinator.com/item?id=47214723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47214723</guid></item><item><title><![CDATA[New comment by anglesideangle in "Bootc and OSTree: Modernizing Linux System Deployment"]]></title><description><![CDATA[
<p>I often see bootc and/or buildstream uncritically presented as the future of the linux desktop, and find it somewhat surprising because, in my experience, they are both more complex _and_ less capable than nixos.<p>To elaborate, I will separate linux operating systems into three categories:<p>1. traditional mutable package management (debian, fedora, arch, etc) - Bad model for obvious reasons, I won't get into this.<p>2. immutable images (embedded deployments, android, chromeos) - A build system (yocto, nix, buildroot, buildstream) procudes a disk image. System boots the disk image and handles updates using A/B root partitions with `systemd-sysupdate` or similar.<p>3. store-based atomic (nixos, ublue) - The system keeps a mutable store of hashed objects (/nix/store, /var/lib/containers/storage, /ostree/repo) and boots a specific system generation. Updates add new objects to the store, which must be automatically cleaned, and create a new systemd generation to boot into.<p>In the case of categories 2 and 3, a build system of some kind is used to produce the image or packages that are turned into the new system generation.<p>The bootc project, which falls into category 3, attempts to use the standardized and highly adopted OCI image format (layered filesystem changes stored in a content addressed store) as a medium for distributing linux systems. The major limitation here is that these systems are very complicated to build and extend. While it may not seem that way compared to nixos if you have prior experience writing dockerfiles, configuring your system with imperative statements that build on previous state is _really_ tedious. For example, you can't just re-use work with multiple `FROM` statements in the same layer, so you instead need to copy files between images. This is incredibly jank, look at [the docs](<a href="https://blue-build.org/how-to/minimal-setup/" rel="nofollow">https://blue-build.org/how-to/minimal-setup/</a>) for bluebuild's module system. Additionally, for a motivated user to change their system internals, they need to make the jump to hosting it with CI and pulling the images.<p>As jcastro mentioned elsewhere in this thread, there is work in the ublue project, which focuses on bootc images, to instead build their systems from source using buildstream, the same way GNOME OS works. The idea is that this is no longer a "distribution" and doesn't have "packages" anymore, since the entire system is built from source into an image that can be updated to atomically. While this model is simpler and way less jank than assembling your OS in a dockerfile, the model of separating packaging from distribution makes things harder for users for no benefit over the alternative.<p>To elaborate: Buildstream is a build system created by gnome developers that works as follows:<p>- Various element are defined in yaml files with their dependency and build steps<p>- Buildstream forms a tree of build elements to evaluate<p>- Each element is evaluated in a sandbox with access to only its dependencies and the output is placed in a content-addressed store for caching<p>If you have experience with nix, you may recognize that this is almost the same way nix works, with the difference that buildstream dependencies are mounted to regular directories (e.g. /usr) in the build sandbox instead of directly dealt with as /nix/store objects, and that buildstream is much harder to extend. A nix build results in artifacts that live in the nix store and are symlinked to other paths in the nix store, while a buildstream build results in artifacts that are compatible with a more traditional directory structure.<p>The idea of GNOME OS being "distroless" and not having packages is misleading, as it does have packages. Only, the packages exist exclusively during the build process. In order for a user to modify their system, they must add a rule to the buildstream definitions their system is built from and rebuild the entire thing from source to generate a new system image, which is unnecessarily burdensome. This is because the content-addressed artifact store (buildstream's cache) that exists when building has no relationship to the content-addressed artifact store on the deployed system (ostree or oci storage). This is pointless indirection with no clear benefit. By not separating building from distribution, nixos (a project using the nix dsl to build a linux system) achieves the same benefits of this model without any of the drawbacks. Users can modify how their system works, use caches, add their own packages, and share/integrate these modifications freely without building their entire os again from source every time.<p>To put this power in perspective, adding a nginx server to your system on nixos amounts to adding to your nix configuration:<p>services.nginx.enable = true;<p>and then rebuilding, switching to the new system generation.<p>Imagine how painful it would be to do this via a dockerfile (based off a different image) or buildstream definitions...<p>Finally, I'd like to clarify that nixos is not perfect. There are many areas of that need improvement (documentation, evaluation speed, evaluation caching, ifd, error messages, etc). However, I believe nixos is a fundamentally better and simpler model than the one being pushed by a lot of the linux desktop ecosystem at the moment. I believe a lot of the work on infrastructure like bootc and buildstream would be better focused on nix/nixos, or at least would benefit from learning from them.</p>
]]></description><pubDate>Sat, 28 Feb 2026 18:39:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47198735</link><dc:creator>anglesideangle</dc:creator><comments>https://news.ycombinator.com/item?id=47198735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47198735</guid></item><item><title><![CDATA[New comment by anglesideangle in "Closing the Nix gap: From environments to packaged applications for rust"]]></title><description><![CDATA[
<p>> I’m increasingly convinced that the mere existence of a package manager (for programs, not source code) is a sign of a failed platform design.<p>Nix is a build system for source code, similar to make. It is such a robust build system that it <i>also</i> can be used as a package manager with a binary cache</p>
]]></description><pubDate>Sat, 23 Aug 2025 01:31:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=44992109</link><dc:creator>anglesideangle</dc:creator><comments>https://news.ycombinator.com/item?id=44992109</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44992109</guid></item><item><title><![CDATA[New comment by anglesideangle in "GitHub is no longer independent at Microsoft after CEO resignation"]]></title><description><![CDATA[
<p>The problem with a federation system like mastodon/activitypub is that relying on propagation hurts usability and discoverability. [tangled.sh](<a href="https://tangled.sh/" rel="nofollow">https://tangled.sh/</a>) is to federated forgejo what bluesky is to mastodon, where it relies on atproto to have decentralization without sacrificing ux</p>
]]></description><pubDate>Mon, 11 Aug 2025 22:50:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44870355</link><dc:creator>anglesideangle</dc:creator><comments>https://news.ycombinator.com/item?id=44870355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44870355</guid></item><item><title><![CDATA[Mac.bash: the joys of the Mac ecosystem from within your Linux shell]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/anglesideangle/mac.bash">https://github.com/anglesideangle/mac.bash</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44766636">https://news.ycombinator.com/item?id=44766636</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 02 Aug 2025 11:14:28 +0000</pubDate><link>https://github.com/anglesideangle/mac.bash</link><dc:creator>anglesideangle</dc:creator><comments>https://news.ycombinator.com/item?id=44766636</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44766636</guid></item><item><title><![CDATA[New comment by anglesideangle in "Long live Xorg, I mean Xlibre"]]></title><description><![CDATA[
<p>As someone who actively uses a wayland compositor and has done so since switching to linux ~4 years ago, I often feel like I live in a different world from the authors of articles discussing its usability. Just to discuss a few points made about wayland's supposed inferiority:<p>> Wayland cannot do (or do well) tons of things:<p>> VNC server<p>> remote desktop<p>I don't regularly use either of these so I cannot attest to whether they work on wayland.<p>> SSH X forwarding<p><a href="https://gitlab.freedesktop.org/mstoeckl/waypipe" rel="nofollow">https://gitlab.freedesktop.org/mstoeckl/waypipe</a><p>> custom keyboard bindings<p>I currently have caps lock bound to esc<p>> numerous accessibility options<p>This is likely true<p>> legacy software<p>xwayland<p>> absolute desktop positioning<p>Once again, I'm running absolute desktop positioning right now<p>> screen sharing and recording<p>I just installed and ran obs, told it to use screen capture as a source, it recorded fine<p>> CAD/EDA tools<p>CAD software only runs on windows anyway. For KiCad, it's seemingly blocked on a window positioning protocol, which wayland will hopefully adopt soon</p>
]]></description><pubDate>Tue, 17 Jun 2025 19:58:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=44303262</link><dc:creator>anglesideangle</dc:creator><comments>https://news.ycombinator.com/item?id=44303262</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44303262</guid></item><item><title><![CDATA[Cracks in Containerized Development]]></title><description><![CDATA[
<p>Article URL: <a href="https://anglesideangle.dev/blog/container-hell/">https://anglesideangle.dev/blog/container-hell/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43513199">https://news.ycombinator.com/item?id=43513199</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 29 Mar 2025 06:12:42 +0000</pubDate><link>https://anglesideangle.dev/blog/container-hell/</link><dc:creator>anglesideangle</dc:creator><comments>https://news.ycombinator.com/item?id=43513199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43513199</guid></item></channel></rss>