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.
CIDR subnet mask chart
I really suck understanding CIDR notation, so I snagged this table to
reference when my networking coworkers talk about /13
s.
2FA hellscape
2FA is a necessary evil, but man does it annoy me at least weekly…
SvgPathEditor
Someone posted SvgPathEditor on Hacker News today. I suck with graphics design, but this might be a neat tool to use someday 🤔
My favorite shell aliases
I tend to use full scripts more than shell aliases, but I do have a few that I
use all the time. I try to keep them all Bash/ZSH compatible so I can just
source one file for either shell—so I avoid things like ZSH’s -g
. Anyway,
here they are…
macOS defaults list
I came across macOS defaults list, a comprehensive list of different
settings you can change with the defaults
command.
macOS CLI Commands
I saw this list of macOS CLI Commands. I knew about most of these, and
use many like pbcopy
and pbpaste
often.