Slashdot Mirror


User: scotch

scotch's activity in the archive.

Stories
0
Comments
1,593
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,593

  1. Re:From the obvious dept on Pthreads vs Win32 threads · · Score: 2, Insightful

    Java threads only work on one platfrom, the Java platform.

  2. Re:Why make a stink? on Raymond Knocks Fedora, Switches to Ubuntu · · Score: 1

    Actuall, FF2 is more flakey than 1.5 in my experience. I run both regularly. I think Fedora is right to wait to push it out in the next major release (7) which shouldn't be that far away, anyhow.

  3. Re:Fedora Responds on Raymond Knocks Fedora, Switches to Ubuntu · · Score: 1

    All of which has been very clear for a long time. So why does ESR need to post his defection to news sources? Really, who cares? Everything I've read about the guy indicates he's a blowhard. I'd fire him in a heartbeat.

  4. fixed it for you on Minimal Perl for Unix and Linux People · · Score: 1
    "There's a right tool for every job and it's almost never X" for all X.

    Hope that helps.

  5. Re:Please take care of Linus on Godwin's Law Invoked in Linus/Gnome Spat · · Score: 4, Insightful

    It's not a contradiction. Real powers users are up to their asses in the shell/editor/compiler/applications/etc. They want the desktop to stay out of the way - functional, good-looking, and maintenance-free. If you think you're a power user because you spend all day tweaking your window borders and desktop behavior, well, whatever.

  6. Re:Now wait a little on Two Ways Not To Handle Free Speech · · Score: 1

    They're just using harassment as a way to stop ideas they don't like - which, in the long run, probably harms their cause more than it helps. I'm very much against blood sport, but right now I feel like laying down a bet on a dogfight just to spite these hateful morons.

    If you do bet, always bet on the under-dog.

  7. Re:Natural Selection At Work on New York To Ban iPods While Crossing Street? · · Score: 1

    I agree with you idea, but it fails in enforcement. Fault is not determined in many accidents, and many states and insurance companies have schemes whereby the fault doesn't really matter. I think the state thinks it is cheaper to prohibit broad classes of marginally unsafe behavior. This reduces costs better than trying to determine fault in every little accident. Fault determination and penalization would probably require more from the courts, police, insurance investigators, etc.

  8. Re:Truth or Dare? on Bill Gates Brags About Vista, Reacts to Apple's Latest Ads · · Score: 3, Funny

    Babies don't even like candy. And there grip is really weak if they do choose to hold on to some candy. What are you, some kind of pansy?

  9. Re:Truth or Dare? on Bill Gates Brags About Vista, Reacts to Apple's Latest Ads · · Score: 1

    He said "140,000 windows exploits", not Vista exploits. So that might include windows everything from windows 1.0 to Vista. Not that he has a source, but he's probably right.

  10. Re:anyone can sue anybody at anytime for anything on Can You Be Sued for Quitting? · · Score: 1

    Or how about "anti-abortion" and "pro-death penalty"? Why get carried away, we have much better labels for these groups than "pro-life"?

  11. Re:anyone can sue anybody at anytime for anything on Can You Be Sued for Quitting? · · Score: 1, Insightful

    Actually, the correct labels are "pro-abortion" and "anti-abortion", imo. "Life" and "Choice" are of course much broader values than that which they fight over.

  12. Re:Nice catch, but on Water From Wind · · Score: 2, Funny

    "Sit perfectly still at zero Kelvin" - not much of a process. You had better patent it.

  13. Re:Nice catch, but on Water From Wind · · Score: 1

    ANY ... process will ... end up heating the universe.

  14. Re:Wonderful on Linux Kernel Devs Offer Free Driver Development · · Score: 2, Insightful

    I'm confused, is it Ubuntu that is writing wireless NIC drivers, or is it projects like Madwifi?

  15. Re:How many on Linux Kernel Devs Offer Free Driver Development · · Score: 0, Redundant

    Please don't feed the trolls.

  16. Re:Desktop linux is in good shape, now it's users on OSDL's Review of Desktop Linux In 2006 · · Score: 1

    I wonder how many linux users prefer the Dvorak key layout even though it's far superior and has been supported for many years?

    Ha ha, yeah, if the Dvorak key layout is "far superior" it should be trivial to prove this superiority to the world. Don't hold your breath.

  17. Re:How is this provocative ? on China Tests Anti-Satellite Laser Weapon · · Score: 1
    Public sources

    Ah, I see.

  18. Re:How is this provocative ? on China Tests Anti-Satellite Laser Weapon · · Score: 1
    capability, we no longer have any operational ASAT weapons

    Where do you get your information?

  19. Re:American metric system on NASA Will Go Metric On the Moon · · Score: 1

    You've never seen a $2 bill? Go down to the bank and ask for one. Well, give them $2 in other denominations back, you don't want to be arrested. They are not particularly rare or anything, you owe it to yourself to have at least seen one once. I've got a bunch right here, I'll sell you one for $2.50

  20. Re:Too bad vi sucks on The Birth of vi · · Score: 1
    For people who use VI as their primary editor, the occurrence of mode-state errors is so low as to be a non issue. This discussion is rediculous:wq

    :)

  21. Re:Too bad vi sucks on The Birth of vi · · Score: 1
    Sure, that's the common argument. But really, once you've used vi for a while, you don't really make the mode-state errors anymore. Maybe less that 0.01% of all errors you make will be due to you not knowing what mode you are in. So in effect, that argument against modal errors is pretty stupid in the long term. Most arguments in the arena (editor / interface flame wars) are similar - they assume that the user is perpetually a beginner, which is not true.

    You might as well argue that a bicycle is lousy invention because you will fall over all the time, when people who ride bicycles rarely, if ever, fall over.

    There are countless human endeavors where you need to be consciously or subconsciously aware of some state you are in, and adapt your behavior accordingly. Many of these endeavors reward mistakes with death rather than a few junk characters in your terminal. In short, people are quite adept at handling the modal nature of vi, and people who choose to do so can be quite productive.

  22. I'll take Impeachment for $200, Alex on Bush Claims Mail Can Be Opened Without Warrant · · Score: 0, Flamebait

    Can't we impeach the bastard yet? All nixon did was spy on his political opponents. All Clinton did was lie about sex. This signing statement bullshit is the one of the biggest threats to the American people of the last 300 years. He's ignoring the constitution, overpowering the congress, and extending government power at the expense of civil liberties all with one giant, misguided stone.

  23. Re:D is surprisingly good. on The D Programming Language, Version 1.0 · · Score: 1
    For me, the fact that the STL is conceptually simple makes it easy to use. Sure, sometimes, there are some ugly warts for some things you want to do, but I find that the concepts laid out by the STL are cohesive and make sense, and the occasional syntactic hoops one must jump through are not much bother. Plus, extending, adapting, or emulating the STL as required is pretty easy and natural. If the STL containers don't work for me, I can write new ones that behave similarly and leverage the iterators and algorithms of the STL.

    In short, simple container and algorithm usage is dead simple, and more complex things are possible. Everything more or less fits together. Makes sense to me, I can't say the same for other container/algorithm libraries I've used.

    Regards.

  24. Re:D is surprisingly good. on The D Programming Language, Version 1.0 · · Score: 1
    Yeah, never say anything controversial!!!!

    PS: the STL is simple.

    PPS: love your work, PMF

  25. Re:Not w/ lobbying groups.... on RIAA Goes for the Max Against AllofMP3 · · Score: 1
    If the lobbying groups don't buy influence, what exactly is it they are spending money on? If the lobbying groups don't have influence, what exactly is the point of them? If the politicians already agree with the lobbying groups, why don't the lobbying groups just go home and spend all that money on hookers an booze?

    If the politicians already agree with the lobbyists when they get to Washington, it's because they already know where the money is .

    If the lobbying groups only buy the staff assistants, that works too, since the assistants read the bills, broker the meetings, pull the strings, arrange schedules, and wipe the assess of the senators. The senators don't even read the bills.