• 0 Posts
  • 108 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • but I don’t see how what I am proposing would make things more difficult?

    Now when a user reports a troll, the report goes to the moderators of the community. But in special cases the admins of the user instances should deal with banning. So the admins of the community instances have to deal with reports, but the solution is at the hand of the user instance admins. It’s the same as dealing with users from other instances, but an edge case.

    My recommendations would be something like this: (I’m just a random user, so it’s just my point of view)

    • Shut down the fully inactive instances. Noone will even even notice it
    • Merge the semi active communities to a handful of instances, like sports and technology… . I’ve seen active communities move instances, it would be possible, take a look how !europe@feddit.de migrated to !europe@feddit.org. Give enough time for subscribers to notice and subscribe to the new one.
    • Allow registration of moderators on these instances, so they can work around the current limitations of moderation tools. Maybe an invite only solution or something like this.
    • You could find help more easily if you look for admins for 3-4 instances instead of for 18 instances.

    This would be useful for you and other admins, because you would have to admin much less number of instances. They would be still considered small instances, compared to big one, so you still not at the “too big to fail” level. For users it would help community discovery, there are overlap between followers of similar topics, e.g. I have friends who follow both European football and NBA at the same time, I read both selfhosting related topics and about general tech support, etc…













  • One of them is a laptop, why ssh to the server isn’t an option? Set up tmux on the server so it always connects to the same session, so you can just continue where you left last time. If you need desktop support, rdp in gnome works really well.

    E.g if you connect with this command, and tmux is installed on the server, it will start a new session named “main”. If a session with that name exists it will connect to that:

    ssh -t pi@192.168.1.2 tmux new-session -A -s main

    Add something to .bashrc on the server to always do the same if you work on that phisically:

    if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
    tmux new-session
    fi
    




  • infeeeee@lemm.eetoFediverse@lemmy.worldThreads Enables Fediverse Replies
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    4
    ·
    edit-2
    1 month ago

    Since I stopped using mainstream socialmedia I can’t follow musicians I’m interested in. Some have a bandcamp page and rss works there, but they just upload their albums there, nothing else. At least I get notified about new releases. I tried to follow facebook and instagram pages via rss-bridge, but it’s not working for years now. My selfhosted bibliogram sometimes work, but it’s unmaintained so it will die at some point if instagram changes something. (I just found there is a maintained fork, yess) My ip usually gets blocked, so I get all posts once a week only in batch.

    So I’m interested, unfortunately none of them enabled fedi integration yet, (afaik it’s a settings for them in threads) so I’m waiting when they will enable it for everyone.

    I don’t want to debate about politics or whatever you are afraid of.



  • infeeeee@lemm.eetoTechnology@lemmy.worldIs this an accurate diagram?
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    1 month ago

    It’s a strange diagram but shows what you have to know. If you ever seen different keyed m.2 cards, you should understand this. The important thing is the location of the keys, the notch. All m.2 cards has an ‘up’ and ‘down’ side, it shows only the ‘up’ side. You have to look inside the receptor to see the pins, that’s why it shows both sides, it’s not possible to see one side only on the receptor as they are in a plastic casing. Usually you can’t see the pins on the mobo, only the key.

    You can see a similar diagram on wikipedia, both sides of receptor, top side of card:

    https://upload.wikimedia.org/wikipedia/commons/thumb/e/ed/M2_Edge_Connector_Keying.svg/560px-M2_Edge_Connector_Keying.svg.png

    The offset you were writing about doesn’t matter, it actually helps. You can’t accidentally insert the card upside down. The location of notches also help with this, as not all possible notches used yet, but in the future it could change.

    These connectors are really small. The receptor is similar how sodimm connector works, but smaller. Are you also afraid about inserting a ram in an laptop? It’s basically the same.

    Read more about the connector in wikipedia, I’m really happy this slowly replaces sata, msata, mpcie and even pcie in current pcs.

    https://en.wikipedia.org/wiki/M.2