Category: Tech
-
Working with AI: A Human-Centered Approach to Code Collaboration
My coding pace slowed down; AI’s never does. The trick is keeping it from “helping” too much – with good docs, clear prompts, and lots of patience. Lately, I’ve been experimenting with agentic coding AI—tools like GitHub Copilot and ChatGPT that can read my code, suggest changes, and edit multiple files at once. At first,…
-
AI as Your Pair Programmer: Sometimes Junior, Sometimes Peer, Sometimes Mentor
Or: Convincing Myself Our AI Overlords Aren’t Replacing Us (Yet) Introduction After 20 years in software development, I’ve seen the landscape shift – from debugging with print statements to navigating version control debates, and leaning on Stack Overflow like a trusted colleague. Now, a new kind of collaborator has joined the team: AI. What I’ve…
-
Using DevilBox for WordPress Development on WSL2 on Windows
Or: pretending I’m still a *nix wizard. It’s been a while since I moved from MacOS back to Windows, and it’s also been a while since I worked on any WordPress sites. I like Sage. Unfortunately, both Lando and Laragon are not supported scenarios, and so I went back to the Devilbox, which I used…
-
LibreELEC 10, Raspberry Pi and Crashing
So, I recently switched my HTPC Raspberry Pi 3 from RetroPie, on which I only use Kodi anyway, to LibreELEC 10. Immediately started experiencing crashing just browsing, especially when viewing TV shows. I’m using it in conjunction with a Jellyfin server, so I thought it might have been caused by the Jellyfin addon for Kodi.…
-
Working with Ancient Network Equipment (or: Getting Around Old SSL and TLS Versions)
The Problem At work, I recently had to dig out an old NETGEAR SRX5308 ProSAFE Quad WAN Gigabit SSL VPN Firewall (that’s a mouthful) for a very specific scenario (try shotgunning four LTE modems). Problem was, no modern browser can access the web management page due to the ancient SSLv3 standard without changes to the…
-
Ubiquiti Device Discovery Tool Outdated As Hell
…and how to “fix” it Ubiquiti’s Discovery Tool hasn’t seen an update since 2017 — and if you try running it on a modern system, you’ll probably get this very helpful error: A Java Exception has occurred. That’s it. No stack trace, no details, just failure. Installing an ancient Java version system-wide isn’t exactly great…
-
The Perfect HTPC?
Update 2021/02/12Unfortunately, it’s not a suitable HTPC. It doesn’t support CEC, and that will rule it out for many people. The fan noise is also a bit of a concern, but I find that at typical TV viewing it didn’t bother me. It is, however, a very good emulation machine. Chuwi is currently running a…
-
Android Emulators and Hyper-V for fun and profit
There are various reasons to enable Hyper-V on Windows 10 installs especially for developers. Tools like Docker and WSL 2 require it. One hurdle though, especially for gamers like myself, is that the Android emulators designed for gaming were not compatible with Hyper-V. The official Android emulator does support Hyper-V, but it is pretty awkward…
-
Verisign SSL Certs with Apache2
Just spent a couple of hours wrestling with this… So apparently Verisign certs do not work with mod_ssl because they are packed in the PKCS#7 format. For my own future reference: Source: Using a Verisign SSL Certificate with mod-ssl.