Live data from Hacker News

Viewing profile — Ayjay

Ayjay

HN member
Joined
Sun, Jul 11, 2010, 11:00 AM UTC
HN karma
-4
Public activity
10 items

About Ayjay

No profile information was provided.

Recent public activity

  1. comment
    Comment #6630624

    Predictably, this speed run is now quite outdated, even though it's less than a year later. There have been several major discoveries that have now lowered the world record to just…

  2. comment
    Comment #2102132

    I used to think that I never click on ads, and it's true in that I never click on Internet ads, but I've found that ads I receive on Steam are vastly more effective for me. If you …

  3. comment
    Comment #1666113

    Really, a better coding style is to use STL strings, containers and algorithms and never get down to the point where you have to care. Coding at the bare-metal level is a very slow…

  4. comment
    Comment #1663964

    I think he was just pointing out an alternative conclusion. I think it is an interesting point that the world's only superpower is also unique in the relgion-to-wealth factor. I'm …

  5. comment
    Comment #1655488

    Looking at it from a market perspective, there is a limited supply of something (ie. seats at a table at a reasonable time), and a demand. It's then not a surprise that getting a t…

  6. comment
    Comment #1645322

    You should have your colour change when you reach certain point thresholds - when you "level up" I guess. Also, maybe then you can push lower-level pixels around? -- Ayjay on Fedan…

  7. comment
    Comment #1629611

    I really haven't seen this problem, like, ever. All coder's are vastly more likely to preoptimise the hell out of everything, and we end up with the opposite problem - thousands of…

  8. comment
    Comment #1587583

    I recently converted from various other graphical IDE's (Visual Studio and Eclipse) to start using exclusively Vim to develop with, and I'm loving it. I don't think it really needs…

  9. comment
    Comment #1570396

    looks good! mozz on fedang

  10. comment
    Comment #1505338

    I really don't think it matters what langauge, as long as they can compile and run code. Most of us probably started with BASIC interpreters, so easy and readable code is obviously…