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:Mandated for hardware, not software on Microsoft Codec Required For Blu-Ray Players · · Score: 2, Insightful

    I have a very simple position on buying DVD's.
    If can't play them under linux, I'm not buying them.

  2. Re:stupid question but... on A Network-Based Software KVM Switch? · · Score: 1

    One alternative which I'm using right now at work is a usb switch (with a PS/2toUSB converter).

    It seems to work quote well, except for problems with some keys like Shift+Del/Shift+Ins which I haven't yet resolved (probably a windows problem)

  3. Re:Compositing on The Power of X · · Score: 1

    >Being able to do things like offload drawing onto the powerful graphics cpu's present in most new computers these days is the most obvious beneft.

    This is true, but it will make X require a modern gfx card.

    And the only really supported (with adequately fast open source drivers) one is Radeon 8500-9200.

  4. Re:They will get used to enter the admin password. on Virus Writers Look Ahead: Target 64-bit Windows · · Score: 1

    Very simple. Only do on the computer what you want to do, not what the computer asks you to.

    If you don't know, it's time to get a simpler/safer OS, like UNIX. (unix almost never asks you anything, it's all your fault).

  5. Re:oldschool on Virus Writers Look Ahead: Target 64-bit Windows · · Score: 1


    >Like the post-conf scripts in RPM and DEB :-)

    I always thought this was a bad idea and should be replaced by various triggers.

  6. Re:client side libraries on Gosling: If I Designed a Window System Today... · · Score: 2, Insightful

    Exactly my point!

    By running all this behavior (accessibility) independantly for all clients you have lots of overhead.

    The above time is a second/cached run (w/ prelink). For the first one, it takes 4+ seconds while rxvt and xterm are still 1.

    This encourages big/monolithic applications which is not the unix way.

    note: rxvt I also listed has unicode support and eye candy can be enabled too. There's no need for configuration gui to run on startup.

  7. Re:Zero to 5000 in 10 seconds? on NASA Provides Results Of Scramjet Test · · Score: 1

    Perhaps a new class for NHRA :)

  8. client side libraries on Gosling: If I Designed a Window System Today... · · Score: 4, Insightful

    He is mostly right.

    The one problem is there though: by using lots of client side libraries with their own per-client state some efficiency is lost and startup time increases greatly.

    We are already seeing this with today's gtk and kde programs that already have disastrous startup times.

    [mark@silver mark]$ time xterm -e exit

    real 0m0.111s
    user 0m0.066s
    sys 0m0.007s

    [mark@silver mark]$ time gnome-terminal -e exit
    Bonobo accessibility support initialized
    GTK Accessibility Module initialized
    Atk Accessibilty bridge initialized

    real 0m0.311s
    user 0m0.203s
    sys 0m0.032s

    [mark@silver rxvt-unicode-3.3]$ time src/rxvt -e exit

    real 0m0.052s
    user 0m0.004s
    sys 0m0.003s

    The machine is Athlon XP 2500+ 1G RAM, no swap, Fedora Core 2.

  9. Re:Eric S. Raymond Vocabulary Enforcement on South Pole Research Station Hacked Twice · · Score: 3, Funny

    You'll never be a real hacker with that opinion.

  10. do-not-buy list on Controversial StarForce Copy Protection Creators Quizzed · · Score: 1

    which games use this?

  11. Re:Don't the laws of computing make it... on SHA-0 Broken, MD5 Rumored Broken · · Score: 1

    I have a picture sized 2048x1536 that you can't see.

  12. Re:I'm going to be laughing at this one for days on XP Starter Edition Examined · · Score: 2, Interesting

    It could really force everyone to use Java.exe.

  13. Re:The most important question on Low Level Virtual Machine 1.3 Released · · Score: 2, Insightful

    This is true for Java. But only a small part of .net is actualy "standardized".

  14. Re:Return of Java on The "Return" of Java Discussed · · Score: 1

    In batch processing this is all true.

    In interactive/desktop/realtime systems it is not.

    It's just like bandwidth vs. latency.

  15. Re:Flashlight=Greatest Weapon Ever on Marine Finds Duct Tape on Mars · · Score: 1

    It's not like the flashlight is made with inferior technology and empties itself in 30 seconds!

  16. multiplayer on Marine Finds Duct Tape on Mars · · Score: 1

    I guess it will be nice for spotting campers in multiplayer.

  17. Re:Amazing on Intel Begins Shipping 64-bit Prescotts · · Score: 1

    there was no "sort of" 16 bit

    there was "sort of" 20 bit (the famous 640K)

  18. Re:Chock full of Real Name Brand Actors on Batman Begins Trailer Online · · Score: 1

    Exactly. I watched Equilibrium and it is better than Matrix simply because there is no 2 and 3 bullshit. The story is simple and complete.

  19. Re:Unix Desktop on Project GoneME Fixes Perceived Gnome UI Errors · · Score: 1

    I know that. But I was think of a laptop.

  20. Re:Unix Desktop on Project GoneME Fixes Perceived Gnome UI Errors · · Score: 1

    Does he offer dual mouse button mouse + a wheel?

  21. Re:Not entirely unexpected.... on No 2.7 Linux Kernel Branch Due Soon · · Score: 1

    I have the same problem. Running with psmouse=bare for now but getting really sick of it.

    I'll probably port the 2.4 driver to 2.6 if I can't find the fix for this.

  22. Re:Hmmm.... on Official Doom 3 Benchmarks Released · · Score: 1

    Apparently only the XBox version has coop.

    I expect this to be one of the first games to be massively ripped from XBox to PC if this is true.

  23. Re:Project GoneME on Gnome 2.6 Usability Review · · Score: 1

    I think of it as an IBM order and I strongly prefer it.

  24. Re:Here's a crap ui design from KDE on Software Usability As A Technical Problem · · Score: 1

    That's why it better to forget C+XVC if you use consoles and use the older, more widespread standard.

    Ctrl+X = Shift+Del = Cut
    Ctrl+C = Ctrl+Ins = Copy
    Ctrl+V = Shift+Ins = Paste

  25. Re:D'oh - dumb article, solveable problem on Software Usability As A Technical Problem · · Score: 1

    They sort-of fixed it by moving the mouse a few pixels when you click on the edge.

    Not so good thing IMO.