Slashdot Mirror


User: Kickasso

Kickasso's activity in the archive.

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

Comments · 667

  1. I wonder. on How Would You Improve Today's Debugging Tools? · · Score: 1

    How "stop modify variable" command works in dbx?

  2. Use dbx, gdb or any other real debugger. on How Would You Improve Today's Debugging Tools? · · Score: 1

    What's so special about that Eclipse thingy if it can't even do conditional breakpoints?

  3. Bah, humbug. on How Would You Improve Today's Debugging Tools? · · Score: 1

    [mybox] dbx
    (dbx)
    help fix
    fix (command)
    Use `fix' to make changes to your program given. `fix' recompiles
    modified source files and dynamically links the modified functions into
    the application.

  4. Obviously on Improving Digital Photography · · Score: 2
    If a 35mm*24mm sensor compares to 35mm*24mm film frame, a 8"*10" sensor would compare to 8"*10" film sheet.

    To buy such sensor you'll probably have to mortgage your home and sell your family to slavery, but still.

  5. Gee. on The Speed Of Gravity Revealed · · Score: 2

    I wonder how your CRT works, then. Electrons hitting phosphors at 2 meters per hour? This is bright.

  6. Info. on The Speed Of Gravity Revealed · · Score: 2

    It is actually possible for, say, an electron to move in water faster than light moves in water. In addition, speed of light in water depends on the wavelength. It's hard to tell what happens with the speed of gravity.

  7. Of course they are not equipped for that much on Speakeasy Welcomes WiFi network sharing · · Score: 2

    bandwidth. If all customers of your bank were to close their accounts and withdraw all the money this Monday, your bank would collapse too. This is pretty normal. If you want guaranteed 1.5Mb/sec no matter what, you will soon discover that it costs a lot more than your cable subscription.

  8. -1, Too US_Centric. on FCC Considers Expanding Unlicensed Spectrum · · Score: 0, Flamebait

    Oops... wrong forum.

  9. Oi? on Information for Managers - Understanding pthreads? · · Score: 1
    fork() is a context switch, but so is pthread_create(), unless you have green threads which sux0r.

    Yes, switching between different processes is usually slower than between threads in the same process. If this is your concern, you probably better off having exactly one thread/process per CPU.

    Mutex lock is an excellent protection against deadlocks (you need to use it with shared memory anyway), but it's less useful against plain old fashioned core dumps.

  10. "They" on IAB Recommends Larger Web Advertising · · Score: 1

    are advertisers. OK, so they did't come up with textads themselves, who cares, they accept and use this format.

  11. Really? on IAB Recommends Larger Web Advertising · · Score: 1

    I've seen sites that say "you're blocking my ads, now go away, thieving bastard".

  12. Huh? on IAB Recommends Larger Web Advertising · · Score: 5, Interesting

    Sure they did come up with smaller ad formats. Ever heard about google?

  13. But separate processes ARE better. on Information for Managers - Understanding pthreads? · · Score: 3, Informative

    You share just what you need to share , and keep everything else private. With threads all memory is common. Didn't they teach you to use protection, or something?

  14. Windows emulation is a necessity. on Linux *Won't* Fail on the Desktop? · · Score: 2
    If you want people to convert, don't take their tools away. Simply don't do that. Make sure they can run all their favourite apps, then show them better apps, different apps, different concepts, whatever.

    Can it run MS Office?
    No, but...
    Thanks, not interested.

  15. Sigh. on Linux *Won't* Fail on the Desktop? · · Score: 2

    "I like linux" and "Linux is/will be a success" are two very different propositions. Neither one implies anything about the other.

  16. Good for you. on Linux *Won't* Fail on the Desktop? · · Score: 2
    if Linux were to do everything for that windows can why have it?

    Because it would be better than Windows, then. It would do everything Windows can, and much more. Plus, it's free.

    just don't claim that it will be unsuccessful because it won't run windows apps.

    Why shouldn't I claim that, if it's true?

  17. No. on Linux *Won't* Fail on the Desktop? · · Score: 2

    I love Unix. For what I do it's an excellent tool. I'm just trying to say that Unix isn't going to have any kind of success on the desktop. Unless it does Windows, of course.

  18. MS word is a lousy word processor. on Linux *Won't* Fail on the Desktop? · · Score: 2
    It is also the standard one. Deal with it.

    As for photoshop/gimp, don't even start.

    You also conveniently forgot about drivers. How many graphic cards have 3D hardware acceleration under Linux? What about Winmodems?

  19. Answer. on Linux *Won't* Fail on the Desktop? · · Score: 2
    I can't see why anyone would want to use a windows machine at all.

    Drivers. Apps. Games.

  20. No. on Linux *Won't* Fail on the Desktop? · · Score: 2

    Because, you see, that was a rethorical question.

  21. I run Linux. on Linux *Won't* Fail on the Desktop? · · Score: 2

    And also Solaris and IRIX and HP-UX and AIX. Do I need to define "success" for you?

  22. Windows market disappears on Linux *Won't* Fail on the Desktop? · · Score: 2

    when Earth is hit by a major asteroid, or something.

  23. Linux is not a "Windows Emulator". on Linux *Won't* Fail on the Desktop? · · Score: 2

    It is the problem.

  24. An "alternative" OS will succeed on the desktop... on Linux *Won't* Fail on the Desktop? · · Score: 2

    when it will be able to run most Windows applications and use Windows drivers. Discuss.

  25. Existing technology. on Eye-based Navigation Research From IBM · · Score: 2
    High-end cameras can use eye-tracking to decide which part of the picture to focus on. You look in the viewfinder and concentrate on a particular spot, and that spot gets focus.

    And here's something to think about. Every single photographer I know about switches this feature off after first five minutes of use.
    --