• 7 Posts
  • 63 Comments
Joined 3 years ago
cake
Cake day: 11 June 2023

help-circle



  • You’ve got to remember that for most people living outside of cities, or living in red cities, this might as well not exist. Hell I bet even within big cities you might not be exposed to it depending on the neighborhood. You’d only really know through the news, and they don’t get their news from anywhere that would show them the truth.

    If by chance word actually gets back to them that something really is happening, it’s already been carefully run through the Republican spin machine, where this is all very legal and very necessary to “restore order” - where resisting is the real anti-American thing to do.

    What would it take to collapse the fantasy-land Trumpers inhabit on the daily? I’m not sure. You’re fighting 50 years of conservative propaganda for some of these folks - Trump is just the latest at the helm. They won’t be swayed easily.


  • I read through all the Reddit threads, and there’s only speculation.

    All the videos are gone now, but apparently he had been acting a little strange in his recent live streams. You can find comments about it on Reddit even if the video is gone. In short, he seemed off.

    There was also some evidence presented that the bullshit accusations levied against him were, unfortunately, really getting to him.

    Still hoping it was all just some tragic accident. We’ll probably never know for sure. But it’s a huge loss to the community - gone far too young.

    It says so much that every single creator had such wonderful things to say about him. We should all strive to be such a positive force in the world.






  • CMahaff@lemmy.worldtoPrivacy@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    3
    ·
    1 year ago

    Unfortunately public votes aren’t a choice, it’s a requirement for how the system works. Reddit also knew who voted for what, but it was safely hidden on their servers.

    Every post and every vote is replicated across all the Lemmy servers (well, simplification, but mostly true).

    Server owners don’t have to share it, but the information is in the database so it’s always going to be possible for someone to make a tool that displays it.

    There’s not really an alternative - the Lemmy server needs to know what each person has voted on so it displays to them, so they can only vote once, etc. Not to mention that if it was anonymous, you could probably engineer a malicious system on other Lemmy servers to do massive vote manipulation even easier.

    I’m not seeing a way to both make things distributed and anonymous.


  • I watched this video awhile ago about 3 Yale professors leaving the U.S. because of the rise in fascism.

    From that video, Marci Shore, Historian of Totalitarianism:

    There’s an expression in Polish: “I found myself at the very bottom. And then I heard knocking from below.” In Russian that gets abbreviated to “dna ne sushchestvuet” - “there is no bottom”. What starts to matter, is not what is concealed, but what has been normalized. There’s no limit to the depravity, and the sadism, and the cruelty that we are watching now play out in real time.



  • Yeah, every time there is a post on the topic, moderators say that the tools they have are insufficient.

    It’d be great to have some community focus on that going forward, whether through direct Lemmy changes or creating better bot mod tools. I’m not in a position to contribute right now but maybe in a few months.

    There is a subset of Lemmy that absolutely hates any idea of automod tools because it reminds them too much of issues they had with Reddit. But as Lemmy grows (and given it’s volunteer nature) it feels inescapable at some point.


  • It’s these terrible single washer/dryer combos that are the cause of this pain. I can only assume their popularity is because they are small and cheap.

    It may be the one thing America gets right - overwhelming people have larger washer / dryers with dedicated washing and drying sections. Takes up more space and I’m assuming requires hookups that aren’t common elsewhere, but man, they are SO much faster and far more effective. You can be done with all your laundry in a couple hours tops - and I’m talking like 1-2 weeks of laundry all at one time.

    Meanwhile we have one of these, and I feel like we’re doing small loads of wash the entire week. And don’t even bother with the dryer setting on it - for 90% of items, you’re just spending 6 hours raising your electricity bill.

    /rant




  • For all the people cheering or indifferent to this:

    1. This would affect more than social media - this would affect ANYWHERE that has user accounts that can post content - blogs, wikis, website builders, hell, even email.

    2. The summary states this is so it can be “renegotiated”. Considering the current authoritarian direction of the United States, now would be absolutely the worst time to rewrite online content policing laws - it will absolutely be used to silence dissent.



  • It obviously depends on your exact git workflow, but my last team had things setup so that the code content of a MR was automatically squashed on merge, and the text if the MR itself was automatically set as the content of the new singular git commit.

    This was largely the best of both worlds because your commits could have almost any text, and the description of what changed could be updated as needed when making the MR. But it ultimately ended up in the git history where it belonged.

    Of course, I still had some trouble trying to get the team to describe their changes well in the MR at times - but that’s a different problem entirely.


  • It wasn’t always an option - around the time of the first big mass migration of Reddit users it wasn’t something you could do. I actually wrote a tool at that time that could automate the manual action of re-subscribing / re-blocking everything.

    But yeah, these days it’s a feature of Lemmy itself, which is great because it’s much more efficient than trying to do things client-side.