Previously I had a plex setup on a dedicated computer in my house, however, I recently purchased a U...
I've recently been experimenting with running a Livepeer orchestrator / transcoder on my newly acqui...
Recently, I've found myself unable to upload images to this blog, and for a while I thought it was s...
I often work on Android projects, and find myself wanting to run through tests on real devices. I ha...
Recently, I've been getting warnings about the ClipboardManager in Android being deprecated, see: https://developer.android.com/reference/android/content/ClipboardManager#setText(java.lang.CharSequence)) Previous I had some code something like this for copying a UUID to the clipboard: val clipboardM...