A Short History of Algorithms
This “Short History of Algorithms” poem was written in 2019 as a study aid for Big Tech-style coding interviews. It didn’t make me better, but here it is for anyone else who might enjoy...
Essays, art, and comics of the unexpected
This “Short History of Algorithms” poem was written in 2019 as a study aid for Big Tech-style coding interviews. It didn’t make me better, but here it is for anyone else who might enjoy...
I wrote a suite of scripts to help you background check your doctor. The Primary Care Provider Investigator imports a list of health care providers and then scrapes multiple review sites (e.g. Yelp, UCompareHealthCare)...
Telnetlib not reading all output? Not receiving all the output from your telnetlib session? read_until() not an option because you don’t know what output to look for? telnetlib not queueing your writes? Think you...
The coworker featured in this comic has written a post about the problem with short questions posted to StackOverflow. It is haughty and good. For those that are immediately inclined to provide the complete...
Y’all may have noticed from my Twittersplosion that I had a frustrating time trying to install and run the AndEngine examples. This involved 7 hours, 3 different tutorials (including 2 ones on video!) and...
Interestingly, I had to start building my apps on OSX because the apps I built on my Snow Leopard machine stopped working (loader error and other good times). After much suffering my boss set...
Oh man I just got this working so I’m gonna write it all down in case I have to do this again later. CONTEXT: Using: – jpeg-7 – PyQt 4.6 – PIL (aka Imaging)...
I dread installing Qt because it’s an all-day project. With this pro-tip it’s a matter of minutes — and it applies to any make you make. From teammate Justin: I was complaining about building...