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/)ON
Posts
141
Comments
3,951
Joined
1 yr. ago

  • You can speak freely in anonymous and encrypted channels e.g a matrix server on I2P/TOR, a signal group (just don't use your name), simplex, retroshare over I2P, etc. Telegram is not encrypted!

    Just search for "piracy $channel" e.g "piracy I2P chat", "piracy simplex chat", "piracy signal chat", or something similar and you'll find something. There might even be a forum hosted on TOR or I2P if the piracy community is that motivated.

    But always remember not to give too many details about yourself. Being anonymous isn't just a technical requirement, it also required personal effort. Tech can't do everything for you.

    Anti Commercial-AI license

  • linux Linux @programming.dev

    Is there an easier way forward for rust in linux?

  • What is the connection between your client and server? Is it wireless and going over the router first? Does it work with a direct, wired connection between client and server?

    If your connection goes over your router, does your router have a DNS server? What options do you have for DNS config on your router?

    Anti Commercial-AI license

  • programming Programming @programming.dev

    Why hasn't gradle been adopted for C/C++ projects?

  • It's probably "sh" "-c" that was being used. That's the ENTRYPOINT. CMD is passed to the ENTRYPOINT. The docs explain it well, I think.

    As for volumes, TL;DR these are mounted into the container at runtime and are not in the image. You may put the dev and production config in the image, but I'd advise against it, especially if the production config contains secrets. Then they'll be baked into the docker image.

    Finally, parameterising compose files: use environment variables. You can put then into a .env beside your compose.yaml or set them before calling e.g ENVIRONMENT_VARIABLE=someValue docker compose up.

    They are "interpolated" aka used in the compose file like so

     yaml
        
    services:
      web:
        image: "webapp:${TAG}"
    
      

    I recommend you read the docs on the syntax, but for your purpose I'd use something like

     yaml
        
    volumes:
      - ${ENV_FILE:?Env file not provided}:/usr/src/app/.env
    
      

    Then you can ENV_FILE=prod.env docker compose up or put the env var in .env and docker compose will pick it up.

    Anti Commercial-AI license

  • linux Linux @programming.dev

    systemd: BindReadOnlyPaths alternative allowing user to read it

    gaming Gaming @lemmy.world

    Video Game skins now cost $1,000,000 - Viva La Dirt League

    programmer_humor Programmer Humor @programming.dev

    Who needs newfangled stuff like forums? 🤢

    programming Programming @programming.dev

    What kind of music do you listen to?

    i2p The Invisible Internet Project @lemmy.world

    How do I find out why I2P thinks it's firewalled?

    linux Linux @programming.dev

    Linux 6.13 Hits A "Tipping Point" With More Rust Drivers Expected Soon

    programming Programming @programming.dev

    Rant: I wish more people stopped using Github

    opensource Opensource @programming.dev

    How can we help FSF with their "Upgrade From Windows" campaign?

    programming Programming @programming.dev

    How could digitial age verification be possibly implemented with privacy in mind?

    biology Biology @mander.xyz

    The mechanics of ovulation: Study explains how muscle-like fibers help eggs squeeze out from follicle

    hardware Hardware @programming.dev

    Intel might be too big to fail — Washington policymakers are already discussing potential solutions if the chipmaker cannot recover

    linux Linux @programming.dev

    Snapdragon 8 Elite arrives with Linux support, potentially unlocking PC gaming on phones and tablets

    astronomy Astronomy @mander.xyz

    'Party atmosphere': Skygazers treated to another aurora show

    astronomy Astronomy @mander.xyz

    Dark Matter Black Holes Could Fly through the Solar System Once a Decade

    linux Linux @programming.dev

    What if somebody wrote a virus that infected windows computers to replace the OS with linux?

    piracy Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ @lemmy.dbzer0.com

    Telegram Removes Z-Library Posts 'Due to Copyright Infringement' * TorrentFreak

    ecology Ecology @mander.xyz

    A possible explanation for the 'missing plastic problem': New detection technique finds microplastics in coral skeletons

    biology Biology @mander.xyz

    A possible explanation for the 'missing plastic problem': New detection technique finds microplastics in coral skeletons