Brian Hogan: I am getting really, really tired of Mozilla screwing up the HTML5 specification. First it’s video, and now "we’re never supporting Web SQL"
By video, I’m assuming that Brian is referring to the fact that Mozilla does not plan to implement H.264. With respect to Web SQL, what would be needed is for somebody to define an interoperable dialect of SQL which would be support multiple interoperable implementations.
Rich Cannings: Every now and then, we remove applications from Android Market due to violations of our Android Market Developer Distribution Agreement or Content Policy. In cases where users may have installed a malicious application that poses a threat, we’ve also developed technologies and processes to remotely remove an installed application from devices. If an application is removed in this way, users will receive a notification on their phone.
DeWitt Clinton: what is important is how a company licenses a particular technology, regardless of their patent holdings. As Brett points out in the comments, PSHB is covered under the OWFa, which was signed by all the many contributors.
Antonio Cangiano: Fine folks from Canada, Australia, New Zealand, Denmark, Sweden, Ireland, Russia, China, India, etc, are all excluded from this platform.
Mads Ager: this is the first Chrome beta that features initial integration of the Adobe Flash Player plug-in with Chrome, so that you can browse a rich, dynamic web with added security and stability
Upgrading to Lucid Lynx went smoothly as usual, though by upgrade I mean do a complete backup, wipe disk, do a full install, install of the packages I need, and then copy back in the various data directories. I’m keeping with Pidgin and Thunderbird versus Empathy and Evolution. I also don’t expect to use Gwibber. As I had done a test install first with a beta, I was prepared what floatflt went missing. Looking at my Apache logs, that entry is gaining a steady stream of search results. I like being able to give back to the community in such a manner.
Having literally terabytes of storage and a 100Gb Ethernet sure makes this process smoother than it was a decade ago.
Bruce Tognazzini: He did the same thing with the original Mac, although then, Flash was not the issue. Few will remember, but, when the Mac debuted in 1984, there were no arrow keys on the keyboard. That was a big deal.
Joseph Scott: Today we’ve turned on PuSH support for the more than 10.5 million blogs on WordPress.com. There’s nothing to configure, it’s working right now behind the scenes to help others keep up to date with your posts.
Rails 3.0 requires 1.8.7 or later. Both InstantRails and the (current, released) version of RubyInstaller bundle Ruby 1.8.6. The files on the Ruby site seem to be a scavenger hunt. While the next release of RubyInstaller will address this, we can run today with Cygwin.
Jim Stogdill: The automobile went through a similar evolution. From eminently hackable to hood essentially sealed shut. When the automobile was new, you HAD to be a mechanic to own one. Later, being a mechanic gave you the option of tinkering and adapting it to your specific interests. In fact, that’s how most people up until about 1985 learned to be mechanics.
Tim BrayFor creative people, this device is nothing. Tim also is quite concerned about losing access to emacs.
Imagine a 2.66GHz Intel computer with five USB 2.0 ports, one FireWire 800 port, a mini-DVI port, and a DVD burner. Comes with a wireless keyboard and a 9.7 inch wireless display. The display is fully touch enabled, and can even support a virtual keyboard. Yes, this system runs EMACs. It also can run J2EE, Ruby on Rails, and Django. The display connects to the base station via 802.11, and supports both canvas and AJAX. Comes with OS/X, but you can also install Windows 7 and/or Linux alongside it if that is your preference.
Joe Armstrong: After a small amount of experimentation I was able to make Erlang talk to a web page using pure asynchronous message passing. I think this means the death of the following technologies:
comet
long-poll
AJAX
keep-alive sockets
I see the appeal for a single node Erlang or Eventmachine or node.js server. (Can sockets be passed between servers?)
I’m less clear about how this could work with request/response servers like PHP or Rails. Event loops on the server are not typically application patterns for applications using such frameworks — shared nothing is more of the norm.