helloiamsomeone
No user record in our sample, but helloiamsomeone has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but helloiamsomeone has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
What exactly is tricky about MMOs? World of Warcraft private servers are a thing and there are many more MMOs with private servers. The tricky part for private servers right now is someone having to apply elbow grease,…
Software is in fact eternal. Maxwell’s Equations of Software (Lisp) is still a thing to this day [1]. Even for software designed for arcane architectures. You can simulate the Apollo Guidance Computer and its software…
> As far as I can see, the best choice for writing bootstrap-related software in 2024 is still C99 That seems a bit silly, since going from ISO C99 to C++ is only one more build away[0] and from there you can…
The software distribution side of CMake is there and it serves many needs, so you can't really get a clear answer here, because only you know what you really need. Package discovery for example can be done with the…
> give me a `set -u` equivalent --warn-uninitialized and -Werror=dev will do just that: https://cmake.org/cmake/help/latest/manual/cmake.1.html
> find_package often just ends up using pkg-config find_package() is just a souped-up include(). What happens once it finds the script matching the criteria provided by arguments and cache variables depends entirely on…