I'm still most excited about the ongoing work on plugin support
https://github.com/LemmyNet/lemmy/pull/4695
would you say this belongs in the 0.20.0 milestone? or is it too soon?
I'm still most excited about the ongoing work on plugin support
https://github.com/LemmyNet/lemmy/pull/4695
would you say this belongs in the 0.20.0 milestone? or is it too soon?
Oh that's really dumb
Maybe they should've rushed it instead of delaying it lol
Just saying it's an easy one to start with to get familiar with the system
And yeah it could be used to verify "tags" in the title, or require you put the year for something like a movie title or game, like (1993)
also my comment kicked off a little discussion in here, so that's nice too
a pretty simple plugin idea would be a regex to validate post titles, deny the post if the title is invalid
I might try it unless someone else beats me to it
I guess to start with it could be a config file with a dictionary of community name: regex
and later it could be made to use the database with an api to set the regexes, could even allow community moderators to set their own regexes (might need a maximum regex length, maximum number of parenthesis/groups in the regex pattern, and disable lookbehind/lookahead, for performance reasons)
Then they aren't using it properly
Or use Cloudflare (properly)
release order is the way this series hooked the world, that's the most likely way for it to hook your friends too
Really awesome movie. I saw it twice in theaters, need to watch it again at home soon
awesome, I hope this can bring more devs on board
also I think we should organize behind a single GitHub tag, like
If it's not working in Photon, you could try a different frontend, like a mobile app. I think Jerboa and Boost can do it
reminds me of this article https://www.ign.com/articles/godzilla-minus-one-did-vfx-the-90s-way-and-thats-why-it-won-an-oscar
about how the director of Godzilla Minus One (Takashi Yamazaki) actually appreciates the art of CGI/VFX, and that's part of why they won the Oscar
Especially with Lemmy getting support for plugins soon, I don't see the need for making a new platform
A new sorting method for "unanswered" is a cool idea. I'm not sure if it's quite as simple as just finding posts with 0 comments, because people can put additional questions in the comments but it's still unanswered. Also how do you sort them for posts with the same number of comments/answers. But this is definitely something that a plugin could handle.
I saw someone else suggested we could just put "[unanswered]" in the title and then edit the title to "[answered]"