-
I have an application idea that would require calling ssh-agent rather frequently - but how many requests per second can it handle? To answer this question I wrote a small benchmark in Go. It runs a tight loop sending messages for ssh-agent to sign. Turns out the agent is pretty fast … -
Advent of Code 2022 was fun!
This was the first year I participated in Advent of Code. In case you're not familiar with it, AoC is a Christmas themed programming competition consisting of 25 challenges published daily (from December 1st to December 25th). The web site produces personalized puzzle inputs for each user and expects only …