A deep dive on credit card debt collection
A fascinating deep dive on credit card debt collection.
milliondollarhomepage.com
Someone wrote about the Million Dollar Homepage and how it’s still online. I remember when it came out and he’d gotten a few bites—and how stupid I felt when it actually worked out for him. Man, I’m old.
oo - open recent Obsidian files with FZF
If you’re a fzf and Obsidian.md user, you might like oo to open recent
Obsidian files using fzf.
RIP Bram Moolenaar
I just read that Bram Moolenaar, the creator and BDFL of Vim, passed away on Thursday 😢.
Thoughts on Laravel from a Rails veteran
Random thoughts on my first production project with Laravel…
Sharing git repos between two system users
I needed a way for two developers to access a git repository on a Linux machine. Each developer has their own dedicated system user and logins require 2FA. Here’s how I got this going.
Hello from my Q2 Pro
Saying hi from my new Keychrone Q2 Pro, the proper ANSI one this time.
Easy SVG sparklines
I saw this post on creating easy SVG sparklines. I have a project in mind for this at work, so bookmarking for later…
Nginx proxy for Slack Webhooks
I have a quick and dirty slack-notify script that I’ve been using for a
while. I threw it on GitHub today, and got the idea of proxying a slack.
subdomain on my internal network to Slack so I could avoid pasting the webhook
everywhere I wanted to use it.
Launched - A launchd plist generator
I needed to put together a launchd plist today and decided to see if there are generators. I found Launched which did exactly what I needed.