Slashdot Mirror


User: Stephen+Williams

Stephen+Williams's activity in the archive.

Stories
0
Comments
543
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 543

  1. Re:Science vs. Religion on Moshe Bar on Programming, Society, and Religion · · Score: 1

    who/what/whom created god? See, same problem!

    Hypothesize that God created linear time.

    If linear time is his creation, then he is not subject to it; he is not restricted by it. In which case, it doesn't make sense to wonder who or what created him, or how he will cease to exist. He had no beginning and will have no end, because the concepts are meaningless. He simply is.

    -Stephen

  2. Re:A warning and a warning on Cenozoic Park: Cloning the Tasmanian Tiger · · Score: 1

    Could this be classified as the dead rising from the grave...?

    I don't think so.

    Consider this hypothetical example: suppose humanity becomes extinct, but some other intelligent species uses cells from a recently-deceased human being to clone a new human. And suppose that the cells that they use came from my grandmother.

    Have they created a new human being? Yes.

    Does she look like my grandmother? Yes.

    Is she the same person as my grandmother? No.

    -Stephen

  3. Re:What about these? on E3: Epic, US Army Develop Games as Recruitment Tool · · Score: 1

    Sim Friendly Fire

    In the same series: "Sim Chinese Embassy Reconstruction Project".

    -Stephen

  4. Sidestepping the "Linux vs. GNU/Linux" issue on RMS Replies to "The Stallman Factor" · · Score: 2, Insightful

    Personally, I call it "Debian".

    -Stephen

  5. Re:screw all linux companies! on Red Hat Takes Aim at SuSE, Mandrake · · Score: 2

    pocketing yourself a whopping 10 dollars

    Nah, donate it to Debian ;-)

    -Stephen

  6. Re:In 2 years, I spent $6.81 because of commercial on Turner CEO: "PVR Users Are Thieves" · · Score: 1

    Have you ever noticed that the things that are advertised on TV are usually things you should not buy

    It might vary from area to area; here in the UK, TV ads are a fair mix of useless tat and useful products.

    One such advert for a useful product prompted me to consider buying the product, but buying something as a result of seeing it advertised on TV left a bad taste in my mouth, so I bought a similar product from a competing company instead.

    -Stephen

  7. Re:Woody is already great, will be even better on Debian May 1 Release Delayed · · Score: 1

    Trading off a few weeks of bleeding edge currency for stability seems well worth it to me.

    Indeed. "Those who would sacrifice essential stability to obtain a little temporary currency deserve neither", or something.

    -Stephen

  8. Re:which version of gcc? on Debian 3.0 (Woody) May 1? · · Score: 1

    Whenever I "apt-get source" a package and build it myself, 2.95 gets used unless I hack the debian/rules file. 2.95 is also the recommended compiler for the kernel at the moment; so unless something changes radically before May 1, I imagine 2.95 will be the compiler used for Woody.

    (Disclaimer: I use i386; other architectures might have different versions of the compiler).

    -Stephen

  9. Re:Best password ever on Crappy Passwords Very Common · · Score: 2, Funny

    Okay, now we're getting into people coming up with stupid names for their pets.

    If I ever get a cat, I'm calling it "4tRv/qJ:"

    -Stephen

  10. They won't do it on Senate Soliciting Comments on SSSCA · · Score: 1

    I think senate.gov contacted the Slashcrew and asked them not to put it on the main page because they don't want to get slashdotted :-)

    -Stephen

  11. Re:Well at least they are not calling it... on Sega, Nintendo Team Up To Create New Graphics Board · · Score: 1

    Jeebus, poor guy is obviously seriously ill.

    I'm in excellent health. Thanks for your concern.

    I'm just one of those fortunate people who will still be cute when all his peers are old and wrinkly :-D

    -Stephen

  12. Re:Well at least they are not calling it... on Sega, Nintendo Team Up To Create New Graphics Board · · Score: 2, Informative

    If there were going to name it after a Pokemon, they might have gone for "Porygon"; according to Pokemon lore, Porygon is a virtual Pokemon created in a computer.

    Alternatively, since this is a graphics board, maybe "Smeargle" would have been suitable. (Smeargle is the painter Pokemon; paint oozes from its tail).

    -Stephen

  13. Re: analogue ---depends on what you're used to on Watches for UberGeeks? · · Score: 1

    I've always been more comfortable with a digital clock.

    In that case, my recommendation to you would be a simple, ordinary digital watch :-) Plus, you get features such as a stopwatch as a nice bonus. (It could be argued that extra features in a simple watch constitute feature bloat, but I don't think they do, as long as they are timing features).

    it fits in with unix being digital :-)

    Until someone ports Linux to some analogue computer :-)

    -Stephen

  14. Simple, ordinary analogue watch on Watches for UberGeeks? · · Score: 1, Insightful
    • It's easier to tell the time at a glance with an analogue watch than with a digital watch;
    • It's comfortable; unlike bulky multifunction watches, it doesn't feel like you've got a PDA strapped to your wrist;
    • It fits in with the Unix philosphy of doing one thing, and doing it well.
    -Stephen
  15. Re:I'm calling you out, Taco on Philips vs Unlicensed DVD Players · · Score: 2, Insightful

    Not that I'm for region encoding or anything... But the "especially nice for anime junkies" parenthetical just doesn't ring true.

    It does for people who live in Region 2 countries.

    -Stephen

  16. Call this "news for nerds"? on Gifts for Valentine's Day, 2002? · · Score: 1

    Explain to me why I should bother wasting my time with a girl. You can't even install Linux on them!

    -Stephen

  17. Comments from a former Amigan on Running AmigaOS on a PC (The Proper Way) · · Score: 1

    A couple of things that might be of interest to you should you ever decide (or be forced :-) to make the switch to a Unix-a-like:

    Ram disk that automatically grows/shrinks as needed. Perfect for those temp files.

    Several Unices (including Linux 2.4.x) have tmpfs, which is the same deal. I use it for my /tmp. I still type "ram:" occasionally when I mean to type "/tmp".

    A shell that's smart enough to realize that when I type the name of a directory, I don't want to execute the damn thing, I want to move to it!

    zsh can do that if you add "setopt auto_cd" to your .zshrc. I don't think bash can do it, though I might be wrong; I haven't kept up with bash features, having been a zsh user since 1996.

    Handlers in general, allowing you to very easily create disk-like thingies.

    It's not quite the same, but Linux has a "loopback device" which allows you to treat a file as if it were a disk partition. So you can (e.g.) mount an ISO9660 image as if it were a CD.

    If you like ARexx, you can get a Rexx interpreter called Regina for Linux. You can't use it to remote-control all your apps, but you can at least use it for scripting. It will remain my scripting language of choice until I get around to learning Ruby. (I'm not touching Perl with a bargepole).

    Like you, something from AmigaOS that I really miss is:

    Assigns, esp. multi assigns.

    I want something like that for Linux; I want to be able to map lots of directories onto (e.g.) /usr/local/bin and be able to see all their contents in that one directory. A halfway-house is possible if you make /usr/local/bin into a symbolic link farm, but it's not as nice as a multi-assign. Rumour has it that the GNU Hurd has directory overlays (or something like that) which provide the same sort of effect as a multi-assign.

    -Stephen

  18. Re:Things other than software? on New Scientist Tries Out Copyleft · · Score: 1

    The broad definition of "derivative work" is making me somewhat uncomfortable ... I want my research to be used for any reason, anywhere, by anyone, without worrying about the implications for them.

    Sounds to me like you want something akin to the BSD licence (without advertising clause).

    -Stephen

  19. Re:Modularisation is the answer. on Should Aunt Tillie Build Her Own Kernels? · · Score: 1

    Likewise, I believe APM and ACPI affect many regions throughout the kernel. Lots of drivers need hooks for them.

    APM is actually modularizable. I build it as a module in my own kernel (because I subscribe to the point of view that anything that can be a module should be a module, and am sour that PS/2 mouse support isn't tristate. But I digress...) You have to wedge it in using insmod though, or it won't be available when it's needed to power down the machine.

    ACPI, on the other hand, has to be compiled in, you're right. Bits of it are modularizable (e.g. the driver that listens for power button events), but the core has to be statically compiled.

    -Stephen

  20. Zelda games for Game Boy on Good Games For Christmas? · · Score: 1

    Two new Zelda games (Oracle of Ages and Oracle of Seasons) were released for the Game Boy earlier this year. Definitely worth picking up if you like adventure games.

    -Stephen

  21. Re:I think it is better... on Rage Against the File System Standard · · Score: 1

    That is exactly what I do. My personal organization system goes like this:

    - programs are installed into /opt/program/version, e.g. /opt/lame/3.86;
    - /opt/program/current is symlinked to the latest version, e.g. /opt/lame/current is linked to /opt/lame/3.86;
    - /usr/local/bin/program is symlinked to /opt/program/current/bin/program, e.g. /usr/local/bin/lame is symlinked to /opt/lame/current/bin/lame. (Similarly for libraries, man pages etc).

    Installing a new version is simple; I just have to remember to update the /opt/program/current symlink. I often keep one or more old versions lying around just in case I need to revert one, which again is easy, just point the /opt/program/current symlink somewhere else.

    Uninstalling is a breeze; just wipe out the directory under /opt, and nix the symlinks.

    It still more managament than some people would want, but at least it's relatively clutter-free; I can live with /usr/local/bin, /usr/local/share/man etc. being full of symlinks.

    (This is only for programs I compile from source, of course. Everything else I leave for dpkg to put wherever it wants).

    -Stephen

  22. Re:Pod can..... on Sony/Toyota Developing Car With Emotions · · Score: 1

    If I remember correctly, one of the things Pod could do was "explode".

    Hmmm... maybe this car will be the next Pinto...

    -Stephen

  23. Martin Campbell-Kelly on Babbage, A Look Back · · Score: 1

    ...was the guy who taught History of Computing at the University of Warwick when I was studying there three years ago. His course was fascinating, and he had a real passion for the subject. If you're interested in Babbage et al and you ever get the chance to talk to Dr. Campbell-Kelly, do.

    -Stephen

  24. Re:No matter what you use daily, you still need vi on VIM 6.0 is Out · · Score: 1

    one day you might need to restore your system from a boot disk, and vi is about the only thing that can fit along with the stuff you need to boot your system with.

    I use "em" (MicroEmacs) on my boot disks. You can get it from your favourite kernel.org mirror. It's small and light, and sufficiently Emacs-like for Emacs fans to use at a pinch. My MicroEmacs binary is a smidge under 75KB (dynamically linked against libc5, which is the C library I use on my boot disks).

    -Stephen

  25. Re:Ever heard of the Golden Rule? on FiveFingerDiscount.com? · · Score: 1

    Fair dealing is the foundation of all organized society. Now more than ever, we need to treat others the way we would like to be treated.

    And here was me thinking that the Golden Rule was something along the lines of "whoever has the gold makes the rules".

    </cynic>

    -Stephen