1
0
mirror of https://github.com/osmarks/website synced 2025-09-08 13:25:58 +00:00

Content updates

This commit is contained in:
2024-07-17 16:21:37 +01:00
parent 25c545e84e
commit 774357e134
2 changed files with 19 additions and 7 deletions

View File

@@ -80,6 +80,7 @@ RSAPI has a wide range of functions, having grown from a short Flask application
* Key/value storage backend for PotatOS, due to the shutdown of the random free API it used before.
* Internal LLM-based [Threat Updates](https://r.osmarks.net/threat-update) system[^8], to replace the archive of historical ones and Twitter scraper. I was too lazy to work out how to draw nicely line-wrapped text in images in Python, so this actually invokes a ComputerCraft emulator, runs the Threat Update implementation on that, dumps its virtual screen, and renders that to an image.
* The new comments system, replacing [Isso](https://github.com/isso-comments/isso). It supports ominous AI faces (from StyleGAN2, thanks to [StyleGANCpp](https://github.com/podgorskiy/StyleGANCpp/)[^7]), leftvotes/rightvotes for greater user expression, SSO integration, better threading, and lower client resource use.
* Lighting control orchestration.
I'm especially proud of the ComputerCraft to Prometheus metrics bridge. While it's only about 20 lines of code (plus the ComputerCraft side), it does allow me to feel cool about being able to monitor meaninglessly large numbers in great detail. There are similar Factorio mods, which I'll probably use next time I play.