Link of the week: Tabby
Modern terminal, cool looking MS “Windows Terminal” (wt) alternative: https://tabby.sh/ State of windows terminals can be described with one single...
ALiEn: Artificial Life simulator
Wanted to write something like this by myself, but these guys made it first! Nice learning material. https://github.com/chrxh/alien
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.