Essays on code, math, tech and everything in-between.
A guide to boot into different Linux kernels for whatever (cursed) reason.
📆 20 Jan '24 | 📋 Essay Linux
Formula & questionable eyeball proof to convert "at least k" constraints to CNF for easier use with the resolution algorithm.
📆 28 Dec '23 | 📋 Essay Math A.I. CS3243
A questionable proof to find recurrence relations for most T(n) = aT(n/b) + O(k). I also explain some intuition behind recursion trees. Probably useful for my CS2040 (DSA) pals.
📆 05 Mar '23 | 📋 Essay CS2040 Math
If you boot into initramfs, chances are that your hard disk has some memory error. This essay talks about how to fix it.
📆 06 Dec '22 | 📋 Linux Tutorial
Guide for Pop!_OS or systemd-boot users to configure the menu to choose which OS to boot into.
📆 13 Sep '22 | 📋 Linux Tutorial