Live data from Hacker News

Viewing profile — acc00

acc00

HN member
Joined
Mon, Jan 09, 2012, 1:48 AM UTC
HN karma
312
Public activity
59 items

About acc00

No profile information was provided.

Recent public activity

  1. comment
    Comment #10650632

    You might also like the Scribblenauts series[0]. It's 2D and it doesn't include text-based positioning (or, indeed, any kind of freetext scene description -- you just 'summon' obje…

  2. comment
    Comment #9914990

    Not anymore: http://www.gog.com/game/tis100

  3. story
  4. comment
    Comment #8579854

    Also, the X220T is not a "tablet" in the modern sense, it's a convertible laptop with a touchscreen.

  5. comment
    Comment #8391321

    Depends on the value of "occasional", but did you try asking your friends? I've seen that being done around here, since the hardware you're describing really is pretty close to a b…

  6. comment
    Comment #8349746

    Very nice! Why not make the third component live -- and include a webcam feed in the background instead of the static image?

  7. comment
    Comment #8187671

    Completely unrelated, and the IRC client predates the IM service by 8 years.

  8. comment
    Comment #7950072

    Cool, so OBML remains on Presto until it is phased out completely? Can you point to any papers/specs/sources concerning OBML or the likes? I was always fascinated by it (and have b…

  9. comment
    Comment #7931242

    What do you think Chromium and Opera is written in?

  10. comment
    Comment #7895806

    I was confused for a moment, since where I come from, "self-hosting" means something different. http://en.wikipedia.org/wiki/Self-hosting

  11. comment
    Comment #7793092

    So now instead of sending my friends a URL I have to give them vague instructions about where to find the content? Welcome to Web 3.0!

  12. comment
    Comment #7742968

    A link to github when the project has a well-made functional website? Did you want to show us the source code specifically?

  13. story
  14. story
  15. comment
    Comment #7358938

    While there is indeed some PHP accelerator code, most of what is open-sourced is piles of domain-specific C code they use _instead_ of PHP, which I find to be an interesting approa…

  16. story
  17. comment
    Comment #7342836

    Commit introducing the bug: https://www.gitorious.org/gnutls/gnutls/commit/0fba2d908da6d...

  18. story
  19. story
  20. comment
    Comment #6942669

    It's not like there is nothing proprietary about this CPU prior to applying the microcode update it.

  21. comment
    Comment #6846523

    I take a look at Visual Studio every couple of years. Looks like the Project Settings dialog is still the same from VC6(?) days, with confusing controls and tiny text fields.

  22. comment
    Comment #6846439

    This list appears to be missing Plan 9, which is a direct continuation of Research Unix line (a successor to 10th Edition)

  23. comment
    Comment #6770624

    I doubt they're profitable (yet), they have only started playing with business models recently. But the same platform has been used to run spoj.pl, a rather popular programming con…

  24. comment
    Comment #6768336

    While this one doesn't have the nice "fiddle" suffix, it has been around for a while and supports a lot of platforms: http://ideone.com/

  25. comment
    Comment #6767429

    there is no such predefined thing as STDOUT. you are probably thinking of STDOUT_FILENO. can you just put "1" there? also, reordering the "mov"s (so they appear in actual call orde…