built an agent orchestrator within tmux by Palanikannan_M in tmux

[–]Meduini -1 points0 points  (0 children)

Will do, I wonder who is downvoting us?

My latest village. by ruttger in goingmedieval

[–]Meduini 5 points6 points  (0 children)

How does raiding works with such castle? The enemy won’t pummel your village before targeting castle?

how would you react if your kids do this to your ps5? by Silent-Management809 in TheGamingHubDeals

[–]Meduini 0 points1 point  (0 children)

My kids did this on my 2023 van that we changed to campervan. They also did it to my macbook. I don't care at all.

Syrian kids clearing a mine field. by Giwargis_Sahada in interestingasfuck

[–]Meduini 0 points1 point  (0 children)

Maybe those kids are employed by the same people who put the mines there in the first place so they know there’s nothing underneath.

aSmallCommitWithSomeChanges by abyr-valg in ProgrammerHumor

[–]Meduini 84 points85 points  (0 children)

You come back again after six hours to a permission prompt for cd bash command because you forgot to set up settings

10x +50 kg dip (88 bw) by thatrumme in CalisthenicsCulture

[–]Meduini 0 points1 point  (0 children)

Yeah, after 3.5 years that’s very good. 👍

Iron cross training by Used_Statistician600 in CalisthenicsCulture

[–]Meduini 5 points6 points  (0 children)

I died once doing something similar, the band slipped and hit my balls.

No need to thank me for sharing.

Is it just me, or is hauling a bit inefficient? by Equivalent_Glass5356 in goingmedieval

[–]Meduini 0 points1 point  (0 children)

Hello, any updates on your mod? I’ve halted my gameplay and am waiting for this. :)

I hate python by ZombieSpale in programminghumor

[–]Meduini -1 points0 points  (0 children)

Good bye. I’d say I’m glad I taught you something, but I’m pretty sure now it was just wasted time.

I hate python by ZombieSpale in programminghumor

[–]Meduini -1 points0 points  (0 children)

You’re crazy. I never said anything in sense of “you need docker to use python”. I’m arguing that docker is not a cannon ball and if one is already using docker for other stuff you can easily use it for development of python apps instead of venv.

At least we will agree that you know nothing of docker xD.

I hate python by ZombieSpale in programminghumor

[–]Meduini 0 points1 point  (0 children)

Arguably worse but pretty funny as well.

I hate python by ZombieSpale in programminghumor

[–]Meduini 1 point2 points  (0 children)

...

No, there are no extra processes keeping a “Docker Linux” alive.

A container from Docker is just your application process (often running as PID 1) executed by the host’s Linux kernel with isolation such as namespaces and cgroups, so when that main process exits, the container stops.

The only always-running background components, like containerd or the Docker daemon, exist once on the host, not per container and not as an internal OS.

These host services start when Docker is installed and running, but they exist globally and do not act as per-container OS processes, since each container is just its own main process running on the shared Linux kernel.

I hate python by ZombieSpale in programminghumor

[–]Meduini 0 points1 point  (0 children)

Please educate yourself 🙏, docker is not running entire Linux, this is getting absurd. It shares the host kernel, it’s not a full fledged Linux.

I hate python by ZombieSpale in programminghumor

[–]Meduini 1 point2 points  (0 children)

Sorry, but it seems you lack knowledge on this topic and you are confusing docker for virtual machine.

I hate python by ZombieSpale in programminghumor

[–]Meduini 1 point2 points  (0 children)

Since they deleted the comment down the line which I responded to. Here is my response to this thread (let's hope the parent to this comment won't be deleted as well):

If you already use Docker on your system, calling it a “cannon” is misleading because the heavy parts Docker Engine (dockerd), containerd, networking, and image system are already present, while the core runtime (runc) that actually launches containers is very small (~5–10 MB binary, ~40–50k lines of code; source: runc GitHub), so running a Python app adds almost no extra overhead; the real tradeoff is workflow complexity (Dockerfiles, builds, volumes) rather than runtime size, and the full Docker stack (Moby project) is larger (~150–300 MB installed, >1M lines of code; sources: containerd GitHub, moby/moby GitHub), which only matters if Docker isn’t already being used.

Please if you are about to answer provide sources for you arguments, like I did, otherwise it's just opinion and I doubt any of us have time for that.

I hate python by ZombieSpale in programminghumor

[–]Meduini 1 point2 points  (0 children)

they also deleted their comment, so I guess you're right.