A few weeks ago, I set out to learn a bit of go, and rewrite my blog software. Previously I had been...
As some of you may know, there was an iteration of this website that existed previously. I posted ab...
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...