---title: Coffee Brewing Methodstype: notetags: [coffee, brewing]permalink: coffee-brewing-methods---# Coffee Brewing Methods## Observations- [method] Pour over provides more flavor clarity than French press- [technique] Water temperature at 205°F extracts optimal compounds #brewing- [preference] Ethiopian beans work well with lighter roasts (personal experience)## Relations- relates_to [[Coffee Bean Origins]]- requires [[Proper Grinding Technique]]- contrasts_with [[Tea Brewing Methods]]
## Technical Observations- [tech] Uses SQLite for local storage #database- [design] Follows local-first architecture #architecture- [decision] Selected bcrypt for password hashing #security (based on OWASP audit)- [performance] Query time under 50ms for 10k documents## Learning Observations- [insight] Async patterns reduce code complexity- [tip] Use context managers for resource cleanup- [question] Should we add Redis caching?- [experiment] Tried connection pooling - 2x speedup## Meeting Observations- [attendees] Alice, Bob, Carol- [decision] Ship MVP by end of Q1- [action_item] Bob to review PR #42- [blocker] Waiting on API credentials## Person Observations- [name] Paul Graham- [role] Essayist and investor- [expertise] Startups- [expertise] Lisp- [expertise] Essay writing
Use repeated categories (like multiple [expertise] items) to represent array-like fields.
---title: Paul Grahamtype: persontags: [startups, essays, programming]---# Paul Graham## Observations- [name] Paul Graham- [role] Essayist and investor- [expertise] Startup advice- [expertise] Lisp programming- [expertise] Essay writing- [background] Created Viaweb, first web application- [influence] Changed how people think about startups## Relations- founded [[Y Combinator]]- authored [[Hackers and Painters]]- authored [[On Lisp]]- inspired [[Startup Culture]]
"Create a note about today's architecture meeting. Include attendees,key decisions, and action items. Link it to the Authentication System note.""Document the new caching strategy we discussed, including theperformance tradeoffs and why we chose Redis.""Write a note summarizing what I've learned about semantic search,including the experiments I ran and their results."
"Create a person note for Jane Smith with her role, expertise areas,and connections to relevant projects.""Document this as a technical decision with observations about theapproach, rationale, and tradeoffs. Link it to related architecture notes."