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...

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...

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...