My jank self-hosted radio
https://fm.138.io Beware. Old code projects ahead. This is some history along with classy screenshots of my internet radio wheel-reinventing. Self-hosted radio People like community radios! Originally, I …
https://fm.138.io Beware. Old code projects ahead. This is some history along with classy screenshots of my internet radio wheel-reinventing. Self-hosted radio People like community radios! Originally, I …
0. Why should I care about your favourite software? Have you ever felt that slight sense of disdain when recommended something that you don't want to waste time investigating to see whether it is …
Python's threading and multiprocessing modules can often serve the same purpose. However, the differences cause enough emergent profanity to warrant this post. 0. Why Thread? The first time I really needed threads was …
Sometimes Kali linux (a debian-based linux distribution geared toward penetration testing) is a little too indiscreet. The giant dragon on your laptop might cause fellow coffee shop patrons some concern. It comes with …
Edicrypt is a small, open-source program I made while learning about encryption, python, and GUI-design with Qt. Here's the source. It is not an encryption program, but an encryption-education program. It shows …
How to set up Django on Debian-based linux with Apache and MySQL. Django is a fairly lofty python-based web framework. Setting up Django is a little more prickly than bog-standard apache with php. …