Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - adarqui

Pages: 1 ... 983 984 [985] 986 987 ... 1504
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.

14762
Pics, Videos, & Links / Re: Isn't this where adarqui used to dunk?
« on: May 17, 2012, 05:55:56 am »
Haha, I knew I'll start a rampage as soon as I wrote that ;D :ibjumping:

However Andrew... you said you're going to hit your head on the rim and you didn't => failure. I never said anything like that => not failure. You have to admit that. At least I haven't given up like you did.

of course hitting head on rim was a failure, but moving my life towards programming is very very far from a failure..

i didn't give up, i got bored.

newsflash => people get bored of dumb shit, eventually.




Quote
To me, you getting into programming is your way of saying "I know I can't do it, I give up, I'll pretend I'm being passionate about programming now so I have an excuse" -

hahaha.. ok there Dr. phil.

you don't realize, that i transitioned into coaching/exercise science/dunking FROM programming.. it's all i did from age 14-24 or so.. i played basketball, but i was glued to the computer.

me getting into programming is simply me resuming what i was already far more passionate about, than dunking.. dunking was just a little fad that i needed to get out of my system. it was fun while it lasted, but i absolutely have no desire to dunk or do anything related to athletics anymore.





Quote
that's the way I see it. Obviously you can be genuinely interested in programming but I think, even in that situation, there's still a part of you searching for an excuse for your failed "hit my head in the rim" "promise".

not at all.. i can tell you unequivocally that i do not give the least of a fuck about training, dunking, or anything related to it.

dunking was great anger management when i had to take care of my dying grandpa, that's the only reason why i got back into it after i "quit the first time".

head on rim goal was a good way to push myself.. but it doesn't define my life you dumb fucking retard.




Quote
So feeling guilty, you come in and write low-blow messages about me. Hey, if it makes you feel better...

low blow? you're a fucking joke. if my previous post did somehow bother your testicles, then i am even more happy now knowing that it did.

you havn't accomplished shit.

most everyone on this forum pm's me that they want you banned, but i never do it because i don't like banning people. i wouldnt ban you just because i dislike you, if i was like that, i'd have banned you a long time ago.

you say the most idiotic shit.

you always think you know what you're talking about, but it's some clouded detached somewhat pro terroristic anti women self hate full of angst babble-bullshit.



so raptor.. what have you accomplished? what have you done?

is your only accomplishment, that you havn't "quit" yet?

if so, do consider quitting, perhaps it'll save your pride from being completely crushed when you realize you're 40 years old still struggling to dunk on 9' rims using palmable balls weighing 190 lb with no abs.

peace

14763
Pics, Videos, & Links / Re: Isn't this where adarqui used to dunk?
« on: May 17, 2012, 03:27:48 am »
It's a shame we have to write 'used to' though...

He programming bots to write stupid shit now... what a failure.

Why do you pick these idiotic fights over and over?

bmully syndrome..

being called a failure by raptor, of all people, made my day.

:)

14764
Pics, Videos, & Links / Re: Isn't this where adarqui used to dunk?
« on: May 17, 2012, 12:32:58 am »
It's a shame we have to write 'used to' though...

He programming bots to write stupid shit now... what a failure.

lol, ur still dunking nerf balls right raptor? palming them nerf balls bra.

gj

u still fat? 180+ lb? still got that crow? still depressed, crying and singing michael jackson songs?

gj bra

yo i like those dunks where u run with kadour ziani speed and jump off a box then dunk on 8 ft rims.

props

u can freestyle dribble too man, good stuff.

raptor, you like them titties right? women r ur slaves.. u hate those ditsy sluts don't you.. gj raptor.. u dominate them, hard.. with ur crow.

raptor, my bot is more intelligent than you.

oh ya keep hatin america bra! good job

oh ya good job on crying when every1 went at you in the hole.. i woulda done the same if i was you, but im not u lulz.

gj bra.

oh ya, my bot is more intelligent than you, did i mention that already? i bet within 5 years, my bot will palm nerf balls better than you too.

14765
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: May 16, 2012, 07:49:02 am »
did ~45 minutes of sprints today w/ dog, knee is sore.



adding some cool stuff to bot.. it's not pretty much immune to segv's/illegal instructions/bus errors etc.. because i catch the signals, and restore the stack to some safe/sanitized values, set way before any segvs.. pretty cool.. if it gets really wrecked, it still continues to try to live, and operates.. so far it's operating fine with segv's, until it encounters whatever is segv'n it.. so say a module segv's it, well, all others may be fine, so it's fine until it encounters the problematic module.

pretty sick

adding SO much info to ^quiz.. that is easily the best feature of the bot.. it's basically like a flashcard/note taking system for me (and whoever uses it).. i'm parsing intel instruction set, sparc instruction set, and the POSIX spec into the quiz to start.. also some other stuff like unix signals/error numbers etc.

need to work on my "keep alive" capability.. which will resume connections through a middle man daemon.. so say the bot does segv and crashes.. with this, it restarted, and re-links with whatever's it was previously connected too.. restoring that session... this is good because, i can literally restart the bot completely, with newer code, and have it relink with an existing connection..

people would have no idea it ever restarted.

sosiq.

peace

14766
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: May 15, 2012, 12:24:08 am »
nice, ^quiz is coming along.. just need to keep track of winners now, that's easy.. this will allow me to move all of my note taking, into my bot.... which is just an incredibly awesome idea..

quick example

00:03 <@ng> ^quiz(setup) intel|^e
00:03 < uas> QUIZ (intel) question => Read from a port
00:03 <@ng> ^ans INP
00:03 <@ng> ^ans INS
00:04 <@ng> ^ans IN
00:04 <@ng> ^ans RSM
00:05 <@ng> ^quiz(setup) intel|^e

00:05 < uas> QUIZ (intel) question => Store global descriptor table (GDT) register
00:05 <@ng> ^ans SGDT
00:06 <@ng> ^ans SGDT|^e
00:06 <@ng> ^ans JPE|^e
00:06 < uas> WINNER (ng)! QUIZ (intel) question => Jump if greater/Jump if not less or equal
00:06 <@ng> ^ans JG|^e
00:06 < uas> WINNER (ng)! QUIZ (intel) question => Verify segment for writing
00:06 <@ng> ^ans BOUNDS|^e
00:07 <@ng> ^quiz(setup) intel
00:07 < uas> QUIZ (intel) question => Shift logical right
00:07 <@ng> ^ans SHR
00:07 < uas> WINNER (ng)! NEXT QUIZ (intel) question => Convert word to doubleword/Convert doubleword to quadword
00:07 <@ng> ^ans CDWQ
00:07 <@ng> ^ans CDQ
00:07 < uas> WINNER (ng)! NEXT QUIZ (intel) question => Load flags into AH register
00:13 <@ng> ^quiz(setup) intel|^e
00:13 < uas> QUIZ (intel) question => Decimal adjust after subtraction
00:13 <@ng> ^ans DAAS
00:14 <@ng> ^ans DAS
00:14 < uas> WINNER (ng)! NEXT QUIZ (intel) question => Byte swap
00:14 <@ng> ^ans BSWAP
00:14 < uas> WINNER (ng)! NEXT QUIZ (intel) question => Load access rights
00:14 <@ng> ^ans LAR
00:14 < uas> WINNER (ng)! NEXT QUIZ (intel) question => Move string/Move word string
00:14 <@ng> ^ans MOVS
00:14 < uas> WINNER (ng)! NEXT QUIZ (intel) question => Compare and exchange 8 bytes
00:14 <@ng> ^ans CMPXCHG8
00:14 <@ng> ^ans CMPXCHG8B
00:14 < uas> WINNER (ng)! NEXT QUIZ (intel) question => Undefined instruction
00:14 <@ng> wtf
00:14 <@ng> lmao
00:14 <@ng> ^ans UNDE
00:14 <@ng> ^ans UNDEF
00:14 <@ng> ^ans UN
00:14 <@ng> ^ans UND
00:14 <@ng> gah!@$
00:15 <@ng> ^ans WTF
00:15 <@ng> ^ans WTF!@$!@
00:15 <@ng> ^ans WTF!@$!@#%!@%!@!@
00:15 <@ng> ^ans WTF!@$!@#%!@%!@!@
00:15 < uas> NO WINNERS. NEXT ng
00:16 <@ng> ^quiz(list)
00:16 < uas> INTEL INTEL_VM INTEL_FPU INTEL_MMX_SSE INTEL_64 INTEL_SAFE
 
:D

14767
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: May 14, 2012, 06:50:05 am »
big duck chase sprints tonight.


Hey man. Reckon it's oki if I ask u some training stuff?

sure but i probably won't be able to give good feedback, i can't even think about training right now.

14768
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: May 13, 2012, 07:30:36 am »
SOMETHING IS WRONG WITH MY BRAIN.

just got back from running a bunch of sprints and some jogs.

quads have been sore for ~2days, since the last time i did all of those sprints chasing ducks.

so tired why am i still up.

14769
Boxing / Re: Lamont Peterson Tested Positive for Anabolic Steroids
« on: May 12, 2012, 03:53:19 am »
good words from khan..

judah destroyed 'vernon paris' the other day, paris was a decent up and comer but in way over his head, judah looked really good, crazy fast like usual.. what's funny is, he'll probably be fighting khan again..

judah's getting old, and regardless, he folds in big title fights.. doubt khan will have a problem with him in the rematch.

war khan

14770
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: May 11, 2012, 07:22:41 am »
lol java isn't too bad, it can be a bit verbose, esp when your average software engineer tries to be excessively 'professional' to a fault and obfuscates the program logic in a clutter of many classes and nested objects and unnecessary abstraction. But that's not the languages fault. Anyway the best thing about the language is the JVM which is a high quality, well implemented piece of software which you can use to build cool apps. The trick is just to use a JVM language other than basic Java.

well said, ya the language itself is not what annoys me.. it's when OO coders go nuts like you said, seems to happen with C++ coders as well.






realized one of my favorite parks nearby, is a great place to run with the dog.. massive sprints, 100-200 yards, chasing airborne ducks.. i'm gassing, yet gizmo is going full speed the entire time, he's a damn freak.. chasing them into the lake/flooded grass areas.. he loves running in those flooded grass areas now. he's not a princess, that's for sure.. we came back from the park, 1 hour of on/off sprints/jogs, completely muddied.


bot is now 38,000 lines word.. pretty clean too.. gotta chill modding the core for a few days, and work on some fun code.. need to get my ^quiz/^answer working, ^fortune, and who knows what else.. ^fortune will just be a rip of NIX fortune.. ^quiz will be a flashcard/quiz-like module, which i've already started building some db's for..

for example, i have mods/mod_quiz_files/intel* for intel processor related docs, instruction set etc.. formatting them will take a while, ongoing project, but i need to add more stuff to it, like RFC's that im reading, other processors (Sparc/arm) etc..

this thing is basically just becoming an extension of my brain and a way for me to learn a ton of sh*t.

peace

14771
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: May 10, 2012, 06:29:56 am »
today is the weakest i've felt in a very long time.. body is wrecked.. probably from the sleep debt + 14 hour sleep stuff.

other than that, got alot of coding done.

14772
Boxing / Re: Lamont Peterson Tested Positive for Anabolic Steroids
« on: May 09, 2012, 11:22:53 pm »
it's just very disappointing, especially in combat sports..

cheating, while trying to kill someone, is pretty pathetic imo.. i have to assume khan was clean, he didn't fail any tests.. so if peterson is taking ped's, to give him an ADVANTAGE TO KILL SOMEONE, it's just beyond unacceptable.. i  consider it the same as modifying hand wraps such as plaster of paris etc.

bleh.. i've been a fan of peterson for a while .. ;/

14773
Boxing / Re: Lamont Peterson Tested Positive for Anabolic Steroids
« on: May 09, 2012, 01:10:21 pm »
:(

another bum cheater.

14774
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: May 09, 2012, 06:23:26 am »
wrecked, 14 hours sleep last night..

brain was fried.

anyway got some major stuff done with the code im working on.. ive been planning this for a week, finally started doing it today.. got it working before sleeping tonight.

it basically uses up() and down() functions to pass data between protocol modules.. had to change up so much stuff..

need to clean it up tomorrow, it's crazy ugly.

pc

14775
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: May 06, 2012, 04:33:15 am »
int asmx86_strlen(const char *str) {
int ret;

__asm__(
"movl %1, %%edx\n"
"movl $0, %0\n"
"cmpb %0, (%%edx)\n"
"je out\n"
"redo:\n"
"inc %%edx\n"
"inc %0\n"
"movb (%%edx), %%eax\n"
"cmpb $0, %%al\n"
"jne redo\n"
"out:\n"
: "=r" (ret)
: "m" (str)
: "%eax","%edx","cc"
);

return ret;
}

darqbot now has an assembly module and hooks for overwriting  string functions.. eventually, i want to have EVERY SINGLE FUNCTION of my bot, become a function pointer and loaded to defaults right after main is run.. this will allow me to change the entire bot through modules, on the fly.. for example:

^fnsasmx86(on) will replace all function pointers that I code ASM routines for.. so in the above example, fn_strlen() throughout all of the code, can switch from normal (C) to asm (mod_fnsasmx86).. and then say i do another arch, i'd have mod_fnsasmsparc.. etc

this is just some fun stuff to allow me to work on my machine language coding.. i plan to code tons of stuff in assembly.. to start, all of the string functions: strstr,strcmp,strlen,islower,...etc

pretty cool... im kind of buying time before i have to refactor the protocol/communication layer code into gmodules.. im really dreading it, even though, once i get it done, itll be insane what i can do with the bot.

pc

Pages: 1 ... 983 984 [985] 986 987 ... 1504