Annwan's Avatar
Annwan
Github
Git repo
Member since

Recent Activity

a typical reencoding graph in &ffmpegraph

View original message on Discord

&ffmpegraph is generating valid ffmpeg commands

View original message on Discord

&ffmpegraph
started a bit late because life got in the way, but I got functioning node connection and traversal working
now time to actually issue ffmpeg commands

View original message on Discord

!til &learning-jam-2024 Here is my write up for my deepdives in the inner workings of containers
https://www.annwan.me/computers/what-why-how-containers/

View original message on Discord

!til &learning-jam-2024 on Linux cgroups and user namespaces weren't originally created with containers in mind

cgroups were created to stop programs fighting for control over the hardware,
namespaces were created to allow for setting quotas on ressource usage

they just happen to allow for containers when used together

View original message on Discord

!til &learning-jam-2024 contrary to what I thought there is no one "Container" thing at the kernel level that user level systems are interfaces to, every container system has it's own implementation using similar kernel mechanisms in similar but subtly different ways, and there is like 5 different major ones on linux alone

View original message on Discord

!til &learning-jam-2024 actually chroot and the concept of "I want to run it but not with the rest of my system" is basically as old as Unix

View original message on Discord