Skip to content

Commit 5b19901

Browse files
committed
action: update blog posts
1 parent 4060268 commit 5b19901

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

output/blog_posts.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@
9191
"date": "2026-03-03",
9292
"description": "Visit post for details."
9393
},
94+
{
95+
"title": "Slowing Down",
96+
"link": "https://scharenbroch.dev/blog/slowing-down/",
97+
"author": "Blog on Lucas's Webpage",
98+
"date": "2026-02-09",
99+
"description": "A day is a remarkably long time. It can be easy to forget that. Sometimes I like to take a minute and stare at a clock, feeling the eternity of each second. But more often than not, I find myself at t..."
100+
},
94101
{
95102
"title": "Dynamic linking with lazy binding",
96103
"link": "https://jamesma.dev/2026/dynamic-linking/",
@@ -119,6 +126,13 @@
119126
"date": "2025-12-10",
120127
"description": "This is a writeup of Leetcode 10. Regular Expression Matching. My motivation for writing this is twofold. The first is that most of the submitted solutions on Leetcode try to be too clever and succinc..."
121128
},
129+
{
130+
"title": "Mimesis",
131+
"link": "https://scharenbroch.dev/blog/mimesis/",
132+
"author": "Blog on Lucas's Webpage",
133+
"date": "2025-11-29",
134+
"description": "If you’ve ever been advised to “not compare yourself to others”1, you’ve been given an impossible task2. This is because the analysis of the behavior of other humans is how we make sense of the worl..."
135+
},
122136
{
123137
"title": "It's your fault my laptop knows where I am",
124138
"link": "https://www.amoses.dev/blog/wifi-location/",

output/feed.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@
111111
<pubDate>Tue, 03 Mar 2026 00:00:00 +0000</pubDate>
112112
<guid>https://ben.enterprises/as-bad-atime-as-any</guid>
113113
</item>
114+
<item>
115+
<title>Slowing Down</title>
116+
<link>https://scharenbroch.dev/blog/slowing-down/</link>
117+
<description>A day is a remarkably long time. It can be easy to forget that. Sometimes I like to take a minute and stare at a clock, feeling the eternity of each second. But more often than not, I find myself at t...</description>
118+
<author>Blog on Lucas&#39;s Webpage</author>
119+
<pubDate>Mon, 09 Feb 2026 23:19:32 -0800</pubDate>
120+
<guid>https://scharenbroch.dev/blog/slowing-down/</guid>
121+
</item>
114122
<item>
115123
<title>Dynamic linking with lazy binding</title>
116124
<link>https://jamesma.dev/2026/dynamic-linking/</link>
@@ -143,6 +151,14 @@
143151
<pubDate>Wed, 10 Dec 2025 00:00:00 +0000</pubDate>
144152
<guid>https://jamesma.dev/2025/regex-matching/</guid>
145153
</item>
154+
<item>
155+
<title>Mimesis</title>
156+
<link>https://scharenbroch.dev/blog/mimesis/</link>
157+
<description>If you’ve ever been advised to “not compare yourself to others”1, you’ve been given an impossible task2. This is because the analysis of the behavior of other humans is how we make sense of the worl...</description>
158+
<author>Blog on Lucas&#39;s Webpage</author>
159+
<pubDate>Sat, 29 Nov 2025 14:17:44 -0600</pubDate>
160+
<guid>https://scharenbroch.dev/blog/mimesis/</guid>
161+
</item>
146162
<item>
147163
<title>It&#39;s your fault my laptop knows where I am</title>
148164
<link>https://www.amoses.dev/blog/wifi-location/</link>

0 commit comments

Comments
 (0)