• 1 Post
  • 456 Comments
Joined 2 years ago
cake
Cake day: July 14th, 2023

help-circle

  • I’m confused what your issue is with the dev. He seems to have posted because uBO was breaking the site for premium users and then got told “just stop monetizing effectively.” Only one reply (don’t use such an obnoxious way to insert the ad sidebar) was actually helpful, though it was at odds with part of his monetization strategy (pay for Premium to get that extra space).

    If uBO devs had said “Sure, give this account premium access and we’ll check it out” and he’d refused, that would be different, but instead they said there was nothing he could do to help them and banned him from participating.

    It also doesn’t seem that he’s intentionally breaking the app when uBO is in use. Rather, uBO breaks the app when ads aren’t being served and he is now detecting when this happens and serving a message about the fact.

    Does anyone know of similar image editors out there that can batch-crop images in a certain aspect ratio/resolution and then export them to webp?

    Not similar, but Image Magick can crop images from the cli and has webp support.
















  • I’m a professional software engineer and I’ve been in the industry since before Kubernetes was first released, and I still found it overwhelming when I had to use it professionally.

    I also can’t think of an instance when someone self-hosting would need it. Why did you end up looking into it?

    I use Docker Compose for dozens of applications that range in complexity from “just run this service, expose it via my reverse proxy, and add my authentication middleware” to “in this stack, run this service with my custom configuration, a custom service I wrote myself or forked, and another service that I wrote a Dockerfile for; make this service accessible to this other service, but not to the reverse proxy; expose these endpoints to the auth middleware and for these endpoints, allow bypassing of the auth middleware if an API key is supplied.” And I could do much more complicated things with Docker if I needed to, so even for self-hosters with more complex use cases than mine, I question whether Kubernetes is the right fit.