craft
4 sources · 11 notes on this topic.
How to Mark a Book to Forge Deep Insight
Reading without a pen in your hand is forgetting in slow motion — the mark is not a highlight, it is your half of the conversation.
The Leverage Field Manual
Effort is bounded by hours in the day; the multiplier you apply it through is not.
The Science of Studying: Encoding
The feeling of learning and actual learning are different variables — and the most popular study methods are popular precisely because they optimize the first.
The Pragmatic Programmer
Software is not built, it is grown — so optimize for the cost of changing your mind, not for the elegance of the first version.
Ideas
11 notesAutomation ROI follows a power law — automate the constraint, not whatever is easiest to automate.#automate-the-bottleneck
✦Fix small visible decay immediately — tolerated rot signals that rot is tolerated, and the standard collapses fast after that.#broken-windows
✦Code’s second zero-cost property is experimentation — you learn faster than anyone operating in atoms.#code-compresses-learning
✦Every piece of knowledge should have one authoritative representation — duplication is where truth goes to diverge.#dry-principle
✦Quality is a requirement you negotiate with the user, not an absolute you chase.#good-enough-software
✦Keep components independent so a change in one does not force changes in others — coupling is what makes systems expensive to change.#orthogonality
✦The instrument’s presence changes posture from consumer to participant before a single mark is made.#pen-changes-reading
✦When producing code stops being scarce, the constraint moves to knowing what is worth building.#taste-is-the-new-bottleneck
✦Build a thin end-to-end path first and aim from real feedback, rather than specifying the whole system in advance.#tracer-bullets
✦Improvement usually comes from removal — subtract the harmful before adding the helpful.#via-negativa
✦You cannot predict which attempt will land, so the only reliable lever is making more attempts.#volume-beats-perfection