Post #1658337
2026-03-04 07:17 UTC
Replies (1)
-
@andrewt@mathstodon.xyz 2026-03-04 11:52
@skro Yeah, definitely high-def video is a big driver โ the last model of Chromecast has as much ram as the OG MacBook Air and Google generally like to go "cheap hardware with fast software" where they can. Docker's a tricky one. Certainly the industry has leaned heavily into distributing containers with all the dependencies โ Electron, Flatpak, Docker... Everything's very sandboxed, which is mostly good, but it's also a bit inconvenient and not terribly efficient. In theory we should move everyone to an OS that can sandbox _without_ all this extra stuff, but in real life that's less practical than simply manufacturing an unlimited supply of RAM ๐ That said, my understanding is that Docker is pretty light, all things considered. On my dev machine right now, I have nine containers running, and Docker is using about the same amount of RAM as VSCode. That said, I have no idea what running all the same services natively would use. Or, indeed, what they'd use if everything but the database weren't written in Node (which is of course just Extremely Headless Chromium)