Slashdot Mirror


User: Skiron

Skiron's activity in the archive.

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

Comments · 769

  1. Re:Watch out for patents.. on Microsoft To Extend RSS · · Score: 1

    That has nothing to do with it. You need lots and lots of money and good legal writers to file a patent.

    Microsoft has both - the rest of us just do the stuff to see it given away 'legally'.

    Microsoft cannot ever be stopped on the Patent front. No one could ever afford to defend a case against them.

  2. Re:Do they use GCC? on SCO Includes OS Products In OpenServer 6 · · Score: 1

    Yes, I read that too ages ago.

    The question is though, does it matter? What Company in their right mind would buy an SCO Unix system now?

    Surely the only hope SCO has is to *try* to keep whatever Customer base it has - they certainly haven't a winning edge now on new ground as they have made themselves the end point of what not to touch with a bargepole.

  3. Another screen shot on Next-gen Windows Command Line Shell Now in Beta · · Score: 0, Troll

    Here's another Screenshot: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\> cd /mnt/dvd C:\> ERROR. You do not have the rights to that as I see you haven't paid $750.00 or even got an ID card. C:\> Please run 'communist reporting tool' to fix this forever.

  4. Re:Yeps... on PC Makers See Little Reason to Deploy XP N · · Score: 1

    All the EU did is waste millions in taxpayer money

    Maybe, but look at how rich the Euro-MP's got from MS back handers to actually not DO anything but SHOUT LOUDLY to make it seemed like they was...

  5. Re:Maybe he doesn't want to? on Comparing Linux and BSD, Diplomatically · · Score: 1

    Yep, I understand that, but all Linus done there is allow the contributors to add that code to the kernel.

  6. Maybe he doesn't want to? on Comparing Linux and BSD, Diplomatically · · Score: 1

    The whole descension of Linux arose from 'doing' it from scratch.

    I don't think Linus, or any other coder on the kernel would grab BSD code to do a job (or even looked at it to see how it worked), as that then isn't the same as writing it from scratch (which is the fun).

    I mean, they are all switched on guys, so don't really need to anyway.

  7. Surely? on The First Annual Underhanded C Contest · · Score: -1, Troll

    Microsoft Office team have all ready won this, sneaking clippy past Gates and Balmers security code analysis?

  8. Re:What's next? on New MS Shell Will Not Be In Longhorn · · Score: 1

    Yea. Security reasons - you don't want ALL the last 10% of clean boxes on the net open to allow virus and worms et al.

    I mean, it may break the Internet!

    MS do have a point here...

  9. Re:What will be will be... on New MS Shell Will Not Be In Longhorn · · Score: 5, Funny

    Maybe MS could just make it easier by letting us know what actually *will* make it into Longhorn...

    The usual... trojans, worms, clippy...

  10. Always existed! on Debian Upgrade May Cause Serious Breakage · · Score: 1

    These problems were always there in the last Debian release - it's just such a long time ago all Debian users forgot about them (the debian see! scrolls recorded it)... ... good job I use Slack ;-)

  11. Dad's Army on The Formula for a Successful Sitcom · · Score: 2, Informative

    In all these so called 'best of's', Dad's Army never gets a look in.

    To me, that was, and still is the funniest comedy series ever made, and it is timeless - still funny as hell after all this time.

    "You stupid boy".

  12. I am not surprised on Linux Growth In The Workplace Slowing · · Score: 5, Interesting

    BACK TO MICROSOFT. Take Independence Air, a low-cost Washington (D.C.) carrier that had been running the reservation system on its Web site with Linux. The company, which uses Microsoft's Windows operating systems in most other pieces of its business, needed to hire consultants who could write code for Linux, since its Windows developers couldn't.

    What can 'Windows developers' do? Use a mouse?

    And if this statement is to do with the code running on a web server (Apache, I presume), then even more so I feel they hired the wrong 'developers' to begin with.

    Just more FUD - move along.

  13. Re:how long will it take for someone to use this t on Breathe Under Water Without Oxygen Tanks · · Score: 1

    Already been done with SCUBA.

  14. Re:Oxygen tanks?? on Breathe Under Water Without Oxygen Tanks · · Score: 1

    Heh. So what is air then? So it extracts oxygen, nitrogen, carbon monoxide, cigarette smoke, farts, and that terrible smell I get when at the train station?

    'Extracts air...'

  15. Oxygen tanks?? on Breathe Under Water Without Oxygen Tanks · · Score: 2, Interesting

    That is a bad report.

    SCUBA divers used compressed NORMAL air in the tanks. You can dive safely down to 50 metres on that (this is nothing to do with 'the narks yet').

    Profession divers, usually military types (Royal navy etc.) use compressed air to deeper depths (70 metres).

    The problem comes when the ratio of oxygen is greater than normal) - you can die of oxygen poisoning - hence why saturation divers have to breathe a reduced mixture of oxygen with nitrogen.

    So, this is great for the pure rebreathers, but not for the common man if it do9es just extract pure oxygen from the water.

  16. All of this and more... on Free Upgrade From XP Home to XP Pro Lite · · Score: -1, Troll

    ... can be enabled by installing a GNU/Linux of your choice \o/

  17. Godzilla!! on Drilling to the Center of the Earth · · Score: 4, Funny

    I hope they don't wake up some million year old creature that then terrorises Tokyo and makes all the girls scream!

  18. Beeb text site on BBC News Under The Bonnet · · Score: 2, Insightful

    I have always used the text site as it loads almost instantly - any interesting story that requires pictures I then head over to the 'graphic' site.

    BBC text news

    The next step is to get them to report the news unbiasedly (during the last Iraq war, BBC was known here in the UK as the 'Baghdad broadcasting Corp.'); and we all know what their technical expertise is like explaining computer issues.

  19. Re:Tin Foil Hat, not Red Hat. on Redhat Spins Off Fedora Project · · Score: 2, Interesting

    I disagree. Redhat make their money from support and the support of the code - all the code is released under GPL, and you can download it.

    I think they are gearing up to become a fully supportive company for businesses - where you can't afford to produce mainline code that isn't up to scratch - and let the Fedora code (their off-spring) take it's first tentative steps away from the nest.

  20. Trinity atom bomb tests on Drawing uncovered of 'Nazi Nuke' · · Score: 1

    I have the pictures on one of my web sites:

    Project Gutenberg Photos and Maps of Trinity [Atomic Test] Site

  21. A signature I have seen somewhere on Mozilla Extending Javascript? · · Score: 0, Offtopic

    The march of progress:

    C:
    printf("%10.2f", x);

    C++:
    cout << setw(10) << setprecision(2) << showpoint << x;

    Java:
    java.text.NumberFormat formatter = java.text.NumberFormat.getNumberInstance();
    formatter.setMinimumFractionDigits(2);
    formatter.setMaximumFractionDigits(2);
    String s = formatter.format(x);
    for (int i = s.length(); i < 10; i++)
    System.out.print(' ');
    System.out.print(s);

  22. In it's day on O'Reilly on the Virtues of Rexx · · Score: 0

    T-Rex was king. And there are loads of articles on that too.

  23. Re:False embodiment... on Trans-Atlantic ID Card System · · Score: 1

    They are the better terrorists - less to lose when the suicide bomb goes off...

  24. False embodiment... on Trans-Atlantic ID Card System · · Score: 1

    Bloody politicians haven't a clue - ID cards will not change anything.

    1) Not everybody* has hands (for fingerprints) or eyes (for retina scans) or whatever else goes into this. What happens to these people?

    2) When it gets forged (it will), then there will be no doubt (no questions) on producing the forged ID - a failsafe forgery. At least if a password is cracked, you can start again and change it. You can't exactly change your DNA over night...

    The only reason they are pushing the ID card shit is for BIG BROTHER control of the generic population[s]. Terrorists etc. etc. etc. will be laughing and totally unaffected (like robbers need a gun licence to hold up a bank).

    * The average person has less than two legs.

  25. Frozen in time... on Electricity Outage Puts Routing to a Tough Test · · Score: 1

    Today at about 11:30 MSD (GMT+4)

    I suppose that was taken from when all the digit clocks stopped working and just displayed one time...