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