I waddled onto the beach and stole found a computer to use.

🍁⚕️ 💽

Note: I’m moderating a handful of communities in more of a caretaker role. If you want to take one on, send me a message and I’ll share more info :)

  • 74 Posts
  • 248 Comments
Joined 3 years ago
cake
Cake day: June 5th, 2023

help-circle





  • IMO vaccine and evolutionary biology is very nuanced, and depends a lot on the individual genetics, type of pathogen, type of vaccine, etc. The net result from people dying off might be moot, and could even be harmful.

    Immune science is often taught as an arms race, but that model tends to imply that both sides are constantly gaining beneficial traits. That’s true in some cases, like the fever response, which is a beneficial trait we gained at some point, and it continues to be useful.

    Meanwhile, other phenotypes are very context dependent for whether they are helpful or harmful. HLA (human leukocyte antigen) for example, that’s how our T-cells identify between ‘self’ and ‘foreign’ particles. We rely on the tremendous diversity of HLA alleles in the human population in order to survive new diseases. Someone’s HLA alleles can be a poor match for a current disease, but very helpful for a future disease. Having them die off now would be a bad thing. Similarly, someone with an HLA combination that makes them more effective against a current disease, may be ineffective against a future disease. Another simpler one is the ABO blood types, where different pathogens (ex. malaria, cholera, smallpox) are better/worse at infecting cells with certain blood types, evidenced by the different proportions of blood types in regions endemic to such diseases.

    Evolution is messy, and the evolution of the immune system is messier still. Even if we only look at it from a simplified Darwinian evolution perspective, having genetic diversity might be more important than any shedding of ‘weaker’ alleles from people dying off because their natural immunity couldn’t handle a particular infection.



  • You can view the source for my comment and copy paste :)


    Do this in order:

    1. Install with LUKS full-disk encryption and Btrfs subvolumes for @ and @home so snaps are atomic.

    2. Enable automatic snapshots with Timeshift or snapper.

    3. Export your package lists:

      • Debian/Ubuntu: dpkg --get-selections > packages.txt
      • Arch: pacman -Qqe > pkglist.txt
      • also flatpak list --app > flatpaks.txt
    4. Put your dotfiles under version control and manage them with chezmoi or GNU Stow.

    5. Use Flatpak for GUI apps, containerized toolchains (podman) for dev environments, and keep only system-critical packages in the distro manager.

    6. Back up with Borg: borg init --encryption=repokey /path/to/repo ; borg create repo::$(date +%F) /home /etc --stats ; borg prune --keep-daily=7 --keep-weekly=4 --keep-monthly=6

    7. Keep a small, bootable USB with the exact kernel/tools you use so you can unlock LUKS and mount Btrfs snapshots.

    8. Test restores quarterly: restore a snapshot to a spare partition and boot it. Do that for a year and tell me reinstalling is fun again.










  • It’s very similar to Lemmy, and probably the closest to Lemmy out of the other platforms that follow this format.

    We tried to describe the differences here

    https://fedecan.ca/en/guide/fedecan/our-platforms#forum-style

    These platforms follow a forum format, similar to platforms like Reddit or Hacker News. You can share and discuss links, text, and images, and upvote/downvote content to decide on what content rises to the top.

    These platforms use one of two projects under the hood:

    • Lemmy - Lemmy is an established and stable project. It was designed to be very fast and reliable, and it makes up a large part of the forum side of the Fediverse
    • Piefed - Piefed is a relatively new project that is growing in popularity. It offers new ways to organize content, such as topic lists, feeds, flairs, and additional moderation tools.

    As they’re both federated, you can use any of them to connect to the wider Fediverse!








  • There are exceptions to all of the points below, but generally:

    What do you like better here than on Reddit?

    Everyone is here trying to build something better. The developers are actually prioritizing transparency and user choice when making the software. Since the instances aren’t after profit, there’s no financial conflict of interest. It’s actually possible for instance admins to prioritize user experience and a healthy community instead of making a profit.

    I love seeing all the different organizational structures emerging; some instances are nonprofits, some are co-ops, some are benevolent dictatorships. I think in the long run this will produce a fairer and more representative online platform.

    Also my interactions feel human. If I get 5 upvotes on Lemmy or 5 likes on Pixelfed, it feels like I connected with 5 real people. On Reddit, I just can’t tell anymore.

    What do you miss from Reddit?

    Activity in niche communities, but that’s changing slowly.

    Also, as a mod, we could still use better moderation tooling.

    Do you feel the culture here is genuinely different, or does it eventually drift the same way?

    I think over time it will become more like Reddit. As the user base grows, the average will shift closer to what Reddit is like. Also, at the end of the day, a number of the issues are because of how groups of humans interact and not the platform itself.

    However, the reason I’m here instead of the many other Reddit alternatives is because of federation. I believe that as long as we maintain a healthy balance in the fediverse (and not let one entity control too much), we can avoid the enshitification while centralized social media becomes unbearable for more and more people.




  • Otter@lemmy.catoLemmy@lemmy.mlPiefed finally fixes Lemmy’s ugly post URLs
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    5
    ·
    edit-2
    2 months ago

    It’s still helpful for messages. The social share/thumbnail isn’t always available

    A user is more likely to click on

    https://unfamiliar.site/c/cats/192837/my-cat-napping-in-the-sun

    compared to

    https://unfamiliar.site/post/192837

    I’m not saying that this should take priority over all the other things the developers are doing, but I’d still like to see it implemented at some point