HackerTrans
TopNewTrendsCommentsPastAskShowJobs

halz

no profile record

comments

halz
·hace 5 meses·discuss
This echos of Google's strategy with Chromium.
halz
·hace 7 meses·discuss
Ditto on having services expressed in more portable/cross distro containers. With NixOS in particular, I've found the best of both worlds by using podman quadlets via this flake in particular https://github.com/SEIAROTg/quadlet-nix
halz
·hace 10 meses·discuss
This "NixOS & Flakes Book" https://nixos-and-flakes.thiscute.world was posted to HN some years ago and is still a good/relevant read.
halz
·hace 5 años·discuss
Pinning to the physically closest core is a bit misleading. Take a look at output from something like `lstopo` [https://www.open-mpi.org/projects/hwloc/], where you can filter pids across the NUMA topology and trace which components are routed into which nodes. Pin the network based workloads into the corresponding NUMA node and isolate processes from hitting the IRQ that drives the NIC.