Nice.
UPDATE: Apple posted a patch rather promptly, and thus my iPhone continues to be the greatest thing to ever happen to humanity.
Nice.
UPDATE: Apple posted a patch rather promptly, and thus my iPhone continues to be the greatest thing to ever happen to humanity.
I just got super excited for Windows 7! When Windows 7 was first announced and the list of features included “Multi Touch” technology, I was somewhat skeptical given that I wasn’t sure there would be hardware to support it. I thus assumed it might just be a start at MT support. But recently I have been reading up on what’s new with .NET 4.0, and hidden in the feature list is a Multi Touch API as part of WPF. I worked with WPF quite a bit at my last job in Boston, and it is extremely powerful and flexible. Adding Multi Touch support will only make it more so!
This got me wondering: is Multi Touch hardware starting to emerge in anticipation of Windows 7? It turns out it is. Take for example these offerings from HP and Dell.
Thus I ponder the following:
Well I hope this all shakes out the way I want: to buy a Windows 7 All-In-One this fall and start writing Multi Touch applications in pure WPF.
So I was revisiting how I deploy my rails site (brockbouchard.net) and I stumbled upon something called “Phusion Passenger”, also known as “mod_rails”. I had been previously using Mongrel, but it turns out mod_rails makes deploying a Rails site as simple as placing the app in a directory on the web server. No more ports or proxies or confusing Apache vhost files. Check it out!