

Do you have ‘Show Post/Comment scores’ enabled in your account setting. (Click ‘Account’ at the bottom, then the cog icon in the top right).
Do you have ‘Show Post/Comment scores’ enabled in your account setting. (Click ‘Account’ at the bottom, then the cog icon in the top right).
https://azsky.app/ tries to use Bluesky’s feeds to simulate something like communities. I think it focuses too much on piggybacking off bsky content to be useful though, like forums and microblogs are different paradigms and a different UI isn’t going to change that.
Sign ups aren’t actually open though, but I can generate an invite code.
Honestly, less than 3K independent PDS is genuinely insane. That’s about 14,000 users per PDS provider. For comparison, if Lemmy had that same kind of concentration, there’d be 3-4 instances. PDS providers are also piss easy to host.
They’re included in the source code.
Yeah, definitely messed something up with the lemmy-ui, here’s what their site actually calls:
I think this might be a problem with their lemmy-ui deployment. Looking at communities on phtn.app with a chachara.club guest account shows the right thing for local.
Oh for sure, Fallout 3 Geoguesser would be hard. Idk, I just never had a problem navigating them, even if they were a bit samey.
Fallout 3. The criticism is absolutely fair*, but it was the first RPG I ever played and I’m still very fond of it.
* I never got the ‘metros are hard to navigate’ criticism, I never had that issues. Most of them are pretty linear.
Really cool honestly. How big it is is probably predicated on if Bluesky enabled it for PDS’es on bsky.social.
I don’t know if somethings changed, but it actually doesn’t. This lines would need to be WithContext<SharedInboxActivities>>
for that to be the case, and just to make sure I tested against a local running main and was able to send activities to it without the @context
just fine.
That still only shows replies the server knows about, this article is about making sure all replies to a post are present on all servers.
FEP-1b12 (Group ferderation) kinda already alleviates this, our part of the fediverse doesn’t really suffer from the missing replies problem, but it’s a solution that doesn’t work well with microblog platforms.
I’m not the most knowledgeable about Mastodon’s APub implementation, but having a look at the Actor
of that profile, it might be because it’s invalid JSON-LD. Now, Mastodon doesn’t actually do proper JSON-LD checks, you can follow PieFed profiles from Mastodon and they don’t produce proper JSON-LD, but they do include "https://w3id.org/security/v1"
in their @context
, and doing a code search of Mastodon’s source code does show some checks for if that’s included.
Lemmy’s I am familiar with and irrc it doesn’t even check if @context
is present.
!wales@lemm.ee is aware, https://lemm.ee/post/65857349
Noooo, they fixed it. RIP to this banger.
(Also, I don’t think you mean Pee-tube as that’s very different)
Yeah, GIMP is great, but its mask feature is just standout. Google “gimp mask” for more information.
Link us your website then.
Looks correct, but boring as you kept it pretty readable, the total opposite of what a regex should be.
^(?:(?:feddit\.(?:i[te]|uk|org|de|nl))|(?:lemm(?:\.ee|y\.(?:ca(?:fe)?|ml|(?:sdf\.)?org|world|zip|nz|blahaj\.zone|dbzer0\.com)))|(?:sh\.itjust\.works|programming\.dev|sopuli\.xyz|jlai\.lu|aussie\.zone|beehaw\.org|slrpnk\.net))$
I am a weirdo who actually like regex
^(?:(?:feddit.(?:it|ie|uk|org|de|nl))|(?:lemmy.(?:cafe|ml|ca|org|world|zip|nz))|(?:sh.itjust.works|programming.dev|lemm.ee|sopuli.xyz|jlai.lu|lemmy.blahaj.zone|lemmy.dbzer0.com|aussie.zone|beehaw.org|lemmy.sdf.org|slrpnk.net))$
Shout out to my favourite lemmy instance, shmitjust🎃works. Real cool people.
They’re accepting the changes you’re making fine, you can see as such here.
Assuming my suspicion from the other thread is correct (that you’re running this in your house), you need to set up port forwarding between your router and the computer running Yunohost. Specifically ports 80 and 443.