Notes
General ideas
Notes collect broad thinking, implementation context, and design decisions.
Development notes and projects
This site keeps general notes separate from concrete projects. Notes hold the thinking and the loose ideas. Projects hold the tools I can actually build.
Notes
Notes collect broad thinking, implementation context, and design decisions.
Projects
Projects start as ideas, then break into checklists and detailed steps until they are ready for a live site or repository link.
Keep dependency updates automated so they stay small, safe, and manageable.
My personal default is to use GitHub Actions for CI/CD until a better alternative clearly earns the switch.
Write broadly first, then come back later and decide what deserves depth.
Build automations from loose, high-level blocks that are easy to chain and change.
Build a tool that dreams over a knowledge graph to merge duplicates, split overloaded ideas, and add useful connections.
Experiment with local or self-hosted AI models so the model stays stable and the evaluation results are easier to trust.
Build a small desktop app to learn native development, compare it with Electron, and practice shipping software outside the browser.
Build a simple dashboard that shows the important numbers for each project at a glance.