Link image to the original Twitter status
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-04-17 14:23:40 -04:00
parent 6a0c5e514b
commit 47c9c65792
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -65,7 +65,7 @@ Because our CI tool is running this code, we can know which articles need compil
Everything I've just described 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.
![Google cosplay is not business-critical](assets/google_cosplay.jpg)
[![Google cosplay is not business-critical](assets/google_cosplay.jpg)](https://twitter.com/garybernhardt/status/1344341213575483399)
My Rust code makes heavy use of git, a very simple yet amazing tool for adding functionality to plain text.