There was a post relating to this the other day: Some explicitly single-user ActivityPub software to check out
aka freamon
Codeberg: https://codeberg.org/freamon?tab=activity
Anything from https://lemmon.website is me too.
There was a post relating to this the other day: Some explicitly single-user ActivityPub software to check out
How does Piefed handle image attachments, btw?
For comments: not at all. If a Mastodon user tried to do what I did, with the inline image, nothing would show.
We could do what I think you’ve done, and regex the details of the attachment into ! [] ()
Markdown and add it to the text. There’s also a DB relationship between comments and images that isn’t used, but could be, I suppose.
I’ve never actually seen a Mastodon user try to add an image to something that ended up as a Lemmy comment, tbh, so it’s not something I’ve thought too much about.
I just tried with Masto - maybe there’s different versions, but it didn’t work with the one I tried.
Screenshot:
It’s probably for the best that this PR doesn’t also convert inline Markdown into an attachment to send out for Mastodon’s benefit, because then there would be the danger of apps that understand both showing two images. It’d be better if Mastodon did the translation when receiving stuff, but Mastodon doesn’t seem as good as MBIN when it comes to co-operating with Lemmy.
(edit: how that screenshot shows on MBIN is a bit disappointing though - at least looking at on the web)
Do they work the other way around btw? If someone on Lemmy uses the Markdown for an inline image do they show up on MBIN? I don’t they do on Mastodon.
https://literature.cafe/ is still running.
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)
Interesting. Funnily enough, my comments are coming through to Lemmy as ‘Undermined’ too (just a PieFed bug, easily fixed), so the fact that you saw it (as well as the comments by the others I mentioned) means it’s not a language thing. That’s good, in a way, because it should be physically impossible to actually de-select it.
So, sorry - at least we can rule one thing out, but I don’t have any more suggestions.
That community only accepts posts in ‘undermined’ language, so if you aren’t seeing anything from there, but you can when you log out (to simulate everyone else’s view of it), then it’s probably a user setting that prevents you from seeing stuff from that language. If you go to the ‘collapse’ community and posts by ‘Midnight’ are missing, then it’ll be that (similarly there’s a comment here from ‘originallucifer’ - if you haven’t seen it, it’s 'cos of the language thing).
Maybe, but image posts drive more engagement than text ones. You can see on !lowqualityfacts@lemmy.zip that the text posts, which are no worse LQFs than any other ones IMO, score noticeably lower.
I like sites / Lemmy frontends that provide some kind of ‘teaser’ for text posts (they also show a bit of the post’s body in the main feed), meaning you can often see both the feed line and the punchline for a post without going into it (it works well for ‘dad jokes’ for example). But the default frontend - lemmy-ui - doesn’t do that, so it hobbles the potential of text posts.
Last time that happened to me, it was because the ‘name’ I was using was too long (I removed some characters and it worked). There isn’t the same limitation for the ‘display name’ field though.
It is happening. If you look for news of, e.g. “Arnold Schwarzenegger endorses Harris”, most outlets just say ‘X’.
In my results, The Guardian, the BBC, The Independent, Fortune, MSNBC, The Washington Post and The Hill just used ‘X’. Politico said ‘on social media’. Only Forbes did the ‘formerly Twitter’ thing.
There used to be one - https://lemmings.world/u/communitylinkfixer
It looks like it was de-activated 3 months ago.
If you make a new one, please consider limiting it to just this community (and maybe communitypromo), and to not translating a link if the OP has also already provided a ! one, and to not translating links inside code blocks.
Drive-by bots can seem easy to make, but the problem is that they can be a bit too easy, and then end up as yet another annoying one.
The processing for Mentions hasn’t been added yet. But when it is, it’ll likely follow the convention of letting users add them beginning with an ‘@’. Beginning stuff with an ‘!’ is the convention for communities, so when you tried to Mention Rimu using one, it tried to look it up as a community.
Well, there’s the The 90-9-1 Rule for Participation Inequality in Social Media and Online Communities, which suggests:
Summary: In most online communities, 90% of users are lurkers who never contribute, 9% of users contribute a little, and 1% of users account for almost all the action.
So whatever number you’re looking for, it’s 1% of that. Not that subscriber count means much, especially for older communities that have 10’s of thousands of subscribers who aren’t even using the platform any more.
so “creating” it if the ID were to ever not be found would lead to… well, it could have lead to exactly something like this, actually?
Yeah. It’s just one theory as to what’s happened - something like a ‘delete post in this community’ has come in, and PieFed hasn’t been able to find the community, so it’s happily created a new one. I don’t know why it would be able to find the community, but I’ll look into preventing this kind of occurrence.
It might not be what’s actually happened here: it’s something for Rimu to solve really (he has direct access to everything). Edit: ignore me, he’s just answered, lol.
Shit, yeah. I think you’re exactly right.
There’s one community, with ID 870, that’s in a Topic, but if you look at the host community’s most recent post - at https://piefed.social/post/301064 - that’s not in that first community (I don’t know the ID, but I can see that it’s not in a Topic). I don’t know how the find the second community just using the website, because https://piefed.social/c/tenforward@lemmy.world only ever gets the first one, that stopped updating 3 days ago.
It might be that there’s a call to ‘find_or_create’ where ‘create_if_not_found’ needs to be specified, because it’s not being found for some reason.
That comment chain demonstrates a real appeal of Reddit. Even for something like a post-episode TV discussion, a critical mass of people means that not only can you have the discussion in the first place, but there might be some extra info from someone who worked on the set, or attended an audience taping.
You can click to see the rest of the comments to see plenty wrong with Reddit too, but it’s not like there’s any particular drive to prevent the elements of Reddit culture that I find annoying from coming to Lemmy too.
I’d be surprised if there’s ever a critical mass of people on a federated app though. If there is, it’s more likely to be on something with the proper funding, that hides the details from regular users (e.g
it’ll be BlueSky, not Mastodon). On Reddit, Lemmy has a reputation for being too complicated, for the mundane reason that is. Too much stuff that should happen doesn’t, and the answer to why are the stuff that ‘normies’ don’t want to hear (LW and PD instances are both a bit unstable atm), or they’re so unintuitive that that they’ll need answering forever (e.g everything around discussion languages, instance blocks, newly-discovered communities , etc etc).
I’ve just seen a user accidentally submit the same post to the same community multiple times (the worst I’ve seen is 4 times). Preventing that is some real ‘web dev 101’ shit. Federated apps can be an interesting hobby for inexperienced devs (like me), and mildly diverting for anyone who wants to use them as a user, but a critical mass of users?! Forget about it.
Nope. Just tried on moist.catsweat.com and it says “Please select an item in the list” for the “Select Magazine” box if you try to post something and leave that empty.
I’m assuming that this is about your earlier post that ended up in LW’s technology community. Microblog posts like that seem to be more intended for whoever is following you as a user. If MBIN insists that you also have to choose a ‘sub’ then I think it’d be best to put it in whatever it considers a dumping ground (ideally something that doesn’t federate out), so the ‘random’ magazine sounds about right to me.
Ah, great, thank you. It’s been added as an Issue for PF now, with a link to this post, so that’ll be handy.
(I was likely misusing the term ‘regex’).