I really need to start writing more. I don't really feel comfortable talk about myself online... or in person. I guess this blog will be a great place to start talking about the things that I am doing in my life. It will mostly be about the stuff that make. I am a c/c++ programmer in my spare time, and I want to work as a game designer. To many of these sentences are starting with "I"; lets just start.
My current project is a twitch bot written in c++. My favorite thing about it so far is that it has basically no dependincies. I implimented the net code myself, so I didn't have to use anything like curl. The biggest problem that I have faced so far was getting the regular expression code. I wanted an easy to use library, and I found one. Only problem, it didn't work. The library written in c and expirimental. The programmer who made it told me that it was unfinished after I contacted him. Instead of waiting for the library to be done, I fixed that library myself. The thing I ended up with is a half implemented library that works only for the extact thing I need it to do, which is good enough for me.
The rest of the difficulties came from having to learn how the twitch chat system works. The twitch docs are not sufficant enough, so I have to read the IRC documents since the twitch chat is a modified version of that.
I ran out of things to say, so I'm going to end it here.