Notices tagged with coderpony, page 2

  1. This is helpful http://blog.sanctum.geek.nz/vim-misconceptions/ !coderpony

    Wednesday, 01-Aug-12 15:09:40 UTC from web
  2. So can someone maybe explain closures to me in as few buzzwords as possible? !coderpony

    Tuesday, 31-Jul-12 14:46:03 UTC from web
  3. Another great article from Eevee http://me.veekun.com/blog/2012/07/28/quick-doesnt-mean-dirty/ (as usual, lots of # language here) !coderpony

    Tuesday, 31-Jul-12 13:43:22 UTC from web
  4. @minti @widget Come play !sk with me and @bitshift so we can have the whole # crew on at once :D

    Monday, 23-Jul-12 20:06:20 UTC from web in context Repeated by bitshift
  5. @minti @widget Come play !sk with me and @bitshift so we can have the whole # crew on at once :D

    Monday, 23-Jul-12 20:06:20 UTC from web in context
  6. @widget Ah, gotcha. Well, have fun, and good luck with tracking down RDN's resident Canadian # :P

    Saturday, 30-Jun-12 14:17:32 UTC from web in context
  7. 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
  8. WHY IS INPUT HANDLING SO HARD mKeyboard->isKeyPressed(MK_UP); Nevermind. !coderpony

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

    Sunday, 10-Jun-12 21:03:41 UTC from web in context
  10. 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
  11. @minti !coderpony # (Totally forgot to tag these.)

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

    Thursday, 31-May-12 04:45:20 UTC from web in context
  13. @redenchilada Well, it should. Silly #

    Saturday, 26-May-12 17:15:56 UTC from web in context
  14. @minti Oh wait, you're !coderpony's admin. So... forgetfulness, or just no intention to post it to the group (for whatever reason)?

    Friday, 25-May-12 12:17:37 UTC from web in context
  15. @minti ...impressive. (Also, for future reference, I'm pretty sure !coderpony is also a group, not just a tag.)

    Friday, 25-May-12 12:11:03 UTC from web in context
  16. You know you're doing something right when your compiler freezes windows. #

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

    Friday, 25-May-12 11:51:39 UTC from web in context
  18. Before I go to bed, I wanted to share this because it makes me happy. http://dpaste.com/749403/ @widget @bitshift !coderpony #

    Thursday, 17-May-12 16:31:19 UTC from web
  19. @aeniug2 You should join !coderpony

    Wednesday, 16-May-12 03:21:49 UTC from web in context
  20. Pre-caching the path instead of generating it dynamically seems to only improve cached performance (though the improvement there is dramatic). In some cases the uncached performance was actually *worse* than generating the path in a WITH RECURSIVE block. http://pgsql.privatepaste.com/60741d539f @bitshift @widget !coderpony #

    Monday, 14-May-12 09:32:33 UTC from web
  21. So, first test: building the paths in a WITH RECURSIVE block under normal settings. Test shows that this is, indeed, unacceptably slow but cached performance is phenomenal until the thread gets monstrously huge; as real world threads will never get as big as even the smallest thread in this sample, and certainly won't be so spread out, I consider the cached performance to be acceptable but I'd like something better for uncached performance. Now let's test it with the pre-computed paths. http://pgsql.privatepaste.com/205d6138f2 @bitshift @widget !coderpony #

    Monday, 14-May-12 09:10:37 UTC from web
  22. Hm, that was done faster than I thought. I estimated the total size would get to be over 5GB but it only got to 4.1GB before it finished. Here's an hour-by-hour breakdown of how long it took to populate the database with over ten million rows: http://dpaste.com/747878/ !coderpony #

    Monday, 14-May-12 08:23:58 UTC from web in context
  23. I can't understand what this error is about. All of my parenthesis seem to line up properly (and it successfully creates the first two tables before the one with the error) and I don't see any misplaced or missing semicolons. Any help? http://dpaste.com/747347/ @bitshift @widget !coderpony #

    Sunday, 13-May-12 01:13:01 UTC from web in context
  24. Here's a comparison of uncached performance vs cached performance http://dpaste.com/747276/ @bitshift @widget !coderpony #

    Saturday, 12-May-12 20:37:27 UTC from web in context
  25. I'm pretty happy about this. http://dpaste.com/746779/ @widget @bitshift !coderpony #

    Friday, 11-May-12 19:14:58 UTC from web
  26. A question arises: if a column references its own table as a foreign key with ON DELETE RESTRICT and just so happens to refer to its own row, is that row simply completely impossible to delete or will it be deleted normally? !coderpony #

    Thursday, 10-May-12 00:42:11 UTC from web
  27. Today's lesson: arrays are evil. http://dpaste.com/745811/ @bitshift !coderpony #

    Thursday, 10-May-12 00:31:17 UTC from web
  28. Kolmogorov complexity is fun! !coderpony

    Wednesday, 09-May-12 12:56:24 UTC from IdentiCurse
  29. @bitshift I dunno, I designed half of it while half asleep anyway. Here it is anyway for your perusal http://dpaste.com/745314/ (to anyone just joining us, I'm learning all of this as I go and currently lack the means to test whether I've gotten any of this right, so if the syntax and such is completely wrong it's because I have no idea what I'm doing) !coderpony #

    Wednesday, 09-May-12 05:34:44 UTC from web in context
  30. @bitshift So how'd I do? :) http://dpaste.com/745233/ !coderpony #

    Wednesday, 09-May-12 00:47:20 UTC from web in context