• 4 Posts
  • 190 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle

  • I switched from Ubuntu to Linux Mint and I have more issues with Linux Mint. From the top of my head :

    • Sleep simply doesn’t work. I have Mint on two different machines and both don’t work (it worked fine on Ubuntu)

    • If I do a soft reboot, it reboots to a black screen 100% of the time on both machines. I need to power cycle to reboot.

    • I need to restart Pulseaudio frequently because it starts to make white noise.

    • Cinnamon desktop environment crashing to a black screen and logging me out randomly.

    I am just waiting to finish my current game to switch to a new distro because Mint isn’t working for me.










  • Croquette@sh.itjust.workstolinuxmemes@lemmy.worldLinux and Chill
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    30 days ago

    More than half the points are just good engineering practice directly embedded in the language.

    It tells a lot about the state of programming in general with the pushback we see with memory safe languages.

    I’m down with Rust and I can’t wait for official support for embedded Rust in chip manufacturers, because until then, very few clients will be okay with using unofficial Rust cargos for their products.





  • Croquette@sh.itjust.workstoSelfhosted@lemmy.worldMy thoughts on docker
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    4
    ·
    1 month ago

    I hate how docker made it so that a lot of projects only have docker as the official way to install the software.

    This is my tinfoil opinion, but to me, docker seems to enable the “phone-ification” ( for a lack of better term) of softwares. The upside is that it is more accessible to spin services on a home server. The downside is that we are losing the knowledge of how the different parts of the software work together.

    I really like the Turnkey Linux projects. It’s like the best of both worlds. You deploy a container and a script setups the container for you, but after that, you have the full control over the software like when you install the binaries


  • I edited the post. Since it’s all local it’s fine to show the IP. It’s just a reflex to hide my ips.

    I use IP directly as I don’t have a local domain configured properly.

    The outpost ip in my configuration file is the same provided in the outpost on Authentik.

    I am trying to get it to work still, but I am pretty sure that the issue is between Authentik and Firefly.

    I don’t see any of the headers (x-authentik-email more specifically) specified in the caddy file when Authentik is sending the request to Firefly. The only header I see is x-authentik-auth-callback.

    I am not sure how I can specify which headers are sent in Authentik.