The Kindle is ready for programmers
Join the DZone community and get the full member experience.
Join For Freedisclaimer : i am in no way affiliated with amazon. i recently received a kindle as a gift and substituted my ebook reader with it. in this article i talk about the 6' model form direct experience.
user experience for e-books goes beyond obviously advantages, such as paper and ink savings, or reduced size and weight. reading and enjoying technical books, containining lots of code, was difficult when ebooks arrived on the market due to formatting issues, battle of file formats and vendor lock-in. but now it's a lot easier.
user experience
of course kindle provides no eyestrain, thanks to e ink pearl technology.
that's an old point
, but it's nice to keep it in mind: the kindle's screen is very different from lcd, and it's usable outdoor even in sunlight (and as programmers we should usually get more sunlight). our eyes already get stressed from monitors, there's no need to stare at another lcd screen for reading clean code. by the way, every ebook reader features an e ink screen.
the kindle goes further, and
tries to please old-fashioned readers
. it features fast switching of pages and in general good user experience, superior to the one of other e-book readers:
- fast startup , going from turned off to ready in 2-3 seconds.
- lightweight : you can keep it up with one hand.
- browser-like back button , very handy when you commit a mistake.
- double change-page buttons for left and right-handed people.
- 16 shades of grey.
- 600x800 resolution, with 10:1 contrast ratio.
there are many kindle non-indispensable features which however help, such as text search , addition of notes with a responsive physical keyboard, and bookmarks shown as dog-eared pages.
file formats: (nearly) everything
that brings us to the issue fo formats. of course you won't experience issues if you buy from amazon (azw/mobi format): you will be free to resize text and change formatting.
however many of us have existing book collections, or buy regularly from other sources. the ubiquitous pdf format is supported without conversions from kindle 2 and superior. this means you can buy pdf books from other sources and load them on the kindle (4gb of space); usually pdfs are free of any drm (don't know if it's even possible to apply it to this format) and only watermarked by the publisher. many vendors , like the pragmatic bookshelf, gives you a mobi version specific for kindle anyway.
but you can also read any kind of pdf files: computer science articles and papers , slides from the last conference you attended. or you can download your unread blog posts of the week via calibre or instapaper, although these tools already produce mobi files (i do these things regularly.)
even with pdf files , a format originally thought for print , an ebook reader like the kindle does wonders in landscape mode , with automated zoom to fit the width of the page.
this setting does not destroy formatting, since it's just a type of zoom. you can read code again:
you can also try the kindle dx in case you really need more zoom, and try putting that in landscape mode for a giant window over the text. you can instead zoom on an area and pan, but it's just more difficult than lanscape mode.
a problem that remains is that of papers formatted on two columns of text. it's just that they were made as a4, and there's no way. but the kindle tries to remove blank margins, to gain space. usually research papers have ridicoluously large margins; their authors may get paid by page:
due to the double columns, navigation is not perfect, but you only have to change your scrolling habits inside a particular page.
you can also convert html, .doc and some other types of file by sending it to a special email address, and downloading them via wireless for free (i have not tried yet this feature since i'm fine with pdf for now.)
an advantage of the kindle over other ebook readers is its market share. beyond the buzz effect, it means lots of support and dedicated forums; and also that lots of applications target the formats supported by kindle. for example, instapaper produces epub files as output (i use it for reading technical blogs), but also mobi files specific for the kindle.
browing and googling
that's true, but only in the us. you can save some money and buy the wifi version instead of the 3g one if in your country it's not supported anyway.
browsing the web is something i couldn't do efficiently with my previous reader. nothing complex (the refresh rate of the e ink screen is low), but for looking up concepts on wikipedia it's very good. the kindle ships with two included english dictionaries, but wikipedia and google are much better for computer science and programming topics.
you have the ability to study on wikipedia and read it without getting eyestrain . even if the browser is marked as an experimental feature, it took me only some seconds to open it up, googling for the topic and go to wikipedia. when you use the 5-way controller, the mouse pointer jumps on interesting targets instead of moving pixel-wise with too many degress of freedom.
the remaining issues (and why they're not so important)
- epub is still not supported by the kindle, but rumors say it will support it in the future. since the kindle is the best device, amazon is already the market leader and it arguably does not need a proprietary format like windows needed .doc files to stay on top. it make sense to support the free format (but drm-able) and sell the kindle even to stallman. the issue is mitigated by the spread of the mobi format support.
- the keyboard is not handy for inserting long texts , or anything that contains symbols or numbers. yet it's not a typewriter, it's an ebook reader.
- there is no place for an sd card . if this was an apple product it would obviously be for selling you a larger version for $200 more, but for books is not really an issue since they weigh a lot less. you already store titles bought from amazon online, so you're free to delete them to make space.
- you can't quickly flip through pages as it's not a physical book, yet you can look up a word or a phrase instantly. imagine refusing to use google because you can't flip between your physical archives anymore...
Opinions expressed by DZone contributors are their own.
Comments