Explore >> Select a destination


You are here

honnef.co
| | jmmv.dev
3.1 parsecs away

Travel
| | In a recent work discussion, I came across an argument that didn't sound quite right. The claim was that we needed to set up containers in our developer machines in order to run tests against a modern glibc. The justifications were that using LD_LIBRARY_PATH to load a different glibc didn't work and statically linking glibc wasn't possible either. But... running a program against a version of glibc that's different from the one installed on the system seems like a pretty standard requirement, doesn't it?...
| | www.systutorials.com
1.9 parsecs away

Travel
| | Statically Linking C and C++ Programs on Linux with gcc tagged C, C++, CentOS, cmake, Command, Command line, compatibility, compiler, DNS, Fedora, g++, gcc, glibc, GNU, How to, kernel, Library, linking, Linux, Linux Kernel, memory, mmap, musl-libc, POSIX, R, RHEL, systems, Tutorial, www, yum.
| | www.fosskers.ca
2.5 parsecs away

Travel
| | [AI summary] The article details the process of cross-compiling Common Lisp for Windows, including steps for compiling C code, linking DLLs, installing SBCL, handling file paths, and building executables.
| | blog.kulman.sk
18.0 parsecs away

Travel
| There is now an official GitHub Copilot extension for Xcode, but it essentially acts as a fancy autocomplete. Given how unreliable Xcode's autocomplete can be, this is still an improvement. However, to fully leverage GitHub Copilot's capabilities, you will ll need a more extensible IDE-such as Visual Studio Code. Visual Studio Code tooling The tooling in Visual Studio Code has come a long way in terms of supporting iOS development, and these days, you can configure it to offer a very good experience, including navigating the code, building and running the app, and even debugging with breakpoints.