Date: 1/08/2020 09:53:39
From: mollwollfumble
ID: 1598982
Subject: Bots

I’m thinking that with the rise of memes, overpopulation by computers will eventually overtake overpopulation by humans. Bots are computer programs that replicate on computers.

What, precisely, are bots?

For starters, what language are they written in? Could I write one?

Reply Quote

Date: 1/08/2020 10:28:29
From: Divine Angel
ID: 1598991
Subject: re: Bots

What bots are depends on what they’re designed to do. You have chat bits, which are automated to find out your issue, thereby saving on paying actual humans.

Spam bots are of the kind which post links to forums. Or DDS bots which log onto websites en masse to cause trouble.

They can be written in pretty much any computer language.

Reply Quote

Date: 1/08/2020 10:43:38
From: fsm
ID: 1598998
Subject: re: Bots

mollwollfumble said:


I’m thinking that with the rise of memes, overpopulation by computers will eventually overtake overpopulation by humans. Bots are computer programs that replicate on computers.

What, precisely, are bots?

For starters, what language are they written in? Could I write one?

Bots are just automation scripts, they do not replicate.

Yes, you could write your own bot. A bot can be written in may different programming languages, depending on your needs.

Reply Quote

Date: 1/08/2020 10:50:41
From: dv
ID: 1599006
Subject: re: Bots

fsm said:


mollwollfumble said:

I’m thinking that with the rise of memes, overpopulation by computers will eventually overtake overpopulation by humans. Bots are computer programs that replicate on computers.

What, precisely, are bots?

For starters, what language are they written in? Could I write one?

Bots are just automation scripts, they do not replicate.

Yes, you could write your own bot. A bot can be written in may different programming languages, depending on your needs.

That’s a bit general. There are bots that write bots.

Reply Quote

Date: 1/08/2020 11:01:40
From: fsm
ID: 1599018
Subject: re: Bots

How to create your own bot.

https://tutorials.botsfloor.com/how-to-create-your-own-bot-7f57cec7e1cf

Reply Quote

Date: 1/08/2020 19:51:41
From: mollwollfumble
ID: 1599244
Subject: re: Bots

fsm said:


How to create your own bot.

https://tutorials.botsfloor.com/how-to-create-your-own-bot-7f57cec7e1cf

Lovely.

Reply Quote

Date: 1/08/2020 21:10:28
From: mollwollfumble
ID: 1599270
Subject: re: Bots

mollwollfumble said:


fsm said:

How to create your own bot.

https://tutorials.botsfloor.com/how-to-create-your-own-bot-7f57cec7e1cf

Lovely.

Really good tutorial.

Bots are written in javascript from Linux (or perhaps a psuedo-linux inside nodejs), then tested using a bot simulator from Microsoft.

Uses the javascript package manager npm.

> deploy that to Heroku.

Which is cloud environment that runs javascript.

> Language Understanding (LUIS) is a cloud-based API service that applies custom machine-learning intelligence to a user’s conversation

Reply Quote

Date: 1/08/2020 21:59:29
From: The Rev Dodgson
ID: 1599304
Subject: re: Bots

mollwollfumble said:


mollwollfumble said:

fsm said:

How to create your own bot.

https://tutorials.botsfloor.com/how-to-create-your-own-bot-7f57cec7e1cf

Lovely.

Really good tutorial.

Bots are written in javascript from Linux (or perhaps a psuedo-linux inside nodejs), then tested using a bot simulator from Microsoft.

Uses the javascript package manager npm.

> deploy that to Heroku.

Which is cloud environment that runs javascript.

> Language Understanding (LUIS) is a cloud-based API service that applies custom machine-learning intelligence to a user’s conversation

I wrote the code for a bot which created new bots in the old Lotus 123 macro language.

The code copied the contents of the line it was on down one line, then moved down to that line.
There it read the code on that line, and did what it was told, which was to copy the contents of the line it was on down one line, then move down to that line.
This it continued to do until the end of the Universe, which in those days was about 64,000 lines later.

Here is the code:
/C~{D}~{D}

Reply Quote