From bc2a9ecd66f572305dd395c1d462f8e65e927099 Mon Sep 17 00:00:00 2001 From: Phil Bajsicki <phil@bajsicki.com> Date: Mon, 21 Apr 2025 15:19:50 +0200 Subject: [PATCH] Update --- content/_index.md | 2 +- content/blog/I-love-emacs.md | 2 +- content/blog/LLM-Note.md | 2 +- content/blog/_index.md | 8 +++++++- content/blog/a-kind-view-of-business.md | 2 +- content/blog/a-new-look.md | 2 +- content/blog/avoidance-in-business.md | 2 +- content/blog/brain-lube-2.md | 2 +- content/blog/brain-lube-3.md | 2 +- content/blog/brain-lube.md | 2 +- content/blog/call-it-a-day.md | 2 +- content/blog/democracy.md | 2 +- content/blog/efficiency-typing.md | 2 +- content/blog/elisp-neat-tree.md | 8 +++++++- content/blog/foss-subscription-model.md | 2 +- content/blog/games-yakuza.md | 2 +- content/blog/haxe-vscode.md | 2 +- content/blog/hugo-setup-improvements.md | 2 +- content/blog/lists-self-promotion.md | 2 +- content/blog/loops-video-terms.md | 2 +- content/blog/mastering-emacs.md | 2 +- content/blog/misskey-resetting-admin-password.md | 2 +- content/blog/moving-to-hugo.md | 2 +- content/blog/my-favorite-factorio-mods.md | 2 +- content/blog/new-keyboard-layout-colemak-dh.md | 2 +- content/blog/on-llms.md | 2 +- content/blog/on-problems.md | 2 +- content/blog/overcoming-rsi.md | 2 +- content/blog/realistic-deadlines.md | 2 +- content/blog/saas-business-foss.md | 2 +- content/blog/shared-hosting-scam.md | 2 +- content/blog/shiny-objects-and-learning.md | 2 +- content/blog/vps-is-my-new-friend.md | 2 +- content/blog/vps-setup.md | 2 +- content/blog/wisdom-from-a-satyr.md | 2 +- content/blog/words-in-a-moment-of-peace.md | 2 +- content/blog/zucc-may-be-lying.md | 2 +- content/contact/index.md | 2 +- 38 files changed, 50 insertions(+), 38 deletions(-) diff --git a/content/_index.md b/content/_index.md index f8b949a..790a7e4 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,7 +1,7 @@ +++ title = "Home" layout = "index" -lastmod = 2025-04-21T15:16:55+02:00 +lastmod = 2025-04-21T15:19:42+02:00 draft = false [menu] [menu.nav] diff --git a/content/blog/I-love-emacs.md b/content/blog/I-love-emacs.md index 97184fd..ee663b4 100644 --- a/content/blog/I-love-emacs.md +++ b/content/blog/I-love-emacs.md @@ -1,7 +1,7 @@ +++ title = "I really, really like Emacs" publishDate = 2022-10-01T00:00:00+02:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["orgmode"] categories = ["emacs", "tech"] draft = false diff --git a/content/blog/LLM-Note.md b/content/blog/LLM-Note.md index e1cfdeb..820cdd3 100644 --- a/content/blog/LLM-Note.md +++ b/content/blog/LLM-Note.md @@ -1,7 +1,7 @@ +++ title = "Note about LLM's and training data" publishDate = 2023-03-09T00:00:00+01:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["copyright", "thieves"] categories = ["llm", "tech"] draft = false diff --git a/content/blog/_index.md b/content/blog/_index.md index a969735..4f056e8 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,6 +1,6 @@ +++ title = "Blog" -lastmod = 2025-04-21T15:16:58+02:00 +lastmod = 2025-04-21T15:19:44+02:00 draft = false meta = true type = "list" @@ -31,6 +31,12 @@ I started using org-ql to grab the data I need, in the form of: :action (lambda () (org-get-outline-path t)))) ``` +RESULTS: + +```text +(("Blog" "Tech" "Neat trees from org-ql to org-mode") ("Blog" "Tech" "I really, really like Emacs") ("Blog" "Tech" "A new look: ox-tufte") ("Blog" "Tech" "Moving to Hugo") ("Blog" "Tech" "Some improvements for my ox-hugo set-up")) +``` + So, this is neat. But notice how it's a list of lists, and there's a lot of repetition. Suppose you wanted to see this in a more pleasant form, maybe even one that you can interact with in org-mode directly. diff --git a/content/blog/a-kind-view-of-business.md b/content/blog/a-kind-view-of-business.md index f547453..ff5720b 100644 --- a/content/blog/a-kind-view-of-business.md +++ b/content/blog/a-kind-view-of-business.md @@ -1,7 +1,7 @@ +++ title = "A kind view of business" publishDate = 2024-01-25T00:00:00+01:00 -lastmod = 2025-04-21T15:16:57+02:00 +lastmod = 2025-04-21T15:19:44+02:00 tags = ["mindset", "rant"] categories = ["business"] draft = false diff --git a/content/blog/a-new-look.md b/content/blog/a-new-look.md index 168bf95..f543ce8 100644 --- a/content/blog/a-new-look.md +++ b/content/blog/a-new-look.md @@ -1,7 +1,7 @@ +++ title = "A new look: ox-tufte" publishDate = 2023-10-23T00:00:00+02:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["orgmode", "web", "css", "tufte"] categories = ["emacs", "tech"] draft = false diff --git a/content/blog/avoidance-in-business.md b/content/blog/avoidance-in-business.md index 3b40b31..0e39a9a 100644 --- a/content/blog/avoidance-in-business.md +++ b/content/blog/avoidance-in-business.md @@ -1,7 +1,7 @@ +++ title = "On Avoidance in Business" publishDate = 2023-05-04T00:00:00+02:00 -lastmod = 2025-04-21T15:16:57+02:00 +lastmod = 2025-04-21T15:19:44+02:00 tags = ["psychology", "riskmanagement", "avoidance", "fear"] categories = ["business"] draft = false diff --git a/content/blog/brain-lube-2.md b/content/blog/brain-lube-2.md index fc63d0a..1e0f202 100644 --- a/content/blog/brain-lube-2.md +++ b/content/blog/brain-lube-2.md @@ -1,7 +1,7 @@ +++ title = "Trying out some brain supplements, pt. 2" publishDate = 2022-11-20T00:00:00+01:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["supplements", "nootropics"] categories = ["mind"] draft = false diff --git a/content/blog/brain-lube-3.md b/content/blog/brain-lube-3.md index f60beef..abe8fe2 100644 --- a/content/blog/brain-lube-3.md +++ b/content/blog/brain-lube-3.md @@ -1,7 +1,7 @@ +++ title = "Brain supplements: A two month summary" publishDate = 2023-01-06T00:00:00+01:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["supplements", "nootropics"] categories = ["mind"] draft = false diff --git a/content/blog/brain-lube.md b/content/blog/brain-lube.md index bb10d1d..2918a6c 100644 --- a/content/blog/brain-lube.md +++ b/content/blog/brain-lube.md @@ -1,7 +1,7 @@ +++ title = "Trying out some brain supplements" publishDate = 2022-11-18T00:00:00+01:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["supplements", "nootropics"] categories = ["mind"] draft = false diff --git a/content/blog/call-it-a-day.md b/content/blog/call-it-a-day.md index 0ee7d3d..f0f582d 100644 --- a/content/blog/call-it-a-day.md +++ b/content/blog/call-it-a-day.md @@ -1,7 +1,7 @@ +++ title = "On the value of calling it a day (and how to get there)" publishDate = 2022-09-30T00:00:00+02:00 -lastmod = 2025-04-21T15:16:57+02:00 +lastmod = 2025-04-21T15:19:44+02:00 tags = ["psychology", "work", "projectmanagement"] categories = ["business"] draft = false diff --git a/content/blog/democracy.md b/content/blog/democracy.md index 8a3fbb9..83549dd 100644 --- a/content/blog/democracy.md +++ b/content/blog/democracy.md @@ -1,7 +1,7 @@ +++ title = "Democracy" publishDate = 2024-12-07T00:00:00+01:00 -lastmod = 2025-04-21T15:16:57+02:00 +lastmod = 2025-04-21T15:19:43+02:00 draft = false meta = true type = "list" diff --git a/content/blog/efficiency-typing.md b/content/blog/efficiency-typing.md index 4ff91ac..c5569b3 100644 --- a/content/blog/efficiency-typing.md +++ b/content/blog/efficiency-typing.md @@ -1,7 +1,7 @@ +++ title = "Efficient computer use" publishDate = 2022-11-12T00:00:00+01:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["ergonomics", "keyboards", "typing", "speed", "efficency"] categories = ["tech"] draft = false diff --git a/content/blog/elisp-neat-tree.md b/content/blog/elisp-neat-tree.md index caf324b..3dd9f63 100644 --- a/content/blog/elisp-neat-tree.md +++ b/content/blog/elisp-neat-tree.md @@ -1,6 +1,6 @@ +++ title = "Neat trees from org-ql to org-mode" -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:42+02:00 tags = ["orgmode", "elisp"] categories = ["tech", "emacs"] draft = false @@ -25,6 +25,12 @@ I started using org-ql to grab the data I need, in the form of: :action (lambda () (org-get-outline-path t)))) ``` +RESULTS: + +```text +(("Blog" "Tech" "Neat trees from org-ql to org-mode") ("Blog" "Tech" "I really, really like Emacs") ("Blog" "Tech" "A new look: ox-tufte") ("Blog" "Tech" "Moving to Hugo") ("Blog" "Tech" "Some improvements for my ox-hugo set-up")) +``` + So, this is neat. But notice how it's a list of lists, and there's a lot of repetition. Suppose you wanted to see this in a more pleasant form, maybe even one that you can interact with in org-mode directly. diff --git a/content/blog/foss-subscription-model.md b/content/blog/foss-subscription-model.md index c4ddf71..f0b17c3 100644 --- a/content/blog/foss-subscription-model.md +++ b/content/blog/foss-subscription-model.md @@ -1,7 +1,7 @@ +++ title = "Considerations on FOSS and subscription models" publishDate = 2022-10-02T00:00:00+02:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["business", "foss", "vendorlock", "proprietary", "saas", "scam"] categories = ["tech"] draft = false diff --git a/content/blog/games-yakuza.md b/content/blog/games-yakuza.md index 0ddc891..68815c6 100644 --- a/content/blog/games-yakuza.md +++ b/content/blog/games-yakuza.md @@ -1,7 +1,7 @@ +++ title = "Heaps of fun (Yakuza)" publishDate = 2022-10-17T00:00:00+02:00 -lastmod = 2025-04-21T15:17:03+02:00 +lastmod = 2025-04-21T15:19:49+02:00 tags = ["yakuza", "review"] categories = ["videogames"] draft = false diff --git a/content/blog/haxe-vscode.md b/content/blog/haxe-vscode.md index 37409a0..7810048 100644 --- a/content/blog/haxe-vscode.md +++ b/content/blog/haxe-vscode.md @@ -1,7 +1,7 @@ +++ title = "Haxe, heaps, and VSCode (small rant)" publishDate = 2022-10-10T00:00:00+02:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["proprietary", "vscode", "vendorlock"] categories = ["software", "tech"] draft = false diff --git a/content/blog/hugo-setup-improvements.md b/content/blog/hugo-setup-improvements.md index 75c4d68..574d80e 100644 --- a/content/blog/hugo-setup-improvements.md +++ b/content/blog/hugo-setup-improvements.md @@ -1,7 +1,7 @@ +++ title = "Some improvements for my ox-hugo set-up" publishDate = 2024-11-18T19:37:00+01:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["hugo", "web", "orgmode"] categories = ["tech", "emacs"] draft = false diff --git a/content/blog/lists-self-promotion.md b/content/blog/lists-self-promotion.md index d7b21fd..4cef138 100644 --- a/content/blog/lists-self-promotion.md +++ b/content/blog/lists-self-promotion.md @@ -1,7 +1,7 @@ +++ title = "[Happy Holidays!] On posting lists for self-promotion" publishDate = 2022-12-25T00:00:00+01:00 -lastmod = 2025-04-21T15:16:57+02:00 +lastmod = 2025-04-21T15:19:44+02:00 tags = ["badmarketing", "linkedin"] categories = ["business"] draft = false diff --git a/content/blog/loops-video-terms.md b/content/blog/loops-video-terms.md index 3c7fd34..6cfd2fe 100644 --- a/content/blog/loops-video-terms.md +++ b/content/blog/loops-video-terms.md @@ -1,7 +1,7 @@ +++ title = "loops.video" publishDate = 2025-01-17T00:00:00+01:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:42+02:00 tags = ["loopsvideo", "tos"] categories = ["legal", "tech"] draft = false diff --git a/content/blog/mastering-emacs.md b/content/blog/mastering-emacs.md index 9238d22..e55a129 100644 --- a/content/blog/mastering-emacs.md +++ b/content/blog/mastering-emacs.md @@ -1,7 +1,7 @@ +++ title = "Weekend thoughts - Mastering Emacs by Mickey Petersen" publishDate = 2022-10-08T00:00:00+02:00 -lastmod = 2025-04-21T15:16:57+02:00 +lastmod = 2025-04-21T15:19:44+02:00 tags = ["emacs", "review"] categories = ["books"] draft = false diff --git a/content/blog/misskey-resetting-admin-password.md b/content/blog/misskey-resetting-admin-password.md index e31bda6..44db267 100644 --- a/content/blog/misskey-resetting-admin-password.md +++ b/content/blog/misskey-resetting-admin-password.md @@ -1,7 +1,7 @@ +++ title = "MissKey: Resetting Admin Password" publishDate = 2023-08-11T00:00:00+02:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:42+02:00 tags = ["misskey", "admin", "postgres"] categories = ["tech"] draft = false diff --git a/content/blog/moving-to-hugo.md b/content/blog/moving-to-hugo.md index 4e278a0..25d2216 100644 --- a/content/blog/moving-to-hugo.md +++ b/content/blog/moving-to-hugo.md @@ -1,7 +1,7 @@ +++ title = "Moving to Hugo" publishDate = 2024-09-28T00:54:00+02:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["hugo", "web", "orgmode", "css", "tufte"] categories = ["tech", "emacs"] draft = false diff --git a/content/blog/my-favorite-factorio-mods.md b/content/blog/my-favorite-factorio-mods.md index 0bdea22..6e08430 100644 --- a/content/blog/my-favorite-factorio-mods.md +++ b/content/blog/my-favorite-factorio-mods.md @@ -1,7 +1,7 @@ +++ title = "My favorite Factorio mods" publishDate = 2023-07-24T00:00:00+02:00 -lastmod = 2025-04-21T15:17:03+02:00 +lastmod = 2025-04-21T15:19:49+02:00 tags = ["factorio", "mods"] categories = ["videogames"] draft = false diff --git a/content/blog/new-keyboard-layout-colemak-dh.md b/content/blog/new-keyboard-layout-colemak-dh.md index 5308efd..f025ee3 100644 --- a/content/blog/new-keyboard-layout-colemak-dh.md +++ b/content/blog/new-keyboard-layout-colemak-dh.md @@ -1,7 +1,7 @@ +++ title = "Learning a new keyboard layout" publishDate = 2022-08-18T00:00:00+02:00 -lastmod = 2025-04-21T15:16:57+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["ergonomics", "keyboard", "colemak", "typing"] categories = ["body"] draft = false diff --git a/content/blog/on-llms.md b/content/blog/on-llms.md index 9879cec..c4d8736 100644 --- a/content/blog/on-llms.md +++ b/content/blog/on-llms.md @@ -1,7 +1,7 @@ +++ title = "On LLMs" publishDate = 2025-04-04T13:21:00+02:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:42+02:00 tags = ["ethics", "communication", "avoidance", "work"] categories = ["llm", "tech", "mind"] draft = false diff --git a/content/blog/on-problems.md b/content/blog/on-problems.md index c92f1a2..c4703fc 100644 --- a/content/blog/on-problems.md +++ b/content/blog/on-problems.md @@ -1,7 +1,7 @@ +++ title = "On Problems" publishDate = 2022-11-21T00:00:00+01:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["psychology", "problems"] categories = ["mind"] draft = false diff --git a/content/blog/overcoming-rsi.md b/content/blog/overcoming-rsi.md index ee0c80d..b7dfc72 100644 --- a/content/blog/overcoming-rsi.md +++ b/content/blog/overcoming-rsi.md @@ -1,7 +1,7 @@ +++ title = "Overcoming typing-related RSI" publishDate = 2022-09-22T00:00:00+02:00 -lastmod = 2025-04-21T15:16:57+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["ergonomics", "keyboard", "typing", "rsi", "health"] categories = ["body"] draft = false diff --git a/content/blog/realistic-deadlines.md b/content/blog/realistic-deadlines.md index d55c2f0..c3a29f8 100644 --- a/content/blog/realistic-deadlines.md +++ b/content/blog/realistic-deadlines.md @@ -1,7 +1,7 @@ +++ title = "Realistic deadlines" publishDate = 2022-09-30T00:00:00+02:00 -lastmod = 2025-04-21T15:16:57+02:00 +lastmod = 2025-04-21T15:19:44+02:00 tags = ["projectmanagement", "work"] categories = ["business"] draft = false diff --git a/content/blog/saas-business-foss.md b/content/blog/saas-business-foss.md index 49147b9..44df6f0 100644 --- a/content/blog/saas-business-foss.md +++ b/content/blog/saas-business-foss.md @@ -1,7 +1,7 @@ +++ title = "Some thoughts on SaaS and business applications of Free Software" publishDate = 2022-09-28T00:00:00+02:00 -lastmod = 2025-04-21T15:16:57+02:00 +lastmod = 2025-04-21T15:19:44+02:00 tags = ["saas", "scam", "vendorlock", "interoperability"] categories = ["business"] draft = false diff --git a/content/blog/shared-hosting-scam.md b/content/blog/shared-hosting-scam.md index d9b3dec..e8cbf91 100644 --- a/content/blog/shared-hosting-scam.md +++ b/content/blog/shared-hosting-scam.md @@ -1,7 +1,7 @@ +++ title = "Shared hosting is a scam" publishDate = 2023-03-29T00:00:00+02:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:42+02:00 tags = ["sharedhosting", "saas", "scam"] categories = ["tech"] draft = false diff --git a/content/blog/shiny-objects-and-learning.md b/content/blog/shiny-objects-and-learning.md index 5f99424..3209bae 100644 --- a/content/blog/shiny-objects-and-learning.md +++ b/content/blog/shiny-objects-and-learning.md @@ -1,7 +1,7 @@ +++ title = "Shiny objects, and learning" publishDate = 2024-04-24T00:00:00+02:00 -lastmod = 2025-04-21T15:16:57+02:00 +lastmod = 2025-04-21T15:19:44+02:00 tags = ["mindset", "attitude", "rant"] categories = ["business"] draft = false diff --git a/content/blog/vps-is-my-new-friend.md b/content/blog/vps-is-my-new-friend.md index a8ec53f..f9f6344 100644 --- a/content/blog/vps-is-my-new-friend.md +++ b/content/blog/vps-is-my-new-friend.md @@ -1,7 +1,7 @@ +++ title = "VPS is my new friend" publishDate = 2022-10-07T00:00:00+02:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["vps", "sysadmin", "servers", "ssh", "sshfs", "foss", "vendorlock"] categories = ["tech"] draft = false diff --git a/content/blog/vps-setup.md b/content/blog/vps-setup.md index 7c3908b..2741043 100644 --- a/content/blog/vps-setup.md +++ b/content/blog/vps-setup.md @@ -1,7 +1,7 @@ +++ title = "VPS set-up" publishDate = 2022-08-18T00:00:00+02:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["vps", "sysadmin", "servers"] categories = ["tech"] draft = false diff --git a/content/blog/wisdom-from-a-satyr.md b/content/blog/wisdom-from-a-satyr.md index 5099ba4..968c54c 100644 --- a/content/blog/wisdom-from-a-satyr.md +++ b/content/blog/wisdom-from-a-satyr.md @@ -1,7 +1,7 @@ +++ title = "Wisdom from a Satyr" publishDate = 2023-03-30T00:00:00+02:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["ethics", "suffering", "buddhism"] categories = ["wisdom", "mind"] draft = false diff --git a/content/blog/words-in-a-moment-of-peace.md b/content/blog/words-in-a-moment-of-peace.md index 5eeab39..c3ff01b 100644 --- a/content/blog/words-in-a-moment-of-peace.md +++ b/content/blog/words-in-a-moment-of-peace.md @@ -1,7 +1,7 @@ +++ title = "Some words in a moment of peace" publishDate = 2023-04-04T00:00:00+02:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:43+02:00 tags = ["language", "words", "meaning", "clarity", "communication"] categories = ["mind"] draft = false diff --git a/content/blog/zucc-may-be-lying.md b/content/blog/zucc-may-be-lying.md index ef7e097..25c839c 100644 --- a/content/blog/zucc-may-be-lying.md +++ b/content/blog/zucc-may-be-lying.md @@ -1,7 +1,7 @@ +++ title = "On Mark Zuckerberg's recent claims" publishDate = 2024-09-27T12:02:00+02:00 -lastmod = 2025-04-21T15:16:56+02:00 +lastmod = 2025-04-21T15:19:42+02:00 tags = ["copyright", "zuckerberg"] categories = ["tech", "llm"] draft = false diff --git a/content/contact/index.md b/content/contact/index.md index 47538cf..f2d00ec 100644 --- a/content/contact/index.md +++ b/content/contact/index.md @@ -1,7 +1,7 @@ +++ title = "Contact" publishDate = 2023-06-20T00:35:00+02:00 -lastmod = 2025-04-21T15:16:55+02:00 +lastmod = 2025-04-21T15:19:42+02:00 draft = false hidefromhome = true meta = false