• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle





  • lemmyng@lemmy.catoMemes@sopuli.xyzIt's an epidemic
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    WebP supports both lossy and lossless compression.

    WebP did not always support lossless compression. It’s conceivable that the tools’ developers made the decision before that.

    Images on the web usually aren’t large enough for this to make a significant difference, and it can sometimes be offset by the quicker download time.

    That does not fit the use case of diagramming tools. They usually have comparatively few assets that are used multiple times in the same document. The larger the document, the more benefit lower CPU cost has. And I’ve seen LARGE diagrams.

    libjpeg and libpng have had a number of CVEs too though.

    Fair. I’m just speculating that it might be a contributing factor for the tools still not supporting the format.


  • lemmyng@lemmy.catoMemes@sopuli.xyzIt's an epidemic
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 months ago

    Maybe because in those scenarios PNG offers sharper images, which is more important than compression when you have complex diagrams. Or because webp is more CPU intensive, and PNG gives better performance when rendering. Or because of CVE-2023-4863.






  • lemmyng@lemmy.catoLinux@lemmy.mlUuh grub?
    link
    fedilink
    English
    arrow-up
    16
    ·
    4 months ago

    rapid mitosis

    As in you are seeing multiple boot entries? It’s likely one entry per kernel version that you have installed. It doesn’t happen often these days any more, but in some situations it’s handy to be able to revert to a previous kernel if for example third party modules break.






  • Haven’t used it myself, but every person I know that tried Pulumi ended up going back to Terraform. From what I’m given to understand it is fine for small projects, but runs into problems at scale.

    Personally I don’t like the default SaaS/account required model in Pulumi. I have lots of things to dislike about Terraform, but that isn’t one.

    Mind you too with either tool you (or your devs) will still deal with Dockerfiles and Kubernetes manifests, you just would use Pulumi or Terraform or whatever to manage them.

    Lastly: I have done the jump from Ansible to Terraform myself. If you have a large amount of machines to manage and want to minimize transition pains then don’t just use vanilla Terraform, but instead go for a platform like env0 or Spacelift, or at least use Terragrunt to manage your plans.




  • Bazzite, as a gaming-first distribution, makes some choices that are acceptable for such a platform, but that I believe are unacceptable in a secure development environment. This is why I wrote “not ideal” instead of “bad”. If you don’t care about security then it’s perfectly cromulent. But I value security, so I would not recommend it.