Elektrine lite

โ† Feed

@skro@social.zocradio.info

Post #1658337

2026-03-04 07:17 UTC

@andrewt may i temper this with two counter arguments: 1/ the quality of visual medium has exploded (4K video is 16 times more consuming than 720p for example), needing more ram to process 2/ virtualisation (namely Docker) has become a thing and you need ram to set up a virtual machine on the fly (and docker is cool for leaving AI bros - did I hear self-hosting?)

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)

    Open ##1658338