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/)E

Err(()).unwrap()

@ rtxn @lemmy.world

Posts
9
Comments
473
Joined
3 yr. ago

Partisanship is a cancer. Inaction is a choice.

Singular they. Or whatever you like, I won't take offence.Proud member of the Banned By Tesseract Club.

  • Even in the open source community, the libre-ness of a product is just one of many factors. The fitness for a purpose, the initial difficulty of the setup, the continuous difficulty of operation and maintenance, the pace of development (if applicable), the professional or community support structure, the projected longevity of the product or service, and the general insanity of the people involved are all important factors that can, and often do outweigh the importance of open software.

  • Thus do we invoke the Machine God.

  • Local Unbound with Tailscale's split DNS has been solid for me. I use it as an OPNsense service with the web GUI, but the standalone YAML config looks simple enough.

  • I've never used Linkwarden, but the /data folder is often used by Docker containers to store the application's data, so it's likely an internal path. You'll have to create a volume that exposes the internal /data path to the host filesystem, then whatever is written into that directory will be made available to both the container and the host system. Any file or directory in the container can be exposed this way.

    I usually put my data volumes in /srv (where my large RAID array is mounted) and config volumes in /config, into a subdirectory named after the service, and with the minimal necessary privileges to run the container and the service. You could, for example, create volumes like this:

     text
        
    /srv/linkwarden/postgres_data:/var/lib/postgresql/data
    /srv/linkwarden/linkwarden_data:/data/data
    /srv/linkwarden/meili_data:/meili_data
    
      

    The volume path (left side of the colon) can be anything. The right side is where the services expect their files to appear inside the container.

  • Jazz 2.0 just dropped

  • Use the guitar controller to branch, commit, and merge to the beat of Through The Fire And Flames and try to get a conflict-free repo.

  • The Lemmy backend, the default web frontend, the Jerboa app, and the lemmy.ml instance are all owned by the same person.

  • I don't know which label is the most accurate, but he supports Putin's war, which lands him in the "shitbag" category. Being technically not fascist does not negate supporting the military invasion of a sovereign country, the ethnic cleansing of its people, and the rape, murder, and torture committed by the invaders.

  • And that improves readability, how? Don't get me wrong, I'm a big fan of the Elvis operator, but chaining multiple null coalescing assignments into a one-line expression is a chore to decipher.

    By the way, you forgot to return the result.

  • Looks a lot like more syntax sugar to me, to hide boilerplate code. It's not necessarily a bad thing, but it can obfuscate the actual meaning of the code for the sake of brevity. What does A ??= B do at a glance, for example?

    It's not exclusive to C# or "corporate" languages either. Rust has a fuckton of syntax sugar that makes it difficult to read.

  • You are literally on Lemmy. The project owner's views are well-known.

  • on limewire

    Not only has this made me realize how fucking old I am, but I also got curious about how Limewire is doing, and...

    In September 2025, LimeWire acquired the Fyre Festival brand, including its intellectual property, trademarks, online domains, and social media assets, from Billy McFarland via an auction held on eBay.

    ...according to Wikipedia. At this point, my 2025 bingo card would serve better as kindling.

  • You make a new normal, non-root user specifically to run Radicale processes. The user should have write access only to Radicale's directories, nothing else.

    Same deal with Apache and the www-data user.

  • University of Minnesota, I remember it well. Considering the importance of the Linux kernel, a lifetime ban and retroactive removal of their contributions was the most polite "fuck off and never come back" they could've received. I personally would've accused them of sabotage.

  • It's probably there to defeat the "well, you didn't tell me not to add malware!" defense.

  • But it's the greatest city on Earth, according (exclusively) to New Yorkers!

  • Is "prerequisite knowledge" a foreign concept to people these days? When I started writing extensions for Blender, I had to do a lot of legwork to understand the bpy module, and even more fucking legwork to understand Python itself, all that on top of the general knowledge of programming and algorithms from high school.

    RTFM means that you should use the available resources to learn. There's a whole internet full of them. There are no shortcuts to understanding, and you can't expect every task-oriented guide to explain how to write a main().

  • In the real world, the only thing better than perfect is standardized.