what? they got ubuntu 18.04.2 now?
Well I read an article about DIY film developing yesterday, and I just ordered a camera on eBay today. Guess I'm diving in to this one.
(It's a Minolta X-700. I used to own one, back before it mysteriously disappeared from its case when I lived in a neighborhood that had a lot of break-ins.)
By noon, I'd created one of the four AWS email receipt rules I needed to create.
By 6:45, I'd created one of the four AWS receipt rules I needed to create, thoroughly read and understood the Terraform documentation on AWS SES receipt rules, and opened an issue against Terraform.
Ugly airplane Show more
@jon I thought we lost route66 for a moment.
In case it ever comes up, here's how you make Go send AWS requests through a SOCKS5 proxy:
https://agocs.org/2018/11/proxying-go-aws-requests-through-a-socks5-proxy/
After a _LOT_ of smoothing and filtering: https://route66.social/media/2-wydE3IHwNALvyD9xc
I'm going cross-eyed over here trying to sort out data from a super noisy tank level sensor.
Orange: what it should be saying
Blue: what it's saying https://route66.social/media/eCn_LOueHp702tek8mQ
Watching the Just For Func about the Go Execution Tracer
Moodica sorta works though!
Booooaaaats
Long Island City
I had a coworker who joked that it's good luck to wear tee shirts from failed companies you used to work for. It looks like a couple of my tee shirts just became lucky.
I spent my afternoon documenting a little-understood report processing pipeline at work. My eyes are going crossed.
"good riddance" is all I have to say about Google+
`git commit --amend` is how you change a commit message.
`git commit -ammend` commits all uncommitted files with the commit message "mend".
It's a Coast Guard kind of morning
REMEMBER THAT TIME I WROTE
bel () {
eval $@
echo "\a"
}
Guess what! If you have some long-running process running already (say, downloading files from S3 and processing each one), you can use Ctrl+Z to suspend that process, then run
$ bel fg
And that will ding when the process completes!