|
Author
|
Topic: Wow.
|
Clme cake fiend
|
posted 04-18-2001 07:41
Allow me to reiterate: "Wow"The message board has hit new heights! Over 100 posts in 24 hours! Of course most of them were of a much higher quality than this one  IP: Logged |
Amazon
 Anal Amazon, Assaulter of Men
|
posted 04-18-2001 10:29
Higher quality? Any post is 3133+ on THIS board.IP: Logged |
MightyMon s0m30n3 s3t up us the m0n
|
posted 04-18-2001 10:42
Whoa Whoa Whoa!I thought it was "31337". ------------------ Ain't that the drizzlin shits? IP: Logged |
Jimbo 1 dr3w j00 4 p1ggy!
|
posted 04-18-2001 11:17
Depends on which dialect of leetspeak you're speaking, "script kiddy" or "warezmonkey".IP: Logged |
MightyMon s0m30n3 s3t up us the m0n
|
posted 04-18-2001 12:45
Script kiddie! I wanna be a script kiddie!------------------ Ain't that the drizzlin shits? IP: Logged |
eod TREAT MERIGHT!
|
posted 04-18-2001 13:02
Or the rare Script Monkey...IP: Logged |
zippy Member with a member bigger than the member with a member
|
posted 04-18-2001 19:40
i'm a code monkey, but we dont get special dialects. i prefer "l337" though, if that counts. i also use x0r a lot, as do some other code monkeys. rox0r, hax0r, fux0r, sex0r, etc., err.. etx0r. feel free to add to thisIP: Logged |
Jimbo 1 dr3w j00 4 p1ggy!
|
posted 04-18-2001 19:49
quote: zippy the code monkey said: i also use x0r a lot, as do some other code monkeys.
Dude that looked like you were saying "code monkeys use Exclusive Or a lot." It cracked me up, in a seriously geeky sorta way...  "Don't make tha J-dawg get all Boolean on dat ass!" IP: Logged |
zippy Member with a member bigger than the member with a member
|
posted 04-18-2001 19:53
i would have to say that XOR (not the same as x0r) is the third most useful boolean operator after AND and OR, but i've never used it myself. also, how do you do a quote? tell me jimbo-san, tell me! also, what comes after Uber Pen? and can i get my title changed to something a bit more appropriate? Porn Monkey, perhaps? IP: Logged |
Jimbo 1 dr3w j00 4 p1ggy!
|
posted 04-18-2001 19:58
use the [QUOTE] and [/QUOTE] tags, or just click the little quote icon: next to a particular message to open up a new post window with that message pre-quoted for you.IP: Logged |
Bex Delicate Flower
|
posted 04-18-2001 20:02
Zippy, I think we get to be Uber Pen's until we either impress or piss off eod enough to get a new tag. I'm just happy to not be a penisite anymore.  To quote, instead of hitting "add reply", use the last icon in the top line of the message you want to quote. The one called "reply w/ quote". Jimbo, you are SUCH a nerd. But in a good way. I think. -Bex IP: Logged |
Jimbo 1 dr3w j00 4 p1ggy!
|
posted 04-18-2001 20:02
quote: Originally posted by zippy: i would have to say that XOR (not the same as x0r) is the third most useful boolean operator after AND and OR, but i've never used it myself.
I've used it. Hmmm... yeah, I guess I'll have to agree on it being the third most useful, just because it's a lot harder to simulate an XOR operator using multiple iterations of AND an OR than it is to simulate a NAND or NOR operator using the NOT operator on each side.  </geek> <--- (who am I kidding? ) IP: Logged |
zippy Member with a member bigger than the member with a member
|
posted 04-18-2001 20:14
jimbo, are we talking about code, or circuitry? NAND and NOR are trivial in code (in circuitry as well, i suppose) because of the ! operator ( or ~ or # or "NOT", take your pick). i've never even encountered anyone who thinks in terms of NAND and NOR in terms of code. wow dude, you're old skool if you're talking about circuitry. or you're a comp eng, but somehow i dont think that's possible with that moustache. IP: Logged |
eod TREAT MERIGHT!
|
posted 04-18-2001 20:30
Oh trust me Jimbo is old skool.. heheh, I thought I had some embarassing geeky hobbies I did as a wee one. I played my packet radio (HAM, 1200baud) card against Jimbo and he countered it right away with his packet radio experience.. Jimbo then finished me off with his tandy experience..BTW Jimbo what class ham license do you have? I still own my modded cb radio which produces 7 watts not the legal 5, upper and lower sideband, etc.. [This message has been edited by eod (edited 04-18-2001).] IP: Logged |
fenomas argument nazi
|
posted 04-18-2001 20:37
For you lay folks, here's some analogies to explain what we're talkin about here, in the context of binary masking:Jim = { porn, geek, gay mustache } zippy = { porn, japscat, geek, linkwhore } jim AND zippy = { porn, geek } Jim OR zippy = { porn, geek, gay mustache, japscat, linkwhore } jim XOR zippy = { gay mustache, japscat, linkwhore } that clear? fen IP: Logged |
Jimbo 1 dr3w j00 4 p1ggy!
|
posted 04-18-2001 22:07
Played with the modem shit on my parents' ham equipment, eod - they always wanted me to get a ham license, but basically I refused to learn Morse code so that was right the fuck out.  quote: zippy said: jimbo, are we talking about code, or circuitry? NAND and NOR are trivial in code (in circuitry as well, i suppose) because of the ! operator ( or ~ or # or "NOT", take your pick). i've never even encountered anyone who thinks in terms of NAND and NOR in terms of code.
Didn't I just get done saying that the NOT operator made NAND and NOR trivial to replicate?  I was talking about code, though I have built a few logic circuits for school and for fun. Thing is, see, I was talking about pure Boolean stuff - you're right, a lot of complex programming environments don't even have NAND or NOR operators because it's easy enough to just put NOTs on both sides of the operator... ... but if j00r ass is writing ASSEMBLER code, then you're damn well gonna find yourself using NANDs and NORs when appropriate. When all you can perform is a single operation per line of code, it's MUCH fucking easier to run a NAND or NOR on two values than to add completely separate steps modifying the values themselves (which you may then have to revert to original status for some other comparison or alteration op later) before running an AND or OR op. MUCH easier. Having to load every fucking value you ever want to talk about in one of a very few limited registers BEFORE and IN ADDITION TO you actually doing anything with it tends to make you a little more concerned with CPU-level efficiency in your code.  IP: Logged |
zippy Member with a member bigger than the member with a member
|
posted 04-18-2001 22:56
i've done a handful of assembler before, and it's not an experience i would care to repeat. mov (myAss, assembler). fen - when i saw your binary operator example, i couldnt help noticing that you used set theory notation. in that case, { japscat } is a subset of { porn }, so saying { porn, japscat } isnt really necessary. instead, it would probably be more proper to assume "porn" means all porn, which would then include { a.b.p.g porn, non-a.b.p.g porn }, don't you think? or rather, in the canadian style... eh? edit: we didnt even cover unary or trinary operators yet. trinary operators are optional i guess, since they're not really a part of traditional boolean logic and are more of a C operator [This message has been edited by zippy (edited 04-18-2001).] IP: Logged |
fenomas argument nazi
|
posted 04-19-2001 01:26
zip-I disagree. My set notation would read more like porn = member of { things that make me happy } while japscat = member of {things whic, while not actually making me feel ill, make me uncomfortable }. Other members of this latter group include rotten.com, the riaa, and running. fen
IP: Logged |