Wednesday, September 16, 2026
Grok is now in Copilot - xAI models are being added as subprocessors, giving users another choice in Word, Excel, &PowerPoint
Bringing modern USB xHCI support to Windows 98/ME/2K
Given its relatively recent introduction, only modern operating systems like Windows 8 onwards natively support it. Supporting older machines will require the chipset vendors to provide the driver stack which is the case back to Windows XP. What if we want to go back further?"
"I wanted to see if I could build a native xHCI driver for Windows 98. Especially with AI assistance today, this should be possible right?"
"usbport.sys is a USB 2.0-era design. It has no concept of SuperSpeed and neither does anything above it. Doing USB 3.0 properly would mean replacing the entire host controller driver (HCD) stack on the operating systems and I doubt many machines using those OSes would benefit from that speed anyway.
Fortunately every USB 3.0 connector also carries the USB 2.0 wires and xHCI exposes them as a separate logical port per connector. The driver manages those USB 2.0 ports and leaves the USB 3.0 ports unpowered. A SuperSpeed device upon not detecting any active USB 3.0 lines, then falls back onto the USB 2.0 pins of the same connector and runs at High-Speed. That is why the flash drive above benchmarks at USB 2.0 speed."
Monday, September 14, 2026
If I Had to Start Over, I’d Buy This Raspberry Pi – RaspberryTips
Pi Zero 2W - https://raspberrytips.com/buy-this-raspberry-pi/
Saturday, September 12, 2026
10 useful Linux commands
https://www.howtogeek.com/these-linux-commands-showed-me-life-is-better-without-windows/
Alpine is a Linux distro that fits in 200MB
Small by modern standards, but still useful. https://www.howtogeek.com/the-smallest-linux-distro-thats-actually-worth-using-in-2026/
8 things you should never do in Proxmox (unless you want your homelab to crash)
It does it’s own file management - don’t try to ‘help’. https://www.howtogeek.com/things-should-never-do-in-proxmox-unless-want-homelab-to-crash/
Stop using the cd command — the Linux zoxide command is faster, smarter, and easier
https://www.howtogeek.com/stop-using-the-cd-command/