• 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: March 3rd, 2024

help-circle
  • As far as I’ve ever been paying attention, conservatives only argue in bad faith. It’s always been about elevating their own speech and suppressing speech that counters theirs. They just couch it in terms that sound vaguely reasonable or logical in the moment if you don’t know their history and don’t think about it more deeply than very surface-level.

    Before, platforms were suppressing their speech, so they were promoters of free speech. Now platforms are not suppressing speech counter to them, so it’s all about content moderation to protect the children, or whatever. But their policies always belie their true motive: they never implement what research shows supports their claimed position of the moment. They always create policies that hurt their out-groups and may sometimes help their in-groups (helping people is optional).



  • Several years ago I created a Slack bot that ran something like Jupyter notebook in a container, and it would execute Python code that you sent to it and respond with the results. It worked in channels you invited it to as well as private messages, and if you edited your message with your code, it would edit its response to always match the latest input. It was a fun exercise to learn the Slack API, as well as create something non-trivial and marginally useful in that Slack environment. I knew the horrible security implications of such a bot, even with the Python environment containerized, and never considered opening it up outside of my own personal use.

    Looks like the AI companies have decided that exact architecture is perfectly safe and secure as long as you obfuscate the input pathway by having to go through a chat-bot. Brilliant.