Slashdot Mirror


Sony Reader Now Available

Yaksha42 writes "The Sony Reader, which debuted at CES in January, is now available for purchase on the Sony website. The six inch screen uses E Ink, rather than an LCD, to display the text, reducing strain on the eye while reading. While you can buy books on Sony's Connect site, you can also load eBooks and other text onto the Reader in a variety of formats, including PDF and TXT files. It also comes with the ability to receive newsfeeds, display JPG images, and can play unsecured MP3 and AAC music files. Additional information can also be found on the Learning Center site."

11 of 402 comments (clear)

  1. Finally.. by anethema · · Score: 3, Informative

    I've been following these e-ink readers since I've first read about the technology. I'm an avid reader and re-read all the books I enjoy many times. Having all my books available on a SD card in a reader which lasts like 20 books worth on a single charge, all while looking a lot like real paper is like a dream come true for me.

    The main competition to this sony reader seems to be the Iliad from I-Rex. I think it is a much nicer reader for a couple reasons.

    It has a nice page turn interface, it has a proper paperback A5 sized screen, and runs linux. There has already been quite a bit of hacking on it. Can code your own readers for various formats etc.

    The downsize? It is like $850 instead of $350 of the sony :(

    Guess I'm still stuck waiting till the iliad comes down in price or another reader comes out at a lower price point. These things are way to specialized for the price they are demanding.

    --


    It's easier to fight for one's principles than to live up to them.
  2. Source code to GPL'd components by Eric+Smith · · Score: 3, Informative
    Is on Sony's Source Code Distribution Service:

    http://www.sony.net/Products/Linux/Download/catego ry3.html#2

    The older, Japan only model is there too. As well as various other interesting products.

  3. Re:eBooks still to expensive! by dan828 · · Score: 2, Informative

    alt.binaries.e-book might have content. I've heard. But don't download it.

  4. Re:eBooks still to expensive! by eviljav · · Score: 3, Informative

    Try fictionwise for pdf versions of (some) books: http://www.fictionwise.com/, and select "multiformat". I've bought a lot of books through there.

  5. Re:eBooks still to expensive! by Knothere · · Score: 3, Informative

    Check out places like baen.com. I've bought quite a few of thier ebooks the day the hardback was released 5-6$. Seems like the old publisher, may he rest in peace, really wanted ebooks to take off. They also have a free library with a lot of titles. Go, read, feed the addiction.

  6. Re:Academics by dimension6 · · Score: 4, Informative

    I should warn you, as the owner of a Sony Librie (previous Japanese version, uses the same screen as the Reader I believe), that the screen (and resolution) is definitely too small to read a 8.5x11 or A4 .pdf document. For the Librie, I can convert the .pdf files into 2 pages for every 1 on the .pdf file, and that works pretty well. However, this means more flipping around, and at about a second per page turn, could be inconvenient for academic books.

  7. The Iliad has a Wacom Tablet by k2r · · Score: 4, Informative

    build in.
    The Sony does not have a pen-interface, AFAIK.
    That's a lot of additional potential for the Iliad, let's see if their software leaves beta soon and whether they provide us with an appropriate SDK...

    For Iliad-Discussion from iRex see forum.irexnet.com
    For more independent info on both products see http://www.mobileread.com/ .

    k2r
  8. Re:PDF-s !? by LordVader717 · · Score: 3, Informative

    Sarcasm. Their previous model only supported their own special format, and required things like PDFs or even TXTs to be converted with special software.

  9. Re:The bookstore has more than just "regular" book by TheRaven64 · · Score: 2, Informative
    It supports BBeB, PDF, .txt, RTF, Word files, JPEG, GIF, PNG and BMP. This covers _all_ document formats I would be interested in reading on the thing. What do you feel is missing and sufficiently important to make it "nearly useless"?

    HTML? Most of the Gutenberg texts that have formatted versions are HTML.

    --
    I am TheRaven on Soylent News
  10. Re:Good books need good typography by TheRaven64 · · Score: 2, Informative
    For a novel, you need almost no LaTeX skill to typeset it. Put a preamble in looking like this:
    \documentclass{book}
    \title{A Book}
    \author{A. Person}
    \begin{document}
    \maketitle
    That will give you a titlepage of a book. LaTeX uses a double line-break as a paragraph-break, which I believe is also the standard for Gutenberg. The only other thing you need to do is mark up the chapter headings like this:
    \chapter{A Chapter}
    Then put this at the end of the document:
    \end{document}
    Save this as ebook.tex and then run the following command:
    $ pdflatex ebook.tex
    This will give you a typeset copy, ebook.pdf. There are other options you can play around with for default font sizes and page sizes.

    I really don't know why PG didn't go with (a subset of) LaTeX for their base format. It's trivial to convert to their format with latex and dvi2tty, and also easy to convert to PDF, HTML, etc.

    --
    I am TheRaven on Soylent News
  11. Re:The bookstore has more than just "regular" book by testadicazzo · · Score: 2, Informative

    yeah, good point. HTML is a no brainer. Wonder why they didn't support it? Still, I think "nearly useless" is far too strong a comment. Gutenberg text can be just as easily viewed as a text or pdf file.