A high-level introduction to two of my favourite AWS automation tools: CloudFormation and Sceptre
Make decisions and own them
Decisions are scary. Opportunity cost is scary.
Decisions and Accountability
File An Issue Please
I’m a big fan of keeping track of as much as possible in a ticketing system, be it GitHub Issues or JIRA or similar.
John Cutler nicely summarises some of the value of this approach:
Decisions
I believe that:
We Are Lesion
(CW: Illness)
Fitbit Alta HR: My First Impressions
I figured it was about time I started taking some health metrics, so I bought myself the new Fitbit Alta HR.
With sleep tracking, heart rate monitoring, reminders to move, and the obligatory step tracking, it ticked the boxes for me.
It’s been fascinating to finally measure this stuff and turn “I should probably sleep more and do more cardio” into concrete metrics and goals!
That said, when Fitbit advertise the Alta HR as a “Fitness Wristband” (rather than one of their “Smart Fitness Watches”) they mean it.
Use The Magic, But Understand It Too
Clarke’s Third Law: Any sufficiently advanced technology is indistinguishable from magic
In the early days of a thing, abstractions are few, and you have to manage all the incidentals too.
gtypist - tpye moar gud
gtypist
(technically “GNU Typist”) is a fantastic tool for learning / practising typing.
It’s been around for a while and that shows in some of its commonly packaged lessons (it’s 2017, automatic linewrap is a thing, two spaces after a full stop less so) but it does what it needs to, and is readily available and easy to use.
Merging two git repositories
Say you have two git repositories that you want to combine into one.
Maybe you’re assembling a monorepo, or maybe you’ve decided your standalone tool/library shouldn’t be standalone any more. Whatever the reason, you almost certainly don’t want to lose your commit history.
So here’s how: