From 5a358a9e88b3016d8d0227e304add3c98206501b Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Fri, 27 Feb 2026 17:31:59 -0500 Subject: [PATCH] fix broken RST link in jason post (missing space before URL) --- content/2026-02-27-a-love-story-about-jason.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2026-02-27-a-love-story-about-jason.rst b/content/2026-02-27-a-love-story-about-jason.rst index 01c0dac..c9634a1 100644 --- a/content/2026-02-27-a-love-story-about-jason.rst +++ b/content/2026-02-27-a-love-story-about-jason.rst @@ -64,7 +64,7 @@ Maybe I love that about him. | -Highs kept coming. ``json.dumps(obj, indent=2)`` feels like meditation. Watching your data unfold, properly indented, every comma in place. Peace lives there. I `compared Node.js & Python performance `_ pushing JSON through OpenAI endpoints. I `benchmarked Elixir & Phoenix `_ doing it too. I grew `free LLM endpoints`_ & a whole `SLOP protocol `_ because JSON API standards should stay simple. ``Content-Type: application/json``. No fuss. No proprietary lock-in. +Highs kept coming. ``json.dumps(obj, indent=2)`` feels like meditation. Watching your data unfold, properly indented, every comma in place. Peace lives there. I `compared Node.js & Python performance `_ pushing JSON through OpenAI endpoints. I `benchmarked Elixir & Phoenix `_ doing it too. I grew `free LLM endpoints `_ & a whole `SLOP protocol `_ because JSON API standards should stay simple. ``Content-Type: application/json``. No fuss. No proprietary lock-in. My partner asked if I felt okay. I responded ``{"status": "transcendent"}``.