update blog tags

This commit is contained in:
2025-05-12 10:08:43 -07:00
parent 8a2343335c
commit 96a4cc08ae
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
(thought
:title "a moderately cursed dollcode implementation"
:date "2024-10-24 23:18:14"
:tags ["hacks" "computers" "python"]
:tags ["hacks" "programming" "python"]
:description "implementing a dollcode translator in python, very, very badly."
:content `(
(p #[[

View File

@ -1,7 +1,7 @@
(thought
:title "implementing goto statements in python (in under 50 lines)"
:date "2024-09-12 08:43:04"
:tags ["hacks" "computers"]
:tags ["hacks" "programming" "python"]
:description "alternative title: a fizzbuzz implementation that will instantly fail any job interview."
:content `(
(p "please note: this one knows nothing about python. if the reader sees something that it is wrong about, they are encouraged to e-mail it.")