Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GR
grouvie @lemmy.help
Posts 2
Comments 11
How is lemmyworld so stable?
  • Interesting writeup. I'm curious about the resource usage of the Lemmy backend and frontend deployments. Do you have any insights on the resource utilization of these deployments?

  • Spam Community @lemmy.help grouvie @lemmy.help

    Welcome to Spam Community

    This community is dedicated to providing a controlled environment for testing purposes. You are encouraged to create and share content that can help stress-test the multiple parallel running instances I have set up.

    0
    Lemmy Help @lemmy.help grouvie @lemmy.help

    Lemmy on Kubernetes

    Deploy Lemmy on Kubernetes with Helm charts.

    0
    Lemmy; how do you do??
  • Hosting at Hetzner.

    • 3x CX41 -> 4 vCPU, 16GB RAM
    • 3x CX21 -> 2 vCPU, 4GB RAM
    • 1x CPX21 -> 3 vCPU, 4GB RAM Server configuration may appear a bit weird. I have the storage managed with longhorn. It's not on the nodes, but mounted to them.
  • Where are the GIFs?
  • While setting up pict-rs on my cluster I noticed a pict-rs environment variable to convert all uploaded pictures to the png format. That may also be activated. I guess that makes de-duplication way easier.

  • Rust and Game Dev
  • In my opinion restarting with rust is currently not the best idea. There are a lot of more polished tools available for other languages. But if you are sure about using rust, you can check out arewegameyet. It lists a lot of tools and crates to start game development with rust. I tried out bevy once, but couldn't really figure it out in a time I was happy with. Doing stuff like this in rust includes a lot of reading (auto generated) documentations and just trying stuff out again, again and again.