Most recent comments
2021 in Books -- a Miscellany
Are, 2 years, 2 months
Moldejazz 2018
Camilla, 4 years, 8 months
Romjulen 2018
Camilla, 5 years, 2 months
Liveblogg nyttårsaften 2017
Tor, 6 years, 2 months
Liveblogg nyttårsaften 2016
Are, 7 years, 2 months
Bekjempelse av skadedyr II
Camilla, 2 months
Kort hår
Tor, 3 years, 2 months
Ravelry
Camilla, 2 years, 9 months
Melody Gardot
Camilla, 4 years, 8 months
Den årlige påske-kommentaren
Tor, 4 years, 11 months
50 book challenge
Camilla, 2 months, 3 weeks
Controls
Register
Archive
+ 2004
+ 2005
+ 2006
+ 2007
+ 2008
+ 2009
+ 2010
+ 2011
+ 2012
+ 2013
+ 2014
+ 2015
+ 2016
+ 2017
+ 2018
+ 2019
+ 2020
+ 2021
+ 2022
+ 2023

Why the iPad sucks a lot more than it could have done, v.7

Ever since I got my iPad in October last year, I've been meaning to write a review. And every time I've tried, I've given up, because I inevitably work up a lot of anger and annoyance at how Apple has taken what could have been an almost perfect product and turned it into something that sucks. Or at least, it sucks a lot more than it could have, if Apple, which used to be a nice company, hadn't been so extremely paranoid about controlling their users. To explain why I feel this way, I'll give a very brief recap of what I consider to be the most important part of the Unix philosophy:

This is the Unix philosophy: Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface.
-Doug McIlroy, inventor of pipes

Essentially, it's about writing programs in such a way that others can make use of them. It's about making sure each programmer doesn't have to come up with their own solution to every common problem. And, perhaps most importantly, it's about allowing users to combine programs to achieve things neither program could do on their own.

As a PhD student, I keep a large collection of research papers in pdf format, and I want to able to read those same papers both at my laptop, and at my office computer. Thanks to Dropbox and Skim, I can do that very easily. Of course it doesn't have to be Dropbox and Skim, it could be any file-syncing program and any pdf reader, but the point is that each program does one thing, and does it well. Dropbox syncs my files, Skim displays my pdfs, and they can work together because they can access the same file system.


Dropbox syncs, Skim displays. Life is good.

When I bought my iPad, I imagined it would be great for reading pdfs, and that I would be able to set up a syncing solution similar to the one I use between my computers. Unfortunately, this is not quite as straightforward as it could have been. The problem is that iPad apps don't get direct access to the file system. For example, you can't download a file and just put it somewhere on you iPad, you always have to download it to a specific app. That file will then belong to that app, and the only way you can open it from another app is if those apps have been written to talk to each other.

In my example with the pdfs, this means that my pdf reader (I use GoodReader) cannot just be a reader, it also needs to be able to obtain pdfs, as it can't simply access files downloaded by other programs. As it happens, GoodReader has been written to talk to Dropbox, but that doesn't improve the situation very much. You can import files from Dropbox into GoodReader, but you have to select and import them one by one, so you can hardly call it syncing. Those files are then copied over to GoodReader's part of the file system, which means that if I for example make some notes in a pdf, there is no easy way to sync those changes back to my computer.


Dropbox can get files from your computer, GoodReader can get files from
Dropbox, but you can't put them back (at least not that I know of).

My point is that Apple has made the iPad into a far less capable device than it could have been, and they did that by violating the Unix principle of letting programs work together. Instead of having separate programs for unrelated tasks, such as syncing files and reading pdfs, you need to have a program that can do both. This makes life more complicated for developers, and in turn gives users less freedom to combine programs in ways the developers didn't think of. It's fine to have "an app for that", but if we also need to have an app for every possible combination of this and that, things are starting to get silly.

Finally, let me point out that this is in no way meant as criticism of Dropbox or GoodReader, it's just an example of how Apple has crippled the iPad. I am aware that Dropbox comes with a pdf reader and that GoodReader comes with a sync feature, but Dropbox's pdf reader isn't as good as GoodReader, and GoodReader's sync feature isn't as automated and nice as Dropbox is on my Mac. And neither should they have to be, in fact there's no reason in the first place for a syncing app to include a pdf reader, or a pdf reader to include sync. Also, the illustrations in this article were created in Adobe Ideas and emailed to myself, as that is simply the easiest way of moving files off of an iPad.

-Tor Nordam

Versions:

Version 1

Tor, 19.02.11 12:33

Version 2

Tor, 19.02.11 12:42

Version 3

Tor, 19.02.11 13:21

Version 4

Tor, 19.02.11 13:22

Version 5

Tor, 19.02.11 13:25

Version 6

Tor, 19.02.11 13:35

Version 7

Tor, 19.02.11 13:48