projects gathering in progress 🏗️🚧
I’ve always got a lot of sideprojects running and finished so many over the years. As I am still processing a lot of my notes on different projects, and not all projects are made public.
☕️ Coffee related projects
💾 Raspberry pi related projects
⏱️ Timeseries data collection related projects
🤝Electronic music related collab projects
🔊Electronic music diy build projects
unprocessed draft project lists
active
table type, status, date from #projects and -"templates" where status = "active" sort date desc
draft
table type, status, date from #projects and -"templates" where status = "draft" sort date desc
archived & finished
table type, date, finished, status from #projects and -"templates" where status = "archive" and finished != null sort date desc
paused
table type, status, date from #projects and -"templates" where status = "paused" sort date desc
abandoned
table type, date, finished, status from #projects and -"templates" where status = "archive" and finished != null sort date desc