smoke shader fluid simulation flame
Read more...Linux
Custom linux development, carefully crafted commands and bash-fu
C++
My collection of C++ language snippets
Gamedev
My game jam notes and other more serious endeavors in game development
Projects
Professional efforts in developing and publishing free and open source products
Ideas
Concepts sitting on the backburner that my ADHD brain keeps spitting out
Coding
Oh, yeah, how to dynamically load shared objects (dlls) into a go server? Go supports but they do not recommend it because it can fail if…
Read more...Reverse engineering
Radare (iaito) Build radare from source https://hackmd.io/@OkjmYKUZSyqyXzTX9T4LLQ/BkamGgAXB https://github.com/flathub/org.radare.iaito…
Read more...If you hate OpenSSL
Then here is the list of alternatives Intel-IPP Links: https://software.intel.com/en-us/intel-ipp , https://github.com/intel/ipp-crypto…
Read more...WebGL
cool thing for the background (play it together with egzod - royalty) nice globe Cool WebGL examples (no code, sad)
Read more...Anaconda in VSCode's terminal
It's possible to add specific terminal to VS Code on Windows machine when you have Anaconda package installed. You will have Python…
Read more...Finding bias in PRNG
Biased scaling First things first. How to find a bias in random number generator? But not that bias that all statistical tests search for in…
Read more...ESLint in VS Code for Gatsby 5 blog
Check that you have ESLint extension installed. (Optional) While you are playing with linters and VS Code extensions, you can think about a…
Read more...Git survival cheat sheet
First, introduce yourself Create your local repo and publish Find a gitignore file for your stack on https://gitignore.io After you created…
Read more...