Just some Internet guy

He/him/them 🏳️‍🌈

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

help-circle
  • A lot of them got sucked into the whole “the government is forcing it on you to control the population”, and they simply can’t comprehend that anyone would voluntarily wear what they now consider being the symbol of submission to the government. In their mind it doesn’t work and never worked and you’re just virtue signalling your support of the government. It’s wild and a lost cause.

    I’d expect it to get much worse now.


  • One thing to be careful with allowing some bending of the rules, is some are going to start testing how far they can bend the rules. Everytime you bend a rule you create a precedent for it as well, and you get into nasty fights of why was I banned but not them and have your clemency hit you right back in the face.

    If it’s okay to bend some rules, then that should explicitly be the rule instead. Offtopic discussions for example, you can have a rule be “all top level comments should be on topic” as a balance, so offtopic discussions can happen, just not take over the whole comment section. If you allow something, make a mod comment explaining why for transparency and set the right expectations: “This post is off-topic but is generating on-topic discussion so we’re keeping it.”

    Similarly, well designed punishments goes a long way. For example, automatic ban after N warnings can be unfair. What you’re really after is, you don’t want to be warning that user every day to stay on topic. So the punishment can be more like “more than 3 warnings within 10 days results in a 7 day ban”. But sometimes the situation is such, you can rack in 10 warnings in the same threads. So you can make the punishment account for that: “If you get warned more than 3 times during a 14 day period, you will be banned for 7 days”. Or per thread, whatever makes sense. Understand common mistakes community members do and how you can steer them in the right direction without being unnecessarily harsh.

    With those two combined, it shouldn’t matter if you moderate like a robot or not. The expectations are clear, forgiving and fair while enforcing some order for repeat offenders. The rules have the flexibility you need baked in so you don’t have to bend the rules.


  • I went for a federated option specifically so that it’s resistant to one company going rogue like Reddit did with the API fiasco and the banning of every third party app that made Reddit great. That’s really the killer feature, if you’re tired of your admins you go to another instance. No need to protest and switch your subs to private, just move the whole community elsewhere.


  • It’s just not that good of a metric overall. Not just because it would be easy to fake it, but also because it would inevitably divide into tribes that unconditionally upvote eachother. See: politics in western countries.

    You can pile up a ton of reputation and still be an asshole and still get a ton of support from like-minded people.

    The best measure of someone’s reputation is a quick glance and their post history.


  • Those kinds of problems aren’t particularly new (PGP comes to mind as an example back when you couldn’t export it out of the US), but it’s a reminder that a lot of open-source comes from the US and Europe and is subject to western nation’s will. The US is also apparently thinks China is “stealing” RISC-V.

    To me that goes against the spirit of open-source, where where you come from and who you are shouldn’t matter, because the code is by the people for the people and no money is exchanged. It’s already out there in the open, it’s not like it will stop the enemy from using the code. What’s also silly about this is if the those people were contributing anonymously under a fake or generic name, nothing would have happened.

    The Internet got ruined when Facebook normalized/enforced using your real identity online.



  • The logins aren’t federated, the content is. Each instance receives a copy of everything, and normally you browse other instance’s content from your home instance. In your case you’d access lemmy.one’s content from your home instance, lemmy.world. If the logins were federated we wouldn’t need those domains after our usernames!

    The email analogy still works for this: if you’re on Gmail, you don’t go log in to Outlook to send an email to your friend: from gmail directly, you send an email to your friend and Gmail’s server takes care of sending it out to Outlook.

    There’s browser extensions to help go back to your home instance, as the linking on Lemmy is sometimes a bit weird and you do end up on other instances every now and then.





  • With Docker, the internal network is just a bridge interface. The reason most firewall rules don’t apply is a combination of:

    • Containers have their own namespace including network namespace, so each container have a blank iptables just for them.
    • For container communication, that goes through the FORWARD table, not the INPUT/OUTPUT ones.
    • Docker adds its own rules to ensure that this works as expected.

    The only thing that should be affected by the host firewall is the proxy service Docker uses to listen on a port on the host and send it to the container.

    When using Docker, each container acts like an independent machine, and your host gets configured to act as a router. You can firewall Docker containers, the rules just need to be in the right place to work.


  • Yeah, I used to not block ads but they’re so invasive these days. If 2 banner ads pop on at the top and bottom of the screen with a full screen app on top with ads between every paragraph and a PIP video ad on top, yeah, I don’t even bother reading the article.

    And I sure as hell am not subscribing to a $10/mo subscription because someone linked to a paywalled article either. It’s so crazy those sites just assume every visitor is a recurring visitor that might subscribe. Definitely wish there was some sort of micropayment thing, like pay 25 cents to view it or something.