Categories
News

It’s time to retire Herp Derp

Thirteen years ago 🤯 I made a silly little browser plugin that got some Internet attention. It was featured on websites and a few big podcasts, and even served as inspiration for a WordPress plugin written by Jamie Zawinski. 😎 I’d occasionally see it pop up as a suggestion by Redditors and even learned of use cases I hadn’t anticipated – like preventing movie spoilers or making the site more suitable for classroom environments.

Reviews on the plugin page were overwhelmingly positive (many of them hilarious – one was even framed in my home) and I was delighted to see that the Internet could take a joke. On a serious note I also want to make it very clear that the term “herp derp” here meant “saying something meaningless”. I later learned there can be different interpretations of the term that don’t carry the same spirit – to be whimsical, silly, and most of all harmless. (this is why we can’t have nice things)

On the technical side the biggest surprise was that Google’s DOM structure stayed extremely stable throughout the whole run and only needed one update. I’m amazed it ran as long as it did with so little effort from my side.

Now that we’re in 2025 I think YouTube has improved comment moderation. Features like “Top comments” seem to help, and in this era of LLMs the accuracy of “quality scoring” should increase as well.

So with that, it’s time to say farewell to Herp Derp for YouTube! I mean, herp derp. 👋

Categories
News

Joining Automattic

I’m thrilled to be joining the fine folks at Automattic this month as a mobile software engineer. Though I’ll miss all of my wonderful Clemson coworkers immensely, I’m excited for the road ahead. 🚀

Categories
News Projects

Big news!

It was fun learning some ARKit, SceneKit, and SpriteKit the past few days… I used it to announce a thing!

GitHub Repo

Categories
Coding News

Herp Derp is open source!

finally got around to putting Herp Derp’s (tiny) source code out there. I also removed the jQuery dependency because that was overkill. Version 1.6 has been released for Chrome and Firefox.

Check it out on GitHub and roll your own!

Categories
News

Certbot makes SSL certs laughably easy

SSL is in the house! Certbot makes it trivial: https://certbot.eff.org/

Categories
News

Herp Derp for Firefox is back!

Get it here!

Categories
News

20K+!

Herp Derp’s at 20K+ Chrome users!

http://www.tannr.com/herp-derp-youtube-comments/

Categories
News

A #tbt of ancient sites I made

I came across some of these masterpieces while sorting through old files. I tried to sort them by awesomeness but they all tied.

Site 1
Site 2
Site 3
Site 4
Site 5
Site 6

Categories
News

Herp Derp is back for Chrome!

Herp Derp is back for Chrome! Check it out!

Herp Derp

Categories
News

Some derpy numbers

Now that this site has basically turned into ‘herp derp‘ central, I thought I’d post some numbers up regarding downloads. Running this command on my Apache access logs provided me with the download numbers for each browser version (in this case Firefox):

cat access.log | grep xpi | colrm 16 | sort | uniq | wc -l

 

Note: This method isn’t exactly super precise, it would only count once per IP, but it does the job. It also doesn’t account for other sites like download.com.

As of this post:

Chrome: 4722
Firefox: 2564
Safari: 531
Opera: 278

Update: 7-12-12

Shortly after creating this post I got picked up by Boing Boing, Gizmodo, and Reddit. New numbers:

Chrome: 8026
Firefox: 4025
Safari: 919
Opera: 415

Go Herp Derp!