Announcement

Collapse
No announcement yet.

Dr000d, Druid, Lewt, Loot

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    grin...my game husband writes english well enough I didnt know he was german for something like 3 months...when I was joking about quoting him some auto insurance. I couldnt quote for a policy not in the US=) I also know a norwegian, a swede and several more germans whos english is as good.

    I happen to hate people who have played long enough to get to 35 and cant understand 'Don't Pull, NO MANA' so I ended up making a hotkey with 'dont pull' in english, french, german, french and spanish because of one seriously annoying spanish SK. Spams the 5 language line in say, and group say. because of some l33t speaking people who did speak english, i have 5 lines of nothing but NO MANA repeated 5 times on each line. I figure if they see something spammed that much, they might possibly stop to ask WTF...

    Comment


    • #17
      Originally posted by Itek
      l33t5p34k is for wannabes...
      I rememebr when it wasn't, and yes, I'm talking roughly 10-15 years ago.

      We would type emails to each other (though the same BBS over our 300-1200 baud modem) in L33t5P34K, SysOps could never understand us, so it was useful for a while.

      Then, we devoloped out own code that required a translator.

      It took the hex-ASCII codes for what we typed, made that regular text, then coded it again in binary, used that as a decinal, and coded it in HEX (again). That made for a confusing year.
      Draggar De'Vir
      92 Assassin - Povar




      Xzorsh
      57 Druid of Tunare - Povar
      47 Druid of Tunare - Lockjaw

      Hark! Who is that, prowling along the fields! It is Draggar De'VIr, hands clutching two hardened pitas! He cries gutterally: "In the name of Thor the Mighty, I hereby void your warranty, and send you back to God!!!"

      "No one can predict the future, so we all should eat our desserts first!" - Gaye from 'The Maelstorm's Eye" (Cloakmaster's Cycle book 3)

      Comment


      • #18
        Originally posted by Itek
        I (NOTE: To non-geeks and people that haven't seen the movie "Hackers" ... "the Dragon Book" is the 'bible' for compiler design. If you don't know what compiler design is... just remember the scene in "Men In Black" where Jay says "Quantum Mechanics... now those books are WAY too advanced for her. Little Suzy is about to start some STUFF!" Then run away contemplating the words of one of my instructors.
        Or do I owe her an apology?


        Ever make a box? If so, what color was it?
        Draggar De'Vir
        92 Assassin - Povar




        Xzorsh
        57 Druid of Tunare - Povar
        47 Druid of Tunare - Lockjaw

        Hark! Who is that, prowling along the fields! It is Draggar De'VIr, hands clutching two hardened pitas! He cries gutterally: "In the name of Thor the Mighty, I hereby void your warranty, and send you back to God!!!"

        "No one can predict the future, so we all should eat our desserts first!" - Gaye from 'The Maelstorm's Eye" (Cloakmaster's Cycle book 3)

        Comment


        • #19
          Originally posted by Draggar
          I rememebr when it wasn't, and yes, I'm talking roughly 10-15 years ago.
          It's always been for wannabes Draggar. Always.

          Comment


          • #20
            Aye.

            It's called "circle 13 encryption" if you just want to get around "word sniffers"

            It's called "PGP RSA Public Key Encryption with 1024 bit keys" if you want to make a truly secrue communication.

            Oh, and to defeat "traffic analysis" you simply create email distribution lists.

            List one - everyone in the revolution.
            List two - everyone in my cell.

            Encrypt the message for the recipient.
            Encrypt the message for the cell.
            Encrypt the message for the revolution.

            Everyone in the revolution gets a valid message. But the "clear text" is junk to all not in the cell.

            Everyone in the cell, however, sees a second encrypted text. They decode. All but the recipient sees a junk message.

            The recipient sees a THIRD level of encryption and decodes it for her message.

            (NOTE: Use a COMMON private key for the revolution and cell levels respectively. This prevents "the man" from discovering who sent what.)

            To avoid having my insanely hard cipher broken because I sent the "clear text" message of "dinner at 7" the encryption software takes a LENGTHY quote from the encyclopedia and embeds the text of my message inside it. Then when my recipient gets the message they check the text they get against their encyclopedia copy and the "differences" pop right out.

            To avoid a crypto-sneaky way of getting me to reveal my secret key... NEVER SIGN STUFF I DID NOT WRITE.

            Please understand, I have never been involved in anything truly illegal. I just don't send all my mail on post cards.

            The most "elite" coder I've ever known... helped break the (24? 40? bit) RSA code. He could type better with his left hand alone (using the mouse with the right... sickos) than I can with both. And I type no-mistakes about 40 words a minute, even in code. (C++ / Java code)
            In My (Not Always) Humble Opinion, except where I quote someone. If I don't know I say so.
            I suck at this game, your mileage WILL vary. My path is probably NON-optimal.
            Private Messages attended to promptly.

            Comment


            • #21
              Originally posted by Draggar
              Ever make a box? If so, what color was it?
              Hmm....

              **Itek pauses to contemplate admission of a federal felony**

              Nope. (actually the true answer, I've never needed to make a phone call badly enough to risk jail time)

              I did however make the concept of "a box" several times.

              (Object oriented programing. object.c container.c etcetc.c)

              MUD programming is the ultimate high. You have the actual power of GOD. You get to SAY exactly how everything works.

              Itek: Ok, gravity exists, and has this formula.

              Itek: Ok, metals differ and they have the following properties...

              Itek: Ok, you can put a room inside a room, you can put a person inside a room, you can put a bag inside a person, you can put a sword inside a person, you can put a "rune" inside a sword, you can put a sword inside a bag.... so you can have a rune inside a sword inside a bag inside a person inside a room inside another room... Let's limit the recursion to 7 or so to be flexible without being just plain silly...



              In developing a "binary tree" which is not required to be a "complete tree" I asked my instructor how deep we should allow the tree to go before imposing a limit on the user.

              Itek: How deep should we allow the tree to go?

              Teach: Oh, limit it to something reasonable.... 50.



              See I had thought 7 or 8 would be more reasonable.

              Tree depth max 7 = 127 array elements need reserved space.

              Tree depth max 8 = 255 array elements....

              Tree depth max 50 (approx) 10 ^ 15th array elements.

              That's a thousand, million, million bytes minimum.

              1 Mb RAM = 1 million (roughly)

              1 Gb RAM = 1 thousand million

              So, in order to program the assignment I need 1 million computers with 1 Gb RAM each. Sure Teach, no problem.

              (I wonder what the actual RAM capacity of the world, total, is ... but I'm pretty sure 10 ^ 15th is a SIGNIFICANT percentage of that total.)
              In My (Not Always) Humble Opinion, except where I quote someone. If I don't know I say so.
              I suck at this game, your mileage WILL vary. My path is probably NON-optimal.
              Private Messages attended to promptly.

              Comment


              • #22
                Originally posted by Itek
                In developing a "binary tree" which is not required to be a "complete tree" I asked my instructor how deep we should allow the tree to go before imposing a limit on the user.
                <snip>
                Teach: Oh, limit it to something reasonable.... 50.
                <snip>
                Tree depth max 50 (approx) 10 ^ 15th array elements.
                Okay, this is probably just going to wind up making me feel like an idiot, but:
                Since its not required to be a complete tree, wouldn't storing it by another underlying methodology (such as nodes with pointers) get around the issue of needing such a large space? Sure, it would be less computationally efficient than the array and take up even more space if full, but assuming its a relatively sparce tree, the space savings would be huge.

                Since you had originally proposed that 7-8 would probably be reasonable, it seems possible (although without knowing the actual details, impossible for me to know) that the cases where you would need the other 41 deeper levels would be few. If that's true (big if), then it would be rather sparce.

                /em prepares to be destroyed

                Comment


                • #23
                  /em looks over at his copy of "the dragon book" on the shelf

                  20 years ago I was writing system code in Ada (we also wrote a core wars interpreter in it) - which allows parallel threading of operations. Ever wondered why you've stepped to the end of your code in the debugger and the main body has finished - but somewhere out there is a chunk of isolated code - still running in it's own thread
                  Or written a recursive routine to do a bubble sort that creates one thread for each swap operation - so if you had enough cpus, each swap would run on it's own processor - all at the same time !

                  On the other hand - I came across a java "expert" a while ago who - on finding that the maximum value for a variable was supposed to be 32767 - couldn't understand why someone had picked such a weird random number
                  Grolber - Cavalier of Brell on Venril Sathir
                  Malathos Thriceborn - Wizard of Venril Sathir

                  "This isn't life in the fast lane - this is life in oncoming traffic !" Terry Pratchett

                  Comment


                  • #24
                    Recursive expression tree evaluation...

                    Meaning:

                    Leaf nodes contain ONLY numbers.

                    Non-leaf nodes contain ONLY the + (add) or * (multiply) values. and perform their function on their child nodes.

                    Since you can EITHER use an array of objects or code your own nodes for a doubly linked list which allow connections to other types of nodes.... The array of objects is much simplier.

                    But, to use an array you have to use array(index) to reference a node and (index*2 + 1 = left child) (index*2+2 = right child)

                    So if the user inputs + + + + + 1 2 3 4 5 6 you get an evaluation of 21. But you had to go down to the 6th row, which means the highest index referenced is 32 and you need allocation for an array of 63 elements.

                    I shudder to think of the time needed to enter 50 elements using only integers plus and multiply as a valid expression...

                    It's really a pointless exercise... but what do you want from a 200 level java course.

                    Malathos ... hehe...

                    I generally avoid recursion... for just such reasons...

                    And a wise man once said "I'd rather gnaw my arm off and beat myself to death with it than learn Java."

                    (It was me.)

                    Honest example.

                    Programming assignment. Print out an integer input as a binary. If user inputs 0 output 0 by itself, but otherwise do not output leading 0's. Use recursion. You MAY NOT use local or instance variables, and must have a return type of void.

                    binPrint(int n)
                    if (n is 0 or n is 1) print n, print newline, return
                    call --> binPrint(n/2)
                    print (n mod 2)

                    Gosh that was hard. But a REAL hacker will see why someone should be shot for writing it that way.











                    Ok... The reason is the program that calls that function (method for the Java-inclined.. whom must all die... it preforms a FUNCTION leave bloody naming conventions alone) must make sure that it passes an integer 0 or greater to the function....

                    if (userInput >= 0) call --> binPrint(userInput)

                    so if you just took the expedient of checking for 0 as well

                    if (userInput < 0) complain the user is doing it wrong
                    else if (userInput is 0) print the 0 and be done
                    else call --> binPrint (userInput)

                    Now we don't have to check for 0 every time we call the function recursively .... heck we only had to check for 0 once in the calling program and NEVER in the recursive program.

                    Saves time, memory, code, sanity, coffee, hair, aggrievated assault charges....

                    "But that's not the assignment"

                    Yeah, why would you want to learn how to code PROPERLY and the way the Peer Review will want ?? Due Dilligence? What's that? (and my college is trying to make Software Engineering a "Professional Program" and attempting to gain a reputation as "one of the top 20 programming schools" ... )
                    In My (Not Always) Humble Opinion, except where I quote someone. If I don't know I say so.
                    I suck at this game, your mileage WILL vary. My path is probably NON-optimal.
                    Private Messages attended to promptly.

                    Comment


                    • #25
                      This one time.. in Crushbone.. i stuck my sword in an orc.
                      Splunge the Insane - Former Test Server Inmate
                      Splunge (Reborn) - Hunter of Lightbringer

                      Comment


                      • #26
                        My brain feels Fuzzy. If they keep going with the amount of gray matter being used, I am liable to become quite insecure.

                        Comment


                        • #27
                          Hehe...

                          That takes me back...

                          Anyone ever try to play in one of those "Dragonlance AD+D" modules...

                          Itek: Ok, I smack the big black lizard with my axe.
                          Warrior: And I hit my lizard for 7 with my sword.
                          Wizard: I'm out of spells so I poke my opponent for ... 4.. wow!

                          DM: Ok, everyone make a (if I remember right) Dex check.

                          Itek: Oh oh... my dwarf missed his dex of 9 with a 10.
                          Warrior: clumsy dwarf ... *roll* yikes... rolled a 17 and missed my dex...
                          Wizard: ... dex?? ... (horrified look) ... whew.... rolled a 3 and made it...

                          DM: ok, the wizard recovers his weapon before his lizards corpse turns to rock .... everyone else your weapon is stuck in a stone statue of your former opponent.... and the next wave of guards will attack next round... Strength checks to free weapons or spend the round getting a new weapon?

                          *utter panic follows*

                          ** 4 rounds pass **

                          Itek: Ok, I still have one hit point...
                          Warrior: I'm at 0 and fall to the ground... (bandage me wizard or we're all dead..)
                          Wizard: um, ok I'm not hurt too bad i've got 7 HP left...

                          DM: Ok, the 3 original lizard corpses all explode. You are all three in the blast radius of each....

                          *roll roll roll roll roll*

                          DM: Ok, you three each take 3 points from each blast. Ok, the dwarf is at minus 8, the warrior is at minus 9 and will die on his turn next round unless he's bandaged or healed, the wizard is at minus 2 and ... the cleric died 3 rounds ago.... hmm... oh and the 2 extra guards arrive to reinforce the 3 still standing... and the rest of the corpses will explode shortly....

                          Jim (the -former- DM): Where are you all going??
                          In My (Not Always) Humble Opinion, except where I quote someone. If I don't know I say so.
                          I suck at this game, your mileage WILL vary. My path is probably NON-optimal.
                          Private Messages attended to promptly.

                          Comment


                          • #28
                            Just remember: Magic is Integer unless declared Real (Fortran reference).

                            For those computer geeks who are also into fantasy (like myself) read Rick Cook's "The Wiz Biz". Absolutly a stitch!

                            And on the original topic (sorry, trying valiantly to re-rail), I reserve d00dsp33k only for those whom I have the utmost contempt for. From best as I can tell, d00dsp33k was made in the way back when to keep wannabees out of certain circles. If a wannabee could decypher d00dsp33k then he is given another series of increasingly hard cyphers. One who can crack them all is admitted into the circle as a newbie. Wannabees who can crack d00dsp33k but not anything else were proud of themselves and used it as an eletist method of showing everyone how smart they were. the REAL movers and shakers all but fell out of their chairs laughing when someone actually thought that was cool. And have been continuing to laugh at them ever since.

                            How would I know? You hear stories sometimes on the late night BBS, ya know? Pure hearsay and I'm sticking to it. Haven't touched programming since I gave up my old Trash 80. Well... okay, my 386, but still, that's a long time.

                            Comment


                            • #29
                              Everyone knows that true posers speak Esperanto
                              Xynn: Cleric of Innoruuk 240 Baker 187 Brewer drinking and eating.... /burp!
                              Farnyr Shrubhugger: Druid of Karana 182 tailoring and crying....
                              Vazaelle

                              Professore: Rogue of Agnostic 125 Make Poison and stabbin... All Hail Agnostic!
                              Tarew Marr

                              Comment


                              • #30
                                For those computer geeks who are also into fantasy (like myself) read Rick Cook's "The Wiz Biz". Absolutly a stitch!
                                I hope this isn't considered an advertisement, but this book is available as a free download on Baen Books' website (www.baen.com). I grabbed it to read at work one night and had a blast, and ended up looking for more of his work to purchase... well, I suppose that's the point of their free library.

                                Kind of like that first 20 points you can drop into a tradeskill, and make yourself some tattered or patchwork armor, or edible goo.. I made 5pp teaching someone to make edible goo once, did I mention that? And how's that for getting back on the EQ topic?

                                Acthenhar Sl'rinx
                                "Too much Nyquil to go out and fight-- time to bake!"

                                Comment

                                Working...
                                X