Hacker News with Generative AI: Virtual Machines

The Curious Case of Beam CPU Usage (2019) (stressgrid.com)
While benchmarking Go vs Elixir vs Node, we discovered that Elixir (running on the BEAM virtual machine) had much higher CPU usage than Go, and yet its responsiveness remained excellent. Some of our readers suggested that busy waiting may be responsible for this behavior.
MRubyD: A new mruby virtual machine implemented in pure C# (github.com/hadashiA)
MRubyD is a new mruby virtual machine implemented in pure C#. The name "MRubyD" stands for mruby for dotnet and pays homage to the well-known alternative implementation mruby/c. Designed with seamless integration in mind for C#-based game engines, and emphasize ruby level compatibility. MRubyD leverages the latest C# features for high performance and high extensibility.
WWDC22: Create macOS or Linux virtual machines [video] (youtube.com)
Show HN: Computer – Build Your Manus AI Agent with an OSS macOS Sandbox (github.com/trycua)
Create and run high-performance macOS and Linux VMs on Apple Silicon, with built-in support for AI agents.
Windows 11 Arm VMs on a Raspberry Pi, with BVM (jeffgeerling.com)
With the release of a Windows 11 for Arm ISO, it's easier than ever to get an officially-supported install of Windows on many different Arm PCs—now including a Raspberry Pi.
Low Overhead Allocation Sampling with VMProf in PyPy's GC (pypy.org)
There are many time-based statistical profilers around (like VMProf or py-spy just to name a few). They allow the user to pick a trade-off between profiling precision and runtime overhead.
Gentoo Linux Announces Official QCOW2 Images for Cloud VMs (phoronix.com)
One of the Linux distributions we hear very little about in the industry for cloud/VM usage is Gentoo Linux. But that could change with the Gentoo project now putting out official QCOW2 disk images to make it easier deploying this source-based Linux distribution within virtual machines.
I Wrote a WebAssembly VM in C (irreducible.io)
For the last 6 months, I’ve been spending my (limited) free time on evenings and weekends writing a WebAssembly VM in C.
Microsoft's Hyperlight WebAssembly for VMs Is Open Source (thenewstack.io)
Developing inside a virtual machine (disintegrator.dev)
Last year, I started a new job at Speakeasy and with every new job and fresh laptop is an opportunity to revise my workflow.
Write Your Own Virtual Machine (2022) (jmeiners.com)
In this tutorial, I will teach you how to write your own virtual machine (VM) that can run assembly language programs, such as my friend’s 2048 or my Roguelike.
JEP 483: Ahead-of-Time Class Loading and Linking (openjdk.org)
Improve startup time by making the classes of an application instantly available, in a loaded and linked state, when the HotSpot Java Virtual Machine starts. Achieve this by monitoring the application during one run and storing the loaded and linked forms of all classes in a cache for use in subsequent runs. Lay a foundation for future improvements to both startup and warmup time.
Show HN: Ephemeral VMs in 1 Microsecond (github.com/libriscv)
Multi-tenancy allows one server to be safely shared among many users, each of which cannot access each others or negatively affect the HTTP service.
MoarVM – A VM for NQP and Rakudo (moarvm.org)
The MoarVM team is proud to release version 2024.12, the latest release of the Moar Virtual Machine.
Show HN: A new Bluebook implementation of the Smalltalk-80 VM (github.com/rochus-keller)
This is a Smalltalk-80 implementation written in Luon, following the famous Smalltalk "Bluebook".
SP1: A performant, 100% open-source, contributor-friendly zkVM (succinct.xyz)
We’re excited to announce Succinct Processor 1 (SP1): our first-generation zero-knowledge virtual machine (zkVM) that verifies the execution of arbitrary Rust (or any LLVM-compiled language) programs.
Show HN: Onctl – Cloud-Agnostic VM Management Tool with Ready-to-Use Templates (github.com/cdalar)
onctl is a tool to manage virtual machines in multi-cloud.
Compiling Lisp to Bytecode and Running It (healeycodes.com)
Before this, the only virtual machine (VM) I had written was for Advent of Code. Day 8 of 2020 asks you to write a program to evaluate a list of instructions so that you can help fix a kid's game console.
Deegen: A JIT-Capable VM Generator for Dynamic Languages (arxiv.org)
Building a high-performance JIT-capable VM for a dynamic language has traditionally required a tremendous amount of time, money, and expertise.
Webvm: Virtual Machine for the Web (github.com/leaningtech)
This repository hosts the source code for https://webvm.io, a Linux virtual machine that runs in your browser.
Deegen: A JIT-Capable VM Generator for Dynamic Languages (arxiv.org)
Building a high-performance JIT-capable VM for a dynamic language has traditionally required a tremendous amount of time, money, and expertise.
Futexes at Home (specificprotagonist.net)
Writing a toy Java Virtual Machine, as one does, I’ve come across the need to lock objects when a synchronized method or block is run.
The Poor UX/UI of Major Cloud Providers: ECS/VMs Management (ycombinator.com)
The user experience of major cloud providers is surprisingly poor, especially when it comes to basic VM/instance management.
VMware Workstation and Fusion are now free for everyone (theverge.com)
VMware made its Fusion and Workstation software that creates and manages virtual machines free for personal use earlier this year. Now, the company announced that as of Monday, it’s free for everyone, including commercial customers. Also, the Fusion (for Macs) and Workstation (for Windows and Linux) Pro versions are no longer available for purchase.
Hyperlight: Virtual machine-based security for functions at scale (microsoft.com)
The Microsoft Azure Core Upstream team is excited to announce the Hyperlight project, an open-source Rust library you can use to execute small, embedded functions using hypervisor-based protection for each function call at scale.
Accelerating the Performance of Rosetta in Linux VMs on Apple Silicon (apple.com)
Windows infected with backdoored Linux VMs in new phishing attacks (bleepingcomputer.com)
A new phishing campaign dubbed 'CRON#TRAP' infects Windows with a Linux virtual machine that contains a built-in backdoor to give stealthy access to corporate networks.
iPod fans evade Apple's DRM to preserve 54 lost clickwheel-era games (arstechnica.com)
Dozens of previously hard-to-access games can now be synced via Virtual Machine.
Claude Computer Use agent spins up another agent in its VM (twitter.com)
Implementing an Intermediate Representation for ArkScript (lexp.lt)
ArkScript is a scripting language, running on a VM. To accomplish this, we had (as of September 2024) a compiler generating bytecode for the virtual machine, receiving an AST from the parser (and a few other passes like name resolution, macro evaluation, name and scope resolution…).