My thoughts on Flash and the iPad

There’s been a lot of controversy over Apple’s decision to ban Flash (and Java for that matter) from the iPhone since the day it was released. Now, with the iPad about to hit retail, there’s been more debate on whether this was a technical decision or not, and whether it’s a severe limitation for the devices, or a blessing. Being both a Flash developer, an iPhone OS user an open source advocate, I thought I’d weigh in on the conversation.

Before I get started though, let me point out that I’m not a fan of Flash. I think it’s a real shame that there’s no open, official standard that lets web designers do the things Flash can. Adobe has the web in an awkward stranglehold right now, and I’d love to see that change. But the reality is that Flash is an integral part of the web today.
More My thoughts on Flash and the iPad

ChromeOS gets more mature with Flow

It’s been a while since I blogged about Chrome OS. Things have been pretty quiet around the Google-supported operating system for netbooks and tablets. But Hexxeh, a 17(!) year old developer who’s been supplying pre-built versions of the OS for a while now, released an new version yesterday, and it’s a lot more polished than earlier builds. It boots in seconds and runs pretty smoothly for a pre-alpha OS. If you’re curious about Chrome OS, this is the perfect opportunity to give it a try.

Not only is the ‘Flow‘ build very easy to use, there are complete setup instructions as well. The OS is installed on a USB stick or an SD card (provided your target computer has a card reader it can boot from). It runs off of that drive, so nothing is left behind on the computer’s hard drive. Simply take out the SD card and boot up to get back to Windows or whatever you were using before.

Fit-PC2 used to power amazing robot spider

Remember my review of the world’s smallest ‘desktop’ PC, the Fit-PC2? I recommended it for use as a lightweight, energy efficient server, but apparently you can do much more exciting things with it. Matt Bunting, a University of Arizona electrical engineering senior, used it to power a very cool, spider-like robot. And it turns out Intel just bought two of them to show off the Atom’s potential. It uses other stock parts too, including a Logitech webcam.
More Fit-PC2 used to power amazing robot spider

ASRock’s ION nettop really rocks!

A little over a year ago, I got myself the cheapest media center PC ever, on the form of an old refurbished office machine. It was fast enough to handle most of what I wanted it to do, but it was lightly too big for my AV setup, and decidedly beige. Ugh. But my main issue with it was that it was also making long hours. The Pentium 4 series of processors is notorious for its high power consumption, and I was starting to feel guilty.

I’ve had a couple of Atom based PCs in my home (a netbook and that really small PC I wrote about earlier), but found them to be slow, especially when it came to graphics. Intel’s ancient 945 chipset was a real bottleneck, and the newer US15W had terrible driver issues in Linux. That’s why I wanted to try nVidia’s Ion chipset. I decided that an ASRock Ion 330 would be the perfect little HTPC for me.
More ASRock’s ION nettop really rocks!

Closing the comments on WP-Cumulus posts

I hate having to do this, but I’m going to be closing the comments on most of the WP-Cumulus related posts on this blog. Because some have several hundred comments, they’ve become impossible to read and I find that the same questions keep getting asked over and over again. I’ve tried to patiently answer all of them, but I’m no longer able to keep up. Blog comments just aren’t a very good support mechanism.

If your question is about WP-Cumulus, the original WordPress plugin, not one of its ports or variations, please post it in the WordPress forums. This allows others to find the answers, and chances are your question has been discussed already. The forums are an invaluable resource, and offer a much better platform for WP-Cumulus support. If you add the “wp-cumulus” tag to your thread, I’ll almost certainly see it.

I’ll also try to update the FAQ more often. It’s a little out of date, but definitely still a good place to start. Oh, and for more info, see my support page.

Can software really reduce your computer’s power consumption by 30%?

I stumbled across MiserWare MicroMiser a couple of days ago. It promises to shave 10 to 30 percent off your PC’s power consumption, without you even noticing. All you have to do is download and install the program. I have to admit this sounded a little too good to be true at first, but considering how I’m really into low power computing, I decided to sign up for the beta program and give it a try.
More Can software really reduce your computer’s power consumption by 30%?

Was Google’s Nexus One switched at birth?

If you’ve not been living under a rock these last few days (or weeks, even), you’ll know that Google has just announced (and released) its first ever mobile phone. Called the Nexus One, it represents Google’s vision of what an Android phone should be. And I’m pretty sure the sotfware is OK. It’s just that I find myself not liking the phone exterior design. I know I’ve dismissed Apple products as ’style over substance’ in the past, but this thing looks like the HTC Touch from 2007. It might look a little better in real life, but the official stills look decidedly unexciting to me.

At the same time, HTC, who make the Nexus One, have a phone in their portfolio that looks a lot more like what I’d expect from a Google Phone. Its HD2 is a very sexy device that coincidentally has pretty much identical specs compared to the Nexus. It looks nothing like HTC’s other phones, yet runs boring old Windows Mobile. I’m telling you, these two devices were switched a birth. Somewhere deep inside HTC’s Taiwan development labs, a very sexy, top secret new Google Phone was designed, but delivered to the wrong software department. Meanwhile, the next boring Windows device was handed to the Android people.

Despite its bland looks, I’ll probably still get a Nexus One. I’ve been putting off getting an Android phone for way too long, and this is the new king of hill. But I’ll probably regret the terrible mixup for as long as I have it…

My attempt at the top 10 gadgets of the decade

When I read Engadget’s “Ten Gadgets that Defined the Decade“, I was amazed by some of their choices. I could easily think of a few gadgets that changed the way we use technology, but weren’t listed. While I agreed with a couple of items on their list, like the iPhone, I couldn’t help writing my own top 10 of the most influential gadgets of the last ten years. Here are my candidates in random order.
More My attempt at the top 10 gadgets of the decade

iPazzPort – the budget-friendly HTPC keyboard

I blame PayPal. They’ve made it far too easy to order stuff on eBay :) . When I saw the iPazzPort on Engadget a while ago and read in the comments that they were very cheap on eBay I couldn’t help myself. Two clicks later I’d ordered this little gizmo from a vendor in Hong Kong. It took nearly a month to get here, but I’m glad it did.

The iPazzPort is a small wireless keyboard with a built-in trackpad. It uses RF signals to communicate with the (included) USB receiver, which has a range of about 10 meters. I had been looking for something to replace my aging BTC 9019URF which is big, ugly and doesn’t quite work from my couch.
More iPazzPort -- the budget-friendly HTPC keyboard

How to show each post’s date in WordPress

clockThe templating system in WordPress is very flexible, and there’s rarely something you can’t do or that doesn’t work as you’d expect. A notable exception however is the_date. Its purpose is simple enough. It displays the current post’s date of creation. But on pages with more than one post (such as on many blog home pages), something weird happens. If a number of posts on any given page were created on the same date, the_date will only show that date for the first of those posts.

In the early days of blogging, posts were usually listed by date, much like a regular, paper diary. In the old default theme that comes with WordPress a big date title is used to separate posts into days. That’s what the_date was created to do, and so it makes sense it only displays the same date once. In most modern themes however, people like the date to be among the meta data for each article, so the_date falls short.
More How to show each post’s date in WordPress

ss_blog_claim=d470d8430338c3ea2e4510a1b5577fa0