-
How to host WordPress without it being a SNITCH
I hate companies that make users think they’re getting something for free but then have these hidden functions that report back to the mother-ship what users are doing with them. WordPress’s parent company, Automattic, doesn’t have the best reputation as of late (check out the deal they made to sell your data to OpenAI). Just…
-
Why Linux?
Because Windows and MacOS both suck. I’ve dabbled with Linux since I was a kid. I remember asking my uncle to buy a copy of Red Hat Linux (I think it was Red Hat 5?) on CD from eBay for me when I was just a middle-school aged nerd. We had painfully slow dial-up internet…
-
Disable Azure CLI Telemetry Collection
Pfffffffft! Dafuq? No thank you, Microsoft. That’s getting #disabled right TF now. (See Microsoft official documentation)
-
Writing systemd User Timers
Why am I writing this? I omitted installing the cron package on my Linux box since systemd provides a timers function. Who needs two packages to do one thing? Heh… for a moment I thought maybe I do because some of the documentation out there is a little confusing. Or I’m just dumb. Or both.…
-
Parallels Desktop VM Isolation
I’m fascinated by the logic here. Why is this experience not inverted? Why is the user only prompted for confirmation when ENABLING isolation (because: why would I want said VM to be able to read the contents of my clipboard?) but not when disabling it? Isn’t the isolation the entire point of the VM? 🤔
-
Holiday Time Off Shenanigans
What do you do for time off? Home improvement? Technical skilling? Visiting family? Hang out with friends? I’m off work until January 3rd! I need some things to keep myself busy: Seems like enough for a while. It’s a rough work in progress, but check out https://www.communityreeftank.com
-
A&M Landscaping and Lawncare
While hopping off a work call just now I happened to notice the sound of a mower outside. Odd. When I peered out the window, the neighbor’s yard was being mowed. VERY ODD. Especially today, on the 28th of November. It’s currently 29° Fahrenheit (that’s -1.67° Celsius for you metric weirdos) and the ground felt…
-
Ozotech Poseidon Racket
It’s been a long time since I’ve given any thought to the ozone setup I run on the office tank. I was contemplating updating my 15+ year old (but still very much working!) AquaMedic 200 mg Ozone Generator with one of the Ozotech Poseidon units until I read on the Ozotech website they suggest replacing…
-
Cleaning Azure File Shares with Azure Functions
One of the complaints I have about using FSLogix to store AVD User Profiles on Azure File Shares is that there’s no native way to clean up the stale / unneeded VHDs once users move on. If you search the web, you’ll come across some curiously misleading examples that discuss setting up an Azure Function…