deletemyaccount's home timeline

Notices

  1. ... Now I have 4 in the sidebar. Wth rdn.

    Monday, 11-Jun-12 04:59:19 UTC from web
  2. char* ALL THE THINGS! !coderpony #

    Sunday, 10-Jun-12 21:03:41 UTC from web
  3. @starlight Thanks. So I'm guessing no one would like a dedicated application?

    Saturday, 09-Jun-12 14:08:08 UTC from web
  4. 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
    • Success! I've successfully mimicked RDN's background using pure CSS3! http://i.imgur.com/0wtXa.png It may not look like much but, it should fix the problems people have been having with their profile designs.

      Tuesday, 05-Jun-12 23:46:37 UTC from web
    • !technoponies New song :D http://www.youtube.com/watch?v=Hk3Ea-ql1C4

      Saturday, 02-Jun-12 16:25:48 UTC from web
      • My favourite HTTP status code is HTTP 418. !coderpony

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

        Friday, 25-May-12 12:05:26 UTC from web
      • !technoponies NEW SONG WHOOO! http://www.youtube.com/watch?v=exHrjX6W3oU&feature=g-all-lik

        Tuesday, 22-May-12 00:52:12 UTC from web
        • Have a wonderfully atmospheric pony: http://fav.me/d50luc2

          Monday, 21-May-12 18:18:24 UTC from web
        • !technoponies hello my ponies

          Saturday, 19-May-12 04:38:42 UTC from web
        • 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
          • @aeniug2 You should join !coderpony

            Wednesday, 16-May-12 03:21:49 UTC from web
          • 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
            • 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
              • 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
              • 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
              • 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
              • I'm pretty happy about this. http://dpaste.com/746779/ @widget @bitshift !coderpony #

                Friday, 11-May-12 19:14:58 UTC from web
                • 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
                  • Today's lesson: arrays are evil. http://dpaste.com/745811/ @bitshift !coderpony #

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

                      Wednesday, 09-May-12 12:56:24 UTC from IdentiCurse
                      • @bitshift Have you looked over the most recent version of the schema yet?

                        Wednesday, 09-May-12 05:30:04 UTC from web
                      • Did I do this right? ` replyto bigint CHECK (replyto IS NOT postid AND replyto IS CASE WHEN conversation IS NOT postid THEN NOT NULL),` !coderpony #

                        Tuesday, 08-May-12 20:19:16 UTC from web
                      • Cygwin's new(-ish) xterm-derived terminal is a thing of beauty. !coderpony # http://ur1.ca/97cte

                        Tuesday, 08-May-12 23:44:20 UTC from web
                        • Using PostgreSQL, can a foreign key reference the table it appears in? Or is there some other way to do this? !coderpony #

                          Tuesday, 08-May-12 01:48:17 UTC from web
                        • The Pyramid tutorials could really do with some work. They don't spend much time introducing the concepts and explaining what you're doing at each step, they just give you a bunch of code to copy and paste with only an overall description of what it aims to do when they bother to describe it at all. The writing is also vague and uncertain, like it *means* to give a high-level introduction and then dive in but then it just moves on to the next topic instead of diving in. Here's a tip guys: if I'm reading the tutorial it's because I want to learn how to use your software, not because I'm still deciding whether or not I should use your software. At this point I really don't know much more about how to use it than I did before I went through the tutorials. Guess it's back to plan B then: read somebody else's Pyramid app and try to figure out how it works while cross-referencing the API docs. !coderpony !python

                          Sunday, 06-May-12 21:01:49 UTC from web
                        • In other !coderpony -related news, I have received a copy of The Little Schemer thanks to an unknown benefactor. Hooray for Amazon wishlists, I guess (would've preferred if I knew who to thank, but then maybe they wouldn't have done it if their name would be sent with it; either way, pretty nice of them)?

                          Friday, 04-May-12 23:33:32 UTC from web
                          • >that feel when you try to RTFM but TFM is F useless !coderpony

                            Friday, 04-May-12 23:20:55 UTC from web
                          • !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