virtual-machine

Tag

Cards List
#virtual-machine

smolmachines / smolvm as a sandbox for untrusted Python & JavaScript

Simon Willison's Blog · 5d ago Cached

Research demonstrates smolvm's effectiveness as a secure sandbox for untrusted Python and JavaScript code execution using hardware-isolated VMs with features like CPU/RAM limits, network isolation, and filesystem controls.

0 favorites 0 likes
#virtual-machine

scScript for Linux

Hacker News Top · 2026-08-17 Cached

scScript is a C-like scripting language that compiles to bytecode and runs on a virtual machine for Linux, integrated with the scEmacs editor.

0 favorites 0 likes
#virtual-machine

Speeding Up the Plush Garbage Collector

Hacker News Top · 2026-08-17 Cached

The author details performance improvements to the garbage collector for their toy programming language Plush, focusing on optimizing the copying algorithm to reduce collection time.

0 favorites 0 likes
#virtual-machine

Pushing the limits of RISC-V emulation

Hacker News Top · 2026-07-29 Cached

This blog post explores how to make RISC-V execution faster on non-RISC-V machines using an ahead-of-time recompiler that connects basic blocks with tail calls and leverages Clang's preserve_none calling convention, as part of the OpenVM project at Axiom.

0 favorites 0 likes
#virtual-machine

Bytecode-to-Source Mapping

Hacker News Top · 2026-07-27 Cached

A technical blog post explaining techniques for mapping bytecode offsets back to source lines in virtual machines, using run-length encoding to reduce memory overhead with O(r) memory and O(n+r) sequential access, and discussing the predecessor problem for random access.

0 favorites 0 likes
#virtual-machine

Winding Down Artichoke Ruby

Hacker News Top · 2026-07-25 Cached

The author announces the winding down and archival of Artichoke Ruby, a Rust-based Ruby VM implementation, after six years, reflecting on the project's origins, achievements, and the reasons for its conclusion.

0 favorites 0 likes
#virtual-machine

@Saccc_c: Fun fact: ChatGPT Work includes a built-in 20GB, 9-core virtual machine for all paid users (I'm on Pro, Plus seems to have 15GB). It's essentially giving away a free VPS where you can run any remote service, including automation tasks, deploying agents, etc. That's awesome—I'm going to set up an openclaw to try it out, already installed quickly 😁 https://t.co/4iU1gmwG0h

X AI KOLs Timeline · 2026-07-22 Cached

ChatGPT Workspace includes a built-in 20GB/9-core virtual machine for paid users (20GB for Pro, about 15GB for Plus). It's essentially a free VPS that can be used to run remote services, automation tasks, and deploy agents.

0 favorites 0 likes
#virtual-machine

@chessMan786: Building a Virtual Machine in C

X AI KOLs Timeline · 2026-07-19 Cached

A tutorial on building a virtual machine using the C programming language, covering low-level systems concepts.

0 favorites 0 likes
#virtual-machine

Instruction Set and Language for Hypergraphs

arXiv cs.CL · 2026-07-14 Cached

This paper presents IsalHG, a method to represent any finite connected hypergraph as a string over a compact instruction alphabet, decoded by a virtual machine. It introduces a canonical string conjecture for hypergraph isomorphism and benchmarks against established methods.

0 favorites 0 likes
#virtual-machine

OpenComputer | An Open Source Computer Built For Agents.

Reddit r/LocalLLaMA · 2026-07-06

OpenComputer is an open-source virtual machine environment for AI agents that provides a human-accessible computer interface, allowing agents to safely operate while users can observe and collaborate. It runs locally with small context models and avoids screenshot-based navigation for efficiency.

0 favorites 0 likes
#virtual-machine

@Hp2ai: https://x.com/Hp2ai/status/2072687103092441521

X AI KOLs Timeline · 2026-07-02 Cached

This tutorial details how to use the DJI 4G module, VMware virtual machine, Debian system, and vohive tools to pull WiFi Calling, including preparation of accessories, virtual machine creation, system installation, and proxy configuration.

0 favorites 0 likes
#virtual-machine

Creating a development sandbox with crosvm

Lobsters Hottest · 2026-07-02 Cached

A guide on using crosvm to create an isolated development sandbox, addressing software supply-chain risks by running development tools and tests in a virtual machine.

0 favorites 0 likes
#virtual-machine

FMAG: A single-instruction GPU virtual machine and toolchain

Lobsters Hottest · 2026-06-17 Cached

FMAG is a GPU virtual machine with a single instruction (fused multiply-add with guard) that eliminates thread divergence, allowing efficient interpretation of arbitrary programs per element on the GPU. It includes a toolchain and library for writing and running such programs.

0 favorites 0 likes
#virtual-machine

mvm - a fast virtual machine for Go

Lobsters Hottest · 2026-05-23 Cached

mvm is a fast, portable virtual machine for Go that allows running Go programs directly from source, embedding a Go interpreter, and includes a REPL, debugger, and standard library.

0 favorites 0 likes
#virtual-machine

Bytecode VMs in surprising places (2024)

Hacker News Top · 2026-05-22 Cached

This article explores surprising uses of bytecode virtual machines, specifically eBPF in the Linux kernel and DWARF expressions for debug information in compiled binaries.

0 favorites 0 likes
#virtual-machine

SBCL: the ultimate assembly code breadboard (2014)

Hacker News Top · 2026-05-20 Cached

A technical blog post exploring how to use SBCL as a breadboard for assembly code, focusing on stack-based virtual machine techniques such as rotating stacks and efficient primop dispatch, with references to the F18 processor and x87 stack.

0 favorites 0 likes
#virtual-machine

I've built a virtual museum with nearly every operating system you can think of

Lobsters Hottest · 2026-05-20 Cached

The developer has released the world's first multi-platform interactive operating system virtual museum — Virtual OS Museum, featuring over 1700 virtual machine installations, covering more than 250 platforms and nearly 600 different operating systems, with a graphical bootloader and snapshot restoration functionality.

0 favorites 0 likes
#virtual-machine

Reviving old scanners with an in-browser Linux VM bridged to WebUSB over USB/IP

Hacker News Top · 2026-05-18 Cached

Describes yes-we-scan.app, a web app that uses an in-browser Linux VM (v86) and WebUSB to allow users to revive old USB scanners without native drivers, by running SANE in the browser.

0 favorites 0 likes
#virtual-machine

A mini-computer you run from a folder on your computer that can train small LLMS

Reddit r/artificial · 2026-05-17

VirtualPC is an open-source 8-bit computer simulator that can train small neural networks from assembly code, demonstrating machine learning at the bare-metal level.

0 favorites 0 likes
#virtual-machine

Dart Live, a compiler, VM, analyzer and hot reload on the web via Wasm

Lobsters Hottest · 2026-05-13 Cached

Dart Live enables running the Dart compiler, VM, and analyzer entirely in the browser via WebAssembly, supporting stateful hot reload without a server.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback