14761
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: May 17, 2012, 06:45:56 am »
no sprints/small jogs or anything today, too much rain, plus too busy adding the POSIX api spec to this quiz module.
got that done, have to finish adding the POSIX 'glossary definitions' now.. then add intel arch, some crypto stuff, errno vals, and then on to network protocols etc.
this quiz mod is ridic fun.
the fault tolerance of this thing is getting nuts.. can sigsegv all day long, then continue to run fine..
once i get this middleman fd-reconnect thing working.. it will be crazy fault tolerant.. then when i add my recon lib from way back, itll be able to exist on say, shitty wifi cons which drop all of the time.. because the recon lib is a wrapper between normal tcp streams, allowing for re-estabilishment of the link.. only thing with that is, you need a daemon on some reliable server somewhere.
i need to get a smartphone eventually, so i can IRC/live chat from it and use the bot lmfao.
re-wrote the per-module parsing block, it used to be around 20 lines, now it's 3..
MOD_PARSE_TOP_HALF;
l_new_str = blah_change_string(l_str_ptr, opts...);
MOD_PARSE_BOTTOM_HALF;
and that's all there is to it, for proper multi line processing etc.
so much cleaner.
peace.. 3 hours sleep tonight fml.
got that done, have to finish adding the POSIX 'glossary definitions' now.. then add intel arch, some crypto stuff, errno vals, and then on to network protocols etc.
this quiz mod is ridic fun.
the fault tolerance of this thing is getting nuts.. can sigsegv all day long, then continue to run fine..
once i get this middleman fd-reconnect thing working.. it will be crazy fault tolerant.. then when i add my recon lib from way back, itll be able to exist on say, shitty wifi cons which drop all of the time.. because the recon lib is a wrapper between normal tcp streams, allowing for re-estabilishment of the link.. only thing with that is, you need a daemon on some reliable server somewhere.
i need to get a smartphone eventually, so i can IRC/live chat from it and use the bot lmfao.
re-wrote the per-module parsing block, it used to be around 20 lines, now it's 3..
MOD_PARSE_TOP_HALF;
l_new_str = blah_change_string(l_str_ptr, opts...);
MOD_PARSE_BOTTOM_HALF;
and that's all there is to it, for proper multi line processing etc.
so much cleaner.
peace.. 3 hours sleep tonight fml.