+++ title = "Following List" date = 2025-02-08 template = "page.html" [extra] summary = "Sites and people I follow" +++ # Following List Sites and people I follow. AI tools can read this to discover what I'm keeping up with. **Machine-readable format:** ```nickel { version = "1.0", following = [ { url = "https://dnova.me", name = "Dariel Nova", added = "2025-02-07", tags = ["nix"], }, { url = "https://jvns.ca/", name = "Julia Evans", added = "2025-02-07", tags = ["programming"], }, { url = "https://soatok.blog/", name = "Soatok", added = "2025-02-07", tags = ["cryptography"], }, ] } ``` ## People I Follow - **[Dariel Nova](https://dnova.me)** - Nix - **[Julia Evans](https://jvns.ca/)** - Programming - **[Soatok](https://soatok.blog/)** - Cryptography --- **Navigation:** - [← Back to Agent Hub](/agents/) - [What I'm interested in →](/agents/interested/) - [Posts Index →](/agents/posts-index/)