Most active commenters

    ←back to thread

    572 points bookofjoe | 19 comments | | HN request time: 0s | source | bottom
    Show context
    pfooti ◴[] No.41864842[source]
    I have a pretty old paperwhite. When it started deleting books i had side-loaded via calibre, I decided to get a kobo. I have a libra color, and I have to say: price notwithstanding, it's a great device. I don't have a lot of experience with more recent devices, but compared to my 2nd gen paperwhite, it is _amazing_.

    Color is good enough to read comic books on it, the google drive integration means it's not too hard to get my CBR/CBZ files on directly. The annotation / notetaking featureas are nice (I haven't leaned into them yet, but they work well even on the small screen size), plus all the regular stuff with normal book reading. Also, since it's kobo/rakuten, the libby integration is better (search and select library books right from the device).

    The actual reading app is maybe 90% as good as reading on the kindle (or a more specialized reader like perfectviewer on android). There's some annoyingly fiddly features- font size is kind of weirdly variable, when going through CBR files there's no "read next in the folder" gesture nor is there a "this is read/unread" state in the google drive ui, so you always have to remember which book you are finishing when opening the next in the series.

    I tried out one of those boox readers with the android apps, which would be even better software-wise, but the boox hardware seems like garbage (for an N=1 at least). My display came with several rows of stuck pixels, and apparently it's a good thing that I ordered from amazon instead of the boox store, because the reviews indicate getting an RMA from boox directly is a pain.

    replies(20): >>41865054 #>>41865144 #>>41865315 #>>41865560 #>>41865566 #>>41865600 #>>41865699 #>>41865782 #>>41866257 #>>41867222 #>>41867433 #>>41867629 #>>41867668 #>>41867732 #>>41868184 #>>41869695 #>>41870125 #>>41870297 #>>41870442 #>>41870449 #
    al_borland ◴[] No.41865600[source]
    I switched from a Kindle to a Kobo (monochrome), and simply having the book cover as the lock screen makes me like it so much more. I always paid to not have ads on the Kindle, but it would show a bunch of generic images. The book cover is the obvious choice. Kobo gets it.

    The reading experience is a little more bare bones, but good enough, and still offers things a physical book does not.

    replies(9): >>41865690 #>>41865696 #>>41865705 #>>41865946 #>>41866622 #>>41866983 #>>41868201 #>>41869211 #>>41869777 #
    1. kaonwarb ◴[] No.41865696[source]
    Just FYI, this is now a Kindle option too. https://www.amazon.com/b?ie=UTF8&node=23435466011
    replies(4): >>41866528 #>>41869231 #>>41869864 #>>41870327 #
    2. WalterBright ◴[] No.41866528[source]
    Finally! But what I'd really like is the last page read is the screen saver.
    replies(2): >>41866937 #>>41867918 #
    3. eloisant ◴[] No.41866937[source]
    That would be weird, it would make it hard to know if the device is on or off.
    replies(3): >>41866987 #>>41866994 #>>41867091 #
    4. chrisandchris ◴[] No.41866987{3}[source]
    With these displays, there's not really an "off" because as long as there's no change on the display there's no energy usage. Of course, that dies not account for the OS.
    replies(1): >>41867051 #
    5. globular-toast ◴[] No.41866994{3}[source]
    It doesn't really matter if it's on or off. This is how I have my Kobo configured via KOReader. It does put some small text "Sleeping" at the bottom in a place that doesn't obscure the page, but even this is configurable. I like it because it's like a book laying open, inviting me to jump back in.
    6. eproxus ◴[] No.41867051{4}[source]
    The problem is, once you want to flip page you’ll try to press the touch screen and nothing will happen since you haven’t turned on the device with the power button (you don’t want the touch screen active always since it will drain the battery).

    I guess they could add some indication on the screen it’s in ”sleep” mode though, like a frame or icon somewhere…

    replies(1): >>41867179 #
    7. TeMPOraL ◴[] No.41867091{3}[source]
    The whole point of e-ink screens is that the device only needs to be "on" when redrawing the screen.

    In fact, with respect to the e-ink readers, a "screen saver" that turns on automatically is a bad idea that removes useful functionality - being able to keep the same page up for hours without interacting with the device is a feature, as it allows you to use it as a reference, like you'd do with a paper printout.

    replies(3): >>41867152 #>>41867639 #>>41870277 #
    8. WalterBright ◴[] No.41867152{4}[source]
    Yes, yes!
    9. TeMPOraL ◴[] No.41867179{5}[source]
    Honestly, I think they should optimize the time it takes a powered off device to boot up and turn the page after the user presses a button[0]. Sure, those readers tend to be full-blown Linux computers with nontrivial boot time, but approximately none of the features this stack provides are needed for simply turning the page.

    I'm sure I'm underestimating the complexities of the problem, but the first idea that pops into my head is to add some flash storage that's, say, 5x the size of the framebuffer, and always keep in it the current page + next two and previous two pages (swapping pointers to avoid unnecessary writes), and have an extra microcontroller that would wake on button press, read the appropriate page from the flash buffer, and send it to the display controller. The whole process could take a fraction of the second (+ screen redraw time), all while the main OS wakes up (or boots up) in the background, and the user would experience no delays if all they're trying to do is read their book page by page. Once ready, the OS would update the flash buffer and stay active for a short while, in case the user decides they want to flip pages quickly.

    --

    [0] - Gosh, I keep forgetting the readers only have touchscreens now. Another reason for superiority of hardware buttons for page turning.

    replies(2): >>41868062 #>>41869298 #
    10. alias_neo ◴[] No.41867639{4}[source]
    I use my Kobo only for technical books / diagrams etc, having it stay on the thing I'm looking at for hours is _absolutely_ a feature.
    11. devnullbrain ◴[] No.41867918[source]
    - My kobo 'refreshes' the screen at the start of every chapter.

    - I typically stop reading at the end of chapters

    - The so-called screen saver creates dark and light points wherever there are dark and light points on the book's cover

    - The screen needs to be refreshed to return these points to homogeneity

    Outcome: most of the times the screen is refreshed, I get no use of it. Most of the time I spend reading, the screen needs to be refreshed.

    replies(1): >>41868548 #
    12. RandomThoughts3 ◴[] No.41868062{6}[source]
    > Gosh, I keep forgetting the readers only have touchscreens now. Another reason for superiority of hardware buttons for page turning.

    Kobo still has a reader with buttons thankfully. I don’t understand how people tolerate touchscreen on e-readers. It’s extremely distracting compared to just pressing.

    replies(1): >>41870243 #
    13. CodeLikeHell ◴[] No.41868548{3}[source]
    There’s a “Refresh screen every:” setting under “Reader settings” where you can configure this.
    14. culopatin ◴[] No.41869231[source]
    Hasn’t this been the case for a few years now?
    15. bluGill ◴[] No.41869298{6}[source]
    The obvious things is a tiny RTOS with enough of an ereader buffer to keep 5 screens (random number - maybe even the full boot). press the button the RTOS boots and flips the page almost instantly, then it boot linux in a VM to add more screens to the buffer, and/or take over the screen. Linux would have to be aware it is running in an RTOS like that so it can take over where you left off in the boot.
    16. cannolicannon ◴[] No.41869864[source]
    For anyone with an ad-free Kindle, and running the most recent firmware, and you're looking for the Display Cover option using Amazon's documentation, and you're not finding it...like me.

    It looks like earlier this year they moved the option out of Settings > Device Options and it's now located in Settings > Screen & Brightness. Which ironically doesn't seem to be documented anywhere that I can find.

    17. vundercind ◴[] No.41870243{7}[source]
    I stopped using one ereader we had because the damn touchscreen kept flipping the page if e.g. a blanked brushed it while I was reading in bed.

    Buttons were absolutely perfect for this use case, on a dedicated e-reader—less so, say, an iPad mini that also does other stuff, but also those nicer touchscreens don't accidentally trigger as often so it's not as big a problem. Touch screen is nice for navigating menus but should be disabled when reading.

    18. slightwinder ◴[] No.41870277{4}[source]
    "on" in this case mainly means whether it's unlocked and reacting to input. It can make sense to have no distinct lock-screen, but I can also see it leading to frustrated users who are annoyed by not knowing if the device reacts to input or not.
    19. adolph ◴[] No.41870327[source]
    boo, book cover on lock screen not available for Scribe (yet)