> [!info] > Last Update: **May-2025** [[Changelog]] [[Predictions]] # Most recent blog post %% DATAVIEW_PUBLISHER: start ```dataview TABLE without ID file.link as "File", dateformat(file.mtime, "dd-MM-yyyy") as "Modified", dateformat(file.ctime, "dd-MM-yyyy") as "Created" FROM "Blog" SORT file.ctime DESC LIMIT 1 ``` %% | File | Modified | Created | | ------------------------------------------------------ | ---------- | ---------- | | [[Blog/Crossing the rubicon.md\|Crossing the rubicon]] | 06-05-2025 | 30-04-2025 | %% DATAVIEW_PUBLISHER: end %% # Currently Reading %% DATAVIEW_PUBLISHER: start ```dataview TABLE without ID file.link as "File", dateformat(file.mtime, "dd-MM-yyyy") as "Modified", dateformat(file.ctime, "dd-MM-yyyy") as "Created" WHERE (contains(file.tags, "#CurrentlyReading")) AND file.name != "README.md" SORT file.mtime DESC ``` %% | File | Modified | Created | | --------------------------------------------------------------------------- | ---------- | ---------- | | [[The Orthodox Church, Timothy Ware.md\|The Orthodox Church, Timothy Ware]] | 22-05-2025 | 18-05-2025 | | [[Thirty steps to heaven.md\|Thirty steps to heaven]] | 22-05-2025 | 22-05-2025 | | [[Confessions, Saint Augustine.md\|Confessions, Saint Augustine]] | 21-05-2025 | 21-05-2025 | | [[Superforecasting.md\|Superforecasting]] | 19-05-2025 | 19-05-2025 | | [[Python Crash Course, 3rd ed.md\|Python Crash Course, 3rd ed]] | 19-05-2025 | 19-05-2025 | %% DATAVIEW_PUBLISHER: end %% # Recently Created %% DATAVIEW_PUBLISHER: start ```dataview TABLE without ID file.link as "File", dateformat(file.mtime, "dd-MM-yyyy") as "Modified", dateformat(file.ctime, "dd-MM-yyyy") as "Created", file.folder as "Folder" WHERE !startswith(file.folder, "journal/") AND file.name != "README.md" AND file.name != "replacements" AND file.name != "prediction-log" SORT file.ctime DESC LIMIT 5 ``` %% | File | Modified | Created | Folder | | --------------------------------------------------------------------------------------------- | ---------- | ---------- | ------------- | | [[Thirty steps to heaven.md\|Thirty steps to heaven]] | 22-05-2025 | 22-05-2025 | | | [[Confessions, Saint Augustine.md\|Confessions, Saint Augustine]] | 21-05-2025 | 21-05-2025 | | | [[Miscellaneous/CosmicSkeptic will become christian.md\|CosmicSkeptic will become christian]] | 21-05-2025 | 21-05-2025 | Miscellaneous | | [[Superforecasting.md\|Superforecasting]] | 19-05-2025 | 19-05-2025 | | | [[Python Crash Course, 3rd ed.md\|Python Crash Course, 3rd ed]] | 19-05-2025 | 19-05-2025 | | %% DATAVIEW_PUBLISHER: end %% # Currently doing %% DATAVIEW_PUBLISHER: start ```dataview TABLE without ID file.link as "File", dateformat(file.mtime, "dd-MM-yyyy") as "Modified", dateformat(file.ctime, "dd-MM-yyyy") as "Created", join(filter(file.tags, (tag) => contains(tag, "#todo") or contains(tag, "#doing") or contains(tag, "#paused") or contains(tag, "#done")), ", ") as "Tags", file.folder as "Folder" WHERE (contains(file.tags, "#todo") or contains(file.tags, "#doing") or contains(file.tags, "#paused") or contains(file.tags, "#done")) AND file.name != "README.md" SORT file.mtime DESC ``` %% | File | Modified | Created | Tags | Folder | | -------------------------------------------------------------------- | ---------- | ---------- | ------- | -------- | | [[Claude/Claude prompts.md\|Claude prompts]] | 19-05-2025 | 14-05-2025 | #doing | Claude | | [[sandbox/Meaning as a game.md\|Meaning as a game]] | 18-05-2025 | 18-05-2025 | #todo | sandbox | | [[sandbox/Violent video games.md\|Violent video games]] | 18-05-2025 | 03-05-2025 | #todo | sandbox | | [[Slides/How I use obsidian.md\|How I use obsidian]] | 18-05-2025 | 06-05-2025 | #doing | Slides | | [[Slides/Dumbphones are cope-slides.md\|Dumbphones are cope-slides]] | 18-05-2025 | 13-05-2025 | #todo | Slides | | [[excluded/Memecoins.md\|Memecoins]] | 17-05-2025 | 01-05-2025 | #todo | excluded | | [[excluded/Vaping.md\|Vaping]] | 15-05-2025 | 30-04-2025 | #paused | excluded | | [[00/Monoculture.md\|Monoculture]] | 15-05-2025 | 30-04-2025 | #paused | 00 | | [[00/Milady.md\|Milady]] | 15-05-2025 | 30-04-2025 | #paused | 00 | %% DATAVIEW_PUBLISHER: end %% --- # Recently Read %% DATAVIEW_PUBLISHER: start ```dataview TABLE without ID file.link as "File", dateformat(file.mtime, "dd-MM-yyyy") as "Modified", dateformat(file.ctime, "dd-MM-yyyy") as "Created" FROM "exports-books" SORT file.ctime DESC LIMIT 3 ``` %% | File | Modified | Created | | ----------------------------------------------------------------------------------------------------------------------- | ---------- | ---------- | | [[exports-books/Living Theravada.md\|Living Theravada]] | 30-04-2025 | 04-02-2025 | | [[exports-books/A Random Walk Down Wall Street.md\|A Random Walk Down Wall Street]] | 30-04-2025 | 04-02-2025 | | [[exports-books/Effective Altruism - How Can We Best Help Others.md\|Effective Altruism - How Can We Best Help Others]] | 30-04-2025 | 04-02-2025 | %% DATAVIEW_PUBLISHER: end %% --- # Social - Twitter: [f0ldspace](https://x.com/f0ldspace) --- # Donations | Network | Address | | ------- | ------------------------------------------ | | BTC | bc1qw8nuezmacgn53rlthv0uv43genvesetwaeftse | | LNG | [email protected] | --- # Mirrors If you're worried about the longevity of this site and want to keep a local-first mirror you can git clone the repos ``` git clone ``` or you can use the alternative hosted site from the github repo **here**