Rust and Cargo enters the room.
Rust and Cargo enters the room.
128 GB here which runs out if I compile the complete project at work with -j32. And this sucks because 128 GB right now means the RAM cannot run super fast, meaning it is a bottleneck to any modern Ryzen…
We’ve been using Linear in my latest company and it is actually quite good. No bullshit fast UI, boards, issues linking with Git, a support that can take a feature request that is often implemented in a week or two after asking it.
I run invidious at home on my proxmox server. The server is available everywhere with tailscale, so I can use it even when travelling. If Google ever blocks this, nobody at home can watch youtube anymore…
In my experience, nix works exceptionally well with Rust. Python and JavaScript are nastier, especially if the libraries use C extensions.
Musl can be a bit annoying compilation target sometimes. Usually it works but I’ve debugged bugs a few times that were due to musl target.
I prefer my distro with glibc…
But do not run Linux, the kernel.
Just waiting for one that requires you to compile one Monad to define your whole distro. Types all the way.
Then I’m writing a blog post how your Linux distro is a burrito.
dbg!(1)
all the time…
Yes. And I feel sad because I haven’t been excited on any other OS for years after learning NixOS. I used to be excited about playing with things like FreeBSD, but now they all feel like something’s missing…
Not for everybody, but as a software engineer nix/nixos is blessing.
It creates a set of symlinks so every program sees exactly the dependencies it needs.
https://nixos.org/guides/nix-pills/09-automatic-runtime-dependencies#automatic-runtime-dependencies
You can also create a container:
https://nixos.wiki/wiki/NixOS_Containers
Or you can create reproducible docker containers with nix:
https://dev.to/anurag_vishwakarma/a-better-way-to-build-reproducible-docker-images-with-nix-2k59
The secret sauce with nix is reproducibility. If it builds once, it will continue building exactly like that forever. Bit by bit.
Nix can build you a bit-to-bit exact environment for your app. It is a superior environment, but is hard to use in the beginning and users can feel snobby sometimes. It is awesome, but YMMV.
Nix user arrives to the room.
It was just merged to NixOS. Should be on unstable in a few days…
It is such a beautiful system too. I would love to use it more, but nix and NixOS have kind of ruined every other operating system for me…
I call it Wayland/Linux.
It has the best integration with zfs, and has had that for a long time already.
Yeah, also a bit wary of btrfs. I sure hope some day bcachefs can be the true cow filesystem in Linux. There is hope, it is pretty good already.
NixOS definitely solves the issue of rollbacks the best here. And FreeBSD.
Yeah, I’m also one of these people silently enjoying systemd and wayland. Every now and then there’s fuzz on one of these. I shrug, and move on still enjoying both of them.