

lol not quite but I catch your drift.


lol not quite but I catch your drift.


Portainer is a container management system. It’s purpose is to allow you to manage containers in an easy to use GUI.
ZaneOps is a PaaS that allows you to automatically build and deploy web apps into containers without having to configure the underlying infrastructure at all.
For example, to deploy my static site on Portainer, I’d have to build my static site, containerize it, upload the container image to a registry (or directly to Portainer), then use Portainer to configure the environment and deploy the container. Then I’d have to configure a reverse proxy or web server to serve the contents of the container. If I wanted to continue working on that static site I’d need to configure some kind of CI/CD pipeline to try and automate all that previous work.
With ZaneOps, I store the Astro/11ty/other SSG files in a Git repo, and on any commit ZaneOps will automatically recognize the SSG framework I’m using, use Docker Swarm to spin up a container to build the site into static files, containerize the resulting files for me, and deploy the container. It then uses Caddy underneath to serve what’s in the container including provisioning SSL certs for the site. It will health check the new container before deploying it in a blue/green deployment model so that the old site is removed only after the new one is up and available. It’s the same workflow as deploying a site to GitHub Pages using GitHub Actions if you’ve ever done that.
Ultimately. You end up with the same result, a containerized workload, but ZaneOps takes your GitHub Repo and turns it into a built, running, containerized workload automatically. Automating the deployment of my own web apps using Portainer would be at the very least clunky and require a lot of surrounding infrastructure. It’s not something Portainer just does out of the box.
removedpit isn’t much like either, it’s just a web based server management tool.
Nothing. Just helps pay for development.
Wasn’t it stable like a month ago?


You needed an AI to create a few dozen JSON files for you or else it would have taken you days?
Maybe the luddites have a point after all.
This was the peak of human civilization.


What importance exactly? Besides identity and policy… what does it do better than some third party software at this point?


Well an assassin kills his targets. He doesn’t kill every innocent bystander he sees. In the first game, the guard enemies you see are your colleagues who are fully under the impression that you are a traitor who killed the empress. They are functionally your enemies during the game, but they are ultimately the good guys.
The rebel leaders, especially the admiral are going to complain about you killing who are also basically his men.


It was unfortunately a product of its time where moral systems ultimately amounted to binary good guy/bad guy outcomes which was the style at the time. The system was designed to make you want to play it twice. If you’re used to the more modern moral ambiguity in today’s RPGs I don’t think anyone can blame you for disliking it.


Are you commenting from the year 2007?


Corporations haven’t ditched windows because Active Directory and Group Policy had no equal. Now that Microsoft has slowly pushed everybody to cloud based identity, there’s really nothing stopping you from using something other than AD or even Entra ID


Yes and it’s so funny to me as somebody that works in datacenter and cloud infrastructure for public apps for a living. All the gatekeeping is done by hobbyists without the faintest clue but all the confidence in the world, or click ops internal IT sysadmins grossly overestimating their self worth.
Be safe, ask questions, and fuck what the haters think.


You mean like… the article you’re commenting on does?


None of that is remotely true lol. You don’t get a passkey, you generate. Nothing is “sent” to you at any point in time, it has nothing to do with email.


There’s a hassle?


This article isn’t behind a paywall, you just have to make an account.


Lmao bringing up what Waymo said in their public statement a third time will not help your case like it’s a magical incantation. Nowhere does it say Waymo was able to identify or reach out to an owner, nor does the article speak of an owner who was reached out to by Waymo. Some canned text on a public statement is not an authoritative source of information on an individual animal you donut.
Unless you can find the part in this article where somebody calls the cat a pet, or identifies literally anybody as an owner, you’re just hallucinating what isn’t there. Are you an AI? It would explain the emoji.
Ah yes, local strays get tagged and collared and have bells.
Correct. Neighborhoods cats with no owner often have people take them to vets and get vaccinated/spayed. This keeps the cat from having its ears clipped, being dumped in a different neighborhood, or even being put down. They would want any animal control to know they’ve done this, so they need to display the tag. For this they buy a collar, as tags can’t be suspend in midair by magic. The fact that the collar they bought has a bell on it is unremarkable, many cat collars have little bells in them.
They also have their ‘family’ members who run the bodega they live out of get upset when other people start memecoins to exploit the situation when they are not family
The cat doesn’t live out of the bodega, it lives on the street. It visits the bodega. More hallucinations from you. Did you even read the article? Or just Waymo’s public statement. Do you work for Waymo?
I’m very glad you’re done trying to pin the fault of this tragedy on innocent people. We can revisit it if any information comes out that supports your assertion.


Your cat
Whose cat was it again? Whose fault is it?


Whose responsibility would it be to keep the cat inside?
You are correct, Dokploy and Coolify are both listed as inspirations for ZaneOps.