Developer of Deus Ex Randomizer, StarCraft 2 Randomizer, RollerCoaster Tycoon Randomizer, Build Engine Randomizer, and Groovie 2 in ScummVM

https://lemmy.mods4ever.com/communities

https://mods4ever.com/

  • 8 Posts
  • 79 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle







  • Die4Ever@programming.devtoLemmy@lemmy.mlDocumentation for writing Lemmy Plugins
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    edit-2
    2 months ago

    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)







  • you make a good point about push vs pull, although things are only pushed if someone is subscribed (opt-ed in)

    I think the proposal is for licenses to become part of the ActivityPub protocol, so all applications would retain the original license of the content, license would be a first class citizen

    although without licenses this is functionally the same as email, I wonder how the laws work for that, for example I don’t think you can just plagiarize something that someone wrote, quoted, or copy-pasted to you in an email if it’s actually copyrighted content like from a book (aka content that had a license)


  • cloning data in that way isn’t legally different than what The Wayback Machine does for other websites, it doesn’t mean a company can just ignore the legal license of the content just because they can get a copy of it

    if the only concern was getting a copy of the data, then Reddit wouldn’t be able to sell access to the data for $75mil or whatever, the AI company would just scrape the pages or pay the API fees directly, and then they could even store the data and serve it to other people as a mirror and make some money off of the content with ads too!

    same thing with licenses on Git repos, you can’t just clone it and do whatever you want with it, there are laws