I cannot reply to anyone without receiving a server failure message- which is somewhat annoying.
Second: Projects =]
I'm nearly done with my LAN game's networking code, it's awesome!! SFML for graphics and posix/winsock for networking and it's beautiful..
I'm working hard on a project that allows you to first define, save/load, and then use file formats to save and load files in that format. The hard part isn't the coding, of course, it's the concept of how it should work and how the formats will be defined. Why, do you ask, do I need to do this? The quick developement software I use allows you to write any DLL in C++ with their SDK and import it into their software, and then something you could not do in their software a moment ago, you can now do. The downfall is that if you need a new format and don't want to deal with manually editing binary data in a file or using INI or another already supported format, you have to make another DLL to simplify it. The one I'm making should solve this mostly :)
Currently working on a chat bot and AI. The ultimate goal is for it to recognize the user's emotions based on various forms of input.
O: Just realized that several modules for this project could be VERY useful in another one I've been meaning to start for quite some time. I've been meaning to set up my own privately distributed cross platform VPN and give it a built in chat client. The idea is make it a hell of a lot easier for me and my close friends (who are scattered around the US for approximately 8 months out of the year) to stay in contact and share what ever new and exciting software/picture/song/video/etc we just found.