Per the start of 2025 I stopped buying ebooks from Amazon. This means trying to find other ways outside of the Kindle ecosystem to acquire ebooks, preferably without lock-in. I maintain my library using Calibre and Epubor, and use those tools to be able to manage my book files locally and to read them on any device I have, in the right file format.
I read in three languages, fiction and non-fiction, and buy 50 to 100 books per year.

There are several ways to buy ebooks outside of Amazon. All options outside Amazon use the EPUB standard, sometimes with DRM and/or water marks. These are the options I’ve used since I’ve stopped using Amazon:

Directly from authors

Various authors sell their ebooks directly from their own sites. This has the benefit that more money goes directly to them, and there will be no DRM on the files.

  • Cory Doctorow (sf, non-fiction)
  • Michael W. Lucas (sf, non-fiction)
  • I’ll keep adding authors I can buy directly from to this list, suggestions are welcome too.

    Directly from publishers

    There are publishers that directly sell from their sites.

  • Verso Books, a UK based self-proclaimed radical left publisher, of fiction and (mostly) non-fiction. I have a monthly subscription which gives me access to all their ebook publications. I don’t find something of my liking every month, but often enough. DRM free.
  • Maven Publishing, Dutch and translated into Dutch non-fiction. DRM free, I’m not sure if the books are water marked.
  • Standard Books, a USA based publisher of English public domain works (fiction and non-fiction), released for free and as public domain (you can make donations, I do). Public domain works in the USA may still be copyrighted elsewhere.
  • Reclam Verlag, German literature and non-fiction, aimed at school use. DRM free with water marks.
  • I’m looking for more publishers that sell their own ebooks, feedback welcome.

    Other independent platforms

    Some platforms that aren’t tied to specific ecosystems sell ebooks. Be aware of what type of DRM they use, and determine first if you can handle that type of DRM.

  • ebooks.com, a USA based seller, using Adobe DRM although the site itself suggests they have their own type too.
  • Beam, German platform for DRM free ebooks, with water marks. Large selection of SF. By the looks of it German language only. Only accepts account holders with addresses in Germany, Austria and Switzerland.
  • Libris.nl, the platform of a chain of Dutch booksellers. Adobe DRM for English books, DRM free and water marks for Dutch books. Fiction and non-fiction. You can select your preferred actual book store first, and have your purchase accrue with them. Libris collaborates with the German Tolino e-reader maker.
  • Morawa, Austrian chain of booksellers (since the 19th century), ebooks can have DRM, but also many with water marks. They don’t sell outside of Austria . However you can add any Austrian address, as that doesn’t affect your downloads.
  • From other silo’d ecosystems

  • Rakuten Kobo, a Japanese company, selling ebooks for their Kobo ecosystem. DRM’d (Adobe). Sometimes cheaper than the main Dutch Kobo platform (Bol.com). Sales to EU through their Irish legal entity.
  • Bol.com, the largest Dutch online platform for books. Part of the Kobo ecosystem. Fiction and non-fiction, Dutch and English. DRM’d for English books, DRM free and water marked for Dutch language books.
  • Tolino, the German e-reader manufacturer Tolino works with the German book retail sector, like e.g. the Thalia and Hugendubel chains, or non-chain bookstores like Dussmann in Berlin (although Dussmann also works with the Ukrainian/Swiss Pocketbook ereader company. Adobe DRM is in use but many works are also DRM free and water marked. It seems a German residential address needs to be added to an account at these stores before buying ebooks is possible.
  • What I intend to do and why

    I’ve been using h. in the past weeks, and I like the tool. It created/uses a W3C protocol and has an API I can use with a token connected to my account.
    I want to integrate annotations I make with my notes I keep locally better. This points towards using h. ‘headless’ in the sense I push things to and pull things from the API, rather than do my annotations in browser. This would reduce friction in my note making flow.

    There are several things I can think of, at different levels of difficulty to achieve.

    • Being able to submit urls with a page wide annotation, tied to how I save webpages and a motivation for saving with a markdown clipper.
    • Being able to annotate a page saved in my notes, and send the annotations to the right url in h.
    • Being able to update annotations.

    The first is the most straightforward, and the first I will try to achieve.

    Steps taken

    Save new page annotations

    • Envisioned path:
      • Use markdownload to save a page in markdown in an Obsidian folder. Alter the template to have the relevant info in a predictable spot (h post status, URL, web archive url and motivation for saving)
      • Run a script that checks for new files in that folder and filters those with a status of not yet posted to h.
      • Run API calls to submit the selected notes to h.
      • Change the status of the notes in Obsidian to published to h.
    • Steps taken
    • Steps to take
      • Try out the minimal JSON / POST structure in Postman to get it right
      • Try out the same JSON / POST re-using an earlier micropub script to post from PHP to h.
      • Find out how to evaluate the response and then set the status in the Obsidian note, re-using the script I use to blog from my notes to WP.

    I want to make it easy to publish lists of books I am reading and have read, or any other list. And do so without using centralised platforms like e.g. Goodreads (Amazon). A book list is a small library.
    The route I am currently on, is publishing a machine readable list others can easily incorporate. These lists are in OPML, an exchange format for outlines. It’s the same format generally used to share lists of RSS feed subscriptions.

    Current situation and usage: automated lists
    Currently I am able to directly automatically create the lists in OPML from my individual book notes in Obsidian.md (which I use for PKM).
    In Q1 2022 I experienced that creating lists and posting them works nicely and smoothly, with no friction. I do currently only create a few lists (fiction and non-fiction in the running year, antilibrary). I’m also working through the books I’ve read in the last decade or so, and gradually creating those lists. I’m not generating those as OPML however, they currently are just a list in my own notes.

    Next steps: consuming other lists
    Next steps will look at how to do the federating itself: how can I ‘consume’, or even include in my own lists, the OPML, ActivityPub or JSON lists of others in a meaningful way? I think a first step is consuming one list published by someone else, treating it as a recommendation list perhaps or some other form of input, much like I’m reading feeds. It might be useful to be able to pick out mentions about books I’ve already read, are in my anti-library, match an author I like, or match my interests while being unknown to me. I suspect a slightly tweaked parser for every new list might be needed, as using a list depends both on format and on content fields.

    Ealier steps: proof of concept and data model
    In 2020 I came across a posting by Tom Critchlow on this topic, and a year later I started looking into using OPML to create the lists.

    I created a proof of concept, with a data format.
    Using that I created a webform to update a book list by hand with a new entry.
    Then I automated generating the lists (code on GitHub).
    All as proofs of concept.

    There are multiple ways to access Kindle highlights.

  • For e-books I loaded myself onto my e-ink Kindle (e.g. using Calibre), and for the hightlights made on a specific e-ink Kindle: connect that Kindle to laptop, and copy the file myclippings.txt
  • For highlights from all the e-books I bought (actually leased) through Amazon, regardless of Kindle devices or apps: https://read.amazon.com/kp/notebook
  • For highlights from Kindle e-books, I use the Obsidian Kindle plugin to import highlights into my notes automatically
  • While reading a book on an e-ink Kindle, open the three dot menu, select Notes, and export notes, and it will be send to the e-mail address connected to my Amazon account.
  • There are multiple ways to access Nova2 highlights/notes:

  • Attach device over USB and download files to disk or to e.g. Zotero
  • Sync note files to Evernote and export/process from there.
  • This page lists some things on Personal Knowledge Management (PKM). Currently items listed here are mostly focused on processing material collected through my information strategies.
    Here’s a list of blogposts on that subject:

    Knowledge inputs, processing and outputs

    My PKM system has two parts. One is the operational work side, my day to day work on projects etc. This is more hierarchical in nature, ordered in folders and task lists, plus notes about conversations and the current status of work. The other is the part about (conceptual) knowledge, where the notions that drive my work live. The list below describes the elements in that second part, from various inputs, through working with the material, to various outputs. I started documenting them for a session on PKM and Obsidian, but they also describe things outside the tool Obsidian.

    Inputs

    • Day logs as jumping boards
    • Reading for surprisal and based on defined interests
      • Feed reader:
        • Scanning what those I follow currently find of interest, what are the themes and topics in which groups?
        • Scanning for things related to my list of current interests (which I specify on several dimensions).
      • Books and other sources, related to my list of current interests, recommended by others in my feeds/conversations and or found through serendipity (browsing, book stores)
    • Starting an annotation in Hypothes.is
      • In my feedreader I have a form that can post a page note through the h. API.
      • In my browser I have a bookmarklet for h. to annotate a page. Another plugin provides me with a web archive link, which I add to the page note of an h. annotation.
      • In my helper tool Alfred I have a workflow that allows me to search for existing Obsidian notes and insert them as link in my annotations, so that I can add in associations with the annotated page quickly.
      • All Hypothes.is annotations are automatically synced to my Obsidian notes, using the Obsidian Hypothes.is plugin.
    • Clipping an entire article or quote to Obsidian in markdown to the ‘Newclippings’ folder
      • In my browser I have a bookmarklet that saves a page to the folder in markdown. It uses a template in which I state the reason for my interest, a searchable data, and relevant tags.
      • In my helper tool Alfred I have a workflow that allows me to search for existing clippings to check if I have saved something already.
      • In my feedreader I have a form that can post a note to Obsidian, using the same template as my clipper bookmarklet.
    • Kindle annotations are transferred to Obsidian with the Kindle-to-Obsidian plugin, into a separate folder as reading notes.