Home » Archives for May 2023
This article explains how to make your Microsoft Store (the app distribution channel on Windows – the one that’s supposed to distribute apps reliably and keep them up-to-date) work after it has suddenly stopped updating or installing any apps with a very non-descriptive error – “Something happened on our end”.…Continue reading “Something happened on our end” on Microsoft Store
In a bit different news, this time I’m sharing my preferred Bluetooth configuration that makes using headphones (or are they called “earpods” now?) bearable. It’s required some experimentation, but I did finally find a combination that doesn’t cause the audio to be laggy or janky. Problem For over a year,…Continue reading How to fix OnePlus 10 Pro Bluetooth issues
This article explains how to resolve “Import-Module: Assembly with same name is already loaded” error in PowerShell (and a couple of related issues – old versions of the module being used, updating modules silently failing, uninstalling modules simply not doing anything…) Problem Different error messages you might get (obviously the…Continue reading How to actually uninstall conflicting PowerShell modules?
This article dives into Developer Mode on Android and explains how to actually enable it on your device. You might need to do this if your device’s factory defaults are stupid (like on my 2 last OnePlus phones), you need to debug an app on your phone or achieve some…Continue reading How to enable Developer Mode on Android?
Haha, another one of those “should’ve known it was this easy” in the books! This article explains how to include the whole certificate chain (so your “user certificate” with all the “intermediary certificates” and optionally, but not as recommended, the root certificate) in your PEM-formatted certificate. Because sometimes you just…Continue reading How to include the whole certificate chain in your .cer, .crt or .pem certificate file?