Slashdot Mirror


User: TheFairElf

TheFairElf's activity in the archive.

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

Comments · 45

  1. Use Mozilla on Scam Combines Patriot Act FUD With IE Bug · · Score: 1

    Where's an MS patch when we really need one?
    *watches with interest from a distance and wondering why all the fuss* :-)

  2. Overly eager to link? on Copyrighted Haiku Delivers Spam Through Filters · · Score: 1

    What I don't understand is why the story inlcudes the links to the sites advertised in the spam. I understand that you provide links etc when you submit a story but this is going too far

  3. Re:"Hijacking Music-Shopping" on Microsoft Agrees to Stop Hijacking Music-Shopping · · Score: 1

    Living upto your name eh?

  4. Re:Yeah but.. on 55 Operating Systems On A PowerBook · · Score: 1

    whats the point? ..
    RTFA - its explained in his FAAQ.. other than the obviously high geek factor

  5. AOL Discs on Sanyo Develops Corn-Based Biodegradeable CD · · Score: 1, Funny

    So now you can just microwave the AOL discs and have a light low-calorie snack.

  6. Let the companies use them on Sanyo Develops Corn-Based Biodegradeable CD · · Score: 3, Insightful

    The average consumer is never going to buy a bio-degradable disc if its three times the price of a regular one. The only way to make them popular in the market is have the software and music companies use them and eventually it will trickle down to everybody.

  7. Only 4 posts visible?? on Top 10 Ways To Lose Your Data · · Score: 1
    What's the deal? Only 4 posts out of the 300 or so have been moderated 4 and above. Are there less moderators around or is this topic just not interesting enough? If its the latter, it should not have been posted in the first place.

    I'm sorry, but someone had to say it.

  8. Re:PHB? on PHBs Getting "Secret" IT Training · · Score: 1

    PHB stands for "Pointy Haired Boss" - a reference to the boss in the Dilbert comic strips.

  9. Obligatory Dilbert quote.. on PHBs Getting "Secret" IT Training · · Score: 3, Funny

    Dilbert: "You have to hold the notebook upside down and shake it to reboot, remember?"
    PHB: "Oh right, thanks"

  10. Re:Even older prior art on MS Patents IM Feature Used Since At Least 1996 · · Score: 3, Funny

    ..to tell their buddies how the wooly mammoth hunt was going

    That is no way of referring to RMS

  11. Sure its possible to work in India on No Americans Need Apply · · Score: 1

    You need to get an employment visa sponsored by your employer. Source

  12. Seems fair on Adrian Lamo Charged With Hacking · · Score: 3, Insightful

    If he's going to hack websites, even with the best intentions he's still breaking the law. It seems it would be better for him to work at a security firm (or open his own) and at least get paid for all his troubles. Then he'll be rich and he'll be praised for basically doing the same thing.

  13. Re:Myths about productivity on The Unstoppable Shift of IT Jobs Overseas · · Score: 1

    And there is a limited population in India who has the secondary education good enough to go to any kind of engineering school - clearly it's a much smaller pool to draw on than the US has, even though our population is much less
    Believe me, India has a massive middle class that can afford to send their kids to engineering schools. The tuition is a substantially lower percentage of their income than it is here. And the number of engineering schools is huge too. Combine all these factors and you can safely deduce that it amounts to a lot of skilled professionals.

  14. Re:The last of the Apple-based OSX machines? on G5s Start Shipping · · Score: 1

    I really don't see how this gets moderated as Flamebait. Who is he trying to flame here?

  15. Blaster worm? on Satellite Views Of The Blackout · · Score: 0, Offtopic

    I'm curious to know if the Blaster worm had anything to do this outage. So far I haven't seen any mention but it does seem to be a possibility.

  16. There is no hope for us on Space Wedding Successful · · Score: 2, Funny

    Even if you're in space, you cannot escape getting married. So much for my "i'm out of town" excuse.

  17. Great Development on Build-to-Order Cars? · · Score: 2, Insightful

    This is a great development for the auto industry. Considering the number of features that an automobile has, it is impossible to satisfy every customer. I'm only suprised this took so long in the coming.

  18. How to solve it on Four-Dimensional Rubik's Cube Craziness · · Score: 1

    Go to Options->Solve

  19. Bug in example?? on Summary of JDK1.5 Language Changes · · Score: 1

    This method :

    void cancelAll(Collection c) {
    for (Iterator i = c.iterator(); i.hasNext(); ) {
    TimerTask tt = (TimerTask) i.next();
    tt.cancel();
    }
    }

    can be replaced with

    void cancelAll(Collection c) {
    for (Object o : c)
    ((TimerTask)o).close();
    }

    using the enhanced for statement. So cancel() changes to close()?

  20. Warcraft 2.. on What Games Have Actually Affected You? · · Score: 1

    .. has to be the game that affected me the most. I flunked five classes because of it