The new #Snapdragon X2 and #Nvidia N1X SoCs are absolutely amazing in performance, battery life, *and* price. This is the power of building with the ecosystem instead of against it. The new #Windows laptops in the pipeline coming this year are game changers.
Posts by Onur Filiz
This is just Windows client revenue shifting from per-user licensing to subscription licensing and cloud.
W&D also does not include Gaming, Windows 365 / VDI, Windows Server, Windows VMs on Azure, etc. which all run Windows. We'd have to add all those up to reach a number comparable to old metrics.
This seems to be a misunderstanding. As of FY25, "Windows & Devices" includes only the Windows client revenue sold through the OEM channel (i.e. consumer PCs). It does not include Windows commercial revenue: volume licensing and cloud licenses, which are now reported under "M365 Commercial".
WSL runs microVMs, same tech that was initially developed for running hw-virtualized containers (aka Hyper-V “Xenon” containers) on Windows. It exposes a minimal modern (“born in the cloud”) virtual motherboard, plus state mirroring between the two kernels to keep them in-sync. Really cool stuff.
Support by listening. He currently has 3,000 monthly listeners. Make it 300,000.
open.spotify.com/album/1K9kvI...
This enables secure and efficient workload orchestration in right-sized microVMs.
Watch @markrussinovich.bsky.social explain it all in "Inside Azure Innovations" (@ 15:45):
ignite.microsoft.com/en-US/sessio... [3/3]
Manifold is Azure's AI infrastructure orchestrator. It uses the new Direct Virtualization feature to securely and efficiently run its workloads.
direct access to hardware accelerated devices such as GPUs for full performance.
In Direct Virtualization, the parent orchestrator VM can ask the hypervisor to take its CPU, memory and device resources, and create child VMs with those resources to run untrusted workloads it directly controls. [2/3]
Comparison of direct virtualization and nested virtualization. In direct virtualization, the guest does not run a nested hypervisor and can give its child VMs direct access to the hardware.
We've announced a new feature called "Direct Virtualization" at #MSIgnite.
We want containers to be 1st-class citizens in #Microsoft #Azure, give container and application orchestrators the ability to run untrusted or confidential workloads securely with hardware virtualization, and give them [1/3]
...your code in a child VM on top of a nested hypervisor, which requires maintenance and comes with significant performance penalties.
With DV, you can now run child VMs inside your VM using the Azure hypervisor, with full performance parity and device acceleration. No nested hypervisor required.
We've announced a new feature called "Direct Virtualization" at Ignite. The only acceptable security boundary in Azure to run untrusted code is virtualization. What if you, as a customer, also want to run code in isolation? Conventional answer is to run...
ignite.microsoft.com/en-US/sessio... 15:40
WSL runs microVMs, same tech that was initially developed for running hw-virtualized containers (aka Hyper-V “Xenon” containers) on Windows. It exposes a minimal modern (“born in the cloud”) virtual motherboard, plus state mirroring between the two kernels to keep them in-sync. Really cool stuff.
Church sign "Imagine all the people living in peace - John Lennon"
The local church demonstrates extreme selective quoting.
🎵 Imagine there is no hell or heaven ... no religion too... Worship at 10.
There is a "Skype dial pad" feature in the Teams app (both Windows and iOS), but it is just a link to calling.web.skype.com.
Skype the brand is dead, but Skype the product is still alive; it just merged into Teams. All accounts, contacts, chats, credits etc. are still available in Teams.
Nice! Windows now enforces much higher USB-C feature and performance standards than what USB-IF and USB specs allow. Every USB-C port on every new (24H2) Windows PC supports displays, chargers and data.
techcommunity.microsoft.com/blog/microso...
Bill Gates tears into Elon Musk for being “involved in the deaths of the world’s poorest children.” He’s also put a 20-year deadline on giving away virtually all of his wealth www.theverge.com/news/663322/...
I left Amazon because I hated the politics and bureaucracy there, but I was still proud of the work we did. Now, this, just makes me feel sick.
...and now this. Official Trump Store on Amazon. There is no limit to how deep Amazon will kiss his ass if it gives them an advantage.
www.amazon.com/stores/Trump...
Amazon (really #Magazon at this point) is openly bribing the new royal family anyway they can. Zero principles, zero backbone.
www.cnn.com/2025/03/10/m...
So you’ve reached the bargaining stage. I’ve been stuck in depression since January.
it looks like Microsoft CEO Satya Nadella is notably absent from Trump’s inauguration 🤔
Fortune cookie with the text "You will have a happy adventure soon."
A note of gratitude as we welcome 2025.
I've kept this fortune cookie slip in my home office for the past 20 years. It's from our first team lunch after joining Microsoft in late 2004.
Finding peace, meaning and purpose in your work is a blessing.
May 2025 bring you your own happy new adventures.
XPS isn’t dead. It is just being rebranded as “Max”, starting with the next generation in mid-2025.
Code snippet showing GitHub Copilot auto-complete the word "#define" to an entire macro, reading my mind.
I have a basic understanding of how LLMs work, so I realize calling this "intelligence" would be akin to seeing ghosts in a teacup. But from a strictly practical get-stuff-done point of view, GitHub #Copilot surprises me a few times a day by practically reading my mind.
Note I only typed "#define".
A black and white photo of Max Planck. His arms are crossed and he is looking at the camera. Planck has a substantial mustache and his hair is receding. He is wearing a heavy, dark suit with a high-collared white shirt and a small black bowtie.
Happy #QuantumDay to all who celebrate!
Max Planck submitted work on blackbody radiation to the German Physical Society #OTD in 1900.
His novel “quantum hypothesis” suggested that matter emits and absorbs light with frequency f only in discrete chunks of energy E=hf. 🧪 ⚛️ (1/n)
Image: AIP
That's the beauty of incremental improvements. I enjoy the simplicity, the ROI, the craft, as much as those shiny big projects. We overstate impact of "new". Impact is putting in that extra effort in everyday work, making the right engineering trade-offs, wherever you can find it. 2 MiBs at a time.
On a typical Windows client, savings amount to ~2MiB of nonpaged pool. Not much. When you install the Windows 11 24H2 update, you won't notice it. On scale, for 1.5 billion eligible Windows clients, these 20 lines save 3 PiBs (~2^51) of memory globally. And I've done it 3 times already this year.
Simply growing it would "fix the bug". But at Microsoft's scale, every line of code impacts tens, hundreds of millions of people. One-size-fits-all, doesn't. So, I wrote a heuristic that adjusts the buffer size dynamically based on the OS SKU, processor count, memory size, etc. 20 lines in an hour.
The hypervisor runs everywhere nowadays, from Xbox to Azure, ranging from hw with a few cores and MBs of memory, to giants in Azure with 100s of cores and TBs of memory. It also runs on Windows 10/11, where it's the foundation for virtualization-based security. The buffer needed to grow for Azure.