# Why I prefer e-books over paper books

Many people speak romantically about the joy of reading paper books. 12 years ago, I switched from having a collection of my favorite books in the paper format to e-books. And I couldn't be happier. A few caveats: I mostly read non-fiction, often highly technical.

Here are just some of the reasons I love e-books:

* **Immediacy**: If a book gets mentioned in a conversation, I can look up the actual text in just about 30 seconds, rather than in a week.
* **Search**: It's trivially easy to find something. This is now getting even better with vector embeddings and language models.
* **Cost**: So many great books are shared for free in the digital format.
* **Links**: Well-made ebooks use links both within the book as well as to external resources. This encourages exploration and looking up things on the original sources.
* **Portability**: My entire book collection remains with me at all times. I never have to pick and choose among my favorites. And moving houses remains easy.
* **Flexible layout**: [EPUBs don't suck any more](https://willcrichton.net/notes/portable-epubs/). Font size, Line height/width, Dark mode are all adjustable.
* **Ease of sharing annotated screenshots**: I don't have to fumble around with the camera app anymore.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nilesh.trivedi.link/thoughts/why-i-prefer-e-books-over-paper-books.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
