๐ซ Flying podman high with libkrun and vmnet-helper!
Fedora 44 VM with krunkit + vmnet-helper + offloading takes off โ 38 Gbits/sec TX, 44 Gbits/sec RX, zero retransmits. Fasten your seatbelt and enjoy the altitude.
https://t.co/GCCQ07gjXf
@slpnix@Podman_io@fedora
๐ซ Flying podman high with libkrun and vmnet-helper!
Fedora 44 VM with krunkit + vmnet-helper + offloading takes off โ 38 Gbits/sec TX, 44 Gbits/sec RX, zero retransmits. Fasten your seatbelt and enjoy the altitude.
https://t.co/GCCQ07gjXf
@slpnix@Podman_io@fedora
vmnet-helper v0.12.0 is available! custom network addresses, shared mode isolation, smarter defaults, improved documentation, and a new FreeBSD tutorial.
Get it from brew (macOS 26):
brew tap nirs/vmnet-helper && brew install vmnet-helper
@slpnix@nohajc
TONIGHT IN TEL AVIV: Ben Gvirโs police violently broke up an anti-war demonstration, arresting Standing Together co-director Alon-Lee Green & activist Nadav Oren.
No matter how much they try to silence us, we refuse to stop protesting against Netanyahuโs cynical forever war!
HAPPENING NOW IN TEL AVIV! The largest rally we had against this war and for Israeli-Palestinian peace. Thousands of Jewish and Palestinian citizens of Israel are marching now demanding a ceasefire agreement, the release of the hostages and the end of the killing in Gaza. Wow.
๐ vmnet-helper goes to eleven!
Run persistent Linux VMs on macOS with
launchd. No PID files, no wrapper scripts. Just launchctl start and
you're up. Now with offloading support for krunkit.
https://t.co/YZgcDTLDUm
@slpnix@minikube_dev
vmnet-helper v0.10.0 is available ๐
Release notes: https://t.co/4GPUCC0QZB
On macOS 26 get it from brew:
brew upgrade vmnet-helper
On older version see https://t.co/dyL76RdRYe
AI fun
Me: Why this line was changed?
- b[0] = (b[0] | 2) & 0xfe
+ b[0] = (b[0] | 2) & 0xFE
Claude: That was black reformatting 0xfe to 0xFE. No functional change โ just the formatter preferring uppercase hex.
Me: black changed the constant??
Claude: Sorry, that was actually me