Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
alexzenla
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
by
alexzenla
3mo ago
When building Edera (product from article), I also had the added problem of the virtual networking gap where I was bridging a 10Gbit NIC over a virtual interface, and I had weird performance bouncing between 3Gbit and the full 10Gbit. Lucki
2.
▲
by
alexzenla
3mo ago
(CTO of Edera here) Great point! We also try to factor that in as well. Steven (the author) will cover that in part 2!
3.
▲
New command-line in macOS 27 for interacting with Foundation Models
(bsky.app)
3 points
by
alexzenla
3mo ago
|
0 comments
4.
▲
by
alexzenla
7mo ago
All of that is a yes, plus compressed memory is a big component of macOS.
5.
▲
by
alexzenla
7mo ago
When running on bare metal, the CPU performance is within 1%, so usually quite well! Hardest thing is I/O, but we do a lot to help with that too.
6.
▲
by
alexzenla
7mo ago
I'd say the limitation has been that sometimes we have to implement things by hand. But it has enabled us to do things that others can't achieve since KVM is a singular stack in many ways. For example, VFIO-PCI is largely the same
7.
▲
by
alexzenla
7mo ago
I was more specifically referring to the fact that to implement threads in gVisor, it calls to the go runtime, which does make calls to clone() (not fork()), but I see the pushback :) I think it's a small distinction. fork() itself isn
8.
▲
by
alexzenla
7mo ago
This is why you can't build these microVM systems to just do isolation, it has to provide more value than that. Observability, policy, etc.
9.
▲
by
alexzenla
7mo ago
This is the thesis of our research paper here, a good middle ground is necessary: https://arxiv.org/abs/2501.04580
10.
▲
by
alexzenla
7mo ago
The reason why virtualization approaches with true Linux kernels is still important is what you do allow via syscalls ultimately does result in a syscall on the host system, even if through layers of indirection. Ultimately, if you fork() i
11.
▲
by
alexzenla
7mo ago
This is a big reason for our strategy at Edera ( https://edera.dev ) of building hypervisor technology that eliminates the standard x86/ARM kernel overhead in favor of deep para-virtualization. The performance of gVisor is of
12.
▲
by
alexzenla
8mo ago
Not sure why this says East coast, I am also affected here in Seattle.
13.
▲
Sprout: Rust UEFI Bootloader
(github.com)
6 points
by
alexzenla
10mo ago
|
0 comments
14.
▲
by
alexzenla
11mo ago
Hi! I’m the CTO of Edera and discovered this bug with my colleague Steven! The story of this bug is interesting. We were both up late at night working on GPU support on the Edera platform, and we had just pulled an NVIDIA container image. W