Programming
Combining "Subscribers" in Rust's Tracing Library
found top level header in "/blog/2023/04/chained-tracing-subscribers/" that didn't match meta title ("Combining "Subscribers" …
Running Emails Through Ruby
Following up on my earlier post where I covered how to backup your Gmail account using "fetchmail" and "procmail"; I wanted to cover how I …
Access GET Parameters With Coffeescript
I've been working on a pure JavaScript based search engine for this static website and needed to access a get parameter within the URL. I found a few solutions …
Fail Fast in Bash Scripts
I found myself writing another bash script that should exit should any of the few commands within it fail to run. As I began writing some error handling after …
Keep Your Gems Updated
I recently went back through my backups recently and found quite a few old abandoned projects. Looking back on the code I see some things I'm impressed with, …
Security Through Obesity
Jeremy Spilman recently proposed changes to how user's hashes are stored in website's and companies databases. This post was originally going to look at some of …