A Real Life Application for Bit MathDisclaimer: I wrote this a few years ago for personal use but figured I would publish it. No guarantees on accuracy or readability. I use…Jun 15, 2022Jun 15, 2022
Prepare a new drive via the command lineFormat drive, in this case we are using ext4 formatOct 21, 2021Oct 21, 2021
Setup Networked Time Machine DriveInstall samba and avahi-daemon. Samba shares the drive and avahi makes it work with apple (bonjour, etc)Oct 17, 20212Oct 17, 20212
Autorun gethNode with systemctlCreate a .service file at /etc/systemd/system/gethNode.serviceOct 17, 2021Oct 17, 2021
How to implement the Hash Table Data Structure in JavaScriptThe hash table is an integral part of JavaScript. So fundamental even that many of us fail to consider how it works. Well, fail to…Oct 2, 2018Oct 2, 2018