What’s up, what’s down and what are you not sure about?

Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.

  • @[email protected]
    link
    fedilink
    English
    029 days ago

    I hear keycloak has quarkus builds as well these days which should be much slimmer than how it used to be built.

    • @[email protected]
      link
      fedilink
      English
      029 days ago

      I hadn’t heard of it, and looking into quarkus just reminded me of how complicated the whole Java ecosystem is. Gross.

      Hosting Go, Rust, etc stuff is dead simple, but with Java, there’s all this complexity…

      • @[email protected]
        link
        fedilink
        English
        129 days ago

        Nothing’s as bad as trying to host and maintain a Ruby on Rails app :)

        Docker has made a lot of it a non-issue though, since the apps are already preconfigured within the Docker image.

        • @[email protected]
          link
          fedilink
          English
          129 days ago

          Agreed, with the clear exception being PHP, which often requires configuring a web server.