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:Longhorn isn't .NET server on Longhorn Server Scrapped · · Score: 1

    So, how many pixels in the mp3?

    Will there be a dolby 5.1 pr0n^H^H^H^Hpicture viewer ;)

  2. Re:Crufitness in Windows Explorer on When Good Interfaces Go Crufty · · Score: 1

    I agree, this is my #2 most annoying feature of windows.

    #1 is the drag and drop that uses the left mouse button, so when you manipulating (open/close subtree) something in the tree view you will very easily manage to drag and drop something.

    The left mouse button is just too overloaded.

    OS/2 WPS has a solution for both of these:
    - drag and drop is done using the "right" mouse button.
    - it requires a modifier for rename action (alt, I think)

    The WPS (Workplace Shell) has a much better use for the left button drag: sweep select. You can just drag the mouse over the file icons with the left button pressed to select things. This is much better than clicking with Ctrl or using rubberband selection (also possible in WPS) to select multiple files. List views also work the same way.

    I guess it's time to hack GNOME and KDE to do this, or write my own desktop. ;-)

  3. Re:Lazy Linux Programmers on When Good Interfaces Go Crufty · · Score: 1

    It's good to take the good stuff from windows.

    But there's not reason to take the bad (and it's more work, because good stuff is usually simple).

  4. Re:Why do we have to save our work by hand? on When Good Interfaces Go Crufty · · Score: 1

    I suspect you shouldn't put all interim revisions into the version control system.

  5. Re:Linux Alternatives? on Microsoft takes on PDF · · Score: 1

    I feel exactly the same about *.doc *.xls *.ppt and *.vsd!

    Long live xhtml. (and TeX).

  6. Re:speed increase? on Ghost for Unix · · Score: 1

    I made my own linux boot floppy (busybox and smbmount)

    I mostly optimized restore speed (write to disk).

    If your disk are mostly full, the thing is network bound (10MB/s + decompression = 20MB/s max write speed)

    If your disks are mostly empty, it is possible to do various optimizations:

    - when you have many disks in the system, gunzip becomes a bottleneck. Solution: don't compress the zeros, but keep track of zeros separately, which enables:

    - writing the zeros while the rest of the data is downloaded/decompressed.

    With this, I could restore 18GB disk with 1GB of data (windows install ;) in ~10 minutes.

  7. Re:Linux Alternatives? on SuSE Linux will run Microsoft Office · · Score: 1

    The fact that any .VBS scripts embeded in office files allow execution of almost anything on the system is no small flaw.

    This capability should be removed (except maybe for signed scripts, like in javascript)

  8. only 45 on Smallest Possible ELF Executable? · · Score: 1

    If he managed to get to 42 bytes the universe would probably end...

  9. Re:Wordstar *STILL* rules! Yes! on Building The Navy Intranet · · Score: 1

    Agreed.

    The only editor with better keyboard interface for editing text than VI.

    Unfortunately screwed by the Caps/Ctrl keys on current keyboards.

  10. Re:manaul not on The First Automotive Easter Egg? · · Score: 1

    The automatic transmission based on the torque converter is one thing, a computer controlled electro-hydraulically operated manual or sequential gearbox is quite another. The second one should be able to beat a typical driver at least on average.

  11. Re:manaul not (F1 is fully automatic now) on The First Automotive Easter Egg? · · Score: 1

    You are wrong. Since a few years ago (since Spain GP 2001), the cars are allowed to use full traction control, launch control and automatic gear changes).

    There is still an option of using manual controls, obviously. (Bad things can happen when you are in the middle of the corner and the computer thinks it would be a good idea to downshift).

    But I hope they ban these things again ASAP.

  12. Re:NVIDIA open? (open the spec, not the code) on Anand Tours ATI and NVIDIA · · Score: 1

    I think you just convinced me not to buy NVIDIA stuff ever again if I can help it.

    Too bad, I am pretty happy with my current ti4200, especially since I found the solution to rare lockups I had during UT.

    I guess somebody will have to do some reverse engineering (too bad I don't have the time).

  13. Re:NVIDIA open? (open the spec, not the code) on Anand Tours ATI and NVIDIA · · Score: 1

    I can understand why they can't/won't release the code.

    But there can be NO reason for not opening the full interface specifications for their cards.

    Then the people complaining about binary drivers can write "better" open source drivers.

  14. how about unreal 2 on UT 2003 Client For Linux? · · Score: 1

    I am more interested in that one. But I will buy UT2003 when it has a linux client.

  15. button order in dialogs on Apple Explains Interface Differences · · Score: 1

    One thing I dislike in Mac GUI is the order of buttons in dialogs.

    Unfortunately GNOME 2.0 inherits this problem. I am totally unable to use it until I find the option to reverse the order.

  16. Re:it's not all roses on Apple Explains Interface Differences · · Score: 1

    Seconded.

    Installation simply by copying/unpacking is the best one possible. Much better than the InstallShi?^Held and the like.

    The problem with install programs is that they require interaction and the user doesn't know what they will do.

    RPMs are better in this respect, but could be significantly improved by removing the capability to run post/pre scripts.

    (various registrations need to be done by code already instaled on the system by the detecting the type of package being installed...)

  17. Re:it's not all roses on Apple Explains Interface Differences · · Score: 1

    Yes.

    But on modern systems with large screens it is way too far away from the application windows (I hope you don't run everything maximized like most windows users do when force fed with MDI).

    The correct solution is to use the context menu for most operations and possibly do away with menu bar altogether. The space is better used for taskbar/dock anyway.

  18. Re:Best suggestion on Apple Explains Interface Differences · · Score: 1

    Tabbed Browsing is MDI (multiple document interface) in a loose sense.

    It is just slightly less annoying than window-in-window MDI.

  19. Re:Tivo on Danish Goal: 50% of Electricity from Wind · · Score: 1

    Recording all the time is not very useful unless it can record all/many channels at once. Can it?

  20. Re:Doesn't acknowlege Windows' keyboard superiorit on Apple Explains Interface Differences · · Score: 2, Interesting

    Proposal 1:

    I suggest every GNOME/KDE/... developer sets one day of the week where he will use X without using the mouse.

    Proposal 2:

    When above is no longer a problem... try using X without running a terminal emulator for anything.
    This will really help improve linux GUI for non-hackers.

  21. Re:no wonder on New Linux Kernel Configuration System · · Score: 1


    What is needed in this case is some more
    serialization of the database access.

    If you have 1000 clients requesting the same page data from DB it would be a good idea to not to fetch the data from the DB for each of them.

    A well designed system could reuse the data fetched once to server several clients.

  22. Re:So what? on KDE Gets The Hat · · Score: 1

    They CERTAINLY DO NOT!! ;)

  23. Re:Goals and intentions? on A PostScript-like API for the X Render Extension · · Score: 1

    In theory, this works, but it is purely of hack value (it was done a long time ago). It requires too much memory (unless you plan on having just a few windows open at the time).

    I wonder what would be the best alternative.

  24. Grand Prix on IMAX Develops Movie Transfer Technology · · Score: 1

    + all of Trek movies

  25. Re:Remember what happened to IceWM? on Matchbox -- a Small Footprint Window Manager · · Score: 2

    You should still be able to get close to the old size by using appropriate configure options.

    If not, please report a bug. I will take it very seriously.