• 0 Posts
  • 96 Comments
Joined 1 year ago
cake
Cake day: July 11th, 2023

help-circle

  • You misunderstand the dynamic. Most GOP voters are going to vote and are going to vote for the Republican, regardless of how awful that Republican is. Voting is a civic duty and party above all are kinda core ideas for them.

    Dem voters are a lot more flighty in general. Any barrier to voting no matter how small (even having to rise from the couch) impacts Dem voters more than GOP ones.

    There are more Dem voters than GOP ones except maybe in very red states. It’s about turnout - US voter turnout is God awful and it’s worse among Dems than GOP.

    That’s why the debate was so bad for the Dems, because it’s not about whether or not it pulls voters to Trump but about what it does to Dem turnout.





  • That analogy was chosen for a reason. Ada was originally developed by DOD committee and a French programming team to be a programming language for Defense projects between 1977 and 1983 that they were still using at least into the early 2000s. It’s based on Pascal.

    It was intended for applications where reliability was the highest priority (above things like performance or ease of use) and one of the consequences of that is that there are no warnings - only compiler errors, and a lot of common bad practices that will be allowed to fly or maybe at worst generate a warning in other languages will themselves generate compiler errors. Do it right or don’t bother trying. No implicit typecasting, even something like 1 + 0.5 where it’s obvious what is intended is a compiler error because you are trying to add an integer to a real without explicitly converting either - you’re in extremely strongly-typed country here.

    Libraries are split across two files, one is essentially the interfaces for the library and the other is it’s implementation (not that weird, and not that different than C/C++ header files though the code looks closer to Pascal interface and implementation sections put in separate files). The intent at the time being that different teams or different subcontractors might be building each module and by establishing a fixed interface up front and spelling out in great detail in documentation what each piece of that interface is supposed to do the actual implementation could be done separately and hypothetically have a predictable result.









  • and suggestions that ‘any instance is fine’, although true in a technical sense - is a little misleading

    I’d say more than a little. I always suggest they look at the instance rules and also who the instance blocks to make sure they’re OK following those rules and being blocked from that content before picking. Part of why I picked SDF was that they block no other servers.

    I think the blurring of the lines between developers of the Lemmy open source project, and admins of the lemmy.ml instance is a self-sabotaging and tone-deaf reflection on the site, and hurts chances of wider adoption.

    Why? They explicitly haven’t baked any of their moderation/administration preferences into the code and have rejected suggestions that they should bake things along those lines into the code. If they decide to, that sounds like an awfully good reason for a fork. You don’t have to love the devs and their politics to use the software they developed, though you should probably be on board if you want to use the instance that they run.


  • The easiest way to explain it is to compare it to email.

    You know how you might have a gmail address, your friend might have a protonmail address and your parents might still have their old aol email address? But you can all still freely talk to each other anyways?

    Lemmy is like doing that, but for something like Reddit. If you notice, usernames have an @servername on the end and just like an email address that’s the server that person is connecting through. For example, I’m Schadrach@lemmy.sdf.org.

    Which means I log in to lemmy.sdf.org and use their servers to read Lemmy, but I can read, post and comment on communities on any other Lemmy server that is federated with lemmy.sdf.org just like they’re on lemmy.sdf.org just like you can send an email to someone using a different email service and it makes no difference on your end.

    Communities work the same way - so for example politics@lemmy.ml, politics@beehaw.org and politics@lemmy.world are all different communities hosted on different servers with their own separate posts, subscribers, mods etc. And users on any Lemmy server federated with the server that community is on can read, comment, post, etc (mod action notwithstanding).

    This federation thing I keep mentioning is just which servers are willing to talk to which other servers - again you can compare to email. Sometimes email servers pop up to send massive amounts of spam, and when they do mail providers blacklist them and simply ignore all messages from that source. Defederating is the same idea. You use lemmy.world according to your username, so if lemmy.world defederates lemmy.ml then you will no longer be able to see any communities @lemmy.ml or read any posts or comments posted by someone @lemmy.ml - to you it will be like lemmy.ml just doesn’t exist.

    If you scroll to the bottom of the page, you’ll see a link labeled “Instances”, which will give you a list of which servers lemmy.world talks to and which ones they’ve specifically blocked. Lemmy.world has a pretty long list of blocked instances.

    One of the reasons I picked SDF’s lemmy instance was because they don’t block **any **instances - as far as SDF is concerned it’s up to the end user what they want to see. Also SDF is kinda a cool entity - they’re a non-profit best known for maintaining public access unix servers and a bunch of retrocomputing stuff (like dial up internet and a gopher server) that has been around since 1987 (the name is literally an old anime reference because they started out as an anime BBS).


  • I don’t know how to best deal with such indoctrination chambers. Their members become completely divorced from reality and there’s no way to pull them back from the brink because anything you could say to that effect gets moderator-deleted. Yet vice versa, they can freely spread their propaganda and engage in “raids” on other instances.

    This is essentially the same problem Reddit has (mods/admins can control what is discussed on their boards), stems from the same place (mods/admins have essentially unlimited power over their boards/instances), and has the same basic solution - let the echo chamber echo chamber and create alternative communities that don’t have that problem. And on the upside, since this is a federated space you can just have whatever@otherserver.net instead of r/truewhatever7alpha.

    It’s just more noticeable here because the censorious leftward fringe is both more extreme and more aggressive about it.

    At least we haven’t started getting mods running bots to auto-ban anyone who has ever interacted with other specific communities yet.