Personal site for experiments, notes, and small projects.
The site is built with Next.js and currently focuses on:
- local LLM testing notes
- Apple Silicon measurements
- audio-related experiments
- public project links
npm run devOpen http://localhost:3000.
npm run devstarts the development server.npm run buildcreates a production build.npm run startserves the production build.