Can confirm. Just looked at Boost and there they all are. Pretty neat. (Boost is the only app I’ve seen that notifies you of comments too)
aka freamon@lemmy.world, freamon@feddit.nl, and any username from lemmon.website
This account is currently parked, and I’m using https://piefed.social/u/andrew_s
Can confirm. Just looked at Boost and there they all are. Pretty neat. (Boost is the only app I’ve seen that notifies you of comments too)
In Lemmy terms they’re at ‘RequireApplication’. Open is completely open. PixelFed have automated something that lemmy.world did for feddit.nl a while ago - defederate from them until they changed their application policy.
Manual approval isn’t the only alternative to Open Registration - the main one involves requiring an email address, and/or solving a captcha
It’s not a one-click solution, but lemmy admins can check other instance’s registration policy. e.g.
curl https://lemmy.world/api/v3/site | jq -r .site_view.local_site.registration_mode
Other Fediverse apps will reveal it in different ways of course. Nothing to stop an instance that was set up just for spam from lying about it of course.
It seems a very optimistic viewpoint that, actually, Lemmy would have more content, it’s just that all the people who would be making it are, like, really busy with other stuff right now.
Suggested setting: give up after X number of days if no real person from that instance subscribes. Whoever added the community is free to try again.
It’ll be said for Taylor Swift’s boyfriend if she doesn’t make it. He probably won’t be able to do whatever it is he’d normally do at a Taylor Swift Superbowl.
Similar vibe:
The short answer is that you have to ask blahaj.zone to resolve it. lemmy.ml has it as post id 11470168, but it’ll be different for other instances - whatever the next number was in their database when the post was announced.
You get different answers depending on whether you’re logged in or not though.
From endlesstalk.org, I can search for that post in the web-ui: Communities -> paste the post url into Search -> Change the Type from ‘communities’ to ‘posts’
Alternatively, using the API, I can resolve it with
curl --header 'accept: application/json' --header 'authorization: Bearer MY_LOGIN_TOKEN' https://endlesstalk.org/api/v3/resolve_object?q=https://lemmy.ml/post/11470168
I’m not logged into blahaj.zone though, so it won’t resolve it. The web-ui only gives me this post as one that mentions the thing I’m searching for, and the API returns ‘not found’
Replayed Uncharted 4 for the millionth time. Now on The Lost Legacy. Not enjoying it as much (it’s harder, for one thing). Interesting to see the developments that would go into The Last of Us 2 though (e.g. experiments with more open-world levels, and the attempt to redeem a character that’s previously been portrayed as a villain).
I think it’s difficult to know where we really are in the release cycle for this console, as it’s been disrupted so much by initial unavailability and COVID. Normally, we’d be due a Pro version this year, but it could be this year, it could be next year, it could be never.
Last generation I was happy with a standard PS4 until I played Control, and could see that it was struggling. I’m not sure there’s any PS5 games that are known to stress the hardware, and would do anything with the extra resources.
I’d buy one now if I were you. Worse case scenario: you’ll want to trade it in for an upgrade in a year or two.
Use the pi or whatever little computer that’s presumably hosting the pi-hole software to also be a DHCP server (and turn off the DHCP server on ISP’s router). It can then advertise itself as the DNS server.
I’m surprised lemmy.ca is hosting gifs at all. Many instances are set to always convert them to mp4.
Lemmy doesn’t seem set up to handle gifs natively. The thumbnail that’s been generated is https://lemmy.ca/pictrs/image/33ad12d3-70b1-422f-8e17-f96731de7818.gif?format=webp&thumbnail=256
, so it looks like it’s rendering a GIF animation as a static WEBP image.
The original file still works though - the result of ![](https://lemmy.ca/pictrs/image/fc909ca0-7d83-45b6-9d1f-7791cd1b8c2e.gif)
is:
If you look at !gifs@lemmy.world, you’ll see that Connect has pretty decent support for animation (whether they’re GIFs, WEBPs or MP4s), although they play a bit slow on my phone.
Posting GIFs is currently tricky:
Yeah, it was on Film4 in the UK.
There’s something to be said for the shared experience of watching something, not because you’ve individually chosen it, but because it’s the thing that’s on. A 5/10 movie becomes a 7/10 if you limit your options right down.
My favourite experience of watching a film on telly was for Audition (the Takashi Miike film), where, at the end of each ad break, the continuity announcer was advising, with increasing seriousness, that we should stop watching. I would’ve slept better if I’d listened.
Speaking of bots that should have some checks built in, ha.
Bots are clients that use the HTTP API
Voyager was set up to test the app, but that doesn’t mean other clients can’t use it.
Enterprise is full of random test communities that have many been populated by bots. I don’t understand how something like https://enterprise.lemmy.ml/c/mels_test (to pick a random one) isn’t useful for what you’re trying to do.
I think https://enterprise.lemmy.ml is specifically for testing. It’s not typically federated with other instances, so it won’t be a problem if your bot goes crazy again.
this page also mentions https://voyager.lemmy.ml/ and https://ds9.lemmy.ml/
Regarding the ‘Unresolved questions’ part, the ActivityPub activity for Reports is:
{ "actor": "http://ds9.lemmy.ml/u/lemmy_alpha", "to": ["http://enterprise.lemmy.ml/c/main"], "audience": "http://enterprise.lemmy.ml/u/main", "object": "http://enterprise.lemmy.ml/post/7", "summary": "report this post", "type": "Flag", "id": "http://ds9.lemmy.ml/activities/flag/98b0933f-5e45-4a95-a15f-e0dc86361ba4" }
From this page. I imagine it’s up to lemmy where this actually gets sent (in the sense that if a community has 1 moderator, it goes to 1 inbox, but if it has 2 moderators, it goes to 2 inboxes).