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...
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...
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.
Ye olde modern IT world…
https://www.jarednelsen.dev/posts/The-horrifically-dystopian-world-of-software-engineering-interviews
Shell with Python syntax
Always was surprised with weird shell syntax variations, was it bash with weird “if [-d …] ” block or cmd...
Must read to understand ACES…
..and color theory in general.Very simple but absolutely sick reading on principles of our vision, primary colors and color conversions:...
How to update forked Github repo:
https://stackoverflow.com/questions/20984802/how-can-i-keep-my-fork-in-sync-without-adding-a-separate-remote/21131381#21131381 Compare -> Switch base -> Create Pull request -> Merge request.