i forgot to add it to the index again lol

This commit is contained in:
askiiart 2025-07-08 17:54:27 -05:00
parent 70494f5e93
commit 97236c8372
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
2 changed files with 3 additions and 0 deletions

View file

@ -90,6 +90,8 @@
<ul>
<li><a href="/blog/elitebook-g1q/the-arm-saga-part-0.html">Part
0</a></li>
<li><a href="/blog/elitebook-g1q/the-arm-saga-part-1.html">Part
1</a> - it boots!</li>
</ul></li>
</ul></li>
<li><a href="/til/">TIL</a>

View file

@ -40,6 +40,7 @@ I'm a hobby programmer, and co-founder and vice president of the [TCCD CompSci a
- [Another new PGP key!](/blog/another-new-pgp-key.html) - I lost the master key again oops
- [The ARM/Elitebook G1q Saga](/blog/elitebook-g1q/) - I got an ARM laptop, and it's not in the kernel yet (it's barely supported at all).
- [Part 0](/blog/elitebook-g1q/the-arm-saga-part-0.html)
- [Part 1](/blog/elitebook-g1q/the-arm-saga-part-1.html) - it boots!
- [TIL](/til/)
- Just little tidbits I learn, inspired by [Simon Willison's TIL](https://til.simonwillison.net/), which was itself inspired by [jbranchaud/til](https://github.com/jbranchaud/til).
- [Using JSON with docker compose](/til/using-json-with-docker-compose.html) - Exactly what it sounds like. ([markdown](/til/using-json-with-docker-compose.md))