upvote
I highlight often when reading on my kindle. I have created a small program that scrapes my highlights and sends me a daily email with one of them. I get it before I wake up and it’s the first thing I read once I check my email (usually that happens after my morning reading).

I find that this helps remember books that I read years ago, and usually the single quote is enough to jolt a series of memories about the book.

That said, I also own physical books and they are in glass bookshelves around my office and living room. I do like the looks of them and they can be a conversation starter as well when friends come over.

reply
Could you share more details on how you were able to set this up? Do you use Koreader?
reply
I wrote a python script that I run locally which scrapes read.amazon.com (think this is the URL, I’ll double check when I’m home). Kindle highlights are automatically synced there. The Python scraper extracts all highlights into a json file and stores this in S3.

I have a Lambda function which runs daily, selects a random highlights, and emails it to me. I’m using AWS SES for sending out the emails.

I think it’s all essentially free tier AWS stuff, so basically 0 cost. I’ve not fully automated it, I need to run the scraper manually but that’s easy enough to do whenever I’m at my desktop.

It’s a bit hacked together but it works lol.

reply
deleted
reply
> I don’t have the same thing for the ebooks I’ve read, and it gives me a weird feeling of amnesia.

I have a similar feeling when it comes to my music collection, some of which includes rare recordings. I ripped everything and have it at my fingertips on my phone, computer, etc, but I often find that I’ve forgotten when I have. When I was younger, I kept it all on a shelf. Browsing one’s music collection (or a friend’s) was always a pleasant way to spend an evening socializing. With apps, that is all gone. I have recurring fantasies about building some kind of physical music player, with cartridges that one could insert into a “player”. The actual music would be stored centrally, but this would be more like a mnemonic device to make browsing more enjoyable. I could imagine a similar thing for ebooks.

reply
Maybe the cartridges could even contain the actual music. On an engraving that stores the audio information perhaps. This engraving could be played back and reproduce the audio. It probably would never work though.
reply
I'm not an ebook reader, but I would have assumed that these apps would have some sort of indication if you've read a book or not and if you've not read to the end some sort of progress. Like opening an ebook that you did not complete should hopefully take you to where you left off at a minimum. I'd also expect your app to have a management type of display where I'd expect some sort of sorting/filtering where you can see only the books completely read, the books started but not finished, and books not yet started. I'd even somewhat expect a skeuomorphic layout of books on a shelf that you could somehow rearrange like it was iPhone 1.0. Again, I'm not an ebook person and never used any of the apps, so maybe these are standard things. However, it should make things easier to know if you've read them or not.
reply
If I use the web interface to my self-hosted library, each book's cover is shown along with a progress bar if it has ever been opened in the web interface.

If I use the OPDS interface, that doesn't happen; I suppose it would be nice to push some reading information back. Sync between reading devices is handled by koreader-sync, so I can pick up any device running koreader and be on the page where I left off.

reply
They do, but a physical book has a presence that digital books lack. Like weight, cover material, print quality. I can learn from digital books fine and read novels on an ereader. But a physical book anchor your memory like no other.
reply
I have mixed feelings about Kindle, but I mostly read books on my phone these days, and my Kindle library is always there. I also have a physical bookshelf, but if I'm not home I can't review it so in some ways it's often less tangible than my Kindle library which I always carry with me.
reply
Have you considered printing a book side and putting it on a wall as a growing poster while keeping a Calibre or Zotero collection in sync?
reply
No but I have thought about making some sort of card or pseudo-book. Still not quite the same though, as the object wouldn’t be the one you actually read, just a reminder.
reply
TBH I'd rather have both and in sync, namely physical in place, nearby, and digital always with me. Unfortunately I can't afford that so I have a messy compromise.
reply
Make each pseudo-book a cheap cover around your ereader and just stick it in while reading :)
reply
> I don’t have the same thing for the ebooks I’ve read, and it gives me a weird feeling of amnesia.

This agrees with studies that show that memory retention is better among students when using physical books rather than ebooks. That's because we're embodied. The book is a physical object with physical features. These intelligible physical features create associations (spatial anchoring, sensory engagement) that reinforce memory. You also get a sense of progress as you read. For instance, when I read something, I better remember at what depth certain content is, and given the depth, I know more or less what is in that part of the book. You could think of it in terms of spatial indexing or in terms of data locality.

People think the medium doesn't matter. They think that it's just a matter of encoding. But the medium very much matters, because the senses are involved in memory formation in all sorts of ways. It's also why handwriting leads to better retention of information than typing.

reply
deleted
reply
I share this feeling. When I want to free up some space, the books I get rid of are the ones I don't remember reading.
reply
Aren't they the ones you'd want to read?
reply