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

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

Elegant C code

What the result of this code will be? Answer The output of this program will be a rectangular grid of ASCII characters, where each character…

Read more...

IRC "hype" chat

About I just started the development (May 2023). It's not my main side project, quite the opposite, this very random idea for practicing…

Read more...

Little file systems

Writing your own file system is not that scary as you may think. It's just a way of organizing chunks of storage on the big piece of storage…

Read more...