this post was submitted on 19 May 2024
85 points (94.7% liked)

Books

4071 readers
81 users here now

A community for all things related to Books.

Rules

  1. Be Nice

Official Bingo Posts:

Related Communities

founded 1 year ago
MODERATORS
 

Enshittification of Libby & Overdrive. This was long time coming. This deserves attention and we need more independent libraries.
https://tweesecake.social/@weirdwriter/112465274302648993

@bookstodon @books #books #ebooks

you are viewing a single comment's thread
view the rest of the comments
[–] NateNate60 2 points 1 month ago (2 children)

They could probably hire a team of software engineers to make it in six months at a cost of less than a million dollars. Definitely doable for any large library system willing to invest the money. They can then sell the software to other library systems or give it away/release it as free software if they are generous

[–] [email protected] 13 points 1 month ago

The problem is never on the tech end, assuming you wanted to make a good platform. That's probably a 400-level CS class project, especially if you're only dealing with a single library system that doesn't have multi-million-user-scale and five-nines reliability needs.

The pitfalls are 99% about the business relationships and having to pre-enshittify the system to service them-- getting the publishers to trust the platform will enforce DRM and related random shitty deals (i. e. that ebooks have to be retired after n loans, as though they wear out like a paperback). I'd expect there's virtually no trust for a new player.

What's needed is mandatory licensing. The libraries and their software dev partners decide what terms they want, they get a standard price card, and the publishers have to eat it.

[–] kescusay 1 points 1 month ago

There are also hosting concerns and costs, but basically, yeah. This isn't a hard technical problem. There are even pre-written dev libraries for reading epub books, like this one for Flutter.

(Source: Am software developer. Could probably write a PoC for this in a few weeks.)