# Links

This is really just a dumping ground for interesting links I've come across. Maybe it's an article that was informative or entertaining. Or some utility that seems useful or well-written.


## 2025-09-01

=> https://jawns.club/@skyfaller/114989205140437373 Static Site Generators for Git Repositories
Neat! I briefly considered setting these up on this site. I like the idea of making static sites from git history, but if your history changes often, the cost of manually kicking off the SSG every time you `git push` might be more than just setting up a dynamic server.

=> https://omg.lol
Cute site for making a profile page, and hosting DNS at a fun eTLD.

=> https://url.town
An old-school web directory, run by the omg.lol community.

=> https://buttondown.com/monteiro/archive/how-to-not-build-the-torment-nexus/ How Not To Build The Torment Nexus

=> https://anthonymoser.github.io/writing/ai/haterdom/2025/08/26/i-am-an-ai-hater.html I Am An AI Hater
I love this glorious paragraph:
> Critics have already written throroughly about [so many links about AI being bad]

Some nice fonts I found while exploring Google Fonts:
=> https://fonts.google.com/specimen/Rubik Rubik
=> https://fonts.google.com/specimen/Playwrite+HU?lang=en_Latn Playwrite Magyarország
=> https://fonts.google.com/specimen/Playwrite+AU+QLD Playwrite Australia QLD

=> https://github.com/buckket/twtxt
"a decentralised, minimalist microblogging service for hackers", according to their GitHub. I like the idea. I have not yet explored using it myself, but hope to.

=> https://smol.pub
=> https://drmollytov.smol.pub

=> https://fasterthanli.me/articles/lies-we-tell-ourselves-to-keep-using-golang Lies we tell ourselves to keep using Golang

=> https://www.ilyameerovich.com/gemini-the-small-internet/ Gemini - The small Internet

=> https://www.getzola.org
A static site generator, written in Rust, but without Golang's "insane templating language". 😆

=> https://online.winscript.cc
A utility to de-bloat and configure Windows.
You can use it online to generate a .bat script to run to apply its changes. Nice!