Explore >> Select a destination


You are here

ro-che.info
| | nguyenhuythanh.com
5.1 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.
| | agentultra.com
3.3 parsecs away

Travel
| | [AI summary] A technical deep-dive into resolving symbol clashing (specifically the 'sin' IFUNC symbol) when calling a Zig-compiled C library from a Haskell application.
| | sporks.space
3.4 parsecs away

Travel
| | I had a need to install SQL Server 2022 on Ubuntu 24.04. The instructions for Ubuntu 22.04 will work fine, until you start it. While it does install with the Ubuntu 22.04 packages, the dependencies are incorrectly marked*. When you... Continue reading ?
| | jade.fyi
26.6 parsecs away

Travel
| computers i guess