Creator of Deus Ex Randomizer and other mods: https://mods4ever.com/

https://lemmy.mods4ever.com/communities

  • 12 Posts
  • 38 Comments
Joined 2 years ago
cake
Cake day: June 7th, 2023

help-circle



  • or will it stagnate and fade into obscurity like many other similar discussion boards?

    well it wouldn’t really play out like that, if Lemmy gets overtaken by a replacement (like Mbin, Piefed, or Sublinks), it would be a transition not a death

    a big thing we can look forwards to right now is if Pixelfed gets better support to interact with Lemmy/etc communities/groups then we can get a big boost in userbase, even if they aren’t using the Lemmy software we’ll still be seeing their posts and comments

    I wish Mastodon would improve their compatibility with Lemmy too, but they don’t seem interested


















  • 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.



  • 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)