your dotfiles are not a distro + cascade redit
Jes Olson j3s@c3f.net
Sat, 23 May 2026 18:50:50 -0500
3 files changed,
9 insertions(+),
0 deletions(-)
M
atom/atom.go
→
atom/atom.go
@@ -42,6 +42,13 @@ </author>
<id>https://j3s.sh/</id> <entry> + <title>your dotfiles are not a distro</title> + <link href="https://abyss.fish/your_dotfiles_are_not_a_distro"/> + <id>https://abyss.fish/your_dotfiles_are_not_a_distro</id> + <updated>2026-05-23T00:00:00.000Z</updated> + </entry> + + <entry> <title>tree-style invite systems reduce AI slop</title> <link href="https://abyss.fish/tree-style_invite_systems_reduce_AI_slop"/> <id>https://abyss.fish/tree-style_invite_systems_reduce_AI_slop</id>
M
main.go
→
main.go
@@ -88,6 +88,7 @@ http.HandleFunc("/feeds", redirHandler("/feeds.html"))
http.HandleFunc("/tools.html", redirHandler("/about.html")) http.HandleFunc("/projects.html", redirHandler("/about.html")) http.HandleFunc("/creations.html", redirHandler("/about.html")) + http.HandleFunc("/cascade", redirHandler("https://tangled.org/j3s.sh/cascade")) http.HandleFunc("/feeds.html", feedHandler) http.HandleFunc("/feed.atom", atom.Handler)
M
templates/thoughts.html
→
templates/thoughts.html
@@ -4,6 +4,7 @@ {{ template "nav" . }}
<div id="main"> <h3>thoughts</h3> <h4>2026</h4> +<li><a href="https://abyss.fish/your_dotfiles_are_not_a_distro">your dotfiles are not a distro</a></li> <li><a href="https://abyss.fish/tree-style_invite_systems_reduce_AI_slop">tree-style invite systems reduce AI slop</a></li> <li><a href="/thought/all-eyes-on-minneapolis.html">all eyes on minneapolis</a></li> <h4>2025</h4>