It’s just data
I finally decided to upgrade my cell phone to one that supports the web and email. I settled on an LG enV3 in slate blue. One of the pages I frequently check is my comments page, and as I had taken care to ensure that the markup degraded gracefully, the page displays adequately on my mobile device — with one obvious annoyance that surprised me.
To read the comments, I have to horizontally scroll.
Christian Plesner Hansen: Today we’re releasing the Sputnik JavaScript test suite. Sputnik is a comprehensive set of more than 5000 tests that touch all aspects of the JavaScript language as defined in the ECMA-262 standard.
Allen Wirfs-Brock: Anyone who has the interest and skills for developing individual ECMAScript conformance tests are invited to participate in the project. If you’re interested check out the Codeplex site and get involved.
Yehuda Katz: Last week, Carl and I started digging into the Rails initializer, and the tests in the initializer (railties) are more mock-based and less reliable than the tests in ActionPack (which we’ve been working with so far). They’re pretty reasonable unit tests for individual components, but getting all of the tests to pass did not result in an (even close) bootable Rails app.
To help with spreading the word, I’ve created a registration page where those with an interest in doing so can sign up for IM notification on test results.
ruby test/fonts.rb test/google.html size => -1 size => -1 size => -2 size => -2
I jotted down a few notes.
I switched to Debian in 2003 given the uncertainty at the time for RedHat. Eighteen months later, I switched to Ubuntu as I found the unpredictable release cycle of Debian to be an issue.
I had occasion to try Fedora again yesterday when debugging a GCP/JAXP issue. I was curious to see what had changed since I had last looked into a RPM based distribution over five years ago, and the answer in retrospect was totally obvious. The difference between two 2009 vintage Linux distributions is much smaller than the difference between a 2009 vintage distribution and a 2003 vintage distribution, even of those distributions came from the same place.
SystemErrErrorHandler class into C++ so that I could be sure that I was able to do both Java=>C++ and C++=>Java calls.