-
Pie failures
For Thanksgiving last year I made pumpkin pie. While I have made quite a few apple and strawberry rhubarb pies by now, I was not very experienced with making pumpkin pie, and my mom doesn’t really like pumpkin much, so she wasn’t that helpful in this case either. I did some research, and finally decided…
-
Website history, redesign, and relaunch
In 2003 I got my first personal computer – that is, a computer which belonged only to me. Growing up in the 80s and 90s, we had a couple different computers – an Apple IIe, then a 386 PC, then a 486 PC and so on. When I was in the 10th grade my older…
-
UNIX Tip of the day: Strange behavior editing PHP files with vim
I have been struggling with this weird behavior in vim for the last month or so. I just re-joined Automattic in September. I have been using vim on many different computers and environments (linux, max, cygwin) for over 15 years, and I have never experienced this before. I only seem to have this issue when…
-
UNIX tip of the day —
duplicate and replace lines with awkToday I got some data I wanted to add to my machine learning training datasets for named entity recognition. My system is designed to be used with output from automatic speech recognition (ASR). It is frequently difficult to be certain whether ASR output will contain hyphens or not, e.g. (email, vs e-mail) so frequently I…
-
Git tip – restoring “lost” commits
I ran into a git issue today where I thought I was ready to push a recent commit, and the push failed, saying that I was in the middle of a rebase. I don’t remember starting a rebase, but maybe I did. I tried git rebase –continue, but that didn’t work, so then I tried…