Blogs

Mar
19
2011

iPad's greatest flaw

ipad_connect_to_itunes.pngA post on Dave Winer's blog today reminded me that I've been meaning to write about the big flaw in the iPad. Actually it is a flaw in iOS but I notice it most on the iPad.

First a little background. I've had an iPad for as long as they've been around and eagerly stood in line for the iPad 2's new cameras. More than the first iPad the iPad 2 is a transformative device. It is comfortable to hold in bed to read, it has an amazing cover that just works and it's a bright white color instead of the heavy black. (How the color affects the perception of weight is another topic for another day.)

As awesome as the device is for me. It comes with a horrible flaw. This first came to light the very night I picked it up. After the headache of convincing my credit card issuer that yes it really was me staying in a hotel and buying an iPad at an Apple store I met a friend and we headed out for dinner. Being a Drupalcon dinner there were plenty of tech folks. Since the line for Chicago pizza was longer than the line for the iPad 2 we had plenty of time to talk. Eventually I succumbed to peer pressure and opened the box.

While peeling away the shrink wrap on the box (even the box is slightly smaller than the previous iPad) thoughts of taking a few pictures of the group with the new iPad came to mind. With a creative group of smart people what could we do with this new technology while waiting for a dinner with a week's caloric intake? And then all at once it happened.

Feb
21
2011

When iBank goes bad

Some time back I made the conversion to iBank for keeping track of our finances. Then last year an update to iBank 4 came out. I grabbed it and started the update. For a blissful 30 seconds it all looked good and then came the dreaded error message.

The operation couldn’t be completed. The backslash is a wildcard char, and cannot appear unescaped at the end of a string.

So starting last October a number of posts were exchanged on the support forums. It ended not so well with this post. Asked to once again supply the data that had taken a fair bit of time to prepare the first time around. I was tired of the dance and just walked away. How hard can this be I wondered? Being a database guy it seemed pretty obvious that this was a problem with a '\' being at the end of a string and not being escaped.

Feb
5
2011

In all things K.I.S.S.

st_lukes_access_ramp.jpgKids are great at reminding us that it is the simple things in life that bring joy.

Sure our kids have the requisite collection of probably more goodies than they need and a week filled with fun things to do. When we have some quiet time a quick trip to the park, riding the horses or playing in the backyard is in order. However this all seems to pale in comparison to one of their favorite play places.

Pictured at the right is an access ramp/stair complex on the side of a local hospital. When we visit there, whether it's sunny, raining or freezing they always want to take the time to play. While it may look like the average ramp and stairs that it is there is also a house, family, hide-and-seek, circus and many other things hidden in there. What may at once look like a simple brick and concrete structure hides hours of fun.

Jan
3
2011

Using Komodo from the command line

Anybody who ends up talking about coding with me will likely know that I really like using Komodo IDE. Since just before Christmas I've been using and setting up my new MacBook Air. I took a little different approach with this machine for several reasons. One of the main drivers being the smaller (256GB) "disk" drive. This lead me to build this machine up from scratch, using my cloud applications like Dropbox, rather than copying things from another disk.

One application I've gone back and forth on bringing to the new laptop is BBedit. A long-time BBedit user it has had a home on every machine I've had for decades. However in looking at how I use it the main thing I found was I used it because the command line script made it really easy to launch a GUI editor from the command line. Sure for a lot of things I just use VIM but sometimes I want something more of a Mac application.

Wouldn't it be great if I could just use Komodo IDE for this instead? Why yes it would! So a few minutes later I added these lines to the .bash_profile on my little machine.

alias komodo="open -a 'Komodo IDE'"
alias kedit="open -a 'Komodo IDE'"

Syndicate content