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/
Found new cool Python module:
https://github.com/mewwts/addict Allows to create dicts like class1.addresses.new_york.manhattan = blabla.
Ye olde modern IT world…
https://www.jarednelsen.dev/posts/The-horrifically-dystopian-world-of-software-engineering-interviews
Useful reading: C++ Core Guidelines
http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
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:...