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/

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

help-circle


  • Message text so you don't have to read the image:

    Hi /u/Die4Ever,

    Thank you for posting to /r/Games. Unfortunately, we have removed this submission per Rule 8.

    Promotional Content Requirements

    We have strict rules for promoting content. Posting links to your own or affiliated content are considered self-promotion. Promotion should not be the main purpose of your account, you should be an active, participating member of this community first. Violation of these rules can result in a ban either on your user or on the site or game in question. Remember that Reddit has its own advertising feature which is a much better, appropriate way to use Reddit for the purpose of advertising!

    Post Compensation and Disclosure - Receiving compensation of any kind to post about something without disclosure is strictly against the rules. This includes money, Reddit Gold, or anything in between.

    Account History Requirement - No more than 10% of your submissions across all of Reddit may be to any single site, profile, or channel. This is not limited to your own content: you can be in violation of the promotion rules for a site that you have no direct affiliation with. Comments usually do not factor into the 10% rule. That being said, we can take comments into account if we feel they are being used to circumvent the 10% submission restriction (such as posting a specific domain repeatedly in comments) Additionally, moderators may use their discretion when it comes to multiple sources about the same topic in relation to promotional limits.

    If you have any questions or would like additional clarification on the promotion rules for /r/Games, feel free to send the mods a message about it!

    This is considered an official warning. Further Rule 8 violations may result in greater consequences, up to and including an account and/or domain ban from this subreddit.

    If you would like to discuss this removal, please modmail the moderators. This post was removed by a human moderator; this comment was left by a bot.












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







  • Because if I didn’t use Discord then I would be the only one in the community. Discord has a massive userbase especially with gamers. You give them a Discord link and there’s a decent chance you’ll see them join and post a message. Give them any other link and they’ll never make an account, they probably won’t even click the link to see it.

    I provide links for Discord, Lemmy, Kbin, Mastodon, Steam group, and GitHub. I see lots of people come in on Discord, but 0 on the others except for myself lol.

    Only the few actual contributors use the GitHub, don’t think I’ve ever seen a non-programmer submit a bug report on my GitHub or use the discussions or leave any comments on releases or anything.

    I’m also on Moddb and NexusMods, got a few comments on Moddb, none on Nexusmods yet.

    I also have Twitch and YouTube of course, I get small numbers of people commenting on those.

    Nobody has even asked for any other type of community, Discord is just want they want. If I just wanted to talk to myself then I wouldn’t bother creating a community/forum at all.



  • 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