Programming

Combining "Subscribers" in Rust's Tracing Library

2 min read

found top level header in "/blog/2023/04/chained-tracing-subscribers/" that didn't match meta title ("Combining "Subscribers" …

Running Emails Through Ruby

3 min read

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

1 min read

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

2 min read

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

3 min read

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

5 min read

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 …