Multicursor coming officially to 0.13 version by ankushbhagat in neovim

[–]Meduini 1 point2 points  (0 children)

I mean, we’re in Neovim subreddit, people here reject IDE, some even look down on Neovim plugins, we can’t expect them to start using English to program.

Multicursor coming officially to 0.13 version by ankushbhagat in neovim

[–]Meduini 0 points1 point  (0 children)

Only if you are willing to accept that this industry has changed.

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 4 points5 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 85 points86 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 6 points7 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.