copygirl

joined 1 year ago
[–] copygirl@lemmy.blahaj.zone 7 points 3 days ago (1 children)

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);
[–] copygirl@lemmy.blahaj.zone 2 points 1 week ago (1 children)

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.

[–] copygirl@lemmy.blahaj.zone 10 points 1 week ago* (last edited 1 week ago) (8 children)

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.

[–] copygirl@lemmy.blahaj.zone 5 points 1 week ago

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.)

[–] copygirl@lemmy.blahaj.zone 5 points 1 week ago

Whenever you post something publicly on the internet, it's best to assume that you may not be able to delete it. Scrapers, search engines, caches, people taking screenshots, ... This is of course especially true with the fediverse, where posts are duplicated across servers. (Typically deletion requests are honored, but they might not, or they don't go through because of an issue, and even then the previously listed issues are still present.)

However, this is only regarding information that's either public or shared through the protocol, which doesn't include your IP address or the email address used to register. These are only available to the server your account is on and the client you connect with, if you're using an app. This information is I believe what OP was asking about, not the posts themselves.

(Without a proxy / VPN (comes with its own up- and downsides) your internet provider can also check some of your internet traffic, such as who you're connecting to, though typically not what data is being exchanged, due to encryption, like HTTPS.)

[–] copygirl@lemmy.blahaj.zone 3 points 2 weeks ago (1 children)

Is this not what the "active" sorting does?

[–] copygirl@lemmy.blahaj.zone 5 points 2 weeks ago (2 children)

The idea is that "roguelike" = a game like Rogue, which according to some people, requires checking most if not all of the boxes including ASCII, proc-gen, perma-death, turn-based, ... while the term "rougelite" is less strict. But I think we're past the point of that distinction being adopted into mainstream.

[–] copygirl@lemmy.blahaj.zone 15 points 3 weeks ago

https://github.com/godotengine/godot-docs

This is the source for Godot's documentation. You could clone the repo (in reST format) or download one of the releases (in HTML format) offline, so you wouldn't even need to query anything online.

[–] copygirl@lemmy.blahaj.zone 4 points 1 month ago (1 children)

Scream printing.

[–] copygirl@lemmy.blahaj.zone 10 points 1 month ago (2 children)

The lenses don't have to both be at the same distance to be fair.

[–] copygirl@lemmy.blahaj.zone 24 points 1 month ago

A lot of contributors of FOSS projects make small changes that aren't copyrightable.

[–] copygirl@lemmy.blahaj.zone 2 points 2 months ago

The real question is not what the algorithm pushes to you, but whether their moderation actually bans bigots and removes their posts. Any other instance would lose their "right" to federate with a queer-friendly instance if they didn't do that, so why would Threads get an exception?

 

I don't see a way to block individual users' posts from showing up in my feeds. There is no "Block" button on any user's page like there is for communities. For some reason I thought there was a way to do this before, but maybe I was just using another frontend? I see some users are blocked when checking my settings. I made sure to disable uBlock Origin to check if it could be an element hiding rule.

For the record these aren't rule breaking users or anything, but instead bots that automatically post things, some of them pulling links straight from reddit. I prefer my Lemmy being populated by humans.

Thank you!

view more: next ›