Slashdot Mirror


User: CaptnMArk

CaptnMArk's activity in the archive.

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

Comments · 730

  1. Re:A bunch of physicists thought it would work... on Voyager 1 Reaches Interstellar Space · · Score: 1

    Also, the reuse of the launch site would be problematic, no?

  2. Re:Thats nice! on GPL'ed Drivers For NVIDIA nForce Ethernet Devices · · Score: 1

    It is. This was a complete showstopper for me buying an nforce2 motherboard which is the best Athlon XP motherboard right now.

    Thanks to the authors!

  3. Re:Ill advised on New X Proposal on Freedesktop.org · · Score: 1

    One problem that I see with this is that I often have many many windows open (30-50). this will eat lots of video ram (using system ram will kill performance totally).

  4. Re:What does this matter if... on Star Trek Enterprise Tested to Mach 5 · · Score: 1

    Yes, but the friction should all be against the navigational deflectors, not the ship itself which should make the ship's shape mostly irrelevant.

  5. Re:Star Trek OS on Star Trek Enterprise Tested to Mach 5 · · Score: 1

    Well it would be the only OS that would deserve an 'Enterprise' tag.

  6. Re:What does this matter if... on Star Trek Enterprise Tested to Mach 5 · · Score: 1

    What do you mean 'there is no Starship Enterprise'?

    Sure there is!

  7. Re:MOD THIS UP!!! I'M FEELING INSIGHTFUL. on LG CD-ROMs Destroyed by Mandrake 9.2 · · Score: 1

    This would prevent 2 things:
    - dvd region removal
    - me buying such drive.

  8. Re:Very interesting comment about GNU libc on Benchmarking the Scalability of BSD and Linux · · Score: 2, Insightful

    Rich libraries are no problem (asuming PIC code)

    The problem is overhead code that needs to be ran at startup and static variables in the libraries which require fixups in the loader.

  9. Re:hmmmm??? on AMD to debut multi-core CPUs in 2005 · · Score: 1

    I know D-9, but is there a K-9 too?

  10. Re:Why WMA? on Australia Gets Its Own Legal Music Site · · Score: 1

    Even mp3 is bad in this case.

    When I buy music I want CD quality at least (unless prices are smaller by the same factor as the file size).

  11. Re:This is nothing new on Microsoft Wins Browser War, Abandons 'Innovation' · · Score: 1

    I agree with you 100%

    This is why OS/2 Warp 3 is still the best desktop on the planet.

    There were no menu bars in W3, only context menus.

  12. Re:could it be... on Frontiers: A New Xlib Compatible Window System · · Score: 1

    Maybe for you.

    I'd take linux over windows any day of the week.

    And yes, I turned all fancy "Effects" on windows off.

    It just doesn't multitask well. The entire Explorer monster especially (even though I run it in multiple processes).

  13. Re:could it be... on Frontiers: A New Xlib Compatible Window System · · Score: 1

    >When people talk about X, they usually mean Xfree. And Xfree is anything but fast. Window-resizing is choppy, so is moving windows around, for example.

    This is not helpful.

    Please mention desktop environment/window manager, application, CPU, RAM, graphics card, system load, kernel version, ...

    I know the above certainly is absolutely not a problem on my system with most apps (mozilla for example) in normal situations.

  14. Re:Keep this away from my server! on Replacing the Aging Init Procedure on Linux · · Score: 1

    Whatever this does, it had better reuse Richard Gooch's work on need/provide.

    http://www.atnf.csiro.au/people/rgooch/linux/boo t- scripts/

    To eliminate a need for bash a "simple" standardized program (let's call it service) is needed that can replace most of bash code in various /etc/rc.d./.... scripts. Written in C, as small as possible.

    Somewhat like this:
    file: /etc/rc.d/init.d

    #!/sbin/service
    NAME=Apache
    EXEC=/usr/sbin/htt pd
    OPTION_1=reload
    EXEC_1=/usr/sbin/httpd -reload # or whatever
    WAIT=1 ... ... (whatever flexibility is needed)

    this service program would parse command line and provide standard start/stop/restart and service specific options

    An important needed feature:

    init should be able to "waitpid" on all running services to see if they crashed and to remove the need for many "sleep 5" during system shutdown.

  15. Re:talkback on Microsoft Patents 'Phone-Home' Failure Reporting · · Score: 0

    So, all they patented is this:

    if (error >= WARNING) { ... }

    instead of

    if (error >= FATAL) { ... }

  16. accident? on The Guy Responsible For Ctrl-Alt-Del · · Score: 1

    >He also says he chose those keys specifically as it's not a key sequence that can be struck by accident.

    I can 100% confirm this is not true :) hehe

  17. Re:Electronic voting on VeriSign and Secure Internet Voting · · Score: 1

    How to make people vote in 2 steps:

    1. raise taxes by 10%

    2. if you vote, you get a 10% tax discount

    The question is, do people in power really want all people to vote?

  18. Re:Upper-left isn't New on NASA's New Space Wheels · · Score: 2, Interesting

    Is it due to lack of "open source" plans for all components?

  19. There are 3 toolkits. on Y: A Successor to the X Window System · · Score: 1

    There are 3 toolkit, and the 3rd is at least as important as Gtk+ or Qt.

    It's mozilla XUL.

  20. Re:I might be way off here but... on States Fight Internet Tax Ban, Cite VoIP Concern · · Score: 1

    >I think it'd be great to have people come to realize that bandwidth is a finite resource

    It'd be especially good if spammers realized that...

  21. Re:What's up with AMD's model names lately? on Athlon 64 Debuts · · Score: 1

    I've always thought AMD should include the 3:2 CPU clock divider on board to compete with P4.

  22. Re:Life "out there" on Plasma Comes Alive · · Score: 1

    Does this mean my time spent learning Klingon was wasted?

    Do'Ha'

  23. Re:Shutdown? on Booting Linux Faster · · Score: 1

    There is actually a very stupid thing in the shutdown procedure. There are times where the system just does a sleep 1/5 while waiting for things to shut down. Not only does this not give enough time for shutdown sometimes but it also slows down the shutdown procedure somewhat.

  24. Re:PowerPC Linux users had compiled boot 'scripts' on Booting Linux Faster · · Score: 1

    It looks like they are using something like:

    http://www.atnf.csiro.au/people/rgooch/linux/boo t- scripts/index.html

    Need. I was waiting for someone to do that. I guess I should try gentoo real soon.

  25. Re:Boot Windows on Half-Life 2 - A Linux User's Lament · · Score: 1

    That's funny.

    I tried playing Half Life by booting into windows, but just couldn't bother to finish it (rebooting wasn't worth it).

    It wasn't until I installed it under Wine that I managed to finish the game.

    Based on this, I am not going to buy Half life 2.