Viewing profile — helloiamsomeone
helloiamsomeone
HN member- Joined
- Fri, Mar 22, 2024, 3:18 PM UTC
- HN karma
- 6
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About helloiamsomeone
No profile information was provided.
Recent public activity
-
comment
Comment #41161807
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…
-
comment
Comment #41161507
>Vote with your money. This does not work with video games, unless you were a whale to begin with. Whales spend magnitudes more money on games than the average players [1]. Compani…
-
comment
Comment #41161451
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 Apol…
-
comment
Comment #39907534
If you are hardcoding anything platform related into your CML, you are doing that wrong. The default path must not be anything other than build and usage requirements. To support m…
-
comment
Comment #39906063
> 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 aw…
-
comment
Comment #39791984
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 discover…
-
comment
Comment #39791746
> 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
-
comment
Comment #39791729
> 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 a…