minigubben's lemmy
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
Cows Look Like Maps@sh.itjust.works to Technology@lemmy.worldEnglish · ett år sedan

What Amazon Kindle? Here's an Open Source eBook Reader

itsfoss.com

external-link
message-square
73
fedilink
429
external-link

What Amazon Kindle? Here's an Open Source eBook Reader

itsfoss.com

Cows Look Like Maps@sh.itjust.works to Technology@lemmy.worldEnglish · ett år sedan
message-square
73
fedilink
When it comes to an eBook reader, the choices are limited. The market is dominated by Amazon’s proprietary Kindle along with a few other options like Kobo, Nook and Onyx. An interesting news for open source enthusiasts is that a developer, Joey Castillo, is working on creating an open
  • BoneALisa@lemm.ee
    link
    fedilink
    English
    arrow-up
    150
    ·
    ett år sedan

    IIRC it only suports plain text files / Markdown rn. Not supporting EPUB is a non-starter for me. I use my Kobo right now and love it. If they add EPUB support i will heavily consider building one.

    • Synthead@lemmy.world
      link
      fedilink
      English
      arrow-up
      31
      arrow-down
      1
      ·
      edit-2
      ett år sedan

      Yeah it’s an interesting project, but it looks bad with the printed case and exposed tact switches, and seems to have little functionality.

    • Isoprenoid@programming.dev
      link
      fedilink
      English
      arrow-up
      17
      arrow-down
      5
      ·
      ett år sedan

      The creator is working on an epub-to-text-file converter here:

      https://github.com/joeycastillo/libros-convert

      • WaDef7@kbin.social
        link
        fedilink
        arrow-up
        77
        ·
        ett år sedan

        I’m not sure I understand, epub is both the industry standard and an open format, as far as I know. Why not work on using it or build it around epub from the get-go?

        I have to admit I’ll have to wait for the project to start implementing epub to consider getting on board, but it’s still a great effort.

        • runefehay@kbin.social
          link
          fedilink
          arrow-up
          17
          arrow-down
          1
          ·
          ett år sedan

          It looks like it is powered by a microcontroller. Maybe it isn’t powerful enough to support epub?

          • Blue_Morpho@lemmy.world
            link
            fedilink
            English
            arrow-up
            15
            ·
            ett år sedan

            It’s a 120mhz Arm CPU. That’s more than enough for epub. For comparison the 25 Mhz 68030 in the Next computer used Adobe Postcript (PDF) as it’s GUI.

        • Richard@lemmy.world
          link
          fedilink
          English
          arrow-up
          5
          arrow-down
          1
          ·
          ett år sedan

          Probably because the computational hardware is not powerful enough to implement a (proto) web browser

          • mesa@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            ett år sedan

            It’s a raspberry pi pico. Ebooks could probably work with it on the new version.

            • Blue_Morpho@lemmy.world
              link
              fedilink
              English
              arrow-up
              4
              ·
              ett år sedan

              It said it’s a 120mhz SAMD51 ARM Cortex-M4.

              • mesa@lemmy.world
                link
                fedilink
                English
                arrow-up
                4
                ·
                ett år sedan

                There’s a version with the pi pico https://github.com/joeycastillo/The-Open-Book

      • Hyperreality@kbin.social
        link
        fedilink
        arrow-up
        7
        ·
        ett år sedan

        Doesn’t calibre also have a built in converter?

        It used to be able to strip DRM from stuff too, but I think they got rid of that for legal reasons.

        • jayandp@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          8
          ·
          ett år sedan

          Yes, Calibre can convert to most formats.

          DRM removal is not a feature of Calibre, but of plugins you can add to it. Kobo and Adobe DRM have plugins available. Amazon DRM plugin is in a poor state as Amazon cracked down on a major method earlier this year.

          • Hyperreality@kbin.social
            link
            fedilink
            arrow-up
            5
            ·
            edit-2
            ett år sedan

            Think I did it that way for some books.

            I also seem to remember there being another workaround, by exporting it to my old sony e-reader via the official sony app, which is so old it doesn’t have proper DRM, but I did have to sign up for adobe digital editions or some or other BS. Something like that. End result was a DRM free epub.

            Huge waste of time, especially for something I’d paid full price for, so after that I gave up on buying ebooks, and simply pirated them.

            Just like with DVDs back in the day and streaming now, you get a shittier experience if you pay full price. Better to pirate.

      • mesa@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        ·
        ett år sedan

        Calibre already does this but cool we have options.

      • solrize@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        ett år sedan

        Epub to text is very easy and Pandoc can do it. I end up using lynx -dump because that’s faster though.

        • MonkderZweite@feddit.ch
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          ett år sedan

          Technically, epub is basically a wepage and thus everything but easy.

          • Morphit @feddit.uk
            link
            fedilink
            English
            arrow-up
            5
            ·
            ett år sedan

            You could just strip out the content with a big regex. Surely nothing could go wrong with ̴̬̮̳͔̬̹͖̩͍̄̈̓̀͋̀̎̊̈́̑͛͊̕t̶̘͇̺̠̗̓̿̆̓͋͗́͑͆̈́̈́͊̉̈̍̚ͅḥ̷̡̛͓̹͕̞͎̃͂̽͠ͅã̸͈̟̩̫̪̣̳̜̑̈́̓͗͘t̴̡̮̹͌́̄̔̂́̒͑͘.

          • mesa@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            ett år sedan

            You can unzip an epub and find out. Ive done it a couple of times to remove some images from books.

            unzip book.epub

            • JaymesRS@literature.cafe
              link
              fedilink
              English
              arrow-up
              1
              ·
              ett år sedan

              Last time someone told me I could find out if I would just unzip it didn’t go so well…

        • helenslunch@feddit.nl
          link
          fedilink
          English
          arrow-up
          1
          ·
          ett år sedan

          Okay but why

Technology@lemmy.world

technology@lemmy.world

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !technology@lemmy.world

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


  • @L4s@lemmy.world
  • @autotldr@lemmings.world
  • @PipedLinkBot@feddit.rocks
  • @wikibot@lemmy.world
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 1.28K users / day
  • 2.57K users / week
  • 5.59K users / month
  • 8 users / 6 months
  • 0 local subscribers
  • 58.7K subscribers
  • 12.7K Posts
  • 537K Comments
  • Modlog
  • mods:
  • L3s@lemmy.world
  • enu@lemm.ee
  • L4sBot@lemmy.world
  • fry@fry.gs
  • L3s@fry.gs
  • enu@lemmy.world
  • L4sBot@fry.gs
  • BE: 0.19.7
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org