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:It's a good start... on Longhorn to use UNIX-like User Permissions · · Score: 1

    XP, Server 2003, and presumably other NT-family Windowses have support for those. In the logical disk manager, you can elect to mount a disk partition in a directory instead of assigning it a volume letter.

    -Stephen

  2. Re:Shockwave on 'Transformers' Live Action Movie from DreamWorks? · · Score: 1

    That was Soundwave. Shockwave was the angular purple ray-gun.

    Soundwave could be an iPod, though he wouldn't have his private army of cassette robots any more. Unless someone can think of a way to make MP3s transform into robots?

    -Stephen

  3. Re:Chip and pin on Credit card signatures: Useless? · · Score: 1

    Every time I pay for something with my chip-and-pin card, the cashier still just swipes it and asks for my signature. So, either my bank hasn't got its act together despite issuing me with a chip-and-pin card and a PIN to go with it, or the cashiers aren't being retrained, or both. In any case, signature fraud will continue until the new technology is properly implemented.

    -Stephen

  4. Re:"The origin of species" on Google's Library Up and Running · · Score: 1

    I think the poster meant that it was controversial when it was first released.

    -Stephen

  5. Re:Holy Bible? on Google's Library Up and Running · · Score: 1

    Why that specific version, and not another?

    Possibly because:
    1/ the King James version is long out of copyright -- the original version was published in 1611; the last revision was published in 1769;
    2/ by including the Apocrypha -- the secondary books accepted by some Christian denominations but not others -- they're providing the most complete information.

    -Stephen

  6. Re:Holy Bible? on Google's Library Up and Running · · Score: 1, Funny

    So they've got Origin of Species, but not the Bible? I predict that the Kansas education board will shortly ban Google from all state schools.

    -Stephen

  7. Re:This Really Sucks on Mozilla Foundation's Future: No Mozilla Suite 1.8 · · Score: 1

    A couple of hints that might make Firefox less frustrating for you if/when you switch:

    That image minimizer thing is just incredibly annoying... and it cannot be disabled.

    It can, though it's not obvious, and really ought to be in the preferences window. Go to "about:config", and set "browser.enable_automatic_image_resizing" to false.

    There is also the absence of a button to create new empty tabs.

    I missed that when I changed from Mozilla to Firefox as well. There's an extension called "Tabbrowser Preferences" that puts it back, among other things.

    -Stephen

  8. Re:vote on it on Mozilla Foundation's Future: No Mozilla Suite 1.8 · · Score: 1

    Is 10 megs really that much harder to download then 5? Is it?

    On a dialup connection, yes.

    I hope you realize the only reason so many useful settings have been stripped from Firefox is because they think its users are too stupid to handle them. I don't know about you, but this is insulting to me.

    Someone once told me that "offence is never given, only taken". I don't completely agree with the statement, but I think it applies in this case.

    Don't take offence that Firefox's UI was designed for people who prefer simpler apps. Just stick with the suite for now, because you obviously prefer it. After the suite goes away, you'll be able to continue customizing Firefox through "about:config", which you are clearly intelligent enough to cope with.

    Personally, I use Firefox for a simple, fairly shallow reason: its default theme isn't ugly and uses native GTK+ widgets. It's therefore an attractive app that fits in with the visual style of the other graphical apps I use. As a Linux person who appreciates consistency across applications, this is important to me.

    -Stephen

  9. Re:Is Jack Chick gonna get /.'ed? on Israeli Army Frowns on D&D · · Score: 2, Funny

    Best not annoy him too much, or he'll publish a tract about how Slashdot is the work of the Devil.

    I wonder if he has an opinion on the BSD Daemon?

    -Stephen

  10. Re:Did this happen... on More On Save Enterprise Donations · · Score: 1

    When TOS was cancelled, there was a letter-writing campaign by fans. In fact, there was a campaign at the end of every season of TOS, because it was constantly in danger of cancellation due to the network not quite knowing what to do with it.

    There were no campaigns for TNG, DS9 and VOY because they weren't cancelled; they ran seven seasons apiece, then came to natural conclusions.

    -Stephen

  11. Re:Nicknames on How to Hire a Linux Administrator · · Score: 1

    I'm sure your Slashdot username looks far better on a CV :-)

    -Stephen

  12. Re:C# is Better than Java(At least I think So) on Mono Progress In the Past Year · · Score: 1

    This was a very large customer request

    I'm not surprised; it just seemed such an obvious thing to want to do. I look forward to the feature becoming part of the language, and hopefully Mono will support it soon as well.

    The only other major gripe I have with C# is the lack of checked exceptions. I've been bitten too often by errors appearing at runtime that I just forgot to check for because the compiler didn't warn me. Hokay, so this is probably more due to my poor coding than anything else, but I like the security that I have with Java, knowing that I'm catching every exception that might be thrown. I wish C# would offer me the same security.

    -Stephen

  13. Re:C# is Better than Java(At least I think So) on Mono Progress In the Past Year · · Score: 4, Interesting
    Get/Set are better in C#

    I see loads of love for the C# property syntax, but I personally find it a bit irritating because you can't have different access qualifiers on the getter and setter. If you want, say, a public getter and a protected setter, you have to write a special setter method that defeats the purpose of having the special property syntax.

    If the property syntax were modified to look like this, it'd be perfect:
    string Foo
    {
    public get { return foo; }
    protected set { foo = value; }
    }
    -Stephen
  14. Re:Credibility on Woz, Others Ask Apple To Go Easy On Tiger Leak · · Score: 4, Funny

    Are you kidding? "Drunkenbatman" will look awesome on the guy's future Pulitzer Prize.

    -Stephen

  15. Re:Possible GPL violation? on Ars Technica Reviews AmigaOS 4.0 · · Score: 2, Informative

    AmigaOS is a microkernel; drivers run as tasks separate from the kernel. So it's just a case of running a GPLed program on a non-GPLed operating system.

    -Stephen

  16. Re:Ok, so where are the patches? on Security Holes Draw Linux Developers' Ire · · Score: 4, Insightful

    I hacked my kernel to "solve" the uselib() problem. "Solve" is the wrong word, because all I did was perform an appendectomy; I replaced the body of sys_uselib() in fs/exec.c with the single line:

    return -ENOSYS;

    so any code that calls uselib() (which is an utterly obsolete syscall that hasn't been legitimately used for years) will simply fail with a "function not implemented" error.

    It's not a real fix. The real problem is a locking issue in do_brk(); the uselib() alert was simply one way to exploit it. But it'll do for now.

    -Stephen

  17. Re:Where's the gumpf? on DJB Announces 44 Security Holes In *nix Software · · Score: 1

    Awww, what a waste of an "I've found remote roots in qmail and djbdns" joke opportunity :-)

    -Stephen

  18. Re:Orchestral FF on Final Fantasy Concert Series Coming to the States · · Score: 1

    I haven't heard Grand Finale, though one of my favourite FF CDs is "Fithos Lusec Wecos Vinosec", the corresponding orchestral CD for FFVIII. The original game soundtrack was fairly orchestral-sounding, so most of the arrangements sound very natural, though there are a couple of fairly odd ones (the synth-pop battle theme "The Man with the Machine Gun" is arranged into something that sounds almost like big band music).

    It would be one of the best CDs ever if it weren't for the awful "Eyes on Me".

    -Stephen

  19. In Soviet Korea... on AP Reports Young People Use The Internet · · Score: -1, Offtopic

    Internet uses old people!

    -Stephen

  20. DBZ on The Mystery of Cell Processors · · Score: 3, Funny

    ... should give performance ten times of conventional processors.

    Twenty times, after absorbing an android or two.

    -Stephen

  21. Re:Too Late? on E17 Available From CVS · · Score: 1

    As long as you pick a good theme

    This guy's themes are superb. I used to use the Sawfish ports of D.A.E. and Orange Juice, then stuck with Orange Juice when I switched to E16.

    Orange themes are nice.

    -Stephen

  22. Re:Interesting article, but /. headline is a troll on The Eye: Evolution versus Creationism · · Score: 1

    its survival of the fittest!

    Are you telling me that Al Gore didn't create the Internet in six days?

    -Stephen :-)

  23. Interesting article, but /. headline is a troll on The Eye: Evolution versus Creationism · · Score: 5, Insightful

    The article is an interesting report about a new biological discovery which provides evidence of the evolution of the eye. However, creationism is not mentioned at all; looks to me as if the submitter is trying to start an argument for no reason.

    -Stephen

  24. The Transformers are waking up! on Mount St. Helens Alert Status Increased · · Score: 2, Funny

    I, for one, welcome our new Decepticon overlords.

    -Stephen

  25. Re:The benefits of Linux on Is That Pirated Software? · · Score: 1

    What can't you do on a Windows platform that you can do on Linux?

    Modify the kernel.

    -Stephen