Slashdot Mirror


User: TeknoHog

TeknoHog's activity in the archive.

Stories
0
Comments
5,448
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,448

  1. Re:They picked C on Microsoft States Full TCP/IP Too Dangerous · · Score: 1
    > In Redmond, this is what they call a win win.

    Isn't it ironic that, because of Windows and its problems, the phrase "win-win" has come to mean something more like "loss loss"? We should now call a mutual gains situation "lin-lin" instead :)

  2. Re:Boring correction... on Graphical Gentoo Installer In The Works · · Score: 1
    Installing Gentoo can teach you about partitions, some system services, and bootloaders, among other things.

    True, but this happens with stage3 installs as well. As the grandparent said, earlier stages teach very little, they only add to compilation time.

  3. Re:I tell them ... on Converting Users to Open Source- Why Do You Care? · · Score: 1
    When I hear people whining, hopelessly, about how MS is abusing them, I tell them that I never have that sort of problem. If they want to know why, I tell them.

    I agree, but I also think here is also the problem why people are not switching to free and better software. Switching would imply admitting they were wrong when they chose MS products.

  4. Re:Train wreck indeed on Longhorn Beta is Disappointing · · Score: 1
    XP had the desert dunes wallpaper as default in the beta but switched to the grassy hills wallpaper for the release.

    s/hills/knolls

  5. Re:how about a poll on RMS Weighs in on BitKeeper Debacle · · Score: 1

    Go on, submit the poll. Choose 'Polls' for the Section.

  6. Neti? on NETI@home Data Analyzed · · Score: 1

    I've been using neti for years to improve my nasal bandwidth. I had no idea they made it into a distributed.project...

  7. Re: you sig on Bastard Tetris Hates You · · Score: 1

    I think it should be "umop apisdn".

  8. Re:hmm on Bastard Tetris Hates You · · Score: 4, Funny
    it's just like regular tetris.

    The difference is that regular Tetris is evil by nature, whereas this one uses an algorithm to simulate evil.

  9. Re:Repainting the Deckchairs on the Security Titan on New IE7 Information Announced · · Score: 1
    I, for one, welcome the new browser wars.

    I love this line! Particularly as it's not only funny but insightful. I also thought of a variant:

    Begun, this browser war has.

  10. Re:XTreme(ly ugly) on 3XS Isotope - 11 Sided Gamer's Computer · · Score: 1

    I think one reason why this one is so ugly is the combination of an 11-sided shape with the rectangular computer components. While both shapes by themselves are regular and esthetic, their combination creates weird angles that are not so regular. That's why rectangular cases can be quite pretty, even though they use the same old shapes that beige boxes do.

  11. Re:New Removable Media Standard Ignores Media on USB Flash Drive Round-up · · Score: 1
    I think that mostly, the dearth of FW devices is driven by the understanding that USB is still more common than FW, especially on the previous generation of PC laptops (many of which didn't have FW ports built in).

    One more problem with laptops is the 4-pin version of Firewire that doesn't supply power. Thus you need a separate power supply for all devices connected to it.

  12. Obligatory link on Hibernation on Demand · · Score: 1
  13. Example on GCC 4.0.0 Released · · Score: 3, Interesting
    For an example of a sensible (slightly higher-level) language, consider the Fortran example from the autovectorization page:

    DIMENSION A(1000000), B(1000000), C(1000000)
    READ*, X, Y
    A = LOG(X); B = LOG(Y); C = A + B
    PRINT*, C(500000)
    END

    Notice the lack of an array index. These are true vector operations to begin with, so it is already assumed that the array elements are independent, therefore the log and addition can be parallelized safely.

  14. Re:Shouldn't they have done this 10 years ago? on GCC 4.0.0 Released · · Score: 1
    I think the main reason it hasn't been done is the following..

    If you know your code is parallelizable, you should not have to serialize it by yourself, only to be parallelized back again. It would be a waste of effort for you and the compiler. You should be using a library to handle the parallelity, or use a sensible language instead of C. This is a case where a higher-level language can actually be more efficient than C, because C is too low-level and assumes too much about the hardware.

  15. Re:The simple future on AMD Dual-Core Performance Revealed · · Score: 1
    That would make the chip putting out roughly 3686400 watts, or 3.686 megawatts.

    Such power radiating from a square centimetre requires a die temperature of about 28000 Kelvin (using Stefan-Boltzmann law :)

  16. Re:yep.. on Open Source Methods Useful Way Beyond Software · · Score: 1

    You could always use a Trojan to prevent trojans...

  17. Re:Linus reovers his sense of humor on Torvalds Unveils New Linux Control System · · Score: 1
    Interesting (but please use a link next time). I particularly liked this quote:

    "I actually enjoy programming [outside of the Linux kernel] occasionally, because it's a huge relief to not have to be so horribly careful, as you need to be in the kernel"

    So it doesn't matter if the tool used to make the kernel has bugs :)

  18. Re:Let me be the first to say... on iMac Beowulf Cluster Comes to Life · · Score: 2, Funny

    iMagine a Beowulf Cluster coming to iLife!

  19. Re:Did anyone else... on iMac Beowulf Cluster Comes to Life · · Score: 1
    No, I saw it as:

    iMagine Beowulf Cluster Coming to Life

  20. Re:Great... but on Homemade EVDO/WiFi Mobile Access Point · · Score: 1

    Yes, but the point was to enable easy sharing for other users in the car. RTFA.

  21. Re:god or mear mortal on Michael Robertson Says Root is Safe · · Score: 1

    Should the OS present a confirmation dialog every time there might be some bad consequences? This is so Windows, and gets annoying pretty quickly.

  22. Re:Adobe Flash .. ? on Adobe Buys Macromedia for $3.4B · · Score: 1
    PDF is an evolution of Postscript. It's strength lies (IMHO) in being able to render to paper exactly what you see on the screen.

    I thought PS did this as well.

    AFAIK, a major technical difference between them is that while PS is a complete programming language, PDF is not. Which is a good thing because you can guarantee to not have infinite loops when rendering the page (a bad example, but you get the idea).

    However, I don't see how this is a problem with PS in practice. In fact I think PS has several benefits, for example many printers grok the language so you don't have to shuffle it around between various formats (though some printers understand PDF too).

    This brings to mind a question: is there a way to print a PS file directly from Windows to a network printer? It's a little frustrating if you have to open the file with something like Ghostview, when it ends up as PS anyway. (Locally, you'd just copy the file into LPT1 or whatever, so I emphasize the question relating to network printers.)

  23. Re:PDF Good, Flash Bad on Adobe Buys Macromedia for $3.4B · · Score: 1

    Moreover, what does PDF do that Postscript doesn't?

  24. Re:New name sucks on Adobe Buys Macromedia for $3.4B · · Score: 2, Funny

    Freehand + Illustrator = Frustrator

  25. Re:wow... on Tiger's 200 New Features · · Score: 1

    X is Roman for 10... so it should probably be either 10.4 or X.IV ;)