Wednesday, September 16, 2026

Grok is now in Copilot - xAI models are being added as subprocessors, giving users another choice in Word, Excel, &PowerPoint


"Microsoft Copilot will soon support Grok models from xAI. Word, Excel, and PowerPoint users in the Microsoft Frontier Program can test Grok models now, with general support expected to roll out in the future."
"Grok models are being added to Microsoft's Online Services Subprocessor list."
" Using Grok as a subprocessor helps Copilot tackle different tasks and provides redundancy that protects against outages or issues with other subprocessors."
"Once an admin enables the integration, you can set Copilot in apps like Word, Excel, and PowerPoint to automatically pick the best model for a task, or manually pick between GPT, Claude, or Grok directly from a drop-down menu in the interface."

Bringing modern USB xHCI support to Windows 98/ME/2K


Everything is open-sourced here if you want to jump right in to use it: https://github.com/yeokm1/xhci98.

"The USB host controller on most modern PCs today is based on the Extensible Host Controller Interface (xHCI) USB 3.0 standard. It was first publicly finalised by Intel in 2010 and is now the de facto standard superseding prior USB host standards. Updates to the standard have been provided over the years with the latest now at 1.2c.

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/