diff options
Diffstat (limited to 'content')
20 files changed, 23 insertions, 1 deletions
diff --git a/content/posts/atk16-my-homegrown-computer/index.md b/content/posts/atk16-my-homegrown-computer/index.md index ba8bf84..e607454 100644 --- a/content/posts/atk16-my-homegrown-computer/index.md +++ b/content/posts/atk16-my-homegrown-computer/index.md @@ -1,6 +1,7 @@ --- title: ATK16 – My homegrown computer date: 2024-05-01 +description: ATK16 is a learning project I've been working on for some time. extra: kind: project --- diff --git a/content/posts/cassettes/index.md b/content/posts/cassettes/index.md index 92d3887..e662d38 100644 --- a/content/posts/cassettes/index.md +++ b/content/posts/cassettes/index.md @@ -1,6 +1,7 @@ --- title: Cassettes date: 2024-03-27 +description: I like the idea of cassettes. They are cheap and analog, and there's a culture of sharing and trading them. extra: kind: note --- diff --git a/content/posts/cookbook.md b/content/posts/cookbook.md index 43a3776..e48e9fa 100644 --- a/content/posts/cookbook.md +++ b/content/posts/cookbook.md @@ -1,6 +1,7 @@ --- title: Cookbook date: 2024-03-28 +description: I have started a terse cookbook project for myself. extra: kind: project --- diff --git a/content/posts/deploying-the-garden/index.md b/content/posts/deploying-the-garden/index.md index cdb5caf..02a24b5 100644 --- a/content/posts/deploying-the-garden/index.md +++ b/content/posts/deploying-the-garden/index.md @@ -1,6 +1,7 @@ --- title: Deploying the garden date: 2024-03-26 +description: Every respectable tech blog must contain two posts. extra: kind: note --- diff --git a/content/posts/diddle-event-scheduler/index.md b/content/posts/diddle-event-scheduler/index.md index 033a352..fa6a11a 100644 --- a/content/posts/diddle-event-scheduler/index.md +++ b/content/posts/diddle-event-scheduler/index.md @@ -1,6 +1,7 @@ --- title: Diddle, a minimalist event scheduler date: 2024-03-12 +description: I don't like Doodle. extra: kind: project --- diff --git a/content/posts/directory-aware-git.md b/content/posts/directory-aware-git.md index a8c518e..f8fcdda 100644 --- a/content/posts/directory-aware-git.md +++ b/content/posts/directory-aware-git.md @@ -1,6 +1,7 @@ --- title: Directory aware `git` date: 2024-05-07 +description: I have separate SSH keys and email addresses for personal projects and work projects. extra: kind: note --- diff --git a/content/posts/eurobsdcon-2025-conf-notes/index.md b/content/posts/eurobsdcon-2025-conf-notes/index.md index 33a0f7d..6a93513 100644 --- a/content/posts/eurobsdcon-2025-conf-notes/index.md +++ b/content/posts/eurobsdcon-2025-conf-notes/index.md @@ -1,6 +1,7 @@ --- title: "EuroBSDCon 2025: conference notes" date: 2025-10-17 +description: EuroBSDCon is one of the events organized under the BSD community umbrella, focusing on all things related to and descending from 4.4 Berkeley Software Distribution. extra: kind: note --- diff --git a/content/posts/git-path-conditional-config-and-ssh-key-signing.md b/content/posts/git-path-conditional-config-and-ssh-key-signing.md index 6924a91..ac80913 100644 --- a/content/posts/git-path-conditional-config-and-ssh-key-signing.md +++ b/content/posts/git-path-conditional-config-and-ssh-key-signing.md @@ -1,6 +1,7 @@ --- title: Path-conditional config and SSH key signing in `git` date: 2024-12-21 +description: Today I learned about two recent-ish Git features. extra: kind: note --- diff --git a/content/posts/it-doesnt-mean-that/index.md b/content/posts/it-doesnt-mean-that/index.md index 0fb2988..bd9abed 100644 --- a/content/posts/it-doesnt-mean-that/index.md +++ b/content/posts/it-doesnt-mean-that/index.md @@ -1,6 +1,9 @@ --- title: It doesn't mean that date: 2024-05-16 +description: When I learned my first programming language, I learned about functions. +extra: + kind: note --- <img src="wikimedia_monad.svg" alt="A plain circle with a small dot in the center" style="max-height: 200px; margin-bottom: 0px" /> diff --git a/content/posts/macos-opening-git-commit-prompt-in-active-gui-editor.md b/content/posts/macos-opening-git-commit-prompt-in-active-gui-editor.md index 2d71dd4..2dc6e61 100644 --- a/content/posts/macos-opening-git-commit-prompt-in-active-gui-editor.md +++ b/content/posts/macos-opening-git-commit-prompt-in-active-gui-editor.md @@ -1,6 +1,8 @@ --- title: "MacOS: Opening Git commit prompt in active GUI editor" date: 2025-01-29 +description: | + This is a quick, neat thing I happened to find on accident. As a result of the application bundle system that MacOS uses ubiquitously, you can figure out the currently open application with the __CFBundleIdentifier environment variable. extra: kind: note --- diff --git a/content/posts/managing-dotfiles-in-git.md b/content/posts/managing-dotfiles-in-git.md index 0d4681a..3e1966b 100644 --- a/content/posts/managing-dotfiles-in-git.md +++ b/content/posts/managing-dotfiles-in-git.md @@ -1,6 +1,7 @@ --- title: Managing dotfiles in `git` date: 2024-07-08 +description: Dealing with dotfiles can be a nuisance. extra: kind: note --- diff --git a/content/posts/now-2023-winter.md b/content/posts/now-2023-winter.md index de60590..8aaec54 100644 --- a/content/posts/now-2023-winter.md +++ b/content/posts/now-2023-winter.md @@ -1,7 +1,7 @@ --- title: ❄️ Now, winter 2023 date: 2023-01-30 -description: Working on this site. Doing small renovations and fixes to the house. Learning Chicken Scheme. Reading Category Theory for Programmers by Bartosz Milewski. +description: Working on this site. Learning Chicken Scheme. Reading Category Theory for Programmers. extra: kind: now --- diff --git a/content/posts/now-2024-summer/index.md b/content/posts/now-2024-summer/index.md index d716e4a..67b0d3c 100644 --- a/content/posts/now-2024-summer/index.md +++ b/content/posts/now-2024-summer/index.md @@ -1,6 +1,7 @@ --- title: 🌞 Now, summer 2024 date: 2024-07-18 +description: Yard work, a new wine hobby, and passing the AWS Developer Associate exam. extra: kind: now --- diff --git a/content/posts/opening-multiple-db-tunnels-with-aws-ssm.md b/content/posts/opening-multiple-db-tunnels-with-aws-ssm.md index 14d5508..c78e710 100644 --- a/content/posts/opening-multiple-db-tunnels-with-aws-ssm.md +++ b/content/posts/opening-multiple-db-tunnels-with-aws-ssm.md @@ -1,6 +1,7 @@ --- title: Opening multiple DB tunnels with AWS SSM date: 2024-06-26 +description: To open a tunneled connection to an AWS managed database, such as RDS or DocumentDB, the commonly recommended way is to use a bastion host and `aws ssm start-session`. extra: kind: note --- diff --git a/content/posts/pile-of-incomplete-projects.md b/content/posts/pile-of-incomplete-projects.md index 0d07ab1..fb677f4 100644 --- a/content/posts/pile-of-incomplete-projects.md +++ b/content/posts/pile-of-incomplete-projects.md @@ -1,6 +1,7 @@ --- title: My pile of incomplete projects date: 2025-04-28 +description: The number of started projects and/or empty checkboxes in my to do list is getting out of hand. extra: kind: note --- diff --git a/content/posts/qcon-london-2024-takeaways/index.md b/content/posts/qcon-london-2024-takeaways/index.md index 4c644e7..1efa3db 100644 --- a/content/posts/qcon-london-2024-takeaways/index.md +++ b/content/posts/qcon-london-2024-takeaways/index.md @@ -1,6 +1,7 @@ --- title: QCon London 2024 takeaways date: 2024-04-20 +description: QCon London 2024 was a multidisciplinary software engineering conference in the London QEII Centre in April 2024. extra: kind: post --- diff --git a/content/posts/subjective-review-miru/index.md b/content/posts/subjective-review-miru/index.md index 59ec7e4..87ae028 100644 --- a/content/posts/subjective-review-miru/index.md +++ b/content/posts/subjective-review-miru/index.md @@ -1,6 +1,7 @@ --- title: "Subjective review: Miru" date: 2024-07-14 +description: It's my favorite solo game, but it has some pacing problems. 8/10. extra: kind: note --- diff --git a/content/posts/tech-stack-retro-prospective.md b/content/posts/tech-stack-retro-prospective.md index 2c77fb5..d73d628 100644 --- a/content/posts/tech-stack-retro-prospective.md +++ b/content/posts/tech-stack-retro-prospective.md @@ -1,6 +1,7 @@ --- title: jan.systems tech stack retro/prospective date: 2025-04-28 +description: I have a website authoring system that involves Obsidian sync and a hand-crafted static site generator (SSG) written in Scheme. extra: kind: note --- diff --git a/content/posts/theres-an-rss-feed-now/index.md b/content/posts/theres-an-rss-feed-now/index.md index e52db1a..3208ec0 100644 --- a/content/posts/theres-an-rss-feed-now/index.md +++ b/content/posts/theres-an-rss-feed-now/index.md @@ -1,6 +1,7 @@ --- title: There's an RSS feed now date: 2024-02-15 +description: As part of the site build process, I use pandoc-rss to automatically build an RSS feed of my posts. extra: kind: note --- diff --git a/content/posts/unfold/index.md b/content/posts/unfold/index.md index 8ab3b89..c8b6ea0 100644 --- a/content/posts/unfold/index.md +++ b/content/posts/unfold/index.md @@ -1,6 +1,7 @@ --- title: Automatic slideshows with reveal-unfold.js date: 2024-04-21 +description: I recently presented a lightning talk about the IndieWeb and personal websites to my colleagues at the office. extra: kind: project slideshow: defined |
