summaryrefslogtreecommitdiffstats
path: root/_log
diff options
context:
space:
mode:
Diffstat (limited to '_log')
-rw-r--r--_log/2d-geometry-kernel.md2
-rw-r--r--_log/arduino-uno.md2
-rw-r--r--_log/e-reader.md2
-rw-r--r--_log/etlas.md2
-rw-r--r--_log/neo4j-a-star-search.md2
-rw-r--r--_log/site-search.md2
-rw-r--r--_log/vcs-1.md6
7 files changed, 9 insertions, 9 deletions
diff --git a/_log/2d-geometry-kernel.md b/_log/2d-geometry-kernel.md
index 9370d06..60d76af 100644
--- a/_log/2d-geometry-kernel.md
+++ b/_log/2d-geometry-kernel.md
@@ -1,5 +1,5 @@
---
-title: Built a geometry kernel for building design
+title: Built a 2D geometry kernel
date: 2022-07-31
layout: post
---
diff --git a/_log/arduino-uno.md b/_log/arduino-uno.md
index d726c1f..6dd7c45 100644
--- a/_log/arduino-uno.md
+++ b/_log/arduino-uno.md
@@ -1,5 +1,5 @@
---
-title: ATmega328P 3.3 V and 5 V configurations
+title: Wiring ATmega328P
date: 2025-06-10
layout: post
---
diff --git a/_log/e-reader.md b/_log/e-reader.md
index a754a52..49bb451 100644
--- a/_log/e-reader.md
+++ b/_log/e-reader.md
@@ -1,5 +1,5 @@
---
-title: Built a 0 MB streaming e-reader
+title: Built a streaming e-reader
date: 2023-10-24
layout: post
project: true
diff --git a/_log/etlas.md b/_log/etlas.md
index 54745f6..e4358f0 100644
--- a/_log/etlas.md
+++ b/_log/etlas.md
@@ -1,5 +1,5 @@
---
-title: Repurposed the e-reader into a news tracker
+title: Repurposed e-reader into news tracker
date: 2024-09-05
layout: post
project: true
diff --git a/_log/neo4j-a-star-search.md b/_log/neo4j-a-star-search.md
index 6664421..9597759 100644
--- a/_log/neo4j-a-star-search.md
+++ b/_log/neo4j-a-star-search.md
@@ -1,5 +1,5 @@
---
-title: Contributed A* search to Neo4J algorithms
+title: Contributed to Neo4J algorithms
date: 2018-03-06
layout: post
---
diff --git a/_log/site-search.md b/_log/site-search.md
index d4d7fe4..990b128 100644
--- a/_log/site-search.md
+++ b/_log/site-search.md
@@ -1,5 +1,5 @@
---
-title: Overengineered search
+title: Over-engineered search
date: 2026-01-03
layout: post
---
diff --git a/_log/vcs-1.md b/_log/vcs-1.md
index 4244007..93e842b 100644
--- a/_log/vcs-1.md
+++ b/_log/vcs-1.md
@@ -104,7 +104,7 @@ Final Inodes | 1462 | 41
TOTAL URN REBASES: 0
</pre>
-Git wins on speed and memory.
+Git is 10x times faster.
On storage, Urn shows promise. Git wrote 12 MB to track a 17 MB repository; Urn
wrote 9 MB. Over 80 commits, Git's inode consumption grew by 562. Urn's crept
@@ -115,5 +115,5 @@ Then fell the GC hammer. Inodes: 41. Space recovered: 8.4 MB.
Precise impact on TBW and write amplification is not yet known.
Commit: <a
-href="https://git.asciimx.com/urn/commit/?id=79d9ec2bdef0a82172fa0aa56f12004bef206c04"
-class="external" target="_blank" rel="noopener noreferrer">79d9ec2</a>
+href="https://git.asciimx.com/urn/commit/?id=ff98b5711ae91d5cafd75764be192c0be5e592cf"
+class="external" target="_blank" rel="noopener noreferrer">ff98b57</a>