Live data from Hacker News

Standard Ebooks: Free public-domain ebooks, carefully produced

standardebooks.org

81–90 of 135 posts

Re: Standard Ebooks: Free public-domain ebooks, carefully produced

#81

I got really excited, but then I noticed that there was no PDF option. I hate epubs with a passion, because all epub programs suck.

What about any of the ways to convert epub to pdf yourself? Are they no good?

If anything, I think an HTML version that you can view right on the website would be the best format addition. It's always interesting to me when a website doesn't offer a browser-native document format as an option to view text.

Re: Standard Ebooks: Free public-domain ebooks, carefully produced

#82

I got really excited, but then I noticed that there was no PDF option. I hate epubs with a passion, because all epub programs suck.

Have you tried FBReader (https://fbreader.org/). The Android version has so far met my needs, and the Linux version works well (in my opinion).

Re: Standard Ebooks: Free public-domain ebooks, carefully produced

#83

Earlier quoted context omitted.

Mailing lists are superior for async communications IMHO for endeavors such as this. Nothing needs to be addressed immediately (and as everyone is a volunteer, realistic expectations should be set for response latency; email helps that, Slack/Discord does not), and the mailing list archive is a natural log of conversations and decisions that are open and accessible (Free Slack only keeps 10k lines of conversation his…

Mailing lists was superior in 90's-00's, now when discourse/slack/discord/etc exists there's no reason to use ML except nostalgia. Parsing tons of new emails isn't easy. Also I'm prefer to avoid Google services 'cause privacy issues.

It is bearable when using an efficient client like Ripcord.

Re: Standard Ebooks: Free public-domain ebooks, carefully produced

#84
post #2

It's great that these are in a consistent formatting style. When trying to extract some contents programmatically from some Gutenberg texts, I kept running into different formatting styles. That combined with being able to check out the entire repository makes it much simpler to do data processing on the works. And, of course, fixing more errors is of course a noble goal. Are these corrections going to make it upstre…

> Are these corrections going to make it upstream to Gutenberg? It's an issue worth raising to the team. In the spirit of GPL, I think reporting any instances of clear typos in the source text upstream would be a good idea. The problem is that so much work is done to the text as part of StandardEbook production that we can't exactly just submit a single patch or diff. It would be difficult to identify the textual cor…

On the other side, modernising the texts might not be what gutenberg wants, if they want to keep original errors from the books? Haven't looked it up but I have been in other book project where it was more important to keep everything as it was printed.

Re: Standard Ebooks: Free public-domain ebooks, carefully produced

#85
post #32

Is there any way to download them all? Ebooks are very small so it shouldn't be a problem to make an archive, or at least have a way to use curl/wget to download them all from a directory.

There’s something called opds. Sort of like a file that defines a library and its contents. https://standardebooks.org/opds/ I’ve never really been able to get it to work with calibre, pretty much the standard go to piece of software for all things ebooks. I would be interested in hearing about any tips for getting an opds working.

I ended up using this to download all the azw3 files for my kindle, it's probably not the best you could do, so feel free to use it as reference for yourself if you might do something similar.

  curl -s https://standardebooks.org/opds/all | grep -oE "/(.*).azw3" | sed -e"s/^/https:\/\/standardebooks.org/" | xargs -n 1 curl -O
P.S. Calibre seems to only work with them and the kindle when you send over USB (I keep my paperwhite in airplane mode, signed out, ads disabled)[0]

[0]https://news.ycombinator.com/item?id=20596300

Re: Standard Ebooks: Free public-domain ebooks, carefully produced

#86

BTW does Kindle let you load your own DRM-free ebook files instead of buying books on Amazon? I use a PocketBook (pocketbook-int.com) which emulates a mass storage device and lets me read everything. I once considered buying a Kindle but heard it won't let me load bare files this way. Is this true?

I've forgotten to mention my PocketBook also has a microSD card slot. It came with just 1 GB of internal memory, ⅓ of which is occupied with the OS (Linux) so I've just bought an additional 16 GB microSD card to extend it recently. Now I just plug the card into my laptop SD slot (using a microSD-SD converter that came with the card) and don't even need to use a cable (which never worked well, it often happened that the device would charge but won't establish a connection).

Re: Standard Ebooks: Free public-domain ebooks, carefully produced

#87

I got really excited, but then I noticed that there was no PDF option. I hate epubs with a passion, because all epub programs suck.

I use Freda in Windows and Android, and Foliate in Linux.

I find any of them far superior to PDF.

Re: Standard Ebooks: Free public-domain ebooks, carefully produced

#88

BTW does Kindle let you load your own DRM-free ebook files instead of buying books on Amazon? I use a PocketBook (pocketbook-int.com) which emulates a mass storage device and lets me read everything. I once considered buying a Kindle but heard it won't let me load bare files this way. Is this true?

Calibre will convert your books for the Kindle, so yes.

I have a Kobo that lets you read even more formats than Kindle, like .cbz for comics.

Re: Standard Ebooks: Free public-domain ebooks, carefully produced

#89
post #66

Earlier quoted context omitted.

I like the combo of regular forum (Xenforo, Discourse, etc) and chat (Discord, Slack, etc). Unlike mailing lists, modern forums are actually usable, fun to use, and appealing. And chat provides a place for more conversational community-building. For example, the Elm community has both. The Discourse forum is technical and business-only yet there's a clean record of these discussions. The Slack chat is where I hang ou…

What do you mean when you say "modern forums are fun to use"? I ask in 100% good faith and I am not being snarky.

For start... they aren't a freaking mailing list?

E-mail sucks.

Post reply on HN