home.social

#microvm — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #microvm, aggregated by home.social.

fetched live
  1. Армия в терминале

    Как coding agents превратили разработчика в диспетчера машин — и запустили гонку оркестраторов, песочниц и ИИ‑фабрик. Ещё недавно программист открывал один терминал и разговаривал с одним агентом. Затем терминалов стало пять, веток — семь, а главным дефицитом оказался уже не код, а человеческое внимание.

    habr.com/ru/articles/1063558/

    #coding_agents #AIагенты #Claude_Code #git_worktree #tmux #оркестрация_агентов #мультиагентные_системы #песочницы #microVM #Model_Context_Protocol

  2. How to boot a Linux kernel to host one Single Process rather than a full Operating System ... and doing it in less than a Second - Article by Nick Moore #Linux #MicroVM nick.zoic.org/art/boot-naked-l

  3. How to boot a Linux kernel to host one Single Process rather than a full Operating System ... and doing it in less than a Second - Article by Nick Moore #Linux #MicroVM nick.zoic.org/art/boot-naked-l

  4. smolBSD is a tiny BSD UNIX (NetBSD) system creation tool, primarily aimed at building modern, lightweight, fast micro VMs.

    smolbsd.org/

    #NetBSD #microVM #BSD #containers

  5. smolBSD is a tiny BSD UNIX (NetBSD) system creation tool, primarily aimed at building modern, lightweight, fast micro VMs.

    smolbsd.org/

    #NetBSD #microVM #BSD #containers

  6. #Docker shipped a simple CLI:

    docker sandbox run claude ~/project

    At first glance, this looks like a glorified docker run command, but under the hood Docker is using a completely different technology:

    #microvm

    rivet.dev/blog/2026-02-04-we-r

  7. #Docker shipped a simple CLI:

    docker sandbox run claude ~/project

    At first glance, this looks like a glorified docker run command, but under the hood Docker is using a completely different technology:

    #microvm

    rivet.dev/blog/2026-02-04-we-r

  8. I started today's note yesterday, but ran out of energy.. As a bonus, I learned about the Chinese Room today so I included a link there:

    divisionbyzero.net/notes/2026-

    #fuck_ai #security #containers #microvm

  9. I started today's note yesterday, but ran out of energy.. As a bonus, I learned about the Chinese Room today so I included a link there:

    divisionbyzero.net/notes/2026-

    #fuck_ai #security #containers #microvm

  10. There is no reliable and user-friendly way to isolate AI agents on macOS other than separate hardware. Every emerging sandboxing tool is a bundle of compromises that falls apart under real workflows.

    I’m still exploring but what I’ve seen is that it’s either back to the Linux From Scratch times, pinky-promises built on deprecated dependencies or good ideas that only work for very simple demos.

    #aiagent #security #agentsIsolation #agentsSandboxing #microVM #claude #opencode #hermesAgent

  11. There is no reliable and user-friendly way to isolate AI agents on macOS other than separate hardware. Every emerging sandboxing tool is a bundle of compromises that falls apart under real workflows.

    I’m still exploring but what I’ve seen is that it’s either back to the Linux From Scratch times, pinky-promises built on deprecated dependencies or good ideas that only work for very simple demos.

    #aiagent #security #agentsIsolation #agentsSandboxing #microVM #claude #opencode #hermesAgent

  12. People of Proxmox, github.com/rcarmo/pve-microvm is now shipping, and works fine (although it still lacks a few creature comforts). #proxmox #microvm

    news.ycombinator.com/item?id=4

  13. People of Proxmox, github.com/rcarmo/pve-microvm is now shipping, and works fine (although it still lacks a few creature comforts). #proxmox #microvm

    news.ycombinator.com/item?id=4

  14. "The infrastructure for the world needs to catch up with where AI agents are -- quite pointedly, agents break the container model." Mark Cavage, President and COO, Docker, Inc.

    Now, #Docker and NanoCo (creators of NanoClaw) are working on that infrastructure with an integration between the minimalist alternative to #OpenClaw and #DockerSandboxes that further isolates #AIagents within a #microVM for safer business use. techtarget.com/searchitoperati

  15. "The infrastructure for the world needs to catch up with where AI agents are -- quite pointedly, agents break the container model." Mark Cavage, President and COO, Docker, Inc.

    Now, #Docker and NanoCo (creators of NanoClaw) are working on that infrastructure with an integration between the minimalist alternative to #OpenClaw and #DockerSandboxes that further isolates #AIagents within a #microVM for safer business use. techtarget.com/searchitoperati

  16. Learn how smolBSD creates minimal (10 MB) NetBSD VMs that boot in 10ms. Full UNIX system, Docker-like workflow, runs on QEMU and Firecracker.

    Full guide here: ostechnix.com/build-10mb-netbs

    #smolbsd #netbsd #microvm #unix #virtualmachine #opensource #qemu #firecracker

  17. Learn how smolBSD creates minimal (10 MB) NetBSD VMs that boot in 10ms. Full UNIX system, Docker-like workflow, runs on QEMU and Firecracker.

    Full guide here: ostechnix.com/build-10mb-netbs

    #smolbsd #netbsd #microvm #unix #virtualmachine #opensource #qemu #firecracker

  18. How I connect microvm.nix VMs to my home network VLANs.

    VMs get deterministic MAC addresses derived from their hostname, so the router handles all DNS and IP assignment.

    haruska.com/til/microvm-nix-vl

    #nix #microvm-nix #homelab #networking #selfhosted

  19. How I connect microvm.nix VMs to my home network VLANs.

    VMs get deterministic MAC addresses derived from their hostname, so the router handles all DNS and IP assignment.

    haruska.com/til/microvm-nix-vl

    #nix #microvm-nix #homelab #networking #selfhosted

  20. The mighty world of BSD

    Playing with again smolBSD, a fantastic metaOS system that I talked about a few weeks ago.
    I'm a newbie, a greenhorn, when it comes to meta-operating systems built on top of NetBSD.

    I am very eager to learn by doing, making mistakes in the process, correcting and feel the warmth of the BSD community, who is happy to correct, esp when I show that I read the docs after making the mistakes

    The journey is fantastic, the learning process is fun. microVM's are amazing. I've registered 11ms boot times on this small machine with a few CPU cores (and 40GB RAM). The fun is endless

    #programming #technology #BSD #netBSD #metaOS #microVM #networking #qemu #host #bmake #curl #sshd #Linux

    smolbsd.org/

  21. The mighty world of BSD

    Playing with again smolBSD, a fantastic metaOS system that I talked about a few weeks ago.
    I'm a newbie, a greenhorn, when it comes to meta-operating systems built on top of NetBSD.

    I am very eager to learn by doing, making mistakes in the process, correcting and feel the warmth of the BSD community, who is happy to correct, esp when I show that I read the docs after making the mistakes

    The journey is fantastic, the learning process is fun. microVM's are amazing. I've registered 11ms boot times on this small machine with a few CPU cores (and 40GB RAM). The fun is endless

    #programming #technology #BSD #netBSD #metaOS #microVM #networking #qemu #host #bmake #curl #sshd #Linux

    smolbsd.org/

  22. 🚀🔥 Oh joy, another tool claiming to simplify #Docker with a sprinkle of #microVM magic! Bottlefire: for those who think turning container images into cumbersome, zero-dependency Linux executables is the pinnacle of #innovation. 🐢⚙️ Because nothing screams 'progress' like shuffling dependencies into convoluted bash scripts.
    bottlefire.dev/ #Simplification #ContainerTools #BashScripts #HackerNews #ngated

  23. 🚀🔥 Oh joy, another tool claiming to simplify #Docker with a sprinkle of #microVM magic! Bottlefire: for those who think turning container images into cumbersome, zero-dependency Linux executables is the pinnacle of #innovation. 🐢⚙️ Because nothing screams 'progress' like shuffling dependencies into convoluted bash scripts.
    bottlefire.dev/ #Simplification #ContainerTools #BashScripts #HackerNews #ngated

  24. My #NixOS 23.12 upgrade story for all the servers and VMs I manage:

    Let's start with the terrible. Grafana crashed because it is missed a directory when using provisioned dashboards. Fix is in github.com/NixOS/nixpkgs/pull/

    Then I searched an hour for a faulty change I did two days ago where I didn't think about split Portunus LDAP server and applications and needed to move a mkIf.

    That's two #MicroVM|s done. The next two just worked without any changes and nothing broke (so far?).

  25. Starting to #bisect #edk2 #ovmf stuff because the #microvm blobs don't build anymore since last release...

    If only they had a build system that is at least somewhat comprehensive and not a bizarre monster of #shell and #python scripts mangled together with some #make and other bits and pieces 🥺

    #archlinux #packagerlife

  26. Does anyone else keep thinking about the potential of #microVM|s and #virtiofs?