posts tagged with the keyword ‘apple’

2011.05.02

I’m often torn between the elegance of the Apple User Experience and the freedom offered by, well… pretty much anyone but Apple.

As you probably know, I’m a pretty big supporter of open source (hardware and software) and I’m also a Mac user, and more recently, an iOS user. Apple is pretty damn good at providing a great user experience with their hardware and software, and as it’s often said, most time things “just work” which is important to me, because I use Apple products to make a living.

As far as the freedom thing, I love freedom, and Apple isn’t the leading provider of freedom, so I live a life of conflict. Most of us do in some way… so be it.

As for the iPhone, there’s a lot about it to like, and truth be told, there are things to not like. I’m currently running an iPhone 3G, and I’d probably be a bit more up on the iPhone if I were running an iPhone 4. (The other day someone was recommending an iPhone to someone and said “It will change your life” which may sound far-fetched, but depending on how you use it, this can be true.)

The Android platform does hold some appeal, but I’m not sure if it’s enough for me to jump ship. I mean, Android has it’s issues as well, so I don’t even know that it can easily be said that one platform beats out the other.

Wired’s got an article about How the Android Ecosystem Threatens the iPhone which is worth a read. The graphs are worth commenting on.

Android vs. iPhone

As my disclaimer, I am not a “switcher,” and by that I mean, I was not a Windows user who eventually replaced it with a Mac. I’ve been using Apple hardware since the early 1980s and my first Mac was a IIvx. That said, I lived through the dark times of Apple in the 1990s, including Amelio, the clones, rumors of Apple’s death, etc. With that perspective, these numbers don’t look scary. There were (and are) way more manufacturers of “PCs” than “Macs” and 90% of the “PC manufacturers” made crap. Cheap crap that competed on price, each trying to be a bit cheaper than the other because they were all basically the same. Some were bigger/better than others (Dell) and most of them got around to following Apple’s innovations in hardware eventually. So the real question is, out of those 170 devices running Android, how many are awe-inspiring, and real competition to the iPhone?

Android vs. iPhone

Again, I’m no financial wizard, but to me I assume that 30% that goes to Apple helps maintain the iPhone ecosystem, the cost of running the App Store, future R&D, product development, etc. Plus, people hate carriers. I want as little of my money going to AT&T, Verizon, etc. as possible. If Apple gets it, I think I prefer that. As for the Android App Store, it goes to Verizon. What has Verizon ever done for you? What if you are a competitor to Verizon? And who runs the Android App Store, Google? Does it cost them nothing to run it? No, they’re just making their money elsewhere… (Advertising? Yup, we need more of that.)

Android vs. iPhone

This is the one I may be the most “meh” about. It seems to show the number of apps for Android increasing, until someday it will surpass the numbers of the iPhone. Again, if you’ve lived in the Apple world long enough, you probably remember back when the argument was “Windows has more applications!” and it was true, but it was also true that 95% of them sucked. Sure, there were 200 text editors for Windows, and if you were lucky, 2 or 3 of them were good enough to use. Meanwhile, Mac OS had BBEdit and tons of devoted fans. There were other text editors, but we had one really good one. It wasn’t rare to read a post saying “I’m being forced to use Windows at work, is there anything even close to BBEdit on Windows? Please??” This repeated elsewhere, and I think it shows the whole Apple cares more about quality than raw numbers when it comes to doing things. Sure, they want to sell a lot of computers, er, I mean, iPhones, iPods, iPads, but they also want them to be the best devices out there. I think it’s rare that the most popular thing is the best thing, and I think Apple knows that, and they’re fine with it. As for Android apps, I’ve read a lot of complaints about the quality of them, and the dubious nature of some of them (there’s money to be made with apps you know!) but hey, they say the price of freedom is eternal vigilance, right?

I’m eligible for an iPhone upgrade later this year, about the time the iPhone 5 is rumored to be released., but Android does have some appeal to me… I’ll get into that next time.

2011.04.21

Oh yeah, time to freak out, because your iPhone is tracking you! Well, it’s tracking itself, or cell towers, or wifi access points, or… something of interest, but sadly, it’s not doing a great job at it.

For some people, this is “Big Brother” type of scare… and for others (fans of geo-tracking) it’s not quite good enough.

I grabbed iPhone Tracker, and dug through some of my files, and took a look at the SQLite database, and was fascinated by the data (I tend to get fascinated by data) but I didn’t feel like alerting the media about it…

Will Clarke has a nice blog post about this as well. It’s worth a read.

Here’s some data that was marked 2010-12-29. I’m not sure what that date refers to, but this seems to show my trip taken on 2011-01-01. I find it interesting to see this data. Back in mid-2010 I wrote some code to make an archive of my Foursquare data, with the thought I would map it all out at some point. Sadly, I’ve collected a lot of data, but haven’t done anything useful with it yet. Maybe it would make more sense for me to just get my geo-data directly from my iPhone. I mean, I don’t even have to check in and it knows (roughly) where I’ve been!

This seems to do a poor job of showing where I was. I mean, I’m pretty sure I wasn’t in all of these location. Maybe it was just my phone connecting to towers in all of these locations…

A nice table view of some of the geo-data the iPhone records. Now to figure out how to use it for something good. Or bad. Or somewhere in-between.

2011.02.16

As long as we’re taking about OS X, I have a fix for when you try to screen share another computer on your network and the dialog box hangs… Really, this is super-annoying. You can get rid of it by rebooting, but I hate rebooting. You can’t easily hide it because it floats above other windows, and you can’t force quit it. Well, not easily…

In your favorite terminal program (I personally like iTerm but Terminal.app will do) type the following:

ps aux | grep NetAuthAgent

And you should see something like this:

pete  38146  0.4  0.2  2823072 13644 ??  S  8:28AM 0:43.59 /System/Library/CoreServices/NetAuthAgent.app/Contents/MacOS/NetAuthAgent
pete  40131  0.0  0.0  2425700   264 s001 R+ 10:26AM 0:00.00 grep NetAuthAgent

That first line, with the /System/Library/CoreServices/NetAuthAgent.app bit is the one you want. See the first set of numbers in that line? That’s the process id (or PID.) Once you know the PID, you can do the following:

kill 38146

Typing the kill command followed by the process id should get rid of the dialog box.

Alternately, you can type:

killall NetAuthAgent

killall is a little more risky, as it kills processes based on name, not the PID, so if you have multiple process with the same name, it will kill them all. Hose things up enough and you’ll need to reboot, which is what we wanted to avoid doing in the first place.

Aren’t bugs fun?

2011.02.14

I still use iDVD a lot, because it’s quick and easy to spit out a DVD either with simple menus, or an as auto-play disc with no menus at all… but every now and then, I get this warning about the file being locked.

This specific error came up when I copied the file to another Mac, but I’ve seen similar locking problem even on the same Mac and even with the same user…

Here’s the fix: command-click on the file in the Finder, and select Show Package Contents from the contextual menu. This will open a Finder window showing you the files.

Go into Contents, and then Resources, and look for the project.lock file, and delete it. That should fix it.

Bonus Tip: If you want a fast way of recursively opening all folders in list view, select the main folder, and hit command-option-right arrow. Want to close them all? command-option-left arrow.

2011.01.30

Three Apples

Milwaukee-based developer Josh Dean wonders what Apple product he should get?

Well, I’ve got two of the Apple product he’s considering, so I thought I’d share my opinion…

iPad
I’ve only had an iPad about two months now, and for me, it’s a consuming device. I do very little creating with it. That said, it’s an amazing consuming device. I use it for reading, mainly with Google Reader, for which there are many good clients. I also use it around the house as it’s often much more convenient to grab it for quick searches than any full-fledged computer. If you took away my iPad, there would be a hole in the way I access information around the house. That “around the house” bit is key to my usage. I rarely take it out of the house, but that’s just me. I could live without an iPad and still get all of my work done. For me, the iPad is much more about enjoyment and fun than it is about work.

MacBook Pro
I have a MacBook Pro, and before that, I had an iBook, and before that, a PowerBook… A laptop, for me, is a supplemental device to get more work done, or be able to work anywhere. I tend to do probably 80% of my work on desktop machines, but having a laptop lets me take the show on the road, and also lets me do two things at once. As a sidenote, the iPad has filled in much of what I used to use the MacBook Pro for around the house. As for work, the MacBook lets me do (almost) any work I need to do away from the office. It’s got FireWire, USB ports, an SD Card reader, video out, etc… The MacBook Pro is a full-fledged computing device for creating anything I need to create.

MacBook Air
I do not have a MacBook Air, and I don’t think I’d get one. It looks like an awesome netbook (though Apple will never call it that.) I used to use an Asus Eee PC 701, the first real netbook to hit the market. I loved the small size and light weight of the device, but it left a lot to be desired (not running Mac OS X was one thing.) The netbook was limited, but I learned to live within those limitations. I think the MacBook Air would be a little limiting for me, but then, I tend to want to do hardware as well as software stuff, and I need FireWire. If was just a developer writing code and didn’t need to worry about interfacing with certain hardware or having an optical drive available, the MacBook Air would probably be fine. Still, I tend to prefer the extra features a MacBook Pro affords, but again… that’s just me.

I don’t know if this will help Josh, or anyone else, make a decision, but I figured I’d share my opinion.

Here’s a few previous blog posts that may also be helpful:

« Older Entries | Newer Entries »

buy the button:

But The Button

recently at:


top recent artists: