development
How to Sign Commits For …
GitHub recently announced support for validating Git commit signatures signed by SSH keys. OpenSSH 8.0 added support for this back in 2019 and Git has supported the functionality since version 2.34 in 2021, so it is great to see GitHub adding support as well. PGP is bad, so I am glad to see …
Super-Charged Remote …
This is the golden age to be in software development. There are so many opportunities and so many options for how to be productive. My laptop was aging, so I wanted to explore remote development products and compare the experience (and cost) before purchasing a new, beefy development machine. I use …
Running a Graphical …
Running a graphical application via a Docker container sounds awesome. Take the relatively larger complexity of a graphical app, encapsulate all of the brittle graphical compilation requirements, and serve a consistent experience regardless of your users’ actual hardware. The epitome of the …