
Hypervisor
Type of softwareWikipedia
20
MENTIONS
5
EPISODES
5
PODCASTS
Search complete. 20 mentions across 5 episodes found for "Hypervisor".
Sep 9, 2026
Virtual Time on a Deadline: Building an Open-Source Deterministic Hypervisor
A
1:34Alex PshenichkinHOST
I am the lead developer on the Antithesis
D
1:37David WynnHOST
Deterministic Hypervisor.
D
1:39David WynnHOST
And it will become eminently clear in a moment why Alex is here, because our guests today are Peter and Nicholas, who have built a determinator and open sourced it.
D
1:50David WynnHOST
And we're going to talk a little bit more about that as we go along.
15 MINS LATER
P
17:01Peter GraugaardGUEST
But at the beginning, we start just trying to patch some of the stuff in Linux, even though it can show up later, technically.
P
17:10Peter GraugaardGUEST
If some other software does the same thing that Linux is doing, then we can't patch all software.
P
17:16Peter GraugaardGUEST
So we want to patch it in Hypervisor where it's possible.
P
17:19Peter GraugaardGUEST
But then it can work for something because Linux does weird stuff that other software doesn't do.
368: Push, Pull, and Pray: GitHub Outage Strikes
J
16:15Justin BrodleyHOST
Moving on to Cloud Tools.
J
16:17Justin BrodleyHOST
Docker is replacing its third-party virtualization layer with a first-party VMM built-in house, giving them full control over the stack that sits between host hardware and containers on Mac and Windows Docker desktop installs.
J
16:27Justin BrodleyHOST
The switch targets concrete pain points, including faster container startup, quicker file IO for edit, compile, test loops, and memory that gets
R
16:34Ryan LucasHOST
returned to the host when containers are idle instead of being held indefinitely.
J
16:46Justin BrodleyHOST
The same engine also powers Docker Sandboxes, so improvements in future enterprise admin controls for governance.
J
16:51Justin BrodleyHOST
It features LANs in both products simultaneously, part of a stated longer-term goal of unified runtime across laptop, cloud, and on-premise environments.
J
16:59Justin BrodleyHOST
It's included in the Docker Desktop version 4.86. I've been using the VMM on the Mac for quite a while now.
J
17:06Justin BrodleyHOST
So I because the Mac virtualization with the old version was a lot of emulation.
Episode 804: Don’t tell mum the babysitter’s Facebook
J
44:35John HoneyballPANELIST
There's lots of tweaks this year around.
J
44:38John HoneyballPANELIST
And if you've got an M4 or later, there's even more AI hardware access stuff that they've built into the Hypervisor platform.
J
44:49John HoneyballPANELIST
Of interest also to this is that Microsoft have said this week that Windows on ARM should now be considered a first-party version of Windows, rather than the sort of the also-ran behind the Intel AMD version that they view now as being... uh you know full fat no excuses no compromises and so forth uh which of course is very interesting as as we know there's forthcoming arm based with nvidia support hardware coming for windows and that will be windows on arm so windows alarm is getting better and now parallels is getting better as well everything's getting
T
45:27Tim DantonHOST
better and i believe that mac manias and mac studios are getting better darian
677: Butler at your service
R
33:49Ruben ShadeHOST
This is a major breaking change I'm proposing to land soon.
R
33:53Ruben ShadeHOST
It changes the VMM design to create a new file type for each VM.
R
33:58Ruben ShadeHOST
Interesting.
R
33:59Ruben ShadeHOST
When a VM is created, the caller gets a new file descriptor for using IO control calls against that VM.
R
34:20Ruben ShadeHOST
Why do this? And he proposes three reasons.
R
34:23Ruben ShadeHOST
Number one, better isolate which processes can manipulate a VM.
R
34:28Ruben ShadeHOST
Today, it's a hacky combination of knowing the magic number and VMM tracking and owning PID.
R
34:34Ruben ShadeHOST
The current design scares me.
P
Unknown podcast
Ep 147: OpenAI is testing private safety processing that keeps frontier-model interactions off…
Aug 20 · 1 Mention
P
4:06PatrickHOST
A 150-prompt benchmark shows retrieval grounding and human-in-the-loop verification raise constraint accuracy, SQL executability, and multi-turn stability over plain LLM baselines.
P
4:19PatrickHOST
Simon Willison released notes and a GitHub research repo on running untrusted code in a small VMM sandbox.
P
4:26PatrickHOST
The setup tested Claude code in a restricted environment that lacks dev KVM.
P
4:31PatrickHOST
The work provides concrete configuration details for builders who need isolated execution for agent tool calls.