Julio Biason's notes

‹ VIM

Coding Monkey Meme

“Coding Monkey” is a song by Jonathan Coulton which tells the story of what seems to be a programmer.

4Chan (a.k.a. the worst of the internet – although I disagree with that) started a meme once called “Advice Dog“, which shows an image of a dog with a swirl of colors in the background and some nonsensical text over it (mostly two phrases, with the second being a complete absurd continuation of the second, as in “Call the cops / Don’t give a fuck”.)

As a programmer, I do a lot of silly mistakes, some of which can be describe as a pair of phrases. So I decided to start my own Advice Dog meme but using a monkey instead.

The Pairs

  • Write big chunk of JS in a script / Forget to add the <script>
  • Change commented out option / Wonder why things didn’t change.
  • Design Top-Down / Develop Bottom-Up.
  • Remove <link> to jQueryUI / Fight 30 minutes trying to make datepicker appear.