• 0 Posts
  • 38 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle









  • It’s not a dark personality to misinterpret things. It’s just a poor grasp of the finer aspects of communication.

    For instance, Kathy Griffin made a controversial video holding a bloodied severed head of Trump, who was the US president at the time. That rightfully received a lot of backlash for being in poor taste. Making death threats against the president of the United States in a serious crime, however she was not arrested because it was correctly not seen as a threat by the law enforcement.





  • They can’t. Not without removing the part that makes reddit worthwhile, which are small dedicated communities.

    Sure, an AI can moderate shit like /pics /politics /funny /gaming. Those are basically just garbage article/repost feeds anyway.

    Can an AI moderate say… buildapcsales? Where you need a human moderator to verify if the deal is valid, add additional info to the flair and mark deals as expired? Technically yes, but it would require a specially trained AI, that knows how to scrape particular websites and avoid detection, which is not a great look for reddit and is also a ton of work.

    What about a TV show subreddit? There has been instances where episodes were leaked, and the moderators had to protect the community from spoilers. Can an AI do it? Again, if it’s manually trained on this new data it could. But are reddit employees going to illegally download leaked episodes to feed the to the algorithm?

    At that point, you’d be spending more time and money on babysitting each AI than if you just moderated manually.





  • Being easy to understand is one of the primary goals of any programming languages.

    The problem with Javascript is that it isn’t easy to understand. Javascript is easy to write.

    That’s why it’s easy for novices to pick up and why it ends up being spaghetti code. It’s very unrestrictive and allows writing very poor code that works based on assumptions and breaks when the assumptions aren’t met.

    It made sense at the time because it was just a scripting language for some minor website things, and you didn’t want your site to crash if your script ran into a problem.

    Now it’s being used to write full fledged applications and it’s past design choices are still haunting it.