I've been wanting to read this. Sweet: https://gist.github.com/g-P/cbdfd4a4b982ba8fa04b
The github page for the book has a makefile that creates a pdf of the book. The book was written for both computer and pdf, so you should really build the PDF from the code to get the parts of the text that have been altered for print. If you just PDF the html, you end up with some weird things from the interactive parts. You can find the build targets here: https://github.com/marijnh/Eloquent-JavaScript/blob/master/…
Eloquent JavaScript, Second Edition
101–110 of 114 posts
Re: Eloquent JavaScript, Second Edition
#102Earlier quoted context omitted.
The github page for the book has a makefile that creates a pdf of the book. The book was written for both computer and pdf, so you should really build the PDF from the code to get the parts of the text that have been altered for print. If you just PDF the html, you end up with some weird things from the interactive parts. You can find the build targets here: https://github.com/marijnh/Eloquent-JavaScript/blob/master/…
Attempted to make a PDF from the makefile. I don't have some of the fonts needed - am I out of luck?
Re: Eloquent JavaScript, Second Edition
#103As I understand audience of the book is both experienced programmers and who hasn't done programming before. Can anyone please comment if it will be boring for experienced programmers (who are new to javascript) or not?
Re: Eloquent JavaScript, Second Edition
#104Earlier quoted context omitted.
Note the author is not a native English speaker, and the book in its current form probably hasn't gone through the editors yet.
Apparently the book is done. https://twitter.com/marijnjh/status/494433950505644032
Re: Eloquent JavaScript, Second Edition
#105Earlier quoted context omitted.
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/…
Me too. I would like to replace my older business notebook (mate display, good colors) with a MacBook but Apple only ships glossy displays nowadays :( 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
#106Earlier quoted context omitted.
Nice try, but no. The word has a defined meaning/usage. Taking marketing claims for technical superiorit with regards to readability as gospel without any scientific evidence of their validity (and even evidence to them being nothing much) qualifies.
You would be right, but my visual cortex actually has an elisp hook that trims marketing text and imagery. So, in this case, my comment was borne out of purely personal, first-hand experience. Furthermore, my original comment's 'wish' was not an attempt to apply opinion-constraints upon others. My aim was to garner karma from individuals who might share the same sentiment as I.
You say it like it's a bad thing.
Isn't trying to get people to agree to some objective/scientific fact an attempt to "apply opinion-constraints"?
As long as there is no violence or legal restrictions involved (e.g you don't force anyone by anything else than your arguments) then I'm all for applying opinion constaints on that nature.
Re: Eloquent JavaScript, Second Edition
#107Earlier quoted context omitted.
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…
Off the top of my head there are 2 major differences between e-ink and non e-ink displays that could potentially explain differences in comfort level for prolonged use: - Non e-ink displays have a refresh rate, therefore continuous "activity" on the screen. People can have different sensitivities to this. - Non e-ink displays tend to have higher contrast and/or brightness. This would normally be considered an advanta…
1. Less brightness as measured in nits. Emmissive displays are often tuned to much higher brightness than normal objects around us including reflective displays like E-ink.
2. Reflective displays and paper often have significantly lower front-surface reflection than LCDs/OLED displays. Add touch-screen and it gets ruined beyond repairs.
The first one is easy to tune by reducing brightness levels. However (A) that makes the second one worse as the brightness of the displayed content reduces but the brightness of reflection does not, and (B) displays are often too bright even at their lowest brightness levels allowed. Put a white paper in the front of white background on the screen, and you'll see what I mean.
Re: Eloquent JavaScript, Second Edition
#108Earlier quoted context omitted.
As I said, laptops don't have the e-ink resolution. And depending on what you read, it might not even have the same contrast. So, unless you adjust the brightness and contrast appropriately and have a hi-DPI laptop, e-ink will come on top for reading. There's also the convenience in holding the reader vs using the laptop to read. So cannot really compare it to a common laptop. To actually compare like to like, compar…
I don't think it's about resolution. I'm comparing a 15'' 1920x1080 laptop screen to my 2nd Gen Kindle. I think it's about brightness. Light-emitting screens make it harder on the eyes to read books. An iPad's screen feels similarly uncomfortable to me. The main benefit of e-ink is that it doesn't emit light and therefore feels almost like a paper book. Agreed about the ergonomics: it's more comfortable to hold a kin…
However, in my experience, resolution matters too. I increased the font-size on my monitor and saw a clear impact on readability.
Re: Eloquent JavaScript, Second Edition
#109Earlier quoted context omitted.
Me too. I would like to replace my older business notebook (mate display, good colors) with a MacBook but Apple only ships glossy displays nowadays :( 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.
Currently the biggest ebook reader is the Sony 13.3 incher but it is hard to obtain and quite expensive: http://the-digital-reader.com/2014/03/27/sonys-13-3-ereader-...
On February 6, 2014, Sony announced that it is closing its North American Reader Store in late March, migrating all its customers to the Kobo Reader Store.
-- http://en.wikipedia.org/wiki/Sony_Reader#Models_and_availabi...
Re: Eloquent JavaScript, Second Edition
#110Earlier quoted context omitted.
Apparently the book is done. https://twitter.com/marijnjh/status/494433950505644032
This book needs some serious editing. There is clunky English which native speakers can figure out the gist of it but English as a second or later language would have a problem with. There are parts where I wonder why certain terminology is not explained before using it and other areas where terminology is explained that I assume the reader needed to know before reading this material. Good technical books have a sect…