Everest climbing equipment (suddenly!)
Watching some Everest videos while coding I suddenly realized I have no idea how all those ropes, carabiners, jumars, “grigris”,...
Finally, a continuation of Depends.exe
https://github.com/lucasg/Dependencies Newer version of old depends.exe that actually works. What a relief when debugging those “ModuleNotFound” messages. And full article...
What is `pyproject.toml` and why do you need:
https://snarky.ca/what-the-heck-is-pyproject-toml/
Nice CMake tutorial:
https://hsf-training.github.io/hsf-training-cmake-webpage/ First time I see a graph of private/public/interface relationships.Useful stuff.
Python memory profiling
So, last night I’ve found that my VPS host is going out of memory on a Python script….node-based system, debugging...
Win10 strace:
https://jarekprzygodzki.dev/post/notes-and-thoughts-on-strace-for-windows/ Good collection of more or less modern tools for deep system inspection. Indispensable stuff.
Good Python crash course:
https://learnxinyminutes.com/docs/python/ Gives student a very compact and intense introduction to the Python Language, without pages of lyrics.
C++ GUI without Qt:
Interesting article on fast and light-weight C++ cross-platform GUI without Qt. Pretty interesting stuff for small cute apps.
Good article on UE4 Portals
https://www.froyok.fr/blog/2019-03-creating-seamless-portals-in-unreal-engine-4/