I don’t have a need for that atm(like I said, my laptop has a separate drive), but will look into that in case I ever need it in the future. My problem with this personally tho is that I share my drive between Windows and Linux, and Linux doesn’t exactly play well with NTFS. Sounds really cool however for having a multi boot Linux system, with all your files shared between distros.
Of course it’s all personal preference, but I’ve been managing my dot files from the very beginning with nix(home manager). Never tried ansible, but, just like you, don’t really need to, as everything is already set up well in Nix(including all my configs for all my programs).
Most people here do not want to associate with this kind of people. If you really believe in “free speech”, go run your own instance. Free speech is one thing, hate speech is another.
The beauty of the Fediverse is that no one is forcing you to choose/stay on your instance. If they want to talk about that stuff, they have their own instances for it. Lemmy.world is meant to be a comfortable instance for all, and if that means defederating, so be it.
I use Nix, so I’ll just reinstall my system if anything really bad ever happens. Sometimes I reinstall just because. My important files are on a delegate drive I have to manually mount, so I’m not too worried.
I think he means Firefox is not Chromium-based; Chrome is a proprietary code base, no one can access it besides internal Google employees. Chromium, on the other hand, is open source, and is what browsers such as Edge, Brave and Opera are based off of. Chrome is also based off Chromium, it’s the closed source browser Google distributes. Think of Chromium as Android, and the Pixel UI as Chrome.
So no, I doubt he means Firefox is Chrome.
Edit: seeing from the other comments, downvotes, and that the comment has been edited, he most likely made a typo and typed “Firefox is chromium.”
Edit 2: Mistakenly said that Chromium was what Firefox was based off of when I meant to say Brave. My bad. I’m well aware Firefox isn’t Chromium-based(I use it for that reason), I was just confused as to why this person was saying he meant Firefox was Chrome, when the comment read “firefox is not chromium”. I later realized(in the above edit) that they must have written “firefox is chromium”, before editing it to “firefox is not chromium” after realizing he messed the comment up.
The catch here being that integration between them is somewhat limited. Mastodon displays Lemmy posts as Mastodon posts, with the communities being their own accounts. Not the best system. Lemmy can’t access Mastodon posts at all(AFAIK). Interaction between Lemmy and Kbin often also leaves out lots of information.
If they start to pull some EEE bullshit I'm sure 90% of the Fediverse will just nope the fuck out. I'd say give them a chance, but don't let them start to control the Fediverse protocols.
They'd have to check the upvotes, notice most of them came from one instance, look at the instance, check multiple users, and if they realize that these users were just created to get upvotes then they can defederate. However, it's too big of an assumption that moderators will go through that kind of effort to validate all the upvotes.
That's the point of a hash function. You have a public hash function, say SHA-256. It's easy to check a username against it's hash, but virtually impossible to reverse the hash back to the username.
Edit:
Instead of storing, say, eddie, we'd store 3b9d8298f1b5086d012618feebb2da1a394357c1dab7523443c9f6a743c4c84d. Then when the instance gets a Like from eddie, it hashes his username to get 3b9d8298f1b5086d012618feebb2da1a394357c1dab7523443c9f6a743c4c84d, realizes there's a match, and doesn't update the count.
Note that when given 3b9d8298f1b5086d012618feebb2da1a394357c1dab7523443c9f6a743c4c84d, it would take millions of CPU years to compute the original username from it. Therefore, we can check for duplicates without actually checking the name itself (a similar method is used for checking passwords; Lemmy is open source, we know the hashing algorithm, but we can't unhash user passwords, only check them).
Couldn’t we just use a hash for the usernames instead?
Nothing too over the top, but just a simple hash and match that instead?
Also, there’s way too much trust in instances. Like, one person could easily make a post on lemmy.world, go on their personal instance, and just give themselves, say, 2000 upvotes.
Instances should have their own settings on what instances are allowed to keep a local copy. (Default behavior should be to get the post itself from the instance “hosting” it).
I don’t have a need for that atm(like I said, my laptop has a separate drive), but will look into that in case I ever need it in the future. My problem with this personally tho is that I share my drive between Windows and Linux, and Linux doesn’t exactly play well with NTFS. Sounds really cool however for having a multi boot Linux system, with all your files shared between distros.