Iyouboushi's Home

イヨウボウシの宅

Posted by Iyouboushi on March - 30 - 2012 ADD COMMENTS

Posted Image
7.6 has been released!  For the changelog and download links, continue after the jump.
Read the rest of this entry »

Categories: Featured, Kaiou, Programs
Posted by Iyouboushi on December - 15 - 2011 ADD COMMENTS

Version 1.5.2 is now available for download!

As mentioned, I’ve added the auto perform stuff to this version. Since making that preview post, I’ve actually added a little more to it. The commands recognized are: JOIN, MSG, SAY, RAW and WAIT. Also, if you use MYBOTNAME (in all caps like that) it will replace it with the bot’s current nick on the server.

Other things added/updated/fixed in this version: The bot can now recognize multiple admins in the config file (just add more <admin> than one like you do with <user>), two new admin level commands (!msg and !raw), the filter was updated a little, and I fixed two bugs relating to RandomTalk.

Overall I’m pretty proud of this version. Hopefully Kon will continue to improve.

DOWNLOAD
Binaries
Source

Categories: Featured, Kon, Programs
Posted by Iyouboushi on December - 9 - 2011 ADD COMMENTS

This is just a quick update to the site to let people know that the Kaiou Updater has been updated to version 1.0.2. It should be working again, for the the very few people left who still use it.

Download: Version 1.0.2

Categories: Kaiou, Programs
Posted by Iyouboushi on December - 6 - 2011 ADD COMMENTS

Posted Image
7.5d has been released! For the changelog of what’s new in this version and the download link keep reading after the jump! Read the rest of this entry »

Categories: Featured, Kaiou, Programs
Posted by Iyouboushi on November - 28 - 2011 ADD COMMENTS

Hey everyone!

Kon version 1.5.1 is now up and ready for anyone who wants to download it. This version doesn’t add a whole lot but it fixes an issue with the ident and Real Name of the bot. The only other thing it does is add a /MSG command that allows the bot owner to message a non-channel (i.e. Chanserv, Nickserv, other users, stuff like that).

Kon seems to be attracting a lot more attention lately. I first just want to say thanks to everyone who has downloaded and tried it out. Thanks to those who sent me email with suggestions on what to do with the bot. I do appreciate it. With that said, I just wanted to say real quick that the IRC side of Kon is pretty lacking. When I first wrote the bot I never imagined it to be on par with something like mIRC or any other full IRC client. It was really just programmed to be a chatterbot. So please keep that in mind when you find that the bot is lacking something on the IRC side (like being able to auto-perform commands). I’ll add what I can when I have the time.

In the next version I’d like to add some kind of perform that will let the bot automatically join a bunch of channels and perform commands (like identifying to chanserv and nickserv). I don’t know when the next version will come though, so please be patient. :)

With all that said, here’s the links:

DOWNLOAD
Binaries
Source

Categories: Featured, Kon, Programs
Posted by Iyouboushi on November - 18 - 2011 1 COMMENT

I have decided to go ahead and release what I’ve been working on with Kon. This version is similar to the last version of Kon Offline that I released in that it combines the two lb brain files back into one file and utilizes kon.brain for its “Answer Search”.  For the change log for this version and the download links, continue after the cut.

Read the rest of this entry »

Categories: Kon
Posted by Iyouboushi on September - 22 - 2011 ADD COMMENTS

Posted Image
The Kaiou 7.5c patch has been released! Continue after the jump for the changelog and download link. Read the rest of this entry »

Categories: Kaiou, Programs
Posted by Iyouboushi on September - 6 - 2011 ADD COMMENTS

Kon Offline version 1.2.0 has finally been released. Sorry that it took so long. I kept testing the Kon 1.5.0 engine. While it’s not perfect, it’s probably as good as I’m going to get it for a while (interest in this project is a bit waning as of late).

I’ve redone the way the LB Brain stores things drastically. Before it was split–questions in one file, everything else in another. That’s no longer the case. It’s all back down to one lb.brain file. This version also has what I call “Answer Search.” This uses the kon.brain file. Basically both files are now required to make Kon work (if you use that new function).

Basically “Answer Search” tries to find the appropriate answer to something that you’re saying. It doesn’t always work, and sometimes it has to be pretty specific, but eh.

You: My skills with a sword are highly venerated.
Kon: Too bad they’re all fabricated.
You: I can’t rest ’til you’ve been exterminated.
Kon: Then perhaps you should switch to decaffeinated!
You: I’ll leave you devastated, mutilated, and perforated!
Kon: I’ll leave you devastated, mutilated, and perforated.

Binaries: Download

Categories: Kon, Kon Offline, Programs
Posted by Iyouboushi on August - 20 - 2011 ADD COMMENTS


Version 7.5 has been released!

Read the rest of this entry »

Categories: Featured, Kaiou, Programs
Posted by Iyouboushi on July - 7 - 2011 ADD COMMENTS

I’m currently working on Kon version 1.5.0 and Kon Offline version 1.2.0.

I’ve redone the way the LB Brain stores things drastically. Before it was split–questions in one file, everything else in another. That’s no longer the case. It’s all back down to one lb.brain file. Also, I’m working on something I call “Answer Search.” This uses the kon.brain file. Basically both files are now required to make Kon work (if you use that new function).

Take this example conversation we had with Kon last night:

[00:34] Kon: My skills with a sword are highly venerated.
[00:34] Iyouboushi: lol
[00:34] Smz: kon: Too bad they’re all fabricated
[00:34] Smz: XD
[00:34] Kon: I can’t rest ’til you’ve been exterminated.
[00:34] Smz: kon: Then perhaps you should switch to decaffeinated
[00:34] Kon: I’ll leave you devastated, mutilated, and perforated!
[00:34] Smz: LOL
[00:35] Smz: kon: Your odor alone makes me aggravated, agitated, and infuriated
[00:35] Iyouboushi: XD
[00:35] Kon: Your odour alone makes me aggravated, agitated, and infuriated.
[00:35] Smz: XD
[00:35] Smz: kon: You lose!
[00:35] Kon: That was too close You were almost a Jill sandwich.

As you can see from the quote in the above post, it sort of works. Kon was able to continue insult sword fighting for a few lines before it started to parrot.

Unfortunately I foresee two problems with this.

#1. It won’t be quite as random. In order to make the bot more coherent and appear smarter, the randomness has to be toned down. It’s still more random than using AIML though.

#2. As the brain grows, the “answers” it’ll find and give back to the user are probably going to be a jumbled mess. But time will tell. Right now I’m testing on a brain that contains 3000 lines. That’s pretty small considering the last brian, before I wiped it, contained 300,000 lines or so.

More testing is needed and I’m sure I’ll have to wipe it out and try a few more things before it’s all said and done.

The release date on both of these are still up in the air. I need to test more and fine-tune before I decide to let it loose upon the public. But if you can’t wait to try it out, I’ll keep Kon in #Kyoto on irc.esper.net. Feel free to come chat with him there.

Categories: Kon, Kon Offline, Programs

Featured Posts

Call This Number! Leave Me a Message!

CALL THIS NUMBER (206) 337-8887 WHAT IS THIS? The number listed above is a voicemail-only box that I have set up for random people to call and leave me messages. IS THIS SOME KIND OF TRICK? No! This is NOT some trick. This number is VOICE MAIL ONLY! It doesn’t call some random person in [...]

kaiou7.6

Kaiou 7.6 Released

7.6 has been released!  For the changelog and download links, continue after the jump.

Updates

So it has come to my attention that some lame script kiddies decided to deface my website. While this doesn’t say too many positive things about WordPress’ security, it says even less about the idiots who exploit it. I mean, really. What does anyone gain by turning Iyouboushi.com into a “LOLOL I HACKED UR SITE [...]

Work on Kaiou 7.6 Has Begun

I’ve begun work on Kaiou 7.6, finally after quite a bit of time. The first thing I’m working on is adding the (long-needed) Monster Types. Basically monster types will act as templates for your newly created monsters. Let’s say you want to make a Dragon. You could, of course, create your dragon and then set [...]

Search my site

Twitter Updates