Then you should also override Equals(object)
, GetHashCode
, and implement IEquatable<T>
.
Thankfully a lot of the usual boilerplate code can be avoided using a record
class or struct:
public record Person(string Name, uint Age);
Then you should also override Equals(object)
, GetHashCode
, and implement IEquatable<T>
.
Thankfully a lot of the usual boilerplate code can be avoided using a record
class or struct:
public record Person(string Name, uint Age);
I was editing my comment as you were responding. Check the issue on GitHub I linked in the edit, and maybe thumbs it up for visibility. One of the commenters mentions using a third-party tool but I'm not sure the one they linked to can grab posts. In theory another one might exist to dump your post data.
Which service? Mastodon has a built-in export functionality in preferences.
I can't find such an option on Lemmy, but you should be able to do a GDPR request for your information as a last resort.
edit: Non-post data / user settings can be exported (and imported!) but posts are a separate issue. See this open issue.
Real classy of you to do the toddler thing of sticking your fingers in your ear and going "la la la I can't hear you". (It'll be an honor to share a spot on your block list with these other two fellas.)
A lot of contributors of FOSS projects make small changes that aren't copyrightable.
There's been a hostile takeover at Gitea and it's now run / owned by a for-profit company. The developers forked the project under the name Forgejo and are continuing the work under a non-profit. See also: Their introduction post and a page comparing the two projects. Feel free to look up more, since I haven't familiarized myself with the incident all that much myself. Either way though, maybe consider using Forgejo instead of Gitea.
My only experience with Mind Traveler was them engaging with almost every single comment in one thread, seemingly stirring up stuff. I'm not sure about others, but to me that's not how I want anyone to interact with a forum such as Lemmy. I don't want half of the comments in a thread to be from a single user trying to argue every single other person, being as noisy as they can be.
Also, what is your stake in this? You aren't a particularly active user, at least from what I can see from my Lemmy instance. There might be reason to believe you're an alt account of Mind Traveler or a friend trying to push some narrative.
Besides, if anyone is not happy with the actions of our Lemmy admins, which are unlikely to change, why not just move to another instance? That's the beauty of the fediverse, after all. Unless, of course, they aren't welcome on other instances either.
Please, no more drama or attempting to discredit Blåhaj Lemmy admins.
As a spectator with no stake in what happened, except of course wanting people to feel comfortable, I feel like two things were still left unaddressed:
It looked like the owner of the affected community was driven out by something that almost resembled a witch hunt, with accusations that appeared to be unfounded or even maliciously pushed by people opposing the views or moderation style of the community.
There was a particular user who stood out to me because they tried to respond to as many posts as possible, seemingly fueling the drama, or at least actively pushing their opinion on everyone. I feel like this is not the appropriate way to interact in such a forum, nor healthy for that individual.
What did the admins do or are planning to do in regards to these concerns?
I have a feeling that the people that think "cis" is a slur just don't understand what it means, or are outright transphobic.
I recently had a guy admit he might be transphobic because he "prefers actual women", and later uttered the sentence "maybe women don't like to be called 'cis women'?" and like, dude, it's just an adjective that means the opposite of trans. But how dare we imply that trans women are women?!
In the end, treating cis / cisgender as a slur is yet another way to attack trans people.
Zig hasn't been mentioned yet, so I'm just going to drop that here.
I personally have enjoyed the meta-programming, the ease of integrating with C libraries, and like that it's pretty straight-forward to compile.
On Mastodon, when you follow another user on another instance, your instance will send a request to the other, to be notified of new posts made by that user, as well as posts they've boosted. When such a new post arrives, a copy will be created on your instance so it can be displayed without nagging the original instance again for the post's content and such.
Lemmy is similar of course, since it uses the same underlying protocol (ActivityPub). Think of communities as "special users". Whenever someone creates a post or reply, the community will boost it, so it ends up on every instance where a user has subscribed to that community.
This part I'm not entirely sure on but I believe it's how things work: The other way to send messages around other than subscription is obviously to send messages directly. In ActivityPub there's a field that specifies the recipients of a message. When such a message is created, it is pushed to the instances of the recipients. On Lemmy, the recipient is the community you're posting to. On Mastodon, the recipients are filled with all the users that you @-mention in the contents of the message. So for a Mastodon user to post to Lemmy, they have to mention the community, which is why you see some posts that contain the community's handle.
Because you can't follow / subscribe to users on Lemmy, the posts of Mastodon users that don't involve Lemmy never end up being "federated", meaning Lemmy instances don't get notified of these posts, so they don't end up being "copied". This is the same on Mastodon by the way. Unless your instance sends out a request to fetch posts from an unknown user, it doesn't know about their posts, since nobody so far has cared about them.
This makes sense because if you were to try and store all the content from the fediverse you would need a LOT of storage for little gain. Similarly it would be bad to never store the content and always fetch it, because that would generate a bunch of additional traffic, which especially small instances would suffer from.
To summarize: Lemmy doesn't display Mastodon posts because it doesn't have a mechanism to subscribe to those users.
I understand Steam not wanting to moderate the absolute flood of user-created content of its thousands of games (on their own), but then, it probably shouldn't force community forums on every single one of its games when the developers can't or don't want to moderate them.
(Also, the ADL doesn't recognize the ongoing genocide of Palestinians so maybe we should just ignore what they think.)