this post was submitted on 17 Dec 2023
434 points (96.0% liked)

Technology

57472 readers
3626 users here now

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


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 150 points 8 months ago (2 children)

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.

[–] [email protected] 30 points 8 months ago* (last edited 8 months ago)

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

[–] [email protected] 12 points 8 months ago (4 children)

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

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

[–] [email protected] 77 points 8 months ago (2 children)

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.

[–] [email protected] 16 points 8 months ago (1 children)

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

[–] [email protected] 15 points 8 months ago

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.

[–] [email protected] 4 points 8 months ago (1 children)

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

[–] [email protected] 2 points 8 months ago* (last edited 8 months ago) (1 children)

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

[–] [email protected] 4 points 8 months ago (1 children)

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

[–] [email protected] 4 points 8 months ago
[–] [email protected] 7 points 8 months ago (1 children)

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 8 points 8 months ago (1 children)

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.

[–] [email protected] 5 points 8 months ago* (last edited 8 months ago)

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.

[–] [email protected] 6 points 8 months ago

Calibre already does this but cool we have options.

[–] [email protected] 3 points 8 months ago (2 children)

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

[–] [email protected] 2 points 8 months ago* (last edited 8 months ago) (2 children)

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

[–] [email protected] 2 points 8 months ago (1 children)

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

unzip book.epub

[–] [email protected] 1 points 8 months ago

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

[–] [email protected] 1 points 8 months ago