From 78e59c0711042167f6847f2c729d82b72f2326e1 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Sun, 21 Apr 2024 00:20:03 -0400 Subject: [PATCH] So far is better than thusfar --- src/how_to_run_a_journal.dj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/how_to_run_a_journal.dj b/src/how_to_run_a_journal.dj index f2be194..1c69785 100644 --- a/src/how_to_run_a_journal.dj +++ b/src/how_to_run_a_journal.dj @@ -63,7 +63,7 @@ Because our CI tool is running this code, we can know which articles need compil - Run a blame on new articles, which is how we figure out who wrote them - See if we are we have changed the production branch, and index new articles if so -Everything I've described that the program can do thusfar can be done in just \~400 lines of Rust. This is the effect of buidling simple on top of simple, _and making an effort to retain simplicity_ by making the most out of the simple building blocks. (P.S: Our Rust code now also generates a title card image for each article, so they look better on platforms like Twitter and Discord. By using the same stradegy, I only needed to add \~230 lines to our Rust code) +Everything I've described that the program can do so far can be done in just \~400 lines of Rust. This is the effect of buidling simple on top of simple, _and making an effort to retain simplicity_ by making the most out of the simple building blocks. (P.S: Our Rust code now also generates a title card image for each article, so they look better on platforms like Twitter and Discord. By using the same stradegy, I only needed to add \~230 lines to our Rust code) [![Google cosplay is not business-critical](assets/google_cosplay.jpg)](https://twitter.com/garybernhardt/status/1344341213575483399)