-
"…as soon as consumers become used to things acting this way, they’ll start actually expecting things to act this way. And when that happens, beware any software company that doesn’t deliver the same experience. In the new world Apple will create, to ask a user to manually sync files between different devices will be the equivalent, back in the ‘80s, of asking a bunch of home computer users used to interacting with GUI’s, to use command lines instead." Yep.
-
"Prototypes for Mac turns your flat mockup images into tappable and sharable prototypes that run on iPhone or iPod touch." Nice.
-
"My dream cloud interface is not about booting virtual machines and monitoring jobs, but about spending money so my job finishes quicker. The cloud should let me launch some code, and get it chugging along in the background. Then later, I would like to spend a certain amount of money, and let reverse auction magic decide how much more CPU & RAM that money buys. This should feel like bidding for AdWords on Google. So where I might use the Unix command “nice” to prioritize a job, I could call “expensiveNice” on a PID to get that job more CPU or RAM. Virtual machines are hip this week, but applications & jobs are still the more natural way to think about computing tasks." Yes, this. And: lots of people _think_ the cloud works like this, but it really doesn't, yet. Parallelization/adding computing power is more practical, but it's not been made easy like a bunch of other things have (so far).
-
Oooh. A bit like Skitch for files, and likely to replace Senduit in my toolkit.
-
"Egmont Press and Penguin Publishing will launch a range of children's books onto the Nintendo DS in a licensing deal with entertainment software company Electronic Arts (EA). It is the first time that children's books have been developed specifically for the Nintendo DS platform in the UK." Ooh, that's kind of awesome.
-
"Gemcutter is the next generation of gem hosting for the Ruby community. Instantly publish your gems and install them. Use the API to interact and find out more information about available gems. Become a contributor and enhance the site with your own changes." Apparently this is the next big thing, post-github not serving gems. Let's chase this trend for a bit.
-
"…it’s been a week and we’ve decided to not bring back the gem builder. It was a fun experiment but Jeweler and Gemcutter combined make it ridiculously simple to publish a gem. The gem builder use case (fork a project, make a change, publish a gem, install it) is now easier than ever using these tools." Which is all very nice, but a bit of a PITA for anyone who'd been depending on this. Still: gems.github.com will serve for another year.
-
"In Nokogiri 's are converted to whitespace, but they are not a normal space and aren't removed with the standard String#strip and friends." Needless to say, this is somewhat annoying. Thanks for fixing it, internet!