summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forgejno.html3
-rw-r--r--soplt.html3
2 files changed, 6 insertions, 0 deletions
diff --git a/forgejno.html b/forgejno.html
index 6c5de01..e84d1a2 100644
--- a/forgejno.html
+++ b/forgejno.html
@@ -12,6 +12,9 @@
<body>
<div class="content">
<h1 id="title">You Don't Need Forgejo</h1>
+ <p class="comment">published May 3, 2026</p>
+ <hr>
+
<p><a href="https://mitchellh.com/writing/ghostty-leaving-github">People</a>
<a href="https://vinyl-cache.org/organization/moving.html">ditching</a>
GitHub after <a href="https://github.blog/news-insights/company-news/an-update-on-github-availability">recent issues</a>
diff --git a/soplt.html b/soplt.html
index b6bc1c3..c26608c 100644
--- a/soplt.html
+++ b/soplt.html
@@ -12,6 +12,9 @@
<body>
<div class="content">
<h1 id="title">Summer of PLT</h1>
+ <p class="comment">published May 10, 2026</p>
+ <hr>
+
<p>Looking for a summer coding project? Try making a programming language!</p>
<p>I think that every programmer, new or experienced, could benefit from understanding a little bit about how the languages they use daily actually work.</p>
<p>As such, this is my collection of resources that I used to teach myself a little bit of Programming Language Theory last summer, which concluded in my creation of <a href="https://github.com/bluedragon1221/ci">CI lisp</a>.</p>