HN user

moondev

1,874 karma
Posts18
Comments1,143
View on HN
github.com 8mo ago

IncusOS – immutable OS image dedicated to running Linux containers and vms

moondev
3pts0
github.com 9mo ago

All Spinnaker repos now appear archived

moondev
3pts0
github.com 11mo ago

VSCode extension for syntax highlighting multi-line YAML strings

moondev
29pts16
news.ycombinator.com 1y ago

M3 Ultra with 512GB memory and 2 VM limit

moondev
3pts2
old.reddit.com 1y ago

ChromeOS update replaces mouse cursor with yellow square

moondev
2pts0
chromium.googlesource.com 1y ago

ChomeOS baguette – Linux crostini directly with KVM instead of lxd

moondev
3pts1
github.com 2y ago

VS Code extension for embedded syntax highlighting of YAML multi line strings

moondev
1pts0
github.blog 3y ago

GitHub Actions Extension for VSCode

moondev
2pts1
news.ycombinator.com 3y ago

What are some interesting uses of WebUSB you have come across?

moondev
101pts96
old.reddit.com 3y ago

Yoga C13 Chromebook direct NVMe upgrade

moondev
2pts0
blog.alexellis.io 3y ago

Attempting Linux on Microsoft Dev Kit 2023

moondev
90pts105
www.neowin.net 4y ago

Rolling Rhino: Ubuntu is getting a rolling release

moondev
18pts6
www.cpu-monkey.com 5y ago

Apple M1 technical details – Virtualization: None

moondev
1pts0
blogs.vmware.com 5y ago

Running ESXi Arm Edition Inside a VM on x86 Linux with QEMU

moondev
1pts0
vmwarefusion.github.io 6y ago

VMware Project Nautilus: Docker Desktop Alternative for macOS

moondev
1pts1
techblog.kenzan.com 9y ago

Creating a Spinnaker Appliance with Kubernetes

moondev
2pts0
github.com 9y ago

Show HN: Gtk3-docker – Run native gtk3+ apps inside a container via the browser

moondev
6pts0
medium.com 9y ago

Show HN: DIY Kubernetes cluster with x86 stick-pcs

moondev
5pts0

The HP z2 mini g1a supports a BMC module that is a full redfish implementation, so it can do virtualmedia and UEFI configuration read/write.

https://www.hp.com/us-en/shop/pdp/hp-anyware-remote-system-c...

I was pretty disappointed to discover DGX spark has no BMC. I was able to hook it up to pikvm by connecting leads to the power switch wires. It honestly works really well and I can provision it with MAAS

Shout-out to pikvm for their redfish support with the pikvm switch

Great writeup there are quite a few here that are new to me

Nvidia RTX Spark 2 months ago
  Spark:
  OS: Windows/Ubuntu
  Mbw: 300GB/s
  Cuda cores: 6000
  GPU accelerated containers: yes


  M5 max:
  OS: macOS
  Mbw: 600GB/s
  Cuda cores: 0
  GPU accelerated containers: no

How is changing the architecture of a platform that only you make hardware for doing the impossible?

They could change the architecture again tonight, and start releasing new machines with it. The users will adopt because there is literally no other choice.

Every machine they release will be fastest and most capable on the platform, because there is no other option

Layoff Thinking 3 months ago

Being unexpectedly unemployed also starts a virtual timer of sorts not on your terms. Regardless of how you feel about the event, the longer it persists is universally seen as a negative signal to those that would hire you for your next role. It gets exponentially worse as time goes on making it even harder to find a job, because of the increased time you don't have a job.

The VM limit only applies to the number of macOS VMs launched from macOS itself.

My 2018 mac mini officially supports VMware ESXi to be installed directly on the hardware and virtualize any number of macOS machines

Funny enough I can even launch more than 2 macOS vms on my framework chromebook with qemu + KVM from the integrated Linux terminal.

Things like this remind me how much I love open source software. Choice is amazing shout out to all the contributors!

I'm feeling like it is hard to find a simple GUI to just review a system and manage a bunch of containers and VMs.

Incus does all three through the same web ui

* OCI compatible "app" containers - with support for registries like docker.io and ghcr.io

* LXC "system" containers

* virtual machines with qemu + kvm

Just like KIND runs containerd inside docker, you can also run dockerd inside containerd backed pods.

Start a privileged pod with the dind image, copy or mount your compose.yaml inside and you should be able to docker compose up and down, all without mounting a socket (that won't exist anyway on containerd CRI nodes)

To go even further, kubevirt runs on kind, launch a VM with your compose file passed in via cloud-init.

The bigger the company the less impressive "senior" is. There are probably three levels of staff above it and then distinguished super fellow territory.

They check all the boxes for server / NAS

I was pretty disappointed to find out that none of the ms-01 ms-a1 or ms-a2 have a ATX power button header. This means you need to solder wires to the tiny tactile switch and connect those to something like a pi-kvm to get true power control/status and ipmi/redfish

Just seems like something simple they could have easily included if they wanted to really target the homelab space

Get a DGX spark.

Ships with aarch64 Ubuntu 24.04.

Tons of cores and RAM.

Very quiet and small

UEFI bootloader - I installed Ubuntu 25.10 and ESXi arm edition just by booting the ISO

usb-c power input (kinda cool)

Insane connectx 200GbE RoCE networking

10GbE Ethernet

Oh and an nvidia gpu with cuda and access to 128GB of unified memory

It would be perfect if it had some kind of BMC or IPMI/redfish and an exposed PCIE slot. But this thing is an awesome arm64 workstation no doubt.

May try to install to a USB drive and hang another gpu off the nvme port just to see what happens