The post is at https://lemmy.world/post/1285556 - it’s a link to GIF that’s been deleted at the source (it’s a 404).
aka freamon
Codeberg: https://codeberg.org/freamon?tab=activity
Anything from https://lemmon.website is me too.
The post is at https://lemmy.world/post/1285556 - it’s a link to GIF that’s been deleted at the source (it’s a 404).
OP had an account at .ml and it was banned from the entire instance. Their LW account has been banned multiple times from .ml’s asklemmy community (this probably what this post is about, rather than .world’s asklemmy community but I didn’t want to get involved).
Well, it won’t help you (or me), but the the most active is probably https://hexbear.net/c/ama (the lemmy.world seems to have got nuked, and the already-mentioned lemmy.ca one is the only other one I found)
Oh. I subscribed to this post because I hoped someone would be able to give an answer too.
It’s been a day, so before I forget and on the basis that some answer is better than none at all, I’ll have a crack:
400 Bad Request isn’t much to worry about, it doesn’t mean anything is malfunctioning and it can happen for a gazillion reasons. One is you’ve joined a new community and someone Likes a comment you don’t have (particularly if it’s nested in other comments you also don’t have). Another is if someone Likes a post or comment by a user on an instance that you’ve defederated from (your instance is defed’d from lemmygrad and hexbear whereas lemmy.ml isn’t)
As for 499, that seems to be a client issue, and that client mostly seems to be beehaw, who are stuck on an old Lemmy version and being increasingly wonky (in the other direction, they often reply in HTML rather than JSON and randomly decide that their communities’ inboxes don’t exist, so I wouldn’t worry about stuff from them either)
Seems like ‘posts’ works okay, but it’s ‘comments’ that don’t (and overview is a mix of both).
API call to see posts:
curl --request GET --url 'https://lemmy.world/api/v3/user?username=beebarfbadger&sort=TopDay&page=1&limit=1' --header 'accept: application/json' | jq .posts[].post.published
=
2024-09-26T15:35:33.998368Z
(today’s top post is today)
API call to see comments:
curl --request GET --url 'https://lemmy.world/api/v3/user?username=beebarfbadger&sort=TopHour&page=1&limit=1' --header 'accept: application/json' | jq .comments[].comment.published
=
2024-03-03T05:09:45.255807Z
(this hour’s top comment was in March)
They probably know about it, but if not it’s probably a good idea to report the bug here: https://github.com/LemmyNet/lemmy/issues
I don’t think that would be possible. The API is only sending “post_id” and “score” for votes, so the backend has no info on what feed a user used to send it. An instance could modify their official frontend to hide the ability to downvote from Local and All but they couldn’t do anything about people using different frontends (e.g. all the various phone apps)
I think lemmynsfw stopped people who weren’t subscribed to a community from voting in it (because their communities for gay people were getting a lot of downvotes from All). If that’s what you mean. I think it was a hack rather than a setting though (my info might be out of date)
Yeah (well, nerds anyway). With Lemmy, if you do curl --header 'accept: application/activity+json' --location https://lemmy.wtf/c/gametrailers/followers | jq .
it tells you there’s 68 but not who they are. With PeerTube you can do curl --header 'accept: application/activity+json' --location https://peertube.wtf/video-channels/startgametrailers/followers?page=1 | jq .
and it provides names (including me and you and a bot from leaf.dance)
(edit to fix URLs)
It’s perhaps worth mentioning that - unlike Lemmy - PeerTube makes subscriber info public. I mean, it’s no great secret that I’ve subbed to your channel at !startgametrailers@peertube.wtf, but it’s the kind of thing that some people care about.
Hey! This guy doesn’t know about the three seashells!
I think it’s just a desire to indicate some uncertainty about something (like - I’m not an expert, my opinion on whatever could change with time or new information). A full stop seems arrogant somehow.
I realise it’s not a good impulse and mostly resist. Mostly …
(that last one’s nothing to do with the above reasoning, it’s just a line from Aliens that’s stuck in my head).
Wanting to end all text communications with ellipses …
Most of their communities look to be German, but their biggest one - !europe@feddit.org - is English language only
Communities on feddit.de won’t update 'cos the instance is kaput - the replacement is https://feddit.org/
If they’re just looking for the word ‘lemmy’ in the URL, link to the version of the post from an instance that doesn’t have ‘lemmy’ in. E.g. for this post, instead of https://lemmy.ml/post/19458783, link to https://piefed.social/post/208919 or some even more obscure platform.
On lemmy.ml, it’s showing that your post has been made in the ‘afaraf’ language btw, so most people won’t see it, and it’s probably worth fixing with an edit.
I saw that there’s !chronicillness@lemmy.world
Dunno if it’s exactly what you’re looking for - it seems quite memey
It depends. It seems like Lemmy batches up its activity to send to remote instances - so, per instance, it sleeps for a bit, then sends what it has. If both a Create and an Update are in the same batch, Lemmy just sends the Update. If they don’t happen to be in the same batch though, it sends both activities.
(this is outsider observation, not insider knowledge)
You’re right about the cause: Lemmy’s front-end isn’t giving its backend enough time to do everything it needs to do for an unfamiliar commentary.
It works better if you copy / paste the link into Search. MBin effectively redirects all these links to its Search anyway, so maybe that’s an option.
FWIW: that post is not for 2 communities - it’s for one community (/c/test at sh.itjust.works) and one user (/u/test at lemmy.ml) - I’m guessing that it’s autocompleted to a thing that was different from your intentions.
(edit: the webfinger response from lemmy.ml for ‘test’ returns both a Person and a Group, which Lemmy can deal with, but Mastodon probably can’t, so it just grabbed the first one it saw)