• Olgratin_Magmatoe@slrpnk.net
    link
    fedilink
    English
    arrow-up
    8
    ·
    5 hours ago

    I’ve been using raw text files for my books, sent locally over USB, and that’s the way it’s gonna stay until my reader craps out

    • nutsack@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 hour ago

      can’t you just load epub with calibre or another sync to? I’m pretty sure that’s what I do because that’s what I’m doing

    • flubba86@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      5 hours ago

      There’s not really any advantage of using txt files over open standard drm-free epubs. You can still generate them yourself using txt editors or publishing software, you can still load them over USB. But epubs give you quality of life features on eReaders like title pages, table of contents, chapter headers, formatting markers like bold and italics.

      • Olgratin_Magmatoe@slrpnk.net
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        2
        ·
        5 hours ago

        My reader formats epubs really terribly, the text is almost always way too small, and requires some grotesque horizontal scrolling for most books.

        On the other hand .txt just works, and handles resizing just fine

  • jackiechan00@lemmy.zip
    link
    fedilink
    English
    arrow-up
    16
    ·
    8 hours ago

    Jailbreaking and never turning airplane mode off has been the best decision I made with my kindle. Download from zlibrary, transfer to folder on kindle, done

  • TrackinDaKraken@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    6 hours ago

    Any suggestions for which Kindle to get off of ebay for jailbreaking purposes, when they start showing up en masse?

  • njordomir@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 hours ago

    I’ve started to realize that early gen products are often less enshittified, even if they are frequently rough around the edges, and can often be hacked into a useful state unlike the newest hardware. By a few gens in, nearly everything is a giant plastic paperweight that only wants to phone home, download “updates” all the time, and probably needs multiple SSO sign ins and a subscription just to work. I’ll keep my old Kindle 4th gen with KOreader until it breaks.

  • jpablo68@infosec.pub
    link
    fedilink
    English
    arrow-up
    6
    ·
    8 hours ago

    I have a kindle keyboard (2012) and I gave up on amazon a long time ago, now I just convert-upload epubs to it using calibre and read.

    • T156@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 hours ago

      More than a decade on, and it’s still one of the best kindles ever made, in my opinion.

      You had physical buttons instead of a fiddly touch-screen, you could have music, have it read to you, and also go on the internet.

      Plus it’s old enough it supports a bunch of formats, and registers as a mass storage device to a computer, so anything can use it.

  • absGeekNZ@lemmy.nz
    link
    fedilink
    English
    arrow-up
    7
    ·
    9 hours ago

    If I got an old kindle; how easy is it to jailbrake it and install a better system?

    • c5e3@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      9 hours ago

      i bought one and almost didn’t use it for 2 years until i was able to jailbreak it while sill being on its factory firmware. luckily the battery is fine

  • yardratianSoma@lemmy.ca
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 hours ago

    And this is why I use an android based ereader. Something as simple as displaying words on a screen shouldn’t be held back by the will of any company.

  • RiQuY@lemmy.zip
    link
    fedilink
    English
    arrow-up
    67
    arrow-down
    1
    ·
    20 hours ago

    So the product lineup is now called “Kindle Paperweight” instead?

  • Walk_blesseD@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    91
    ·
    21 hours ago

    lol i already jailbroke my 2012 paperwhite and intstalled Koreader on it so I can sync it with my calibre epub library over wifi

    • fonix232@fedia.io
      link
      fedilink
      arrow-up
      19
      ·
      20 hours ago

      It’s a pity Calibre to date refuses to be refactored into a self-hosted service.

      The core logic should be portable, with the app just being an interface to it, but no, the entire project is so much spaghetti it would feed the entire boot for over a year… such a shame.

      • Brewchin@lemmy.world
        link
        fedilink
        English
        arrow-up
        9
        ·
        19 hours ago

        Agree, though calibre-web exists and runs in a single Docker container. I’ve been using it for a few years, and it’s great.

        Sure its a whole Linux server under the hood just to run Calibre and the services required to give it a web interface and API for reading apps - making it way bigger than it needs to be - but it does the job.

        • ohulancutash@feddit.uk
          link
          fedilink
          English
          arrow-up
          10
          ·
          19 hours ago

          Calibre-web isn’t Calibre. It uses the same database, but that’s about it, unless you use the optional conversion mod on the linuxserver container.

        • fonix232@fedia.io
          link
          fedilink
          arrow-up
          6
          ·
          18 hours ago

          A docker container is preferred, but again, CW isn’t Calibre. Same database but completely different management system + also lacking a lot of the sync opportunities.

          The issue is that there’s no open protocol for library syncing. It doesn’t exist because all big players (Amazon, Kobo/Rakuten, B&N, etc.) have their own proprietary system, and need no open alternatives.

          OPDS is a thing but it’s meant to replicate a physical library (one you can walk into) in behaviour and approach, not a personal library (list all books I have and give me easy access to them). It’s essentially just an RSS-style feed that has no defined structure, thus isn’t software navigable - e.g. there’s no guarantee you can list all book series, or all authors, and most implementations usually give you very roughly defined “recently added”, or “hot now” book lists…

          I’ve actually been working on a solution for this, something that provides an almost Kindle library experience (see all your books from a remote server, sync down the remote ebook file, sync back read progress, filter/search based on book properties, etc.), while being flexible enough for non-readers applications as well. But I haven’t even gotten to the point where I can define the API contract properly, let alone the backing database and mapping to Calibre. Honestly at this stage I feel like the best approach is starting from scratch, establishing modern requirements, and going from there.

        • ftbd@feddit.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          18 hours ago

          A docker container is not a whole separate Linux server, it uses the kernel running on the host

          • notfromhere@lemmy.ml
            link
            fedilink
            English
            arrow-up
            1
            ·
            18 hours ago

            With default runtime, very true. There are other runtimes that can be used that provide better isolation like gVisor, kata, firecracker, etc.

    • fonix232@fedia.io
      link
      fedilink
      arrow-up
      7
      ·
      20 hours ago

      Here’s a reminder that Boox makes amazingly good e-readers in all form factors Amazon does (including a variety of tablets!), with stylus support (USI 2.0 for smaller devices, EMR for their Note series and above), fully open (recent Android versions, regular updates, unlockable bootloader, straightforward to root devices), support KOReader, with a solid built in reader (plus support for cloud sync, including syncing books to a free 10GB Boox server storage), support for OPDS (a better way to access your library than Calibre’s sync, plus it can be utilised with most digital libraries too), and altogether quite well priced devices.

      At the moment I have on my hands a Go Color 7 gen2, a Note Air5 C, and a Palma2 Pro. The experience is surprisingly good for a “random Chinese brand”, the hardware, compared to similarly priced devices, is superior (seriously, 4/6/8GB RAM, 64/128GB internal storage, SD card support), not to mention their customised e-ink waveforms (which give you near LCD-like scrolling with minimal trailing effect and little to no ghosting, something I can’t say about my Kindles…)

      The only downside I found of these devices is the relatively bad battery life in locked/standby (due to Android, but you still easily get over a week per charge with average use, or about 20-22 hours of active use!), and the speakers… definitely not meant for audiobooks.

      • ChristerMLB@piefed.social
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        16 hours ago

        Being Norwegian it is my patriotic duty to shill for ReMarkable, it’s pretty good at being what it is.

        It’s expensive, though.

        • fonix232@fedia.io
          link
          fedilink
          arrow-up
          2
          ·
          12 hours ago

          Sorry but no. Abysmal hardware, shitty software that’s locked down AND crap when opened up, and horrid QA. Talking from experience.

          • ChristerMLB@piefed.social
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            11 hours ago

            it is definitely too closed down, haven’t had those other experiences though, I’ve had my ReMarkable 2 for quite a few years now. Then again, I haven’t tried hacking at it

  • async_amuro@lemmy.zip
    link
    fedilink
    English
    arrow-up
    15
    ·
    18 hours ago

    Got my wife a Kobo for her birthday to replace her aging Kindle. She’s bought 1 book so far and gonna look at the Library integration.

    Anyone got any tips for ways to use the Kobo? For example I have Calibre on my Mac and have used that to copy books I’ve “acquired” for her, is there any benefit in self hosting Calibre? Is it possible to get her Kindle books on the Kobo or is the DRM a nightmare nowadays?

    • FauxLiving@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      14 hours ago

      Is it possible to get her Kindle books on the Kobo or is the DRM a nightmare nowadays?

      Calibre has a plugin for that: DeDRM

      • Grass@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        14 hours ago

        does it still work? even when I used it last you had to do some janky shit like download a specific version of kindle pc app and use that to download the book for the first time or the book would be downloaded with newer drm and stuck that way forever, and get the file from the old kindle pc app into dedrm

        • rumba@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          10 hours ago

          If it doesn’t just download copies from libgen you’ve already paid once.

    • GottaHaveFaith@fedia.io
      link
      fedilink
      arrow-up
      3
      ·
      15 hours ago

      you can interface with calibre web via opds from eBook readers. basically you can browse and download books in your calibre server. I use koreader to do it. as for previous books she’s interested in I’d just look for them in the electronic library

    • BitsAndBites@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      16 hours ago

      Ive been converting some pdfs to epub for the kobo and that has worked great. Its not perfect but gives a better experience than pdf. Ive also put some solo card game rules on there so a deck of cards and the kobo gives another fun on the go activity.

  • brsrklf@jlai.lu
    link
    fedilink
    English
    arrow-up
    17
    ·
    20 hours ago

    My second-hand, old as hell, button-only kindle has never downloaded any book from Amazon since I got it. Only Calibre.