/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nora.codes
| | www.chriswarbo.net
4.8 parsecs away

Travel
| |
| | nguyenhuythanh.com
4.6 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.
| | mdleom.com
3.9 parsecs away

Travel
| | A workaround for installing GitHub-hosted package in a IPv6-only host
| | citizen428.net
27.2 parsecs away

Travel
| The process of installing NixOS on a Raspberry Pi 3 is pretty straightforward, as they are fully supported upstream. However, the documentation is somewhat spread out and occasionally a bit outdated and/or confusing, so I thought it may be worthwhile to summarize my recent experience. Download an image from Hydra, NixOS CI tool. For the Pi 3 youll use an AArch 64 image of the latest release (currently 20.03), which can be found here.