This is great! And this is why I think this device is going to make a huge impact to alot of people. Not just kids. There are ‘executive’ models on the way and the one in the video is one of the prototypes.
Very impressed with the corner-placed thumb keyboards for input without the stylus while holding it in both hands.
Also, I can’t wait to try some of my fullscreen Flash kiosk applictions on that device! Cool!
Bonus: Hop on over to channel9 and watch Otto Berkes, who is the architect (now general manager) behind the Ultra-Mobile PC team, code-named Origami, give Scoble all the nifty details.
Excuse all the double-entendres! Heh.
..said The Beatles. This article about How To Become an Early Riser is pretty good. Although I’m hardly the earliest riser, I totally agree with the feeling of goodness and productivity when I do. I get alot done in the evenings too (currently pulling about 14 hour working days – at least) and as I am in London, and the rest if the guys are (mostly) in Boston, I find myself living an odd timezone. But it’s OK. When it gets warmer here, I’ll sit outside on the wifi in the sun
Google Reader’s ‘feed-splicing’. Why don’t they call it a Reading List anywhere? Nice though, that they have a JavaScript snippet to be able to pump a mini-rivulet through your blog template – mmm : expect to see alot more of this soon. Microformats.
Cool! I just got something I think is pretty cool working here. Based on a blogging system I started a long time ago – which I then just used to store links (pre del.icio.us) [we use them and their simple urls on the Bluggcast - as simple urls are easier to say on a podcast than the whole kaboodle] – I have been looking at building a calendar to browse the links (or blog/podcast posts if I switch a database table – as they both work the same way). Archive lists are OK on blogs, but I rather like calendars.
I mulled over the idea of whether if was worth learning to build a calendar and eventually decided it was. And boy, was it. At least three other applications for it just appeared out of thin air. Not only that, but as I had first created it in HTML, with higlighted days of activity and the like, I was then able to reeeeally easily evolve that script again to provide the data sets back and forth to a Flash interface, using OPML! Hurrah for OPML! The whole client takes OPML. It eats OPML for breakfast.
THEREFORE, ladies and gentlemen, an(other) API contender has emerged too. Double-hurrah! OPML based too. As Herr Viner vould say: bingk!
These past few weeks, I have been switching back and forth from PHP to Flash Actionscript, out to Javascript, back again, out to MySql, etc, etc ,etc. Sometimes you have to be able to understand how all parts and ingredients work together through experience. It really helps. Actually it’s quite good fun. It feels rather like a game with different play modes. I think (and hope) this will help me to translate workable ideas and concepts to super talented people who can build them AS WELL AS add their own creative flair and deeper understanding of the particular scripting language and client.
I would say that Flash developers are able to do alot of ‘thinking outside the box’ while actually ‘in’ it. There’s something great about the images, objects, code and connections in Flash that help the ideas flow from within the interface and out to the external world and its feast of code and data.
Another great thing about Flash and Actionscript, I would say, is that when you learn to code scripts based around actual ‘things/shapes/components’ you can see, and you go go and throw functions and properties at these ‘things’, you really begin to get a hold of the concepts in Object Oriented programming. Becuase you can actually ‘see’ them and interact with them.
It’s a great way to help learn coding in most languages, IMHO.