Explore >> Select a destination


You are here

mdleom.com
| | xeiaso.net
5.3 parsecs away

Travel
| | Xe Iaso's personal website.
| | www.thedroneely.com
2.9 parsecs away

Travel
| | NixOS, and by consequence Nix are powerful tools for freelance programmers like myself.
| | nguyenhuythanh.com
7.5 parsecs away

Travel
| | I think everyone who uses NixOS should have encountered this dreaded error (I'm using a "random" binary file that comes from Codeium, which is an code completion extension powered by AI): ./language_server_linux_x64 # zsh: no such file or directory: ./language_server_linux_x64 It is quite elusive on why does this happen. After taking a while searching and reading, I "sort of" understood the problem, but can only put it to my terms like this: in other OSes (Ubuntu for example), C libraries can be found using a global PATH, while NixOS does not have the same semantic; it leads to the problem that compiled binaries cannot find the C libraries they need.
| | daniel-siepmann.de
29.0 parsecs away

Travel
| Interested in a declarative way to describe your user environment on macOS / Linux systems? This post explains my transition to nix and home-manager to achieve the goal.