Growing up, I didn’t stay at the beach as a vacation. When my family went to the beach, we drove there in the morning, spent the day on the sand, and stopped for dinner at an Applebee’s on the drive home. After graduating from college, I started going to the beach with my partner’s family, who had spent a week in the same beach town every year for the past twenty years.
Last week, I saw a video on Instagram about the WGA strike that stuck with me. I unfortunately don’t remember who posted it, but he has worked as a TV writer for decades and currently writes for a popular Netflix show. It was posted by Michael Jamin, who has worked as a TV writer and producer since the mid 90s. His video was a response to a comment that basically said it was unreasonable for writers who only worked part of the year to expect health insurance.
I don’t remember where, but I saw a recommendation a few months ago to keep a written, daily log of everything you do at work. Toward the end of February, I decided to apply this to my own work and I’m writing this after just finishing the third month of doing so. This is my method for tracking my work.
I have a folder on my laptop called work_log and each month gets its own Markdown file.
The last two blog posts I started drafting were just complaining. Both were about terrible UI on company websites and I didn’t post them because I just didn’t want to be that negative. Everyone knows UI on the internet is a mess and I’m not a UI guy, so anything I have to say about it wouldn’t amount to much other than senseless whining. Nobody wants to read that.
Complaining about the same things as everyone else isn’t just not interesting, it actively makes the ecosystem worse.
When I submit a change for code review, I take time to review it myself before tagging any of my teammates. Of course I look through the code in my editor before deciding I’m finished with the change, but that is only the first step. After I think the change is ready, I push my changes to Github and open a draft pull request. Using an interface designed for code review puts me in a critical mindset and helps me find issues I didn’t notice in the editor.
My partner and I bought our house in 2019 and it very quickly became obvious that the basement lights were awful. There are six lights, two per switch with one switch at the top of the stairs, one near the ceiling behind a bar, and one on the opposite side of the room. It was annoying trying to turn all the lights on or off without tripping over anything, so we quickly bought some Hue bulbs to be able to use voice commands with Google Home to control the lights.
Nicole Perlroth’s This is How They Tell Me the World Ends is a deep dive into the history of the global cyberweapons market. It covers the origins of bug bounty programs, some history of offensive operations at the NSA, a narrative of well-known cyberattacks, and discussion of the risk the United States faces from digital attack. It is equal parts exciting and terrifying and overall a worthy read for anyone interested in cybersecurity.
I had the idea for this site around 5 years ago (I think I first registered the domain in late 2017) while I was working as a software engineer and partway through a master’s degree in data science. I was convinced it was going to be a data science blog where I’d show off all the neat projects I completed, post tutorials, and all the other cool things people do on data science blogs.
This caught me by surprise at work this week, so I thought I’d make a post about it to hopefully help others avoid the same frustration. I’m very new to using AWS, so if I’m doing something horribly wrong, please let me know!
When running commands in AWS, it is common to assume a role which has permissions to perform a certain action rather than performing that action as your user.
At some point in the last few years, I became interested in self-hosted services, probably via r/homelab and r/homeserver. It serves two purposes: a hobby and a way to have useful things with less reliance on big tech companies. Because it’s a hobby, setting up new services or improving my environment don’t always feel like work. It’s frustrating when there are issues, but the process of troubleshooting and getting the whole setup working is mostly fun.