• 0 Posts
  • 488 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 think of the Bambu P1S as the inexpensive alternative to the Bambu X1C or a comparable printer from Prusa, at least in terms of print consistency and ease of use.

    My Bambu was my fourth 3D printer (second FDM printer) and it took 3D printing from a frustrating, time consuming hobby to just a thing I do to enable other hobbies. I don’t have to spend time tweaking settings to get a decent print, because the default settings are already good enough. Instead, I can focus on designing models or working with finished prints.


  • I’ll have to check out both OpenSCAD and Code Comic. Some completely non-CAD DSLs that you might be interested in, since you mentioned GraphViz:

    Mermaid.js does something very similar to Graphviz. There are a couple other similar tools like that out there, but Mermaid is supported in a lot of places natively or as an easy to use plugin, like GitHub Markdown (and other git forges like Forgejo), Hedgedoc, Obsidian, SilverBullet, etc…

    I’d also argue that LaTeX counts, and to a lesser extent, Markdown - compare using them to using Word.

    And reveal.js is an equivalent for slide deck creation that would normally be done with PowerPoint.





  • 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.