

I guess you could set profiles, like in regular Firefox


I guess you could set profiles, like in regular Firefox
Thank you so much!!


Come on, the whole purpose of pixelfed is to be an image federated platform.
If you want something different, use something different.
You ordered a pizza and are complaining it isn’t a salad.
Seems like a good solution! I don’t know of anything yet, but doesn’t seem too far fetched


Now this is podracing!
Seriously, I loved the idea!


I don’t think so. He often hold down PRs and when push them almost all the times makes sure that they wont be compatible with the majority of activtypub implementations.
Following!


That’s not even near reasonable, maybe lemmy.world lol
Here since 2023 with lemmy.eco.br and never had anything near that.
Of course there used to be problems on older versions (both Lemmy and Postgres had more bugs back then)


So you know they are miles behind slack. I say this as a XMPP operator and enthusiast, with a grade A server in XMPP Providers. There’s no use hiding the truth.


Why yet another chat protocol


Have you seen xmpp clients?


So for instance, if I install microblogging and communities I would have something like Mbin?


Gracias, compañeros!


I think this could end up blocking https://lemmy-meter.info/ They make requests without post id
Xmpp is The activitypub of chatting


For Cloudflare users:
Security Rules:
(http.request.uri.path eq "/api/v3/comment/list" and not http.request.uri.query contains "post_id")
For Caddy users:
# >>> Specific handler for /api/v3/comment/list with post_id check
handle_path /api/v3/comment/list {
# Check if the 'post_id' query parameter is present
@hasPostId {
query post_id=*
}
# Abort the connection if the parameter is missing
handle @hasPostId {
reverse_proxy http://localhost:8536/
}
# This handles all requests that did not match @hasPostId
abort
}


Good, I am challenging all ASN 49453


I am gonna try to make it for caddy too
Thank you and merry xmas