diff --git a/README.md b/README.md index cb5f1b0..01f7cb8 100755 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ The editor writes normal `.org` pages with the metadata used by the publishing p Lima pages are Markdown files under `lima/`. Selecting the Lima page type shows a Markdown toolbar for common formatting and an attachment button. Uploaded images and videos are stored under `assets/images/hzone/YYYY/MM/` and inserted into the Markdown page. -Saves enqueue builds. The editor remains usable while publishing runs, and the queue section shows the current build, pending builds, and recent build results. +Saves enqueue builds. The editor remains usable while publishing runs, and the queue section shows the current build, pending builds, and recent build results. \ No newline at end of file diff --git a/assets/content/comment-pages.json b/assets/content/comment-pages.json index 3ddd9a4..85b568a 100644 --- a/assets/content/comment-pages.json +++ b/assets/content/comment-pages.json @@ -314,6 +314,21 @@ "title": "Authoring Service", "url": "/blogs/2026/05-may/authoring-service-09-05-26.html" }, + { + "slug": "characters-12-05", + "title": "Meet the characters!", + "url": "/blogs/2026/05-may/characters-12-05.html" + }, + { + "slug": "having-a-daily-checkpoint-s-12-05", + "title": "Having a daily checkpoint(s)", + "url": "/blogs/2026/05-may/having-a-daily-checkpoint-s-12-05.html" + }, + { + "slug": "memory-observatory-12-05", + "title": "Memory Observatory", + "url": "/blogs/2026/05-may/memory-observatory-12-05.html" + }, { "slug": "sun-soak-01-05", "title": "Soaking in the sun", diff --git a/assets/images/blogs/2026-05-12-lima.jpg b/assets/images/blogs/2026-05-12-lima.jpg new file mode 100644 index 0000000..a41ee8d Binary files /dev/null and b/assets/images/blogs/2026-05-12-lima.jpg differ diff --git a/assets/images/blogs/2026-05-12-screenshot-2026-05-12-163301.png b/assets/images/blogs/2026-05-12-screenshot-2026-05-12-163301.png new file mode 100644 index 0000000..259474f Binary files /dev/null and b/assets/images/blogs/2026-05-12-screenshot-2026-05-12-163301.png differ diff --git a/authoring_server.py b/authoring_server.py index b9d5dff..6a05344 100755 --- a/authoring_server.py +++ b/authoring_server.py @@ -2553,7 +2553,7 @@ HIDDEN_APP_HTML = r""" textarea { min-height: 122px; resize: vertical; line-height: 1.55; } label { display: grid; gap: 5px; color: #d9c28d; font-size: 12px; font-weight: 800; } h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; letter-spacing: 0; } - h1 { margin: 0; font-size: clamp(24px, 3vw, 42px); } + // h1 { margin: 0; font-size: clamp(24px, 3vw, 42px); } h2 { margin: 0 0 10px; font-size: 18px; } h3 { margin: 0; font-size: 16px; } .observatory { display: grid; grid-template-columns: 280px minmax(0, 1fr) 390px; height: 100vh; } diff --git a/blogs/2026/05-may/characters-12-05.org b/blogs/2026/05-may/characters-12-05.org new file mode 100644 index 0000000..66eaf79 --- /dev/null +++ b/blogs/2026/05-may/characters-12-05.org @@ -0,0 +1,32 @@ +#+TITLE: Meet the characters! +#+OPTIONS: num:nil +#+DATE: <2026-05-12 Tue 11:41> +#+filetags: :life:website: +#+COMMENTS: t +#+SLUG: characters-12-05 + +Meet the characters! + +** lima + +[[../../../assets/avatars/lima.jpg]] + +** aphy + +[[../../../assets/avatars/aphy.jpeg]] + +** z + +[[../../../assets/avatars/z.jpeg]] + +** future z + +[[../../../assets/avatars/future-z.jpeg]] + +** young z + +[[../../../assets/avatars/young-z.jpeg]] + +** sensei chi + +[[../../../assets/avatars/sensei-chi.jpeg]] diff --git a/blogs/2026/05-may/having-a-daily-checkpoint-s-12-05.org b/blogs/2026/05-may/having-a-daily-checkpoint-s-12-05.org new file mode 100644 index 0000000..1e8d14a --- /dev/null +++ b/blogs/2026/05-may/having-a-daily-checkpoint-s-12-05.org @@ -0,0 +1,12 @@ +#+TITLE: Having a daily checkpoint(s) +#+OPTIONS: num:nil +#+DATE: <2026-05-12 Tue 16:27> +#+filetags: :life:review: +#+COMMENTS: t +#+SLUG: having-a-daily-checkpoint-s-12-05 + +I was thinking about having daily checkpoints around 4pm. This will last for around 5 minutes, and will prompt me to do the following tasks: + +- Reflection for the day, what have I learnt? What did I do today? (and because I should have read something by then) What interesting thing did I read today? +- If there are any files in the org dailies, categorise them appropriately +- What needs to be done tomorrow diff --git a/blogs/2026/05-may/memory-observatory-12-05.org b/blogs/2026/05-may/memory-observatory-12-05.org new file mode 100644 index 0000000..b0b5549 --- /dev/null +++ b/blogs/2026/05-may/memory-observatory-12-05.org @@ -0,0 +1,15 @@ +#+TITLE: Memory Observatory +#+OPTIONS: num:nil +#+DATE: <2026-05-12 Tue 16:30> +#+filetags: :life:website: +#+COMMENTS: t +#+SLUG: memory-observatory-12-05 + +There is a hidden page in the authoring service [[https://author.zainezq.com/hidden][here]], and it's interesting to see how this will flesh out in the long run. + +/memories made are something your future self will thank you for/ + +This is what it looks like: + + +[[../../../assets/images/blogs/2026-05-12-screenshot-2026-05-12-163301.png]] diff --git a/blogs/blogs-list.org b/blogs/blogs-list.org index ebd7fa7..3dc620d 100755 --- a/blogs/blogs-list.org +++ b/blogs/blogs-list.org @@ -6,6 +6,9 @@ See the categories: @@html:Categories@@ * 2026 ** May 2026 +- [[file:2026/05-may/memory-observatory-12-05.org][Memory Observatory]] @@html:12-05-2026 16:30@@ @@html:life@@ @@html:website@@ +- [[file:2026/05-may/having-a-daily-checkpoint-s-12-05.org][Having a daily checkpoint(s)]] @@html:12-05-2026 16:27@@ @@html:life@@ @@html:review@@ +- [[file:2026/05-may/characters-12-05.org][Meet the characters!]] @@html:12-05-2026 11:41@@ @@html:life@@ @@html:website@@ - [[file:2026/05-may/authoring-service-09-05-26.org][Authoring Service]] @@html:09-05-2026 17:49@@ @@html:life@@ @@html:website@@ - [[file:2026/05-may/ai-datacamp-08-05.org][AI Datacamp]] @@html:08-05-2026 12:49@@ @@html:life@@ - [[file:2026/05-may/using-codex-07-05-26.org][Using Codex]] @@html:07-05-2026 16:12@@ @@html:life@@ @@ -84,7 +87,7 @@ See the categories: @@html:Categories@@ - [[file:2025/08-august/benefits-of-reading.org][Benefits of Reading]] @@html:14-08-2025 23:36@@ @@html:reading@@ @@html:insights@@ - [[file:2025/08-august/hilberts.hotel.org][Hilbert's Hotel]] @@html:11-08-2025 18:39@@ @@html:maths@@ @@html:insights@@ - [[file:2025/08-august/spending-the-whole-day-on-this-website.org][09-08-2025: Website Changes]] @@html:09-08-2025 00:00@@ @@html:emacs@@ @@html:website@@ -- [[file:2025/08-august/what-do-i-want-to-do-with-emacs.org][What Do I Want To Do With Emacs]] @@html:08-08-2025 00:00@@ @@html:emacs@@ @@html:review@@ - [[file:2025/08-august/wacom-with-arch.org][Wacom With Arch]] @@html:08-08-2025 00:00@@ @@html:insights@@ +- [[file:2025/08-august/what-do-i-want-to-do-with-emacs.org][What Do I Want To Do With Emacs]] @@html:08-08-2025 00:00@@ @@html:emacs@@ @@html:review@@ - [[file:2025/08-august/zettelkasten.org][Zettelkasten Method]] @@html:07-08-2025 00:00@@ @@html:education@@ - [[file:blogs-intro.org][Blogs Introduction]] @@html:06-08-2025 00:00@@ @@html:introduction@@ diff --git a/home/categories.org b/home/categories.org index e94bdaa..c85f50a 100755 --- a/home/categories.org +++ b/home/categories.org @@ -7,10 +7,10 @@ - [[file:../tags/insights.org][@@html:insights@@]] (4) - [[file:../tags/introduction.org][@@html:introduction@@]] (3) - [[file:../tags/learning.org][@@html:learning@@]] (16) -- [[file:../tags/life.org][@@html:life@@]] (31) +- [[file:../tags/life.org][@@html:life@@]] (34) - [[file:../tags/maths.org][@@html:maths@@]] (1) - [[file:../tags/notes.org][@@html:notes@@]] (17) - [[file:../tags/reading.org][@@html:reading@@]] (1) -- [[file:../tags/review.org][@@html:review@@]] (29) +- [[file:../tags/review.org][@@html:review@@]] (30) - [[file:../tags/update.org][@@html:update@@]] (2) -- [[file:../tags/website.org][@@html:website@@]] (3) \ No newline at end of file +- [[file:../tags/website.org][@@html:website@@]] (5) \ No newline at end of file diff --git a/posts/career/career-list.org b/posts/career/career-list.org index 4e470f7..dc34d42 100755 --- a/posts/career/career-list.org +++ b/posts/career/career-list.org @@ -13,9 +13,9 @@ See the categories: @@html:Categories@@ - [[file:restful-api.org][Restful API]] @@html:15-02-2026 23:00@@ @@html:learning@@ @@html:notes@@ ** January 2026 +- [[file:database-permissions.org][Database Permissions, Roles, and Accounts]] @@html:18-01-2026 23:00@@ @@html:learning@@ @@html:notes@@ - [[file:monitoring-and-logging.org][Monitoring and Logging]] @@html:18-01-2026 23:00@@ @@html:learning@@ @@html:notes@@ - [[file:pipelines.org][Pipelines and how they work (as well as CI/CD)]] @@html:18-01-2026 23:00@@ @@html:learning@@ @@html:notes@@ -- [[file:database-permissions.org][Database Permissions, Roles, and Accounts]] @@html:18-01-2026 23:00@@ @@html:learning@@ @@html:notes@@ ** December 2025 - [[file:probation-objectives.org][Probation Objectives:]] @@html:08-12-2025 17:55@@ @@html:review@@ @@html:notes@@ @@ -23,13 +23,13 @@ See the categories: @@html:Categories@@ ** November 2025 - [[file:airflow.org][Datamarts, Airflow and DAG's]] @@html:15-11-2025 18:37@@ @@html:learning@@ @@html:notes@@ - [[file:normalisation.org][Benefits of Normalisation]] @@html:10-11-2025 18:04@@ @@html:learning@@ @@html:notes@@ -- [[file:wireframe-designs.org][Wireframe Designs]] @@html:06-11-2025 22:01@@ @@html:learning@@ @@html:notes@@ - [[file:management-of-self.org][Management of self training]] @@html:06-11-2025 22:01@@ @@html:learning@@ @@html:notes@@ +- [[file:wireframe-designs.org][Wireframe Designs]] @@html:06-11-2025 22:01@@ @@html:learning@@ @@html:notes@@ - [[file:requirements-features.org][Requirements, features, user stories, tasks, walking skeletons]] @@html:06-11-2025 22:01@@ @@html:learning@@ @@html:notes@@ - [[file:career-intro.org][Career Introduction]] @@html:06-11-2025 21:29@@ @@html:introduction@@ - [[file:invest-principles.org][Invest Principles]] @@html:06-11-2025 21:08@@ @@html:learning@@ @@html:notes@@ -- [[file:lean.org][Lean]] @@html:05-11-2025 20:46@@ @@html:learning@@ @@html:notes@@ - [[file:retrospectives.org][Retrospectives]] @@html:05-11-2025 20:46@@ @@html:learning@@ @@html:notes@@ +- [[file:lean.org][Lean]] @@html:05-11-2025 20:46@@ @@html:learning@@ @@html:notes@@ ** October 2025 - [[file:owasp.org][OWASP Top Ten]] @@html:19-10-2025 13:21@@ @@html:learning@@ @@html:notes@@ diff --git a/posts/posts-list.org b/posts/posts-list.org index 257833e..8d74c23 100755 --- a/posts/posts-list.org +++ b/posts/posts-list.org @@ -4,23 +4,23 @@ See the categories: @@html:Categories@@ * Posts: -- [[file:career/career-list.org][Career List]] @@html:09-05-2026 23:02@@ +- [[file:career/career-list.org][Career List]] @@html:12-05-2026 16:30@@ - [[file:career/ha-dr.org][High Availability, Disaster Recovery and Business Continuity]] @@html:11-03-2026 17:18@@ @@html:learning@@ @@html:notes@@ - [[file:career/javascript.org][Understands the Javascript language]] @@html:11-03-2026 16:52@@ @@html:learning@@ @@html:notes@@ - [[file:career/restful-api.org][Restful API]] @@html:15-02-2026 23:00@@ @@html:learning@@ @@html:notes@@ +- [[file:career/database-permissions.org][Database Permissions, Roles, and Accounts]] @@html:18-01-2026 23:00@@ @@html:learning@@ @@html:notes@@ - [[file:career/monitoring-and-logging.org][Monitoring and Logging]] @@html:18-01-2026 23:00@@ @@html:learning@@ @@html:notes@@ - [[file:career/pipelines.org][Pipelines and how they work (as well as CI/CD)]] @@html:18-01-2026 23:00@@ @@html:learning@@ @@html:notes@@ -- [[file:career/database-permissions.org][Database Permissions, Roles, and Accounts]] @@html:18-01-2026 23:00@@ @@html:learning@@ @@html:notes@@ - [[file:career/probation-objectives.org][Probation Objectives:]] @@html:08-12-2025 17:55@@ @@html:review@@ @@html:notes@@ - [[file:career/airflow.org][Datamarts, Airflow and DAG's]] @@html:15-11-2025 18:37@@ @@html:learning@@ @@html:notes@@ - [[file:career/normalisation.org][Benefits of Normalisation]] @@html:10-11-2025 18:04@@ @@html:learning@@ @@html:notes@@ -- [[file:career/wireframe-designs.org][Wireframe Designs]] @@html:06-11-2025 22:01@@ @@html:learning@@ @@html:notes@@ - [[file:career/management-of-self.org][Management of self training]] @@html:06-11-2025 22:01@@ @@html:learning@@ @@html:notes@@ +- [[file:career/wireframe-designs.org][Wireframe Designs]] @@html:06-11-2025 22:01@@ @@html:learning@@ @@html:notes@@ - [[file:career/requirements-features.org][Requirements, features, user stories, tasks, walking skeletons]] @@html:06-11-2025 22:01@@ @@html:learning@@ @@html:notes@@ - [[file:career/career-intro.org][Career Introduction]] @@html:06-11-2025 21:29@@ @@html:introduction@@ - [[file:career/invest-principles.org][Invest Principles]] @@html:06-11-2025 21:08@@ @@html:learning@@ @@html:notes@@ -- [[file:career/lean.org][Lean]] @@html:05-11-2025 20:46@@ @@html:learning@@ @@html:notes@@ - [[file:career/retrospectives.org][Retrospectives]] @@html:05-11-2025 20:46@@ @@html:learning@@ @@html:notes@@ +- [[file:career/lean.org][Lean]] @@html:05-11-2025 20:46@@ @@html:learning@@ @@html:notes@@ - [[file:career/owasp.org][OWASP Top Ten]] @@html:19-10-2025 13:21@@ @@html:learning@@ @@html:notes@@ - [[file:career/solid-principles.org][SOLID Principles]] @@html:18-10-2025 19:14@@ @@html:learning@@ @@html:notes@@ -- [[file:posts-intro.org][Posts Introduction]] @@html:06-08-2025 00:00@@ @@html:introduction@@ +- [[file:posts-intro.org][Posts Introduction]] @@html:06-08-2025 00:00@@ @@html:introduction@@ \ No newline at end of file diff --git a/recently-updated.org b/recently-updated.org index 0316036..ee5f497 100755 --- a/recently-updated.org +++ b/recently-updated.org @@ -2,13 +2,17 @@ #+OPTIONS: toc:nil num:nil * Recently Updated (top 26 files) -- [[file:home/wird-tracker.org][Wird Tracker]] @@html:2026-05-09 20:13@@ -- [[file:home/status.org][Competency Status Board]] @@html:2026-05-09 20:13@@ -- [[file:home/services.org][Service]] @@html:2026-05-09 20:13@@ -- [[file:home/notes.org][Notes]] @@html:2026-05-09 20:13@@ -- [[file:home/guide/wird-tracker-guide.org][Wird Tracker — Technical Guide]] @@html:2026-05-09 20:13@@ -- [[file:home/guide/setup.org][Setup]] @@html:2026-05-09 20:13@@ -- [[file:home/contact.org][Contact]] @@html:2026-05-09 20:13@@ +- [[file:blogs/2026/05-may/memory-observatory-12-05.org][Memory Observatory]] @@html:2026-05-12 16:30@@ +- [[file:blogs/2026/05-may/having-a-daily-checkpoint-s-12-05.org][Having a daily checkpoint(s)]] @@html:2026-05-12 16:27@@ +- [[file:blogs/2026/05-may/characters-12-05.org][Meet the characters!]] @@html:2026-05-12 11:41@@ +- [[file:home/wird-tracker.org][Wird Tracker]] @@html:2026-05-11 16:07@@ +- [[file:home/status.org][Competency Status Board]] @@html:2026-05-11 16:07@@ +- [[file:home/services.org][Service]] @@html:2026-05-11 16:07@@ +- [[file:home/notes.org][Notes]] @@html:2026-05-11 16:07@@ +- [[file:home/hidden-soul.org][hidden-soul]] @@html:2026-05-11 16:07@@ +- [[file:home/contact.org][Contact]] @@html:2026-05-11 16:07@@ +- [[file:home/guide/wird-tracker-guide.org][Wird Tracker — Technical Guide]] @@html:2026-05-11 16:07@@ +- [[file:home/guide/setup.org][Setup]] @@html:2026-05-11 16:07@@ - [[file:blogs/2026/05-may/authoring-service-09-05-26.org][Authoring Service]] @@html:2026-05-09 17:49@@ - [[file:play.org][Play]] @@html:2026-05-09 00:00@@ - [[file:play/timeline.org][Timeline Tangle]] @@html:2026-05-09 00:00@@ @@ -24,7 +28,3 @@ - [[file:play/bookshelf.org][Bookshelf Sort]] @@html:2026-05-09 00:00@@ - [[file:blogs/2026/05-may/ai-datacamp-08-05.org][AI Datacamp]] @@html:2026-05-08 12:49@@ - [[file:blogs/2026/05-may/using-codex-07-05-26.org][Using Codex]] @@html:2026-05-07 16:12@@ -- [[file:blogs/2026/05-may/03-05-week-review.org][[03-05-2026] - Weekly Review]] @@html:2026-05-03 12:00@@ -- [[file:blogs/2026/05-may/sun-soak-01-05.org][Soaking in the sun]] @@html:2026-05-01 12:27@@ -- [[file:blogs/2026/04-april/wise-words-29-04.org][Wise Words I need to engrain]] @@html:2026-04-29 11:31@@ -- [[file:blogs/2026/04-april/april-almost-over-28-04.org][April is almost over...]] @@html:2026-04-28 15:33@@ diff --git a/sitemap.org b/sitemap.org index b896769..717ae44 100755 --- a/sitemap.org +++ b/sitemap.org @@ -4,75 +4,76 @@ - [[file:play.org][Play]] - [[file:wip.org][Work in progress]] - [[file:recently-updated.org][Recently Updated]] -- blogs - - [[file:blogs/blogs-intro.org][Blogs Introduction]] - - [[file:blogs/publish-pages.org][How to publish pages using Org Publish]] - - [[file:blogs/blogs-list.org][Blogs List]] - books - [[file:books/books-list.org][Books List]] - clean-code - [[file:books/clean-code/clean-code-notes.org][Clean Code Notes]] +- blogs + - [[file:blogs/blogs-intro.org][Blogs Introduction]] + - [[file:blogs/publish-pages.org][How to publish pages using Org Publish]] + - [[file:blogs/blogs-list.org][Blogs List]] - home - [[file:home/countdown.org][Countdown]] - [[file:home/backlog.org][Backlog]] - - [[file:home/contact.org][Contact]] - - [[file:home/notes.org][Notes]] - - [[file:home/services.org][Service]] - [[file:home/status.org][Competency Status Board]] + - [[file:home/hidden-soul.org][hidden-soul]] - [[file:home/wird-tracker.org][Wird Tracker]] + - [[file:home/contact.org][Contact]] + - [[file:home/services.org][Service]] + - [[file:home/notes.org][Notes]] - [[file:home/categories.org][Categories]] - guide - [[file:home/guide/setup.org][Setup]] - [[file:home/guide/wird-tracker-guide.org][Wird Tracker — Technical Guide]] +- lima + - [[file:lima/lima-list.org][Lima]] +- play + - [[file:play/sigil.org][Sigil Press]] + - [[file:play/rpg.org][Ash Below the Lake]] + - [[file:play/timeline.org][Timeline Tangle]] + - [[file:play/ink.org][Ink Pond]] + - [[file:play/recipe.org][Supper Wheel]] + - [[file:play/bookshelf.org][Bookshelf Sort]] + - [[file:play/constellation.org][Constellation Desk]] + - [[file:play/memory.org][Memory Cabinet]] + - [[file:play/terminal.org][Archive Terminal]] + - [[file:play/study.org][Study Lamp]] + - [[file:play/poem.org][Marginalia Machine]] - posts - [[file:posts/posts-intro.org][Posts Introduction]] - [[file:posts/posts-list.org][Posts List]] - career - [[file:posts/career/solid-principles.org][SOLID Principles]] - [[file:posts/career/owasp.org][OWASP Top Ten]] - - [[file:posts/career/lean.org][Lean]] - [[file:posts/career/retrospectives.org][Retrospectives]] + - [[file:posts/career/lean.org][Lean]] - [[file:posts/career/invest-principles.org][Invest Principles]] - [[file:posts/career/career-intro.org][Career Introduction]] - - [[file:posts/career/wireframe-designs.org][Wireframe Designs]] - [[file:posts/career/management-of-self.org][Management of self training]] + - [[file:posts/career/wireframe-designs.org][Wireframe Designs]] - [[file:posts/career/requirements-features.org][Requirements, features, user stories, tasks, walking skeletons]] - [[file:posts/career/normalisation.org][Benefits of Normalisation]] - [[file:posts/career/airflow.org][Datamarts, Airflow and DAG's]] - [[file:posts/career/probation-objectives.org][Probation Objectives:]] + - [[file:posts/career/database-permissions.org][Database Permissions, Roles, and Accounts]] - [[file:posts/career/monitoring-and-logging.org][Monitoring and Logging]] - [[file:posts/career/pipelines.org][Pipelines and how they work (as well as CI/CD)]] - - [[file:posts/career/database-permissions.org][Database Permissions, Roles, and Accounts]] - [[file:posts/career/restful-api.org][Restful API]] - [[file:posts/career/javascript.org][Understands the Javascript language]] - [[file:posts/career/ha-dr.org][High Availability, Disaster Recovery and Business Continuity]] - [[file:posts/career/career-list.org][Career List]] - tags - - [[file:tags/life.sync-conflict-20260417-233423-VT6366A.org][Tag: life]] - [[file:tags/review.sync-conflict-20260328-203248-VT6366A.org][Tag: review]] - - [[file:tags/learning.org][Tag: learning]] + - [[file:tags/life.sync-conflict-20260417-233423-VT6366A.org][Tag: life]] - [[file:tags/introduction.org][Tag: introduction]] + - [[file:tags/learning.org][Tag: learning]] - [[file:tags/notes.org][Tag: notes]] - - [[file:tags/website.org][Tag: website]] - [[file:tags/review.org][Tag: review]] - - [[file:tags/update.org][Tag: update]] + - [[file:tags/website.org][Tag: website]] - [[file:tags/life.org][Tag: life]] - - [[file:tags/emacs.org][Tag: emacs]] - [[file:tags/education.org][Tag: education]] - - [[file:tags/reading.org][Tag: reading]] - - [[file:tags/maths.org][Tag: maths]] + - [[file:tags/update.org][Tag: update]] - [[file:tags/insights.org][Tag: insights]] -- lima - - [[file:lima/lima-list.org][Lima]] -- play - - [[file:play/bookshelf.org][Bookshelf Sort]] - - [[file:play/sigil.org][Sigil Press]] - - [[file:play/memory.org][Memory Cabinet]] - - [[file:play/constellation.org][Constellation Desk]] - - [[file:play/study.org][Study Lamp]] - - [[file:play/poem.org][Marginalia Machine]] - - [[file:play/ink.org][Ink Pond]] - - [[file:play/timeline.org][Timeline Tangle]] - - [[file:play/recipe.org][Supper Wheel]] - - [[file:play/terminal.org][Archive Terminal]] - - [[file:play/rpg.org][Ash Below the Lake]] + - [[file:tags/reading.org][Tag: reading]] + - [[file:tags/emacs.org][Tag: emacs]] + - [[file:tags/maths.org][Tag: maths]] \ No newline at end of file diff --git a/tags/learning.org b/tags/learning.org index fa15dfe..ef43c84 100755 --- a/tags/learning.org +++ b/tags/learning.org @@ -5,16 +5,16 @@ - [[file:../posts/career/ha-dr.org][High Availability, Disaster Recovery and Business Continuity]] - [[file:../posts/career/javascript.org][Understands the Javascript language]] - [[file:../posts/career/restful-api.org][Restful API]] +- [[file:../posts/career/database-permissions.org][Database Permissions, Roles, and Accounts]] - [[file:../posts/career/monitoring-and-logging.org][Monitoring and Logging]] - [[file:../posts/career/pipelines.org][Pipelines and how they work (as well as CI/CD)]] -- [[file:../posts/career/database-permissions.org][Database Permissions, Roles, and Accounts]] - [[file:../posts/career/airflow.org][Datamarts, Airflow and DAG's]] - [[file:../posts/career/normalisation.org][Benefits of Normalisation]] -- [[file:../posts/career/wireframe-designs.org][Wireframe Designs]] - [[file:../posts/career/management-of-self.org][Management of self training]] +- [[file:../posts/career/wireframe-designs.org][Wireframe Designs]] - [[file:../posts/career/requirements-features.org][Requirements, features, user stories, tasks, walking skeletons]] - [[file:../posts/career/invest-principles.org][Invest Principles]] -- [[file:../posts/career/lean.org][Lean]] - [[file:../posts/career/retrospectives.org][Retrospectives]] +- [[file:../posts/career/lean.org][Lean]] - [[file:../posts/career/owasp.org][OWASP Top Ten]] - [[file:../posts/career/solid-principles.org][SOLID Principles]] diff --git a/tags/life.org b/tags/life.org index f771650..fde254e 100755 --- a/tags/life.org +++ b/tags/life.org @@ -2,6 +2,9 @@ #+OPTIONS: toc:nil num:nil title:nil * Posts tagged life +- [[file:../blogs/2026/05-may/memory-observatory-12-05.org][Memory Observatory]] +- [[file:../blogs/2026/05-may/having-a-daily-checkpoint-s-12-05.org][Having a daily checkpoint(s)]] +- [[file:../blogs/2026/05-may/characters-12-05.org][Meet the characters!]] - [[file:../blogs/2026/05-may/authoring-service-09-05-26.org][Authoring Service]] - [[file:../blogs/2026/05-may/ai-datacamp-08-05.org][AI Datacamp]] - [[file:../blogs/2026/05-may/using-codex-07-05-26.org][Using Codex]] diff --git a/tags/notes.org b/tags/notes.org index 3e2f335..6d9fc80 100755 --- a/tags/notes.org +++ b/tags/notes.org @@ -5,17 +5,17 @@ - [[file:../posts/career/ha-dr.org][High Availability, Disaster Recovery and Business Continuity]] - [[file:../posts/career/javascript.org][Understands the Javascript language]] - [[file:../posts/career/restful-api.org][Restful API]] +- [[file:../posts/career/database-permissions.org][Database Permissions, Roles, and Accounts]] - [[file:../posts/career/monitoring-and-logging.org][Monitoring and Logging]] - [[file:../posts/career/pipelines.org][Pipelines and how they work (as well as CI/CD)]] -- [[file:../posts/career/database-permissions.org][Database Permissions, Roles, and Accounts]] - [[file:../posts/career/probation-objectives.org][Probation Objectives:]] - [[file:../posts/career/airflow.org][Datamarts, Airflow and DAG's]] - [[file:../posts/career/normalisation.org][Benefits of Normalisation]] -- [[file:../posts/career/wireframe-designs.org][Wireframe Designs]] - [[file:../posts/career/management-of-self.org][Management of self training]] +- [[file:../posts/career/wireframe-designs.org][Wireframe Designs]] - [[file:../posts/career/requirements-features.org][Requirements, features, user stories, tasks, walking skeletons]] - [[file:../posts/career/invest-principles.org][Invest Principles]] -- [[file:../posts/career/lean.org][Lean]] - [[file:../posts/career/retrospectives.org][Retrospectives]] +- [[file:../posts/career/lean.org][Lean]] - [[file:../posts/career/owasp.org][OWASP Top Ten]] - [[file:../posts/career/solid-principles.org][SOLID Principles]] diff --git a/tags/review.org b/tags/review.org index 567fc08..d5027cd 100755 --- a/tags/review.org +++ b/tags/review.org @@ -2,6 +2,7 @@ #+OPTIONS: toc:nil num:nil title:nil * Posts tagged review +- [[file:../blogs/2026/05-may/having-a-daily-checkpoint-s-12-05.org][Having a daily checkpoint(s)]] - [[file:../blogs/2026/05-may/03-05-week-review.org][[03-05-2026] - Weekly Review]] - [[file:../blogs/2026/04-april/26-04-week-review.org][[26-04-2026] - Weekly Review]] - [[file:../blogs/2026/04-april/19-04-week-review.org][[19-04-2026] - Weekly Review]] diff --git a/tags/website.org b/tags/website.org index fe81cd7..9febf53 100755 --- a/tags/website.org +++ b/tags/website.org @@ -2,6 +2,8 @@ #+OPTIONS: toc:nil num:nil title:nil * Posts tagged website +- [[file:../blogs/2026/05-may/memory-observatory-12-05.org][Memory Observatory]] +- [[file:../blogs/2026/05-may/characters-12-05.org][Meet the characters!]] - [[file:../blogs/2026/05-may/authoring-service-09-05-26.org][Authoring Service]] - [[file:../blogs/publish-pages.org][How to publish pages using Org Publish]] - [[file:../blogs/2025/08-august/spending-the-whole-day-on-this-website.org][09-08-2025: Website Changes]]