Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tosensei8557130dbut now you have a containerised problem, and can offload it to the ops team.
also: retoor is right - skill issue. -
kiki37216130d@retoor Docker Desktop is free for small businesses (fewer than 250 employees AND less than $10 million in annual revenue), personal use, education, and non-commercial open source projects.
-
tosensei8557130d@retoor why screenshotted? are you that desperate for my approval that you see it as a badge of honor when i agree with you?
-
kiki37216129d@retoor I still remember how you called him “too German to function”, and that was way too sick of a burn
-
devJs1581129d@kiki what do you mean it went all corpo?
Fuck that shit!
Edit: I read the whole thread now! It was good while it lasted! -
tosensei8557129d@retoor well, if you want me to agree with you more often, you just have to be right more often, young lady ;)
-
kiki37216129d@retoor we already have a way to package code and its dependencies into a reusable package. It’s called a binary.
-
tosensei8557129d@kiki docker is not for "packaging code", but for "packaging a service", with the code being just one part of the package.
-
tosensei8557129d@kiki static assets, configuration, dependencies...
you're basically asking "what's the difference between a cake base and a cake", or "what's the difference between an engine and a vehicle" -
kiki37216129d@tosensei configuration is code. static assets aren’t being put into docker in the first place. dependencies are bundled with code.
-
kiki37216129d@tosensei I’m afraid your analogy isn’t quite right. If code is engine, then docker container is everything but engine. I can engine-swap a car, but I can’t code-swap a docker container. Motorcycle engine inside a car still gives you a functional car. If the car is light, you can use a lawnmower engine, or even a chainsaw engine. There are cars that run on piston airplane engines.
An image upscaling AI’s code inside a docker container that was made for compiling an OS gives you a non-working mess that doesn’t make sense. -
tosensei8557129d@kiki ...if you put a motorcycle engine in a car, you'll have a shitty car. if you put a tank engine in a plane, you'll have a shitty plane. if you put a [use case X] binary in a [use case Y] container, you'll have a shitty container.
i assumed a modicum of common sense when providing my analogy. it was obviously about the scope of the components, not about interchangeability.
but your example of putting an image AI into a dev-tool container would be more analogous to putting a lawnmower engine inside of a dog. -
kiki37216129d@tosensei well, a dog with its heart swapped with a pump powered by a lawnmower engine is such a cool idea! wake up bro, it’s time to supercharge our dog!
-
tosensei8557129d@kiki lanwmower engines are usually two stroke. those don't work well with supercharging/turbocharging.
don't you know anything about canine anatomy? -
kiki37216129d@tosensei nah, but I know that there are portable heart pumps for humans. No, not pacemakers, a legit pumps. You gotta carry it in a bad with you though
Have a problem? Put it in docker. Now you have two problems.
random