Viewing profile — acc00
acc00
HN member- Joined
- Mon, Jan 09, 2012, 1:48 AM UTC
- HN karma
- 312
- Public activity
- 59 items
- HN profile
- View on Hacker News ↗
About acc00
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #9914990
Not anymore: http://www.gog.com/game/tis100
- story
-
comment
Comment #8579854
Also, the X220T is not a "tablet" in the modern sense, it's a convertible laptop with a touchscreen.
-
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…
-
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?
-
comment
Comment #8187671
Completely unrelated, and the IRC client predates the IM service by 8 years.
-
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…
-
comment
Comment #7931242
What do you think Chromium and Opera is written in?
-
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
-
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!
-
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?
- story
- story
-
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…
- story
-
comment
Comment #7342836
Commit introducing the bug: https://www.gitorious.org/gnutls/gnutls/commit/0fba2d908da6d...
- story
- story
-
comment
Comment #6942669
It's not like there is nothing proprietary about this CPU prior to applying the microcode update it.
-
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.
-
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)
-
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…
-
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/
-
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…