Places in my garden by type
*planted: 18/04/2026last tended: 18/04/2026
(require 'seq) (require 'org-roam) (defun commonplace/org-roam-nodes-with-tag (tag) "Return Org-roam nodes that have TAG." (seq-filter (lambda (n) (member tag (org-roam-node-tags n))) (org-roam-node-list))) (defun commonplace/org-roam-tag-count (tag) "Return number of Org-roam nodes with TAG." (length (commonplace/org-roam-nodes-with-tag tag))) (defun commonplace/org-roam-nodes-with-tag-sorted-by-mtime (tag) "Return Org-roam nodes with TAG, newest file mtime first." (seq-sort (lambda (a b) (time-less-p (org-roam-node-file-mtime b) (org-roam-node-file-mtime a))) (commonplace/org-roam-nodes-with-tag tag))) (defun commonplace/org-roam-tag-list (tag &optional limit) "Return an Org list of nodes with TAG, newest first. If LIMIT is non-nil, return only the first LIMIT nodes." (let* ((nodes (commonplace/org-roam-nodes-with-tag-sorted-by-mtime tag)) (nodes (if limit (seq-take nodes limit) nodes))) (mapconcat (lambda (n) (format "- [[id:%s][%s]]" (org-roam-node-id n) (org-roam-node-title n))) nodes " ")))
1. Main notes
There are 52 tagged as main notes.
The 12 most recently modified:
- A good Zettelkasten is both horizontal and vertical
- The left needs a shock doctrine
- The world uses Meta products for some positive functions
- Meta is a bad actor
- A lot of people use Meta products
- Big tech exploits the victims of economic collapse
- Facebook only cares about money
- The triad of digital transition strategies
- The global memory shortage crisis is caused by the rapid expansion of AI infrastructure
- Meta and YouTube deliberately designed addictive products
- Work within the system, against the system, and beyond the system
- Systemic change is a combination of reformist, alternative-building and revolutionary logics
2. Reference notes
There are 20 tagged as reference notes.
The 12 most recently modified:
- Meta report shows the company causes far more emissions than it can cover with renewable energy
- #ACFM Microdose: Theories of Consciousness
- What is and how do we achieve a resilient digital democracy?
- #ACFM Trip 1: Out of the Box
- "It's Eco-Socialism or Death"
- How the left can win back the internet – and rise again
- Digital Ecosocialism: Breaking the power of Big Tech
- Global Memory Shortage Crisis: Market Analysis and the Potential Impact on the Smartphone and PC Markets in 2026
- Crafting the Information You Capture in Main Notes
- Future Histories International: Jason W. Moore on Socialism in the Web of Life
- Future Histories International: Aaron Benanav | Beyond Capitalism
- Future Histories International: Aaron Benanav | Beyond Capitalism II
3. Elsewhere
3.1. In my garden
Notes that link to this note (AKA backlinks).
