Earlier quoted context omitted.
Inevitably, like everyone who rejects PHP frameworks because "PHP is already a templating language", you just wound up reinventing the framework anyway. I'm not complaining - It's just, there's a reason everyone goes for the existing frameworks and it isn't addiction to complexity. Raw PHP code is legendarily insecure and prone to XSS and other issues if you don't do things exactly right. Nice site, though.
> prone to XSS and other issues if you don't do things exactly right. Not any more so than sites with frameworks. I’ve found XSS issues in Java Spring framework built sites that didn’t “do things exactly right”. A framework doesn’t magically fix that.
Standard Ebooks
71–80 of 158 posts
Re: Standard Ebooks
#72A well run open source ebook project, producing the highest quality ebooks. Always looking for volunteers as well as donations.
Re: Standard Ebooks
#73A well run open source ebook project, producing the highest quality ebooks. Always looking for volunteers as well as donations.
What’s the best way to volunteer?
Re: Standard Ebooks
#74Editor-in-Chief here, happy to answer any questions! Of interest might be my blog post on how SE runs on a small VPS using classic web tech: https://alexcabal.com/posts/standard-ebooks-and-classic-web-... (This post is slightly out of date as there is a database now; but it's used for managing Patrons - and soon a cover art listing and approval system - not for serving the actual ebooks, which are still served as des…
Thank you for your beautiful project.
For a few years, every January 1st, for public domain day, I have been promoting SE on social media, the thread on Mastodon is the one with the most involvement. https://fosstodon.org/@paulox/111680544393923401
It would be nice to have an SE account on Mastodon that posts about every new book published, since IMHO it's the social network more aligned with the spirit of SE.
Re: Standard Ebooks
#75Editor-in-Chief here, happy to answer any questions! Of interest might be my blog post on how SE runs on a small VPS using classic web tech: https://alexcabal.com/posts/standard-ebooks-and-classic-web-... (This post is slightly out of date as there is a database now; but it's used for managing Patrons - and soon a cover art listing and approval system - not for serving the actual ebooks, which are still served as des…
Re: Standard Ebooks
#76I wonder if a scan -> OCR -> LLM proofreading pipeline is possible?
I am one of the SE editors/regular contributors and I did play around with this a bit for a poetry collection: https://groups.google.com/g/standardebooks/c/IUvGLmvZrmM/m/s... I'm sure someone sufficiently determined and good at prompt engineering, and integrating LLMs into a larger toolset, could come up with something even better. I'm personally very skeptical of LLMs as a technology, but even I have to admit that t…
The most natural application of a language model in proofreading is to compute perplexity across the text; if all goes well, errors should be detectable as points of unusually high perplexity. (In principle, this should even be able to spot otherwise undetectable errors like missing words.)
Re: Standard Ebooks
#77Earlier quoted context omitted.
Yeah, I was just looking through A Christmas Carol and observed a handful of editorial changes in the commits https://github.com/standardebooks/charles-dickens_a-christma... > (bran-new → brand-new, frouzy → frowzy, and “Lowercase some gratuitously uppercased words”). Frouzy → frowzy I’m mildly in favour of. Ditching bran-new definitely loses character (he omitted the d on purpose !). One or two of the lowercased wor…
Yeah, any edition of a book that's "updating" modern English loses me, including messing with capitalization. Not interested. I love the formatting on Standard Ebooks, but they're no use to me if they're "updating" language, aside from things like repairing typesetting and formatting lost or mangled in PG editions. Agree on notes in print, side notes (on very-wide editions) are best, then foot, then end of chapter en…
In the case of Standard Ebooks, “sound‐alike” changes are allowed (so spelling and capitalization changes are allowed when they make sense). Censorship, and even innocuous grammatical changes, are not. Despite generally appreciating old works in their own context, I find the tradeoff in readability for such a widespread practice to be worth it given how minor SE’s alterations are.
Re: Standard Ebooks
#78Earlier quoted context omitted.
Why is that book a ripoff?
Without discounting the point made by smogcutter about Penguin's edition not actually being public domain: for a classic work, I'd expect to be able to get a paperback for less than $10.* And that involves a real-life physical artifact which (a) necessarily has lower margins than an ebook, and (b) doesn't come with the omnipresent threat that it will evaporate from your device (or your managed online locker or whatev…
Regardless, it's great that these works are available in high quality for free.
Re: Standard Ebooks
#79Earlier quoted context omitted.
In addition to what Alex has said, as an SE contributor I do try to submit errata to Project Gutenberg where I can find the time and energy. Part of the problem, though, is that PG's errata process ( https://www.gutenberg.org/help/errata.html ) is quite cumbersome since you have to write an email to their errata team with each individual error. That's a real hassle to try to keep track of and submit. Ideally, if PG h…
> Part of the problem, though, is that PG's errata process ( https://www.gutenberg.org/help/errata.html ) is quite cumbersome since you have to write an email to their errata team with each individual error. That's a real hassle to try to keep track of and submit. Ideally, if PG had something like a pull request system, I would just be able to[...] On the other side of the coin, Standard Ebooks's heavy endorsement/bu…
Re: Standard Ebooks
#80Earlier quoted context omitted.
> Part of the problem, though, is that PG's errata process ( https://www.gutenberg.org/help/errata.html ) is quite cumbersome since you have to write an email to their errata team with each individual error. That's a real hassle to try to keep track of and submit. Ideally, if PG had something like a pull request system, I would just be able to[...] On the other side of the coin, Standard Ebooks's heavy endorsement/bu…
You don't have to use Github if you don't want to, but you do have to use Git. We've had more than a few producers successfuly produce ebooks without using GitHub or Google Groups.
Can you share or document how? https://standardebooks.org/contribute suggests that "Technically inclined readers can produce ebooks themselves" but doesn't provide any point of entry to do so other than a link to the GitHub org, and "No technical experience is necessary. Contact the mailing list if you want to help." just links to the Google Group.