I did end up dusting off my gravelbike and biked to work twice this week,
which translates into biking 11 km in ~35 minutes x2 (roundtrip). It ended up
taking the same time as commuting by bus/tram and was a great opportunity to
not only get excercise but to also listen in to some interesting Podcasts.
I'm so happy about the
Razer Kishi Ultra
in combination with my iPad Mini (USB-C).
It's the best hand-held experience when combined with
PXPlay
(since it can map the touchbar button). Currently hooked on the somewhat weird
but fun Persona 5. It's got a
pretty neat
soundtrack
for an RPG too!
Hacker News | best - a hidden "best"
filter, which is for some reason invisible from the navigation unless you
visit that specific URL. For those of you who want a digest of the most
upvoted/commented on topics throughout the last couple of days (not sure
exactly what the algorithm is like).
Claude Coder
was released next to the Sonnet 3.7 model. It looks similar to
Aider but feels more polished. I really
like these TUI LLM tools as it complements my workflow really well, which is
centralized around working in the terminal. The big thing Aider has going for
it is supporting a wide variety of LLMs, including local models.
godoc.nvim now has support for
adapters, which means it could potentially support other languages/things you
want to use a picker with.
dependabot-fix -
a shell script I wrote this week which helps looping over all failing
dependabot PRs in a given repo and apply the command and commit necessary to
fix it.
go-mod-tidy -
a small shell script which recursively runs go mod tidy from you current
working directory. Great for monorepos and nested Go projects.