-
Hey, basically I'm trying out this bot right now and it's fun!
Just that on some specific strings it goes wham and uses 4x100% cpu time: https://i.imgur.com/NW5pLAF.png
Any idea what could be causin…
-
```
{ 15648420 rufus-scheduler intercepted an error:
15648420 job:
15648420 Rufus::Scheduler::EveryJob "10m" {}
15648420 error:
15648420 15648420
15648420 NoMethodError
156…
-
This is a problem! Consider solutions.
-
Markov chains make for great entertainment when it comes to chat bots, and could be something to implement for private messages.
These bots basically learn from existing text (either pre-loaded or fr…
-
The `README` contains a handful of projects, but we need more so that people don't run out over the course of an event!
I like the idea of:
1. Explore a VERY basic concept in web programming
2. Small…
-
I feel this has been kind of lost out of sight, so maybe we should have a look at what really still needs to be done before we can argue we have something that could be a 0.1 release. I'm also going t…
-
Post `2014-06-21-IRC_Bot.md` says `Same intro from [last time][1]:`, but has no corresponding link.
I think it probably needs
```
[1]: [{% post_url 2014-05-27-Markov_Chain_Monoid_Instance %}]
```
-
A github bot is useful but caineio was too spammy to be enabled in this repo.
Discuss with the TC what we expect it to do.
-
So... this is kind of amazing.
-
If I understand the code for this correctly, this is just a first order Markov chain. So for instance, if you have a sentence, "The sky is blue", it maps "The" -> "sky", "sky" -> "is", and "is" -> "bl…