Planet maemo: category "feed:196199090f06e631920e077b436da9fe"

Mike Rowehl

SmartMeter Sensor Network

2010-09-27 15:00 UTC  by  Mike Rowehl
0
0

I was at the SVC Wireless conference this weekend, and caught the Internet of Things panel. A decent amount of the conversation revolved around revamping the power grid. Despite hearing about “concerns about the new SmartMeters here in California” on the news a number of times, it wasn’t till this weekend that I learned that the SmartMeters are a mesh sensor network. Last time I heard about these bits of technology it was very much research, and at the time folks were calling it smartdust. Nice to see it has worked its way out into practical applications, unfortunate to see the crackpots causing so many issues with the application.

It made me think a lot about the shifting mindshare (or maybe share of attention?) going on in mobile. Back in 2003 and 2004 stuff like ubiquitous computing, RFID, and sensor networks were part of common conversation for just about everyone “working in mobile”. In 2010 when you mention mobility iPhone and Android pop to mind immediately, and the discussion only infrequently makes it outside of handset technologies. The attention goes where the money flows, not abnormal. But I was somewhat surprised to realize how long its been since I’ve thought about some of these things. And in some cases surprised to see how far some of the technologies have come even though they’re progressing effectively under the radar.

Categories: Community
Mike Rowehl

Mobile 2.0 Reflections

2010-09-23 08:00 UTC  by  Mike Rowehl
0
0

With another Mobile 2.0 conference just wrapped up I wanted to just highlight some of the topics and conversations:

Click to read 1312 more words
Categories: Community
Mike Rowehl

Android Numbers Game

2010-09-19 19:17 UTC  by  Mike Rowehl
0
0

As far as number of handsets out in the market go Android has been wonderfully successful. Most folks agree that all things being equal, the number of Android handsets is going to surpass the number of iPhones pretty soon. Generally that’s been taken as a sign that developers should start thinking about Android cause it’s going to be the next gold mine. I’ve started to question that a bit however.

Click to read 1036 more words
Categories: Android
Mike Rowehl

The Right Tool For the Job

2010-09-17 19:09 UTC  by  Mike Rowehl
0
0

A few days ago Bryan Rieger posted some fantastic slides about rethinking the layout of site resources for content meant to go to mobile devices from Yiibu. There’s some great stuff in there related to applying progressive enhancement principles to the layout as a whole, and the follow-on has spilled over into the mobile web discussion group about how to deal with desktop browsers that don’t do well with media queries. Great technical discussion and happy to see it happening.

Click to read 1620 more words
Categories: Browser
Mike Rowehl

With AppNation wrapping up earlier this week and Mobile 2.0 happening next week I’ve been thinking a lot more about industry level shifts in mobile. Normally I’m heads down in some bit of server code lately, so it is relatively infrequently that I pop up and genuinely take a look around. One thing I was surprised to see is that whenever I talk about mobile apps it’s assumed that that discussion applies only to natively coded platform-specific applications. Definitely not the case.

Click to read 1204 more words
Categories: Browser
Mike Rowehl

Frequently the two issues get tossed into the same basket when talking about mobile applications in particular. The most obvious reason for grouping the two together is that the main driver of both for most businesses is the app store. Getting top placement in the charts on the app store is seen as the holy grail of distribution, driving much larger numbers for most folks than any other technique. Plus the main source of income for most developers is directly selling their app to users through iTunes.

Click to read 1950 more words
Categories: AdMob
Mike Rowehl

Mobile 2.0 2010 Silicon Valley

2010-09-13 15:47 UTC  by  Mike Rowehl
0
0

Mobile 2.0 2010 Silicon Valley is next week. We have the event divided up into two days again this year, with the developer day on Sept 20th at Microsoft in Mountain View and the business day on Sept 21st in San Francisco. You can use the code “friends” when you sign up for 20% off the normal registration price.

Click to read 1316 more words
Categories: Android
Mike Rowehl

Evaluating App Store Opportunities

2010-08-10 20:20 UTC  by  Mike Rowehl
0
0

We had an awesome discussion about App Stores at Mobile Monday SV last night:

Click to read 2536 more words
Categories: Community
Mike Rowehl

The Web is an App (Via Diego)

2010-07-14 16:41 UTC  by  Mike Rowehl
0
0

Diego is updating his blog again! Awesome! Check out his “the web is an app” post for a laydown of how generalized web development is shifting. Things were already tilting in the direction of “websites” being basically a static javascript loaded that pulled in resources and data as necessary. Mobile devices have really thrown a few cans of gas on the fire however. Before it was just annoying when logic crept into display code. Now with multiple distinct front-end views it’s gone from annoying to painful.

The role of browser Javascript framework on the mobile end seems to be an area of hot contention right now. With behaviors optimized for touch devices being the headline item in most of the conversations I’m seeing. The Uxebu blog and Wolfram Kriesing’s twitter feed are good places to look if you’re interested in following how it evolves. One of the most significant recent changes is the rollup of the ExtJS, JQTouch, and Raphael projects into a new company and product called Sencha. They seem to be ahead of the curve in pulling everything together to build the mobile specific web interface on top of REST services the way that Diego is talking about. And their recent large investment from Sequoia would seem to indicate that they’re in good shape to extend that lead. Check out their online KitchenSink demo to see some of the interaction styles they support. Still lots of work to be done, but I’m hearing more and more developers saying they’re at least starting to evaluate toolkits like these for doing their mobile web UI.

Categories: Browser
Mike Rowehl

Removing the Password from a PDF

2010-07-13 22:38 UTC  by  Mike Rowehl
0
0

I have a few ebooks I’ve purchased online that came as password protected PDFs. While mildly annoying while trying to read them on a desktop system, it’s patently absurd when I try to move them over to the iPad to use. There are a bunch of hacks floating around describing how to use conversion software to remove the password. Such as convert to a postscript file and then back to a PDF. Generally you end up with a pretty crappy PDF out the other end. You always loose hyperlinks (table of content or index), and a lot of times the formatting can get screwy. Fortunately I found a few comments mentioning qpdf, which is in the default repos for Ubuntu at least:

  • sudo apt-get install qpdf
  • qpdf --password=******** --decrypt lame_pass_version.pdf happy_version.pdf

Yay! No more crashing iBooks trying to read stuff I paid money for. And there’s an actual preview of the cover on the bookshelf now. Amazing.

Categories: Open Source
Mike Rowehl

WordPress Updated

2010-07-07 21:36 UTC  by  Mike Rowehl
0
0

I did the update to WordPress 3.0 and added a new theme for the blog (you’ll have to actually visit the site to see, most of you read through RSS). Most of my motivation was getting something in there that looks better on mobile devices. The theme I have on now does a completely fluid layout instead of fixed width, so it looks a lot better on iPhone/iPad/Android. Also on the list of stuff to try out is the WordPress Mobile Pack that Andrea and James released.

Definitely recommend doing the upgrade and switching around themes. Especially for viewing on iPhone/Android devices. The Mystique theme is what I’m currently using by the way. On the settings page it has a toggle for fixed/fluid layout. Ahh, nice and simple.

Categories: Browser
Mike Rowehl

Tomi is Wrong about iPhone Economics

2010-06-29 00:34 UTC  by  Mike Rowehl
0
0

The whole universe seems to be buzzing about Tomi Ahonen’s post about iPhone economics, which is unfortunate cause it’s completely incorrect. First of all let me say I like Tomi. He’s helped out with the Mobile 2.0 events in the past, I’ve had a few chances to have conversations with him, he’s a good guy. Even smart people can be wrong however, and in this case there are definite issues with the analysis laid out.

Click to read 1766 more words
Categories: Community