The SRCC website is a static site built
with Hugo,
so I add all the events to it
via an image or 2 and some YAML.
It’s hard to train another normal person
to do this stuff,
so the responsibility fell exclusively on me.
I scripted it up with some bash,
but that’s still only accessible to me.
Finally,
I’ve been coding all Clojure code
for the past couple weeks,
and I’ve started playing
with Gemini CLI
to see what it can do
with some Clojure code.
The service is deployed on my normal Linux servers
as a container run by podman kube play
and systemd quadlet
.
I can direct Gemini to make changes
or add features,
and I review the code,
ask for corrections
or just make updates myself.
It’s kind of like pair programming
with someone who’s really good
at Googling answers
and jumping to some (mostly) useful conclusions.
Having the AI agent has helped maintain some momentum
and saved me jumping down some deep rabbit holes
before I needed.
I’m asking it for small changes and iterating,
not trying to get it to do everything in one shot.
Gemini’s CLI interface
makes it easy to switch to another project directory
and let it try some stuff on lots of my projects recently.
I had also played with Claude CLI
for a day,
but Gemini’s free tier
is proving capable enough for me so far.