I take my shitposts very seriously.

  • 23 Posts
  • 769 Comments
Joined 3 years ago
cake
Cake day: June 24th, 2023

help-circle
  • rtxn@lemmy.world
    shield
    Mtolinuxmemes@lemmy.worldHow it works
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    2 hours ago

    Then don’t bring that shit to other communities. I don’t care what happened in other places; from my perspective, from what I’ve seen, you’re the one creating conflict.

    At any rate, this is a meme community: sharing and remixing other people’s things for fake internet points is the cornerstone of internet meme culture. If you think this is immoral, you should contact the artist rather than intervene on their behalf.




  • If you have a freeze dryer, you can take it one step further by making dehydrated instant water: carefully transfer the boiling water into the trays, then run the freeze dryer until all of the water has evaporated. Whatever is left is compact and easy to store, with a practically infinite shelf life. To turn it back into water, simply add water and stir thoroughly.

















  • rtxn@lemmy.worldMtolinuxmemes@lemmy.worldJust do it.
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    14 days ago

    In one word: no. In more words: some addressing methods can lead to privacy and security issues, but those aren’t widely used anymore.

    IPv6 addresses can be assigned to interfaces by several systems. One of those is SLAAC, or stateless address auto-configuration (comparable to APIPA and the 169.254.0.0/16 address space for IPv4). One method by which it generates globally unique routable addresses is by inserting the interface’s MAC address into the IPv6 address. Since IPv6 generally doesn’t use network address translation (and thus no masquerading), this would advertise your computer’s MAC address to the whole internet. More recently, SLAAC uses pseudorandom temporary (or “privacy”) addresses for interfaces, together with a unique network prefix assigned to the customer (analogous to the single public IPv4 address).

    It’s also possible to assign IPv6 addresses statically or by using DHCPv6.