Digital Garden Home

Welcome, i’m BK and this is where you’ll find my less refined writing. This is where I type as I think. Some things are useful, some are not, some not yet. Enjoy!

If you’d like to read more refined thoughts, check out my newsletter or my personal website or my tech blog.

Notes I touched recently

TABLE WITHOUT ID
	file.link as "Note Name",
	file.mtime as "Last Updated",
	length(file.inlinks) as Links
FROM ""
WHERE dg-publish = true
AND !contains(file.path,"Readwise")
AND dg-home != true
SORT file.mtime ASC
LIMIT 5