This website recently got a major rebuild; if you're missing something, let Lorna know.

    Category: golang, tech


  1. Add a Screenshot Button to Streamdeck with Golang


    I'm the proud owner of a Streamdeck XL but as an Ubuntu user, the tool support isn't great. There's a Python library that gives a bit of a GUI but I found it hard to use and I'd have needed to put each piece of functionality as a commandline script that this program could call. Instead, I am using go-streamdeck to create a custom application - and I'm having fun! Today's example adds a single button that runs a command to take a screenshot.

    Read more