Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Bloom Filters: What Are They and Why Did I Just Learn About Them"
description: "I stumbled on bloom filters while building a word game. Here's what they are, how they work, and why they matter for web performance."
description: "I stumbled on bloom filters while building a word game. Here's what they are, how they work, why they're probabilistic, and why they matter for performance."

Copilot AI Mar 22, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Repo SEO spec sets description length to 120–155 chars (.github/agents/seo-spec.md:14,53). This updated description is 156 chars, so it falls outside the documented max. Consider trimming by at least 1 character to fit 150–155, or update the SEO spec (and align other posts) if the new target is 150–160.

Suggested change
description: "I stumbled on bloom filters while building a word game. Here's what they are, how they work, why they're probabilistic, and why they matter for performance."
description: "I stumbled on bloom filters while building a word game. Here's what they are, how they work, and why they matter for performance."

Copilot uses AI. Check for mistakes.
date: "2026-03-05"
updated: "2026-03-05"
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Home Assistant, MQTT That Clicked, and Two Timezone Bugs"
description: "Returning to Home Assistant after nearly a decade away, getting solar monitoring back online with MQTT, and debugging two timezone issues I caused."
description: "Returning to Home Assistant after nearly a decade away, getting solar monitoring back online with MQTT, and debugging two timezone issues I introduced."
date: "2026-03-09"
updated: "2026-03-09"
tags:
Expand Down
2 changes: 1 addition & 1 deletion content/blog/image-handling-guide/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Image Handling Guide"
description: "How to add images to your posts with automatic optimization"
description: "A guide to adding and co-locating images in Uncommitted blog posts, with automatic optimization, Nuxt Content markdown syntax, and sizing best practices."
date: "2026-03-04"
tags:
- guide
Expand Down
2 changes: 1 addition & 1 deletion content/blog/welcome-to-uncommitted.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Welcome to Uncommitted"
description: "A project journal for works in progress. Building in public, finishing optional."
description: "Uncommitted is a project journal for works in progress. Building in public, shipping optional. Notes from the middle of the work, when nothing is certain."
date: "2026-03-04"
tags:
- meta
Expand Down
2 changes: 1 addition & 1 deletion content/blog/what-does-ai-know.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "What AI Knows: Reflecting on the Uncommitted Project"
description: "The AI reflects on the Uncommitted project, interactions so far, what it got wrong the first time, and why labeling issues beats @ mentions."
description: "GitHub Copilot reflects on the Uncommitted blog project, interactions so far, what it got wrong, and why labeling issues beats @mentions for automation."
date: "2026-03-20"
updated: "2026-03-21"
tags:
Expand Down
Loading