Windows is one massive (private) Git repo.
When I was at MS, the Windows Source had around ~3k PRs a day!
Regular Git didn’t scale to those levels at the time.
Internally there was a progression from Git -> GVFS -> Scalar -> merge back to Git. Here's how it worked:
"35% of the US stock market is held up by five or six companies buying GPUs."
Ed Zitron, The Hater's Guide to the AI Bubble
Here's the article I was working on today, and the first I've written for The Register in a hot minute: a look at a new, generated-from-actual-1980s-hardware, 1.5-million-strong test suite for the Intel 286 and compatibles.
In 2025. Yes. Emulator devs are a different breed, I tell you, and we're all the richer for 'em.
https://www.theregister.com/2025/07/21/intel_286_test_suite/
Wikimedia Foundation Challenges UK Online Safety Act Regulations | Wikimedia Foundation
https://alecmuffett.com/article/113724
#AgeVerification #OnlineSafety #surveillance #wikipedia
Hewlett-Packard Enterprise (HPE) is warning of hardcoded credentials in Aruba Instant On Access Points that allow attackers to bypass normal device authentication and access the web interface.
JavaScript broke the web (and called it progress), https://www.jonoalderson.com/conjecture/javascript-broke-the-web-and-called-it-progress/.
> Everything’s optimised for developers – and hostile to everyone else.
> This isn’t accidental. It’s cultural. We’ve created an industry where complexity is celebrated. Where cleverness is rewarded. Where engineering sophistication is valued more than clarity, usability, or commercial effectiveness.
And still. Was told I’m an idiot when I was saying it’s getting too complex. Now this is the result.
Cry and sob hysterically at every occasion, especially when confronted by government clerks.
A Microsoft ouchy on a Saturday, oh my:
Active exploitation already happening...
One of my coworkers refers to Open Source as “the most incredible thing humanity has ever accomplished.” When he says that, he’s not making a socioeconomic or political statement, nor is he ignoring technical shortcomings. Rather, he is making an observation about how millions of people have created this immense pile of loosely coupled legos that actually all kind of fit together, without any central direction or fiat authority, with the only final arbiter being user adoption.
Mildly cursed factoid about UNC paths:
- UNC Paths can contain IP addresses such as \\192.168.1.1\share
- IPv6 addresses are supported as well
- IPv6 addresses contain colons
- can't have colons in Windows paths since colons are reserved for drive letters
So Microsoft came up with the the ipv6-literal.net domain that's special-cased by Windows so you can to write IPv6 addresses in UNC paths as 2a0e-3c0--21.ipv6-literal.net without it hitting any resolvers.