Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Dalek Roads!!! (Score 1) 216

I'mm surprised that no one has mentioned that this is the way the Daleks worked in the original Doctor Who Dalek serial. They ran off of the static electricity in the metal floors of their city. They defeat one Dalek by laying a cloak on the floor and getting it to run (roll?) over it. By their second serial they got radio dishes on their backs that received transitted power which allowed them to roam the Earth.
(not sure where this power was transmitted from; the individual small flying saucers or some off-screen mother ship)
After the second serial the producers/writters just seemed to forget the power problem altogether.

I hope no highway bandits have watched 1960's Doctor Who.

Comment Re:Yet we still don't know what really happened (Score 1) 308

It's THAC0; To Hit AC 0. "AC" refers to "Armour Class". It's an attempt by post-Gygax TSR to dumb-down AD&D; replacing the "Attack Matrix" with a simple base number that you subtract the target's AC from. AC10 is the base AC for un-armoured characters that aren't hiding behind cover from ranged attacks or utilising their super-speed/agility to dodge attacks.

And "+5 to THAC0" would be a penalty since you need to roll a number on a 20-sided die equal to or greater than the THAC0 to "hit" (i.e. hurt) your target. Rather you'd say "+5 To Hit" to indicate that 5 would be added to your die roll.
(allowing you to hit someone with AC0 even if your THAC0 was 25 by rolling a 20!)

Comment Re:Lol (Score 1) 384

To be fair, Slashdot seemed to delete the indentations that make sense of what
the OR and AND bolean operators apply to.  Just go to the document he linked to
and it will make much more sense.
(why does Slashdot not support PRE or XMP tags?!?)

P.S. Just discovered "Code" mode:

(and (or (= (string-length "hello world") (string->number "11"))
         (string=? "hello world" "good morning"))
     (>= (+ (string-length "hello world") 60) 80))

P.P.S. Is there anyway to make this code appear corectly other than than
       posting in "Code" mode?

Comment Re:Great idea, but... (Score 1) 115

Acording to O'Reily's "Unix in a Nutshell", ex (and hence vi), sed and ed support the \number feature. I know from experience that vim and GNU emacs support it. In fact, GNU emacs's "dired" ("directory editor") feature lets you re-name files automatically; allowing you to convert floating point numbers in file names to fixed point (so they sort corectly) and corecting extentions (e.g. /\(.*\)\.jpe/\1\.jpeg/).
(n.b. you have to put back-slashes before parenthese to make them meta-characters in emacs)

Comment Bitmaps vs. Vectors? (Score 1) 221

It's rasterised vs. vector! Unless the image is B&W (or any two colours) it's stored as packed-pixel these days. Multi-bitmap "planar" image formats (like Amiga's IFF:ILBM) got left behind in the 80's. Even SuperVGA cards only use planar modes when eulating an actual VGA chip or EGA card.
(it's surprising how incompatible SuperVGA modes are with regular EGA/VGA modes)

Comment Re:Apt-get install clue (Score 1) 303

Rogue is a graphical/visual interface. You can see all the monsters/items/landscape features laid out graphically on any text terminal. A non-graphical "text" RPG would be like Zork or some other so-called "text adventure" where you have to picture the lay-out of the game world in your mind.

And doesn't Rogue pre-date curses?
(as in it just reads /etc/termcap and outputs the escape/control codes itself)

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...