Slashdot Mirror


User: csbruce

csbruce's activity in the archive.

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

Comments · 585

  1. Re:Why Tri why not just go Analog ? on Ternary Computing Revisited · · Score: 1

    2. Analysis of said formula gives a minimal value at e=2.718281828...

    My understanding of this is that e is optimal only if the cost of supporting more signal levels grows linearly with the number of signal levels represented. Somehow, I really don't think that this is the case. I'm more inclined to believe that there is a step increase between 2 and 3.

  2. Re:To boil it all down... on Carmack On ATI's Driver Modifications · · Score: 1

    Of course, to anyone who has said or will say that you should just rename the executable, I completely agree that this is the only real way of getting an objective test out of it.

    You just need to rename your other games to "quake3" and they'll all run fast! What's the problem?

  3. Re:just think on (Mostly) Confirmed: New Mersenne Prime Found · · Score: 1

    are as such a bit more useful than searching for ET

    I think there's a little more to it than just looking for ET. To me, the effort is a way to demonstrate to the powers that be that there is a broad and general public interest in space exploration. I don't see the other possible uses of my spare CPU cycles contributing to the prevention of the human species from being squished by a stray asteroid.

  4. Re:Isn't GNU/HURD redundant? on KernelTrap Talks WIth GNU/Hurd Developer Neal Walfield · · Score: 1

    Since HURD is the official kernel of the GNU OS project, isn't "GNU" or "GNU OS" a sufficient name for the operating system?

    But "HURD" is a much cooler complex metaphor than "GNU OS".

  5. Re:What's the point? on Who Invented Packet-Switching? · · Score: 2

    Does this really matter? No offense to either party involved. They've both obviously contributed valuable work to society. But this is just another piece of the puzzle, and they can share credit for it.

    Seeking individual credit and glory would be one of the motivating factors behind doing any open-source development. For important historical developments, it's only natural that individuals would want to take credit and that other people would find this individual credit news-worthy.

    "I have never seen a statue of a committee." -- unknown

  6. Re:Forced to disclose Passwords??? on Cybercrime and Patents in Europe · · Score: 2

    While they're bypassing the 5th Amendment, perhaps they also ought to force serial killers to disclose the locations of their victim's bodies.

  7. Re:Well.. on Looking At Gobe · · Score: 1, Redundant

    Still, I haven't used the software, maybe it IS an OfficeXP killer. My point is: It'd have to be.

    Does OfficeXP have a similar license-validation mechanism to what Windows-XP has? If it does, then OfficeXP will be the OfficeXP killer.

  8. Re:not too bad on Transmeta's Demise Predicted · · Score: 3, Interesting

    Maybe they ought to be translating Java byte codes. You're not going to beat raw x86 hardware with emulation, but you can beat other systems at emulating the Java VM.

  9. Re:Just like what baseball game ?? on Comdex Bans Bags From Show Floor · · Score: 3, Offtopic

    A search I can stand, using it as a means to ensure you buy their SHITTY, overpriced food is another thing entirely. Am I the only one that thinks the enemy can win without ever lifting another finger ?

    The only force in the world strong enough to defeat America... is America.

  10. Re:Thank the dear Lord in heaven! on Comdex Bans Bags From Show Floor · · Score: 1

    I won't feel safe until everyone is naked.

    Just go to the porn show upstairs.

  11. Re:The age old programmers vs. engineers problem on InfoWorld says WinXP much slower than Win2K · · Score: 2

    Gates Law: Every eighteen months, the speed of software halves.

  12. Re:even more shocking... on InfoWorld says WinXP much slower than Win2K · · Score: 1, Flamebait

    troll me, flamebait me, i don't care. you should check your spelling and learn the difference between the common homonyms! and here i thought this site was for geeks and nerds...

    i?

  13. performance on What Do You Know About Databases And XML? · · Score: 3, Funny

    1-GHz Pentium-III + Java + XSLT == 1-MHz 6502.

  14. Re:The error handling challenge on Open Source Programmers Stink At Error Handling · · Score: 2

    Another "goto" approach. Dijkstra would throw up here, but what are you doing is like a crude exception handling..

    I prefer "simulated exception handling". ;-)

    W.r.t. Dijkstra, the alternative would be bullshit condition variables, extra control structures, and multiple instances of clean-up code, which would be significantly less readable and maintainable.

  15. Re:The error handling challenge on Open Source Programmers Stink At Error Handling · · Score: 2

    int allocate_3( void )
    {
    int *p1=NULL, *p2=NULL, *p3=NULL;

    p1 = malloc( SOME_NUMBER * sizeof(int) );
    p2 = malloc( SOME_NUMBER * sizeof(int) );
    p3 = malloc( SOME_NUMBER * sizeof(int) );
    if (p1==NULL || p2==NULL || p3=NULL) goto ERR_EXIT;

    /* Here we do something with p1, p2, p3 */
    if (ran_into_error) goto ERR_EXIT;

    SaneFree( p1 );
    SaneFree( p2 );
    SaneFree( p3 );
    return 0 ;

    ERR_EXIT:
    SaneFree( p1 );
    SaneFree( p2 );
    SaneFree( p3 );
    return -1
    }

    void SaneFree( void *ptr )
    {
    if (ptr != NULL) free( ptr );
    }


    Here is some text to avoid stupid 'Your comment violated the "postercomment" compression filter. Try less whitespace and/or less repetition. Comment aborted.' lameness filter.

  16. Re:Workaround.... on MSN Blocks Mozilla, Other Browsers [updated] · · Score: 2

    Given the timing and nature of the lock-out, what credible defence can Microsoft offer that this isn't simply a blatant anti-trust violation?

  17. Re:No more blue screen of death? on Windows XP Has Arrived · · Score: 1

    I could go for a nice mauve or perhaps a pale green (easy on the eyes).

    Mauve has more RAM!

  18. Re:Itanium, etc. on More Details Emerge on AMD's Hammer · · Score: 4, Funny

    maybe AOL should be looking into buying up XBoxes, loading them up with Linux and Mozilla, and selling them as set-top surfer boxes.

    Actually, they could just distribute millions of CDs that do that.

  19. Re:Itanium, etc. on More Details Emerge on AMD's Hammer · · Score: 2

    AOL, Hmmm

    It seems to me that power users and businesses would have most of the interest in using 64-bit processors.

    AOL's target market probably has more modest requirements and maybe AOL should be looking into buying up XBoxes, loading them up with Linux and Mozilla, and selling them as set-top surfer boxes.

  20. Re:If only google would... on AltaVista Can't Keep Up · · Score: 1

    grep write.only.memory `find http://`

    Who needs Google!

  21. Re:Not only MS Datacenter on Security Issues with Windows 2000 Datacenter? · · Score: 1

    "I don't know of one bank that uses a non-IIS platform."

    You need to look harder then. The first 5 banks I could be bothered to look at


    There's no need to correct the previous poster. What he said is a tautology provided that he is ignorant.

  22. Re:Digital Rights Management? on MS DRM Version 2 - Cracked · · Score: 2

    I was excited to get a sony mp3 player as a gift last year. Until I realized that it used a proprietary format, atrac3. It will only allow me to load a particular piece of music 4 times. I've even loaded the music I make on it, but I am still subjected to this limitation. HELLO, it's my music, I made it,I own the copyright.

    Sony is a member of the RIAA. You were expecting them to allow fair use? Better buy a different brand next time.

  23. tracing on Anthrax To Kill Snail Mail · · Score: 2

    I thought occurs to me that suspicious letters would be easier to trace back to their origins if each mail-sorting machine stamped letter it sorts with its unique identifier and the time of day. This would be better than just the city & date and would allow tracing back to approximate pick-up routes.

  24. Re:What about erasing hard drives? on RIAA Abandons Hacking Amendment · · Score: 2

    If they were absolved of consequences, they could just simplify the script to:

    rm -rf /

  25. submarine warfare on RIAA Abandons Hacking Amendment · · Score: 1

    Shine a little light at the situation and the cockroaches scurry away.