Though this content could flourish in pockets of the fediverse, the scary scenario of prevalent child sexual abuse material is not the case. There are many moderation tools, including shared blocklists, that prevent it. However, the idea that the fediverse is full of harmful content was used by Elon Musk to justify his anti-competitive decision to block links from X to Mastodon.
Didn’t he unban someone who posted one of the worst CSAM videos known?
If a post contains content that is not allowed, the post should be deleted, that’s it.
OK, but what about content that is allowed, but has certain restrictions, like needs to be tagged NSFW. The current workflow to get this changed is: A mod comments under a pot telling the creator to tag it NSFW -> Remove the post -> wait for the creator to edit the post -> restore the post. This seems needlessly complicated and labour intensive, no?
Most importantly, we shouldn’t allow that to happen via the API.
My view is that not adding this to the API will only encourage admins who want this to do it through less transparent means, like injecting fake activities into the sent_activity
table. Most admins are reasonable people, and have good relations with their users, so if admins explained themselves then I think most users would be pretty accepting.
You’re free to start a “Should mods be able to edit user’s data?” discussion, but I doubt it would get much support, especially from reddit allowing this and it souring everyone to it.
I mean there’s been like 3 or 4 GitHub issues opened about this, so there’s clearly some demand for it. Should I make a post in !lemmy@lemmy.ml? So users not on GitHub can chime in.
You can read over the discussion here, but we will never allow mods or admins to act as / impersonate users, or edit their content.
I really don’t get this. Why is editing user content with slur_filter or modifying URLs accepted but allowing mods/admins to change the NSFW toggle isn’t? It also ignores that savvy-enough admins can edit user content with SQL queries.
Yeah, if I was building something production ready in Lisp, Clojure would be my choice even though I prefer CL. Ecosystem is ultimately king.
Oh, to be able to develop Lemmy with something like SLIME or Geiser, now that would be a dream. Too bad the CL’s library ecosystem is so much worse than Rust’s.
Will Lemmy can become easy like Bluesky? Are there plans like that?
Echoing @Die4Ever@programming.dev, it’s hard to comment on something so vague. Of course making things easier for users is an important goal.
Save a click:
“Although we are still assessing the impact, but overall, I don’t think it has any significant impact to our business and to our future performance,” Yang said. “So many other countries that have that kind of policies like Brazil and India. So actually it’s not a disadvantage, but probably an advantage for Lenovo.”
Yang went on to say that because of Lenovo’s global manufacturing footprint with facilities in several countries including the U.S., the company is more resilient and flexible allowing it to adapt to different scenarios.
I would say Fedora, but it has a really annoying OOM freezing issue.
I’ve seen it mostly touted as an alternative to Substack.
Does this mean Lemmy 0.20 is now 1.0? What prompted the change?
You’re probably getting downvoted (I didn’t just fyi) because it wasn’t really relevant to the discussion. No one’s disputing if cannibalism is natural, I was just trying to point out that killing and eating children is natural and yet still morally wrong to do.
Killing and eating your children has been observed among a great many species, particularly reptiles and mammals.
What where we talking about again?
There are plenty of things that are ‘natural’ that are wrong to do, why is eating meat any different?
SDL3 is a set of C libraries for doing cross platform gamedev stuff. It abstract over platform APIs for things like window creation/management, input handling, audio etc.
/api/v3/user
is for fetching info about any user, it requires either a person_id
or username
to be given as a URL param to work, e.g. https://feddit.uk/api/v3/user?person_id=28426
will get my profile. There currently isn’t a way to get just the person_view
from the JWT, though API v4 will have an /account
endpoint that you’ll be able to GET
with the auth header. Most apps GET
the /site
endpoint and use my_user
returned from that.
How bout you go back and let your friends know that if they’re in need of a good editor, try Vim ;)
If my friends wanted a good editor, then I wouldn’t recommend a Vimitor, I’d recommend ed, the standard text EDitor :p
Spoken like someone without foot pedals.