Multitask:

So First off. PM = fail.

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..

Are you working on any awesome projects lately?
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 :)
For a second, I thought the title was "Mutalisk".
Need more minerals.
Today I learned:

UDP sending 500,000 instances of the following string "(#[___]@)"
takes an average of 4 seconds.

Though it has a loss rate of about : 20,000 packets.

TCP:11 seconds

0 lost packets.

------------
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.
Last edited on
Hey definitely! I made an xplat FTP client when I realized how much easier it was than what I thought it would take...

You should do something like P2P stuff does, it's a good way to get data quickly to dist from several clients.
Topic archived. No new replies allowed.