Slashdot Mirror


User: ros0709

ros0709's activity in the archive.

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

Comments · 21

  1. SLR on European Commission To Raise Camera Costs in Europe · · Score: 1

    Won't affect SLRs, then. Ironically, cheap compact cameras could end up taxed more than expensive DSLRs.

  2. Re:Not the first on Bionic Hand Makes it to Market · · Score: 1

    Indeed; my daughter has a myolectric prosthesis (and a passive one). The significant difference here appears to be that the fingers are fully articulated whereas "normally" the thumb and first finger just open and close. Other work in development is a better means to attach the prosthesis. I'm not entirely sure myolectric is *significantly* better than passive: the added weight is a problem and the combination of "full grip (natural hand) + limited grip (myolectric prosthesis)" isn't necessarily so much more useful in practice than "full grip (natural hand) + very limited grip (passive prosthesis)"

  3. Re:Inaccurate summary on 25th Anniversary of the Sinclair ZX Spectrum · · Score: 1

    The fanboy wars in the 80s were a bit sad then and here we have them all over again. >sigh I think you can choose any number of criteria where one machine wins over the other. Fact is, those 8-bit machines kick- started a revolution which led to most of us being where we are today; I think we should celebrate them all.

  4. Re:Commonly repeated incorrect factiod alert! on 25th Anniversary of the Sinclair ZX Spectrum · · Score: 1

    Plus, the BBC clocked the 6502 at 2MHz.

  5. Re:Open AP? on UK Man Convicted For Wi-Fi Piggybacking · · Score: 2, Insightful

    Then you are very naive. What happens when _you_ get charged with downloading kiddie porn / copyrighted music / etc ?

  6. Re:These are not PC issues, but Windows issues. on How Small a PC Is Too Small? · · Score: 1

    True, but CTRL-ALT-DEL was pretty severe back then, causing an instant reboot. Nowadays all it does is bring up the task manager, or something similar. Your point is still valid and this does seem a tad silly, but it'll probably be no more irritating than hitting the Windows key by mistake.

  7. Re:Conversion on GeForce 7950 GT Launches With Passive Cooling · · Score: 1

    In the US prices are shown before sales tax whereas in the UK they have to be quoted VAT inclusive. When you factor that in there's still a difference so the point about pricing is still valid, but the difference is not quite as much as it seems.

  8. Re:Sortable Dates on The Next Three Days are the x86 Days · · Score: 2, Informative

    The US did once use the dd/mm/yy form. This is still evident in "4th of July".

  9. Re:what about the lucky sevens? on The Next Three Days are the x86 Days · · Score: 1

    Japan does.

  10. Re:Theres no such thing as "British English" on The End of Native Code? · · Score: 1

    Would it be useful to you if it could also differentiate the meanings of the word "pissed" in US and British English?

  11. Re:Commodore Pet. on What Was Your First Computer? · · Score: 1

    In Commodore BASIC you'd have to write INPUT FOOT, BALL to get that effect. Then you could enter two comma-separated values at the ? prompt. If you only entered one value then you'd get a second prompt, this time ??.

    If you entered INPUT FOOT BALL (no comma) then BA would never get assigned to and you'd get no error message.

  12. Re:Football Facts? on Who Owns Baseball Statistics? · · Score: 1

    But isn't there a major difference between the future and past games? Once a game has taken place its existence is merely historical record and to charge a licence to use that information is absurd (as per the article). But _before_ it has taken place the only way you could know of it is through the FA's planned schedule. Whether you should require a licence to use that information is another matter altogether.

  13. Re:Good news on Dr. Who on Sci-Fi Channel in March · · Score: 1

    The BBC films and transmits all its current tv output in 16:9 widescreen, and has done for a number of years.

    On analogue terrestrial transmissions the programmes are cropped to 14:9 (not 4:3).

    Doctor Who was filmed in 16:9 and intended to be shown that way, although it was also filmed / titled etc so that it could be cropped to 14:9.

    (BTW - the BBC has also been filming in HD for a while. Although HD transmissions don't start until later this year it does mean that re-runs of current shows will be in HD. I don't specifically know for sure whether Doctor Who was filmed in HD but I presume it was.)

  14. Re:It's ==, not =. :-) on XBOX 360=Dreamcast 2.0? · · Score: 1

    I'm a COBOL programmer, you insensitive clod.

  15. Re:Come to think of it... on Eclipse 3.1 Released · · Score: 1

    Eclipse on Linux seems to have greater memory requirements: perhaps parent has Windows and grandparent has Linux. My own experience: running 3.0 on a PIII 700Mhz 512MB under XP is "fine". On slightly better h/w (PII 800Mhz 512MB) under Debian Sarge and Gnome performance was abysmal until memory was doubled to 1GB.

  16. Re:Finally, we're getting somewhere on the desktop on KDE And Gnome Together At Last? · · Score: 1

    Great. Right now I like Linux, and I can use it knowing that because it is a relatively small player all those virii out there are going after someone else; no-one is going to stop me installing my media player because it's anti-competitive. If Linux is too successful, things will get worse.

  17. Re:The problems of British industry on Amphibious Car Beats Urban Congestion · · Score: 1

    > Television Baird's system was mechanical. The CRT-based system we know and love was developed at roughly the same time by, I believe, Germans.When the BBC started transmitting television they experimented with both systems; I believe Baird's was the very first though. Claiming Baird invented television seems to me to be akin to claiming that the first baloonist invented manned flight. Well yes, it's sort-of true, but not really what you meant.

  18. Re:The problems of British industry on Amphibious Car Beats Urban Congestion · · Score: 1

    > Fax Machine - Patented by Scottish mechanic Alexander Bain in 1843.

    Last time I looked, Scotland was part of Great Britain.

  19. Re:COBOL on Latest Proposals for C++0x · · Score: 1

    The latest COBOL standard is object orientated. Micro Focus' COBOL (and others) have had object orientation in them since the mid 90s. I was at Micro Focus whilst it was being developped: we had lots of fun deciding on names then. Apart from the ADD 1 TO COBOL example, there was also COOL (COBOL Object Orientated Languate) and - the one that stuck - Object COBOL>

  20. Re:Wrong name on Latest Proposals for C++0x · · Score: 1

    No it doesn't.

    ADD 1 TO COBOL is equivalent to ADD 1 TO COBOL GIVING COBOL. In general, the format is ADD value TO source GIVING destination, but if the GIVING clause is omitted, destination is the same as source.

    Alternatively, you can write

    COMPUTE COBOL = COBOL + 1.

  21. Re:But... on Bill Gates On Linux · · Score: 1

    There's a new COBOL standard out in the last couple of years, and a new one being worked on ...