Amazon drops Linux support for generating Kindle ebooks
41–50 of 115 posts
Re: Amazon drops Linux support for generating Kindle ebooks
#42Earlier quoted context omitted.
Yeah, this decision makes business sense for Amazon. Updating a Linux client is a nice gesture but affects a very small parentage of desktop users.
That strikes me how enthusiasts can manage Linux software for free, but multibillion corporation cuts it for “business sense”.
Re: Amazon drops Linux support for generating Kindle ebooks
#43https://www.amazon.com/gp/sendtokindle
Though based on some comments here on HN I guess this tool was useful to authors, but I'm curious if it sends it to the Kindle as-is or converts it to the respective format. Oddly enough I couldn't send awz3 files to my Kindle by email with this service.
Sidenote: TIL You can send articles and wordpress posts / content to a Kindle with the appropriate plugin.
Re: Amazon drops Linux support for generating Kindle ebooks
#44Dollars to donuts that out of the "Kindle books" generated on Linux, a substantial chunk were created as ePubs using open tools and either converted to Mobipocket using Calibre or a similar tool, or just handed off to the publisher directly and converted on their end to Kindle. All of those workflows are still available.
Re: Amazon drops Linux support for generating Kindle ebooks
#45When the Kindle Fire was being launched, part of the out-of-the-box experience was that a) it already knew what account it was associated with and b) if you weren't already a Prime member, it phoned home and automatically gave you a non-renewing 1-month free "preview" (not a "trial", since those automatically converted into paid memberships) of Prime so you could watch Prime video, use Kindle lending library, etc. on your brand new device. As secret projects go, the Prime team was brought in very late and given a very short integration window (2-ish weeks, maybe) to determine if that feature would make the cut for launch.
Part of the user experience was getting a "personalized" letter delivered through the Kindle delivery mechanism that included the Prime logo and JeffB's signature. This letter was effectively a Mobi ebook dynamically generated before being pushed to the device. This functionality previously existed and was how notes indicating that lent items had expired were generated, however, those were plaintext and used a custom templating system that the Kindle team (justifiably) didn't want to expose to external teams. The Kindle team wanted us to generate a Mobi that they would pass along, which would have required a bunch of new infrastructure and technology we had no experience with. A former teammate who was now in Kindle made the case for us continuing to use the extensive HTML custom messaging infrastructure we had, but the Kindle team's capability limited them to hitting a single endpoint and we didn't have a nice way to bundle all of our resources (images, content, etc.) into a single file (e.g. zip, tarball). On a call one afternoon I suggested adding data URL support so we could continue to leverage our infrastructure, they could continue to leverage their's and only this small tool they shelled out to would need to change.
Of course, the kindlegen team was not involved in the discussion initially, their code did not use the tools the rest of the company used, for whatever reason they were unwilling to accept code contributions, and they wanted several months to implement the feature.
Being young and without kids at the time, I went home, knocked out a wrapper that would convert data URLs to external resources and replace the references, and then call out to kindlegen to generate the mobi, and had a working tool the next morning. The whole thing went (almost¹) flawlessly, allowed Prime to test and debug with the tools they knew, allowed the Kindle distribution team to swap out one piece transparently, and the Fire launched with that implementation in place. And like most stop-gap solutions, it was in place for several years before kindlegen finally supported data URLs natively.
This was all running on Linux hosts, and that was many many years ago now. It's a good reminder that code is like a sandcastle. It will be gone tomorrow, but the tide will continue.
¹ sure, there may have been a small bug or two, but I stabilized a bunch of their tests in the process, so I consider it a win.
Re: Amazon drops Linux support for generating Kindle ebooks
#46Earlier quoted context omitted.
Sigil only supports creating ePub files, which Kindles can't natively read. The Amazon tool that was removed, "kindlegen", was the officially supported way of converting ePub into the Kindle's native AZW format.
> kindlegen Was this tool ever any good? I've always used the `ebook-convert` commandline tool that ships with Calibre. (Calibre's GUI is something I don't really like, it seems featureful but also a mess.)
Re: Amazon drops Linux support for generating Kindle ebooks
#47Kindle can handle PDF (and plain text) natively. If you format a PDF for the Kindle screen, offering different files for different size devices, the result will look better than the reflowable AZW format. Also, it’s the only reasonable choice if your book has math or anything else typographically challenging.
[[CITATION NEEDED]]
PDFs still don't reflow when changing the text size.
Re: Amazon drops Linux support for generating Kindle ebooks
#48- supported formats, for the Linux issue: EPUB, EPUB3, PDF, MOBI, JPEG, GIF, PNG, BMP, TIFF, TXT, HTML, RTF, CBZ, CBR
- no native linux client: not a deal breaker for me
- is the company behind Kobo credible, will it be around for a while: yes, its owned by a credible company, 13.4% e-reader market share, probably shrinking
- could it be sold? Possibly: https://goodereader.com/blog/electronic-readers/will-rakuten...
- is there an export path if they go under: its Adobe DRM, so assumably yes with their support
- does the store work?: Yes, the interface is reasonable if slow, I could find books on it and buy
- are prices comparable: no, Kindle is cheaper in some instances but there is a price match (I used it, it works)
- are the books I want on there: yes, ever one of the 5 or so books I looked at are listed on the store, newest version
- is the reader comparable to Kindle: yes, same settings I use on devices and laptop, fonts, brightness, clarity etc all comparable
One thing missing is 'X-Ray', which is neat but not essential technology Kindle has. Kobo has a book search that is ok, but not as good.
Re: Amazon drops Linux support for generating Kindle ebooks
#49Wow, huge bummer. This is how I generated and edited my Kindle book... not sure what to do now.
That it is available for download changes nothing; it has not been updated for years anyway. The mac version was in worse shape, it was also 32-bit, so it didn't run on Catalina at all.
Re: Amazon drops Linux support for generating Kindle ebooks
#50Earlier quoted context omitted.
Are there jailbreaks and/or custom ROMs for Kindles? It's a nice little device; would be a lot nicer without it constantly phoning home to Amazon.
Yes! Jailbreak thread: https://www.mobileread.com/forums/showthread.php?t=186645 (Note that in some cases it requires opening the plastic and ordering some cable off of Amazon.) The only custom ROM I know about that supports Kindle devices is KOReader ( https://github.com/koreader/koreader ). I don't like its interface one bit, but feature-wise it gets the job done just fine. There's also Plato ( https://github.com/b…
The Kindle was getting old and I bought a Kobo anyway (in part because I'm tired of contributing to Amazon's empire, and further propelled by the fact that it supports Adobe DRM'ed ePubs [and well, while I don't like DRM, it's nice to be able to have the option of using my local library's ebooks]). I'd think you're correct about the Kobo's jailbreaking (haven't tried it myself, but I do intend on doing it in the future, and perhaps developing software for it), but I know already it's much, much easier to customize, thanks to the wonderful hidden folder with the Kobo eReader.conf file, where you can, for example, set the power button to screenshot (which disables the power button, but I have an aftermarket magnetic sleep cover, so this isn't an issue).