-
New Sep 4, 2025
How to Split Audio Stems
A quick guide on how to use a free and open-source tool to separate stems from audio tracks using locally installed...
-
New Aug 28, 2025
Remote Code Execution with LLM Agents
Some AI agents can execute code or connect to services. If you're not careful, you could be the victim of prompt injection and RCE...
-
New Aug 10, 2025
Cache-Busting Assets in Eleventy
Generate a sourcemap and add it to Eleventy's global...
-
New Nov 11, 2025
CLI Cheat Sheet for Videos
A reference for downloading, splitting, and optimizing videos with CLI...
-
New Oct 24, 2025
An Introduction to Unicode
In this deep dive, you'll learn about the Unicode character set and how it's encoded and decoded with...
-
New Oct 9, 2025
Modular Arithmetic and the Diffie-Hellman Algorithm
Using the properties of congruence modulo, Alice and Bob can generate a shared private key and communicate publicly, while Eve will struggle to decipher their...
-
New Oct 17, 2025
Optimizing Images with WebP and Lazy Loading
Improve your page load speed by using a modern image format and lazily loading...
-
New Oct 17, 2025
Implementing a Prefix Tree
Learn how to implement a prefix tree to efficiently search through a list of words by...
-
New Oct 17, 2025
Operating System Scheduling Algorithms
How do processes take turns running on a CPU? Learn about the different kinds of scheduling algorithms and how they...
-
New Oct 16, 2025
Hard Links and Soft Links
Unix file systems keep track of file references using two types of links: symlinks and hard...