Live data from Hacker News

Show HN: Davit, a Apple Containers UI

davit.app

51–60 of 110 posts

Re: Show HN: Davit, a Apple Containers UI

#51
My current power move in the age of AI: do nothing.

I had an idea like this and thought I could vibe code it, but then I figured someone else would care more and do it first. I was right!

This looks like a great app and I'm excited to try it out.

Free idea: I would like to be able to "jail" an agent inside a VM and send instructions to the harness from outside the VM to agent(s) installed inside. Ideally there is no Codex/Claude/etc. installed on the host.

More awesome: let me provision multiple user accounts inside the VM and restrict filesystem / network policy by user. Then I can have a dev agent, QA agent, etc. each with its own view of the work. That would be a powerful base layer for further automation.

Of course I should be able to provision various resources "attached" to the VM that agents can use on a permissioned basis; e.g., DB, queue, external volume, and so forth.

Re: Show HN: Davit, a Apple Containers UI

#54

My current power move in the age of AI: do nothing. I had an idea like this and thought I could vibe code it, but then I figured someone else would care more and do it first. I was right! This looks like a great app and I'm excited to try it out. Free idea: I would like to be able to "jail" an agent inside a VM and send instructions to the harness from outside the VM to agent(s) installed inside. Ideally there is no…

[dead]

Re: Show HN: Davit, a Apple Containers UI

#57
post #33

can someone tldr me why choose apple container (and its ui) over docker (and orbstack)

I can’t speak about orbstack, but I’ve worked with docker desktop and podman desktop for years on macOS. Those programs start up a virtual machine that consistently eats ram regardless of whether or not you are running containers in it. Apple container looks lighter weight. In the age of ridiculous ram costs, you gotta save resources.

Docker Desktop's memory saver shuts down VM when containers are not running.

Additionally, Docker/Podman/Orbstack start a single VM, where memory is shared between containers.

On the other hand, Apple Containers create a separate VM for each container, which results in higher memory usage due to Linux kernel overhead, as well as the fact that kernel will try to use most of the available memory for file caching.

Re: Show HN: Davit, a Apple Containers UI

#59

Earlier quoted context omitted.

I think we're past the point where agentic coding is a given now.

Coding yes, copywriting, design, identity, no. Using AI doesn't mean giving up on quality, unless you don't care about quality. Most of these issues come from folks who don't really care about quality and ship the first slop that comes out.

Agreed

Re: Show HN: Davit, a Apple Containers UI

#60
post #33

can someone tldr me why choose apple container (and its ui) over docker (and orbstack)

I can’t speak about orbstack, but I’ve worked with docker desktop and podman desktop for years on macOS. Those programs start up a virtual machine that consistently eats ram regardless of whether or not you are running containers in it. Apple container looks lighter weight. In the age of ridiculous ram costs, you gotta save resources.

In addition to memory saver that another person replied about, Docker Desktop also has an MCP server functionality and marketplace (almost all free) and huge AI focus. You can hardly compare it to the others at this point.

I was doing the following at the same time on my MBP this week:

* running a bunch of containers + MCP servers for Claude and Codex on Docker Desktop

* heavily using Claude Code with Fable and packer to build cloud marketplace images

* having Codex write some tests and git flows and reviewing the work in vscode

* automating a character in a Wine-based 1st party RPG in the background running at full resolution

* watching anime on Plex in between Claude Code prompts

It's all about your machine. Docker Desktop is not my worry and if you're a Dev you should have a nice laptop with 32-64GB or more, Apple Silicon Max CPU, etc. This goes for Fusion or UTM also if you want to run a Linux Desktop.

I use docker CE with all container/tui interfaces on all of my Linux systems, but Docker Desktop is nice for macOS or Windows. I almost forgot about Docker Desktop's Gordon, and the AI assistant will do things like analyze your Dockerfile or compose.yml. Super handy.

Post reply on HN