Viewing profile — zeen
zeen
HN member- Joined
- Fri, Jan 01, 2010, 3:43 AM UTC
- HN karma
- 50
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About zeen
No profile information was provided.
Recent public activity
-
comment
Comment #9860226
Bad example. XML is the wire format in XMPP RFCs, not a file format.
-
comment
Comment #9596285
Cmd + Click on OS X, as it should be.
-
comment
Comment #8346701
Do it right how exactly? Oculus doesn't manufacture the hardware in question. Oculus is very much at the mercy of the smartphone display market. The only thing Oculus/Carmack can d…
-
comment
Comment #7616847
The reason you don't see realistic models very often is because objects we use as for reference (planets) are too tiny compared to the space between them. Earth would be nothing mo…
-
comment
Comment #5383257
I'm one of the authors of the Prosody XMPP server, and a member of the XMPP software foundation. Prosody operators have been reporting this for more than a week now. Google users h…
-
comment
Comment #4092409
Nice! To be fair to the Flash version, it appears to be using the 2D drawing API (equivalent to HTML5 canvas). If the Flash version used Stage3D, performance would probably be equi…
-
comment
Comment #4083312
It is indeed a shortcoming of OpenFire; one that won't be fixed [1]. As far as the XMPP protocol is concerned, the concept of sub-domains doesn't matter. It's useful for human user…
-
comment
Comment #3553469
Fully detecting a scene's lighting is a complex problem. This paper from last year was quite interesting: "Rendering Synthetic Objects into Legacy Photographs" - http://kevinkarsch…
-
comment
Comment #3537552
Well, since we are nitpicking nitpicks, allow me to nitpick your nitpick of a nitpick: Lua closures are also composite data structures. You can get/set their upvalues via the debug…
-
comment
Comment #3411561
You got it. Quoting from the 5.2 manual: Because of the lexical scoping rules, local variables can be freely accessed by functions defined inside their scope. A local variable used…
-
comment
Comment #2641207
' See http://www.w3.org/TR/2008/REC-xml-20081126/#sec-pi
-
comment
Comment #2575521
http://jsbin.com/ibuqi5 Looks great in Chrome for me, aliased in Firefox.
-
comment
Comment #1377097
Followup post: http://vis.renci.org/jeff/2009/08/24/followup-to-my-earlier-...
-
comment
Comment #1295135
The code provided isn't storing any internal state (aside from the resume location) as far as I can see. The generator thus generated isn't reentrant and has other flaws, but those…