Earlier quoted context omitted.
It may be gimmicky to you, but I cannot read an entire book in a sitting or two (as I often do) on any kind of non e-ink monitor and that includes tablets. I can easily do this on a Kindle or other e-ink device. So, for me, e-ink is no gimmick, it is an essential requirement for prolonged reading.
Well, FWIW, I for one can read a whole books, actually lots of them from both iBooks and iOS's Kindle app (read on a tablet. Heck, even on an iPhone). And don't care particularly for e-ink (I also have a kindle I don't use much). If you can find some specific scientific argument why e-ink is "an essential requirement" (besides personal choice) then it's just cargo cult. I listed fairly accurately were e-ink is better…
Eloquent JavaScript, Second Edition
81–90 of 114 posts
Re: Eloquent JavaScript, Second Edition
#82Earlier quoted context omitted.
I just wish we had hi-res, color, e-ink monitors with quick refresh rate. I can't bring myself to read an entire book online; even if it's free.
For me, it depends on the type of book. I find I can bare reading a technical book online. However, I have trouble reading it for very long, I find myself skipping prose to get to the meat of the content, and I find a quick glance at my email or F5 on my favorite news site is just a small click away. Still, I personally find reading technical books easier on the computer while reading a novel or biography far better…
Re: Eloquent JavaScript, Second Edition
#83Earlier quoted context omitted.
I just wish we had hi-res, color, e-ink monitors with quick refresh rate. I can't bring myself to read an entire book online; even if it's free.
I agree completely. I would love to be able to sit outside and code on my laptop, but the glossy Macbook air screen makes this almost impossible. I would pay good money for a barebones, development only laptop with an e-ink monitor. For what it's worth, some people have hacked around with the Kindle to try to make this a reality, but as you say, the refresh rate is the bottleneck. [1] [1] http://www.ponnuki.net/2012/…
I hate the eye-strain that the iPad causes when I use it outside in nature. Sometimes I go back to my Kindle, but it is too slow and too small for my complex PDFs.
Re: Eloquent JavaScript, Second Edition
#84Earlier quoted context omitted.
I just wish we had hi-res, color, e-ink monitors with quick refresh rate. I can't bring myself to read an entire book online; even if it's free.
If a book isn't technical, I can usually read it in audio format as I do something otherwise mindless like washing dishes, so most of what I need to read (with my eyes) contains equations, code listings (like this JavaScript book), diagrams, maps, etc., that don't work well at all on today's e-ink displays: Thousand-page "Introduction to..." technical books, code listings, foreign-language tutorial textbooks, journal…
Have you seen the Sony Digital Paper System[0]? It seems to fit the bill perfectly but the price point high.
[0]: http://pro.sony.com/bbsc/ssr/product-DPTS1/?PID=I:digitalpap...
Re: Eloquent JavaScript, Second Edition
#85Great book but... is it finished yet? Doesn't seem so [1]. [1] https://github.com/marijnh/Eloquent-JavaScript
It more or less is, apart from some further proofreading. I forgot to update the README file.
Re: Eloquent JavaScript, Second Edition
#86This is a bit off topic but does someone know how this book is generated, which tools are used?
An unholy chain of asciidoc and node scripts. The sources are at https://github.com/marijnh/Eloquent-JavaScript
Re: Eloquent JavaScript, Second Edition
#87I've been wanting to read this. Sweet: https://gist.github.com/g-P/cbdfd4a4b982ba8fa04b
Re: Eloquent JavaScript, Second Edition
#88Earlier quoted context omitted.
It may be gimmicky to you, but I cannot read an entire book in a sitting or two (as I often do) on any kind of non e-ink monitor and that includes tablets. I can easily do this on a Kindle or other e-ink device. So, for me, e-ink is no gimmick, it is an essential requirement for prolonged reading.
Well, FWIW, I for one can read a whole books, actually lots of them from both iBooks and iOS's Kindle app (read on a tablet. Heck, even on an iPhone). And don't care particularly for e-ink (I also have a kindle I don't use much). If you can find some specific scientific argument why e-ink is "an essential requirement" (besides personal choice) then it's just cargo cult. I listed fairly accurately were e-ink is better…
Re: Eloquent JavaScript, Second Edition
#89Earlier quoted context omitted.
It more or less is, apart from some further proofreading. I forgot to update the README file.
Reading through the first few chapters I found a couple of words with double brackets round them (( )) that look like they should just have been italics (or maybe links to another section?).