• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "bots". Back to normal view
    1. A novel example of namespace clashing in competition between bots

      Discuss: namespace clashes expose and ensure instabilities in user-side solutions to interface problems. Case in point -- the RemindMeBot, which will send a timed reminder message to anyone who...

      Discuss: namespace clashes expose and ensure instabilities in user-side solutions to interface problems.

      Case in point -- the RemindMeBot, which will send a timed reminder message to anyone who calls it in a reddit comment with the phrase "RemindMe!", has been cloned and iterated upon by another bot, Kzreminderbot, which responds to the exact same trigger phrase. Both bots reply to the comment threads where they are summoned. Kzreminderbot has slightly more diverse features, including email/text notification, but the interesting thing here (I think) is the impotence of the response from the creator of RemindMeBot, who has added a link in their comment replies to send annoyed feedback to the second bot.

      We talk occasionally about the scramble for usernames on new services, but this is an slightly novel example of the cascading hierarchies of website design. A feature which reddit lacked is added by a bot, but that bot is too provisional to cover the hole which it was meant to fill.

      8 votes
    2. How would Tildes mitigate a DDOS attack?

      While reading up on what it takes to run this site, it just occurred to me that the site is hosted on one server with one network connection. Adding a CDN or cloud based DDOS protection would run...

      While reading up on what it takes to run this site, it just occurred to me that the site is hosted on one server with one network connection. Adding a CDN or cloud based DDOS protection would run contrary to the "no third party" thing we've got going on here, so that doesn't seem like an option.

      So I got to wondering, what would happen if a malicious actor were to sic a botnet on us? I imagine the outcome would not be good. Do we have any strategies to deal with this?

      9 votes