Maybe you’ve noticed the tab search feature on Chrome (see image). It’s that down arrow. For YEARS, the leftmost icon in that group was “minimize.” Not only did Google make the Tab…
Category: Uncategorized
The Coding Interview: No Repeats Please
This series answers coding interview questions from the Coding Interview Prep collection at freeCodeCamp. You can find more with the interview questions tag. This is an algorithm problem. It came in handy…
Simon Clone in JS
In salvaging content from Yiddish.Ninja, I found some playable demos from my retro gaming class at Seattle CoderDojo. The first full game was a Simon clone. This was interesting in a separate…
12 Rules For Good Emails
I’m updating some old posts from an old blog. Here are some of the basic rules of email I’ve picked up over the last 28 years of writing emails, running mailing lists,…
Batch clone your GitHub repos on Windows
Recently I had to do this. I found a shell script that cloned all repositories matching a search query, and edited it to meet my purposes. You’ll need A working installation of…