

Came here to say this lol


Came here to say this lol


Whoever drew this missed a golden opportunity to put “The tip is mandatory” on the cup.

Bitch stole her look lol


NGL kinda surprised someone hasn’t already tried.


Whatever happened to cultivating virus-like particles using generically modified tobacco plants?


Came here to say this, they can’t just tease us like that.
Golden rings? In this economy?!?


See it’s shit like this that makes me want to set up a trebuchet just out of line of sight of their corporate HQ and return the bricked hardware with prejudice.


Oh no, who could have possibly foreseen that this was their endgame?


Y’all remember bump?


Yeah I learned my lesson after trying to rip out and replace some moldy drywall and ran into asbesdos backing panels. Never again lol.
Oh no! I’m so sorry, that sounds stressful. I’m glad you managed to balance it though.
Needs more garlic.


You’re going god’s work


Well first off swarm doesn’t work with environment variables, so if you pass any in you’re going to need to pipe the output of docker compose read into docker swarm service create.
Your port settings are gonna give it a problem too, swarm doesn’t support that new syntax, and as a result you can only assign a single network interface to a service.
Regarding networking, since the whole paradigm is that you’re not defining a single container but a service that can live/move across multiple nodes; any traffic to any node in your swarm will be routed (round robin style) across the copies of that service. (This makes logging setup a PITA, ask me how I know!)
Bind mounts aren’t recommended, volumes are preferred. Otherwise everything needs to be mirrored across all nodes, depends on the use case.
That being said I’m not convinced that swarm is the right answer here, I concur with @talentedkiwi@sh.itjust.works. You should just install pangolin on your second machine.

Yeah no fuck everything about this


Wow fuck those readium guys
You can have a JD Vance NFT, as a treat.


Paid for in my sanity seems like.
I also ran into this, you need to check which version you’re running. The FOSS option doesn’t allow non-free sources iirc.