Instagram served me a Reel the other day of Linux Torvalds talking about how every Linux kernel had a name in the Makefile. There’s some pretty good ones but I think my favorite is Linux for Workgroups. 'Divemaster Edition' 'People's Front' 💕 Valentine's Day Edition 💕 Affluent Albatross Anniversary Edition Arr Matey! A Hairy Bilge Rat! Avast! A bilge rat! Baby Opossum Posse Blurry Fish…
I ran into a bug a couple weeks ago at work that was quite interesting. We’re using a DispatchGroup and DispatchGroup.notify to stop our pull to refresh animation once all the microservices come back with results. Our QA team caught an issue where if you to a pull to refresh and then background the app it crashes. Of course you can’t simulate the error, it has to be on a physical…
TextFieldStyle and SwiftLint I ran into a problem today where SwiftLint was mad at TextFieldStyle because it has you implement the public func _body function which doesn’t start with a lower case letter like the identifier_name rule wants. The fix was to put this comment right above the function signature: // swiftlint:disable:next identifier_name func _body(configuration:…
I’ve been reading Dr. Seuss’s Sleep Book many, many times with my son1. I get stuck on the continuity and engineering/science questions in these books, here’s one… How Long is a Chippendale Mupp Tail? If you don’t know, the above creature is called a Chippendale Mupp2. He falls asleep each night after biting his tail which acts as its alarm. Its tail is so long that…
Update 2020-08-17: I got a new Apple Watch so I updated the wallpapers in this article to the new size. It should look much better on the new models. Below there’s now links for Old Model (Series 3 and below) and New Model (Series 4 and 5) I’ve been consuming a lot of podcasts and media by the Focus 3 team, Tim Kight and Brian Kight and I made some Apple Watch wallpapers to remind me…
I’m trying to write a Taskpaper parser in Go. A very basic Taskpaper file looks like this: Home: - Mow the lawn Don't hit the flowers Work: - Fix all the bugs Seriously, all the bugs Projects end with a : and tasks begin with a - and any line that doesn’t have that is a note. Projects have tasks and notes and tasks can have notes. I got totally stuck yesterday on how to structure this…
No task management means you’re completely interrupt driven. Whatever email arrives or whoever stops by your office always gets first priority. A lot of bosses will reward you and promote you for this because you’re reacting to their every whim, but that doesn’t mean it’s the best for the company. No task management means you’re not working on anything that’s…
In my previous article on How to run Teamspeak3 on Digital Ocean the instructions have you create a teamspeak3 user and change ownership of the files. I noticed in some of the comments over there that people noticed it was running as root, not the greatest thing for security. I noticed my server was also running as root, here’s how to fix it if you used my instructions: Shut down Teamspeak:
I was at my last company for seven years. I moved between locations, projects, positions and responsibilities but I was at the same company for seven years, not really even thinking about moving. I worked for one of the major defense contractors and at the time it was fun and we were doing interesting work. It was mostly short lived research contracts for the service labs and the DoD so it was…
The Inspiration I also have a lot of books I’ve purchased and barely cracked the binding. This is an awesome goal to shoot for so I started thinking about how I would do it, here are my thoughts. My Books Scary Books These aren’t separated out but they warrant talking about. These books have been raised to such a level through fame and infamy that I’m scared to touch them. GEB…
Digital Ocean provides a Virtual Private Server for just $5 a month. It also happens to be perfect to run a Teamspeak 3 server on. Teamspeak is a great way to chat with friends while playing games or pair programming. This how-to assumes you’re running Ubuntu 12.04 (or something close to it) and that you already have your server spun up and ready to SSH into. Visit the Community section of…
The word ‘diet’ comes from the Greek word ‘díaita’ meaning: way of living, not “7 Day Bacon Cleanse: Lose 20 lbs in 24 hours!”.
I just got a Macbook Pro at work. So far I like it a lot but I ran into the problem that I’m not an admin (and the permissions on /usr/local/ were completely locked down) on it and I wanted to be able to install Homebrew tools whenever I felt like it. First, clone Homebrew into your home directory: cd $HOME git clone https://github.com/mxcl/homebrew.git Next, add Homebrew to your path (your…
Below is a quick cheat sheet I made up to help out when I was on the phone with people. Inevitably you have to either read off an account number or spell out some weird URL and run into a conversation like this: Tech Support: Please read off your account number Me: k, 005V345 Tech: Thank you, I have that as 005B345 Me: No, that’s V as in Victor not B as in Bravo
Andy Goldsworthy (books, Wikipedia) does some amazing art. My friends and I used to try to imitate this while putting our own spin on it. Here’s some examples. Click on them to get a big version:
I’m a senior principal engineer at Comcast working as an iOS Developer on the Xfinity App. In my spare time I like to play with my kids, mess around with code, and reading a lot. Colophon Hugo Beautiful Hugo Theme
Currently Reading Finite and Infinite Games - Carse - kinda trippy and deep, wasn’t prepared for the book to be quite like this Modern Concurrency in Swift Second Edition - Kodeco Team - great overview of async/await and the benefits Just Finished The Staff Engineer’s Path - Tanya Reilly - Great book, there’s a lot there and was great fodder for the work book club Piranesi -…