Hacker News new | ask | show | jobs
by axg11 1528 days ago
Elon’s views are extreme in the sense that no current and popular social media is being run with a light touch approach to moderation. I’m not sure how he plans to combat scams and bots, two issues which go against an absolutist free speech approach.

I do think Elon being closely involved with running Twitter is a net good. We’ve tried a lot of different approaches to social media, now perhaps it’s time to try laissez faire.

The unfortunate side effect of experimentation is that if Elon succeeds in a Twitter takeover, Twitter is both more likely to become much more successful, _and_ more likely to die. Right now Twitter is floating in between, a solid offering with few prospects for growth and unlikely to be superseded in the near future.

1 comments

> Elon’s views are extreme in the sense that no current and popular social media is being run with a light touch approach to moderation. I’m not sure how he plans to combat scams and bots, two issues which go against an absolutist free speech approach.

Bots can be shut off in a pretty easy way. Detect and prevent any kind of automation (something that randomly mangles the javascript/html to prevent scraping for example) and also completely delete the Twitter API that allows automated tweeting. Tweeting should only be done by humans.

Also auto IP bans of any "rapid" tweeting coming from any IP.

I dunno. I've never met an unscrapable website, IP addresses are cheap, and any bot trying to sway real people's opinions would do well to rate limit itself per account anyway. I wouldn't want to have try to design a website that I personally wouldn't be able to bot.