Members of the software developer community have reported deleting or altering their posts to prevent them from being used by OpenAI.

  • sugar_in_your_tea
    link
    fedilink
    English
    arrow-up
    5
    ·
    5 months ago

    I’m working on a P2P Reddit alternative, but Reddit is basically a more complicated StackExchange. Here’s the mapping:

    • stack exchange site -> community/subreddit
    • question -> post
    • answer -> top level comment

    The missing bits:

    • selected answer - easy metadata to add
    • comment on question
    • bounty - is it needed?
    • tags - again, easy metadata to add

    Maybe I’ll consider forking my project once it’s ready and turn it into a QA site. The hardest part will be useful search due to its distributed nature.

      • sugar_in_your_tea
        link
        fedilink
        English
        arrow-up
        3
        ·
        5 months ago

        Not yet, but I’ll post it somewhere here soon. I want to make sure the basics work properly first so people have a good experience on the first try. It’s pretty rough right now.