Notices by Toothpaste Pony! (minti) tagged coderpony

  1. !coderpony CSS Hacks R' Us. http://cssdeck.com/labs/mmgvwc42

    Thursday, 24-Oct-13 13:05:25 UTC from web in context
  2. !coderpony So I found this: http://dmitry.baranovskiy.com/post/so-you-think-you-know-javascript I'm actually quite surprised to say I could only guess 2/5 correctly. 4 and 5. 1 makes no sense from a code point of view, 2 WTH IS GOING ON HERE and 3 I forgot about how static function declarations are special lmao.

    Sunday, 16-Jun-13 15:59:02 UTC from web in context
  3. !CoderPony Oh hey, looks like I learned something new about JavaScript! That's rare! You can escape a newline to have the interpreter ignore it, allowing you to effectively make multi-line strings without spamming "" + "" + ""! Neat!

    Thursday, 04-Oct-12 15:43:22 UTC from web
  4. @omni !coderpony YES is not a valid boolean :c

    Tuesday, 02-Oct-12 19:18:58 UTC from web in context
  5. !CoderPony Oh and @zeeraw linked this. Relinking cause lulz were had. https://www.destroyallsoftware.com/talks/wat

    Sunday, 23-Sep-12 05:03:43 UTC from web in context
  6. That feel when you're trying to make an ajax application while being lazy and you can't test it cause cross origin policy.. !coderpony

    Saturday, 22-Sep-12 18:24:02 UTC from web in context
  7. !coderpony var data = JSON.parse(data.data);

    Monday, 03-Sep-12 20:31:01 UTC from web
  8. nodejs is amazing. >_> !coderpony

    Thursday, 30-Aug-12 20:37:19 UTC from web in context
  9. !Glitch !CoderPony Well, I'm quite happy with myself. http://i.imgur.com/EipgV.png

    Sunday, 26-Aug-12 13:14:21 UTC from web in context
  10. !Glitch !coderpony So, I was able to write a node script to download and cache all skill data. I'm also able to successfully load the data with jQuery and do calculations based on it. One step closer to recreating Glitch Academy!

    Sunday, 26-Aug-12 12:51:50 UTC from web in context
  11. !coderpony http://i.imgur.com/oL1Pq.png

    Sunday, 26-Aug-12 03:37:52 UTC from web
  12. I love that final moment when everything works, after digging though hundreds of error messages. http://i.imgur.com/ak7P0.png !coderpony

    Monday, 11-Jun-12 07:13:13 UTC from web in context
  13. WHY IS INPUT HANDLING SO HARD mKeyboard->isKeyPressed(MK_UP); Nevermind. !coderpony

    Monday, 11-Jun-12 05:06:23 UTC from web in context
  14. char* ALL THE THINGS! !coderpony #

    Sunday, 10-Jun-12 21:03:41 UTC from web in context
  15. Wait. CoffeeScript is written in CoffeeScript. Gah meta programming. !coderpony http://coffeescript.org/documentation/docs/rewriter.html

    Saturday, 09-Jun-12 04:43:09 UTC from web
  16. @minti !coderpony # (Totally forgot to tag these.)

    Tuesday, 05-Jun-12 23:47:12 UTC from web in context
  17. My favourite HTTP status code is HTTP 418. !coderpony

    Thursday, 31-May-12 04:45:20 UTC from web in context
  18. You know you're doing something right when your compiler freezes windows. #

    Friday, 25-May-12 12:05:26 UTC from web in context
  19. Gaah Boost. #

    Friday, 25-May-12 11:51:39 UTC from web in context
  20. !coderpony Programmer hell for me was when I was analyzing a disassembly of another person's program and had to figure out what all the FPU instructions did. Did you know: doing something like "3.14f > 96" causes the compiler/assembler/linker to emit like 40 different OPcode that run on the FPU? (Protip: Floating point math is VERY expensive when it comes to speed of an application.)

    Friday, 04-May-12 20:12:10 UTC from web in context
  21. !coderpony [] === [] //false

    Friday, 04-May-12 19:53:55 UTC from web in context
  22. !coderpony I found the coolest thing last night! http://www.firebase.com/ Although, it's really unsecure. I hope they fix that.

    Friday, 04-May-12 19:01:26 UTC from web in context
  23. Yesss. Found out a way to get rid of that stupid Yellow border around all textareas when focused in Chrome! Horray CSS3. !coderpony

    Saturday, 17-Mar-12 01:58:35 UTC from web in context
  24. @zimzap !coderpony, !colgate, !mintrefresh, some other random one I probably forgot about. Oh yeah, !mane6

    Wednesday, 14-Mar-12 22:40:01 UTC from web in context
  25. # !coderpony

    Sunday, 11-Mar-12 22:50:23 UTC from web
  26. Wow. Meteord is really cool. !coderpony !techpony

    Saturday, 10-Mar-12 15:01:51 UTC from web in context
  27. Okay so I've been using new Date().getTime() all this time rather than Date.now(); ... I feel stupid. !coderpony

    Friday, 02-Mar-12 21:36:36 UTC from web
  28. @rotation Reminds me, there was a programming competition for using round-about ways of programming. IE. Making Ascii art out of your code etc. One of the challenges was to make a program that prints it's own source code. The award for "Most Abuse of the Rules" went to an author who submitted a blank file to the competition cause come compilers would actually compile it with a blank main(). xD !coderpony

    Thursday, 01-Mar-12 01:58:33 UTC from web in context
  29. @minti !coderpony Note to self, do not recreate a date object for the same date 20+ times in a loop ..

    Tuesday, 28-Feb-12 20:59:20 UTC from web in context
  30. @minti Once again proof that I'm # on this list: http://derpy.me/V2m3d !coderpony

    Tuesday, 28-Feb-12 06:00:00 UTC from web in context