sblog 0.2.0

A tiny static blog generator written in Rust. Write posts in Markdown with YAML frontmatter and render them into plain HTML and CSS.
---
title: How to read a book you will remember
date: 2026-07-30
tags: [books, ideas]
summary: Passive reading fades fast. Active reading sticks. Here is the difference.
---

Most books fade within a week. You close the cover, and a month later you can
barely name the main idea. The fix is not to read more. It is to read
actively.

## Passive vs active reading

**Passive reading** is moving your eyes across the page. **Active reading** is
arguing with the author on every page.

| Passive | Active |
| ------- | ------ |
| Highlight | Summarize in your own words |
| Nod along | Ask "is this true?" |
| Finish fast | Stop and think |
| Keep the book clean | Write in the margins |

## The method

1. Before you start, write down what you expect to learn.
2. As you read, mark the parts that surprise you.
3. When you finish, write a one-page summary from memory.
4. A week later, re-read the summary and add what you forgot.

## A small template

```text
Title:
Main idea in one sentence:
Three things I learned:
One thing I disagree with:
One question I still have:
```

## Why it works

> Memory is not a recording. It is a reconstruction. The more you rebuild an
> idea, the stronger it becomes.

Writing a summary is a rebuild. That is why it sticks.

## A reading list to try it on

- *Thinking, Fast and Slow*
- *The Design of Everyday Things*
- *A Pattern Language*
- *The Pragmatic Programmer*

Try the method on the next book you read. You will remember it longer.