Bad example. XML is the wire format in XMPP RFCs, not a file format.
Cmd + Click on OS X, as it should be.
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 do is convince Samsung, and unless the…
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 more than a speck of dust in a football…
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 have apparently been flooded with…
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 equivalent to WebGL for this demo, since…
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 users when configuring servers though.…
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.com/publications/sa11.html This…
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 API. Behold: function create() local…
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 by an inner function is called an…
'<?=' is invalid XML. '<?' must be followed by a valid XML Name. See http://www.w3.org/TR/2008/REC-xml-20081126/#sec-pi
http://jsbin.com/ibuqi5 Looks great in Chrome for me, aliased in Firefox.
Followup post: http://vis.renci.org/jeff/2009/08/24/followup-to-my-earlier-...
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 pale to nothing when you consider that…
Bad example. XML is the wire format in XMPP RFCs, not a file format.
Cmd + Click on OS X, as it should be.
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 do is convince Samsung, and unless the…
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 more than a speck of dust in a football…
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 have apparently been flooded with…
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 equivalent to WebGL for this demo, since…
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 users when configuring servers though.…
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.com/publications/sa11.html This…
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 API. Behold: function create() local…
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 by an inner function is called an…
'<?=' is invalid XML. '<?' must be followed by a valid XML Name. See http://www.w3.org/TR/2008/REC-xml-20081126/#sec-pi
http://jsbin.com/ibuqi5 Looks great in Chrome for me, aliased in Firefox.
Followup post: http://vis.renci.org/jeff/2009/08/24/followup-to-my-earlier-...
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 pale to nothing when you consider that…