summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_log/2d-geometry-kernel.md2
-rw-r--r--_log/bumblebee.md2
-rw-r--r--_log/e-reader.md2
-rw-r--r--_log/etlas.md2
-rw-r--r--_log/fpm-door-lock-lp.md2
-rw-r--r--_log/fpm-door-lock-rf.md2
-rw-r--r--_log/neo4j-a-star-search.md2
-rw-r--r--_log/site-search.md2
-rw-r--r--_log/vcs-1.md6
9 files changed, 11 insertions, 11 deletions
diff --git a/_log/2d-geometry-kernel.md b/_log/2d-geometry-kernel.md
index 385df18..fbdf842 100644
--- a/_log/2d-geometry-kernel.md
+++ b/_log/2d-geometry-kernel.md
@@ -1,5 +1,5 @@
---
-title: Built a 2D geometry kernel
+title: 2D geometry kernel for building design
date: 2022-07-31
layout: post
---
diff --git a/_log/bumblebee.md b/_log/bumblebee.md
index f3598ff..09165b0 100644
--- a/_log/bumblebee.md
+++ b/_log/bumblebee.md
@@ -1,5 +1,5 @@
---
-title: Built a web script synthesizer
+title: Web script synthesizer
date: 2025-04-02
layout: post
project: true
diff --git a/_log/e-reader.md b/_log/e-reader.md
index 49bb451..bc979ea 100644
--- a/_log/e-reader.md
+++ b/_log/e-reader.md
@@ -1,5 +1,5 @@
---
-title: Built a streaming e-reader
+title: ESP-32 streaming e-reader
date: 2023-10-24
layout: post
project: true
diff --git a/_log/etlas.md b/_log/etlas.md
index e4358f0..9f09322 100644
--- a/_log/etlas.md
+++ b/_log/etlas.md
@@ -1,5 +1,5 @@
---
-title: Repurposed e-reader into news tracker
+title: 'Etlas: e-paper news tracker'
date: 2024-09-05
layout: post
project: true
diff --git a/_log/fpm-door-lock-lp.md b/_log/fpm-door-lock-lp.md
index 10b452c..5b7d33a 100644
--- a/_log/fpm-door-lock-lp.md
+++ b/_log/fpm-door-lock-lp.md
@@ -1,5 +1,5 @@
---
-title: Redesigned fingerprint door lock for LP
+title: Fingerprint door lock (LP)
date: 2025-08-18
layout: post
project: true
diff --git a/_log/fpm-door-lock-rf.md b/_log/fpm-door-lock-rf.md
index 1688a7d..417368f 100644
--- a/_log/fpm-door-lock-rf.md
+++ b/_log/fpm-door-lock-rf.md
@@ -1,5 +1,5 @@
---
-title: Built an RF fingerprint door lock
+title: Fingerprint door lock (RF)
date: 2025-06-05
layout: post
project: true
diff --git a/_log/neo4j-a-star-search.md b/_log/neo4j-a-star-search.md
index 9597759..21f09b5 100644
--- a/_log/neo4j-a-star-search.md
+++ b/_log/neo4j-a-star-search.md
@@ -1,5 +1,5 @@
---
-title: Contributed to Neo4J algorithms
+title: Neo4J algorithms contribution
date: 2018-03-06
layout: post
---
diff --git a/_log/site-search.md b/_log/site-search.md
index 990b128..db0d7ca 100644
--- a/_log/site-search.md
+++ b/_log/site-search.md
@@ -1,5 +1,5 @@
---
-title: Over-engineered search
+title: Static site search with suffix arrays
date: 2026-01-03
layout: post
---
diff --git a/_log/vcs-1.md b/_log/vcs-1.md
index d11b342..d526759 100644
--- a/_log/vcs-1.md
+++ b/_log/vcs-1.md
@@ -1,5 +1,5 @@
---
-title: Built and benchmarked Urn against Git
+title: 'Urn: Git-like VCS from OpenBSD base tools'
date: 2026-05-01
layout: post
---
@@ -52,8 +52,8 @@ if ((!$use_disk && $tot_size > MEM_LIMIT) ||
}
```
-Benchmarked against Git v2.51.0 on a T490 (i7-10510U, OpenBSD 7.8). Measured
-with `/usr/bin/time -l sh -c`. Max RSS excludes child processes:
+Benchmarked against Git v2.51.0 on a T490 (i7-10510U, OpenBSD 7.8). Max RSS
+excludes child processes:
<pre class="pre-no-style">
=============================================================