This article explains a stupid workaround for fetching a GraphQL schema into Postman when Postman doesn’t want to accept it. You might run into this issue if you: (a) use Postman, (b) on Windows and (c) need to import a GraphQL schema. I guess nobody else does, though? But I…Continue reading How to import GraphQL schema to Postman in Windows?
How to fix “NoRegisteredProviderFound” when trying to run any aks az cli commands
This article explains how to fix an error “NoRegisteredProviderFound”, which is thrown by az cli’s aks commands when you’re trying to run pretty much any aks commands in PowerShell/Terminal. Read on to join me on a journey to discover how a fresh install of the Azure CLI can simply randomly…Continue reading How to fix “NoRegisteredProviderFound” when trying to run any aks az cli commands
How to fix annoying mouse/touch device input lag on Windows 11?
A couple of weeks ago I posted about a really annoying issue – persistent mouse/touch device input lag on Windows 10. It was driving me crazy for an afternoon before I found the right Windows Update package to uninstall, purge, cleanse in hellfire, ship right back to Microsoft (with an…Continue reading How to fix annoying mouse/touch device input lag on Windows 11?
How to install the Classic Teams for Business client?
This article explains briefly and straightforwardly (and in a frustrated tone, the reasons of which you might already know) how to install the Classic Microsoft Teams for Business client, instead of the “new” client. I doubt the method will work for very long, but we’ll see. Background The new Microsoft…Continue reading How to install the Classic Teams for Business client?
This simple registry key will make your Windows computer 11.5% faster!
A’ight, it’s a clickbait title, but it’s also almost true. See, if you’re like me, you’re also sick and tired of Windows shoving Edge and Bing down your throat every time you search for something on your PC or click a system link? Do you want to find your files…Continue reading This simple registry key will make your Windows computer 11.5% faster!
How to remove files in a SharePoint library?
This article explains how you can remove a big batch of files from a library using either the UI or PnP PowerShell. And when I say “big”, I mean, roughly, “as many as possible”, without removing the library or touching the folders in it. I’m not trying to speedrun SharePoint,…Continue reading How to remove files in a SharePoint library?
How to solve “error TS2354: This syntax requires an imported helper but module ‘tslib’ cannot be found.” when running npm build scripts?
This article explains a solution to another dumb issue I ran into when checking out someone else’s repository and trying to build and run the solution. I’m calling the issue “dumb” because it’s not like I’m practicing rocket surgery here. And the solution isn’t particularly high-flying either. Then again, neither…Continue reading How to solve “error TS2354: This syntax requires an imported helper but module ‘tslib’ cannot be found.” when running npm build scripts?
How to solve ‘Mountpoint must either be a directory or not exist’ in Google Colab workbook?
This article is about how to fix a common error in Google Colab notebooks when trying to mount a Google Drive, and you just get an error along the lines of ‘Mountpoint must either be a directory or not exist’. I’ll explain the reason for the error, and provide several…Continue reading How to solve ‘Mountpoint must either be a directory or not exist’ in Google Colab workbook?
How to fix catastrophic mouse/touch device input lag on Windows 10?
Did you start experiencing weird input lag on your Windows 10 PC starting some time early 2024? This lag would take 1-6 seconds, during which your mouse and/or touch devices (touch screen or touch pad) would be completely unresponsive. Keyboard would work, though. Good. That means I wasn’t the only…Continue reading How to fix catastrophic mouse/touch device input lag on Windows 10?
How to update RAM on Synology DS423+?
Time for something completely different: Hardware stuff. In this article, I’ll explain how to upgrade Synology DS423+ NAS’s RAM memory, which super-cheap RAM memory I used, and a little bit about how I ended up with this device in the first place. Anyway. Let’s get to it. Background A while…Continue reading How to update RAM on Synology DS423+?