Slashdot Mirror


User: slickwillie

slickwillie's activity in the archive.

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

Comments · 940

  1. Re:Get Smart on Could We Have Had Cell Phones In The 60s? · · Score: 1

    Of course, Maxwell Smart had a shoe phone.

    And the Man From U.N.C.L.E had an ISDN pen phone. "Open channel D".

  2. Re:Those crazy photons and their engineers on Making Quantum Crypto Actually Work · · Score: 2

    I don't know about the time paradox (relativity only says physical objects can't move faster than light, AFAIK). But suppose it was possible, you would have a "subspace (TM)" communications system. So shouldn't SETI be listening for this, instead of some alien civilization's TV reruns?

  3. Mood toilet seats on Mood Home · · Score: 4

    Wouldn't it be cool to paint this stuff on the toilet seats at work? Then you could tell how long it's been since it has been in use. I hate sitting on a warm seat.

  4. Re:"All your air conditioner on IBM & Carrier in Web-Enabled Air Conditioner Deal · · Score: 1

    are belong to us" - this message brought to by [PG&E,SCE,(other California power company)].

  5. Re:Mental anguish on Microsoft Open To Class Action Suits, Judge Rules · · Score: 2

    How about this one? Mental anguish because you were forced to become a software pirate since you had to "borrow" your copy of Windows (and Word, and Excel, and whatever else) from work just to be compatible with the rest of the world? If only they haden't bullied everyone into being "MS-compatible".

  6. I've got yer plan right here! on Microsoft Turning Screws on Customers · · Score: 2

    We spend a lot of time and resources constantly proving license compliance, while we try to plan an optimum configuration to deal with the rising cost of ownership related to Microsoft's products.

    Linux? BSD?

  7. Re:Alternative on Broadband From On High But Not In Orbit · · Score: 2

    The is another company Platforms Wireless that has a better system: they tether a lighter-than-air craft at 15,000 feet. It covers a 70-mile radius. Sounds a lot cheaper than paying for 24/7 pilots.

    Also, I thought there was a slashdot story awhile back about an unmanned airplane that would use solar power to generate hydrogen during the daytime, and then run on fuel cells during the night. It could stay up indefinitely.

  8. ALL YOUR IP ARE BELONG TO US on Screwed Over IP Rights By Your Employer? · · Score: 2

    What you say!!

  9. 20 million amps? on Magnetic Propulsion Pellet Gun Achieves 20km/s · · Score: 4

    Now I know why there is an energy crisis in California.

    BTW, this DOESN'T sound like a rail gun. A rail gun uses a series of magnets to propel a projectile. This sounds like it uses one rapidly expanding magnetic field.

  10. Re:Statisitcally Significant??? on Flu Epidemics Coincide with Sunspots · · Score: 2

    Yeah, what he said.

    BTW, what's "holocost"? Is that the admission price for a turn in the Holodeck?

  11. Just another example of on How Printable Computers Will Work · · Score: 2

    Just because you can doesn't mean you should.

  12. Re:Applications on NetBSD on StrongARM Handhelds · · Score: 2

    Further, it will allow the Linux / NetBSD ports to compare against each other leading to innovation and performance tuning.

    Are you kidding? You're talking about open source software here. Microsoft syas it wil stifle innovation and it's bad for the software industry, and I believe them.

  13. Re:RAMBUS statement to the industry: on Documents Reveal Rambus' Patent-Enforcement Plans · · Score: 2

    all your base are belong to us.

    Not my base, FreeBase. It belong not to your. All my base are belong to Open Source Base.

  14. Re:Virus patents on Symantec Patents Virus Updates · · Score: 2

    Has anyone heard of any patents pending or granted for a computer virus?

    Well, yes, if M$FT has any patents on any Windows technology.

  15. 5 billion dollars on Cherry, Cherry, Blue Screen Of Death · · Score: 2

    I guess M$FT could buy the settop box market for WinCe by paying AT&T $5B to use it.

  16. Re:"micro" IS the future! on Smallest Autonomous Untethered Robot Ever Created · · Score: 2

    You are probably thinking of "Fantastic Voyage" and it was from the 60's (I think it was a book by Isaac Asimov). The effects were pretty good for the time, but lame by today's standards.

  17. This is truly amazing on "Iron Chef": The Movie? · · Score: 1

    The film rights for the Fuji International TV show were picked up a couple of years ago and a script by Jeff Eastin (True Lies 2, Shasta McNasty)

    Really, there was a True Lies 2? Never even heard of it.

    OK, now back to Becker (The Lost Episode).

  18. Next thing you know on Linux Industry Calls It Quits · · Score: 2

    Microsoft will announce that Unix never should have been developed in the first place. Then all the BSD's will call it quits, Sun will go supernova, and Bell Labs will offer an apology for wasting everone's time and money.

  19. Stop playing with those lasers on Space War 2017: US v. China · · Score: 2

    You're going to put out someone's eye with those things.

  20. Re:Obviously, no. on Does .NET Sound Like Java? · · Score: 2

    Putting that aside, is .NET really Java?

    No, because Microsoft said so, and I believe them.

  21. Re:Windows CE ME NT... on Won't The Real Quickies Please Stand Up? · · Score: 1

    If you ran WinCE and WinME on an AT, it would be WinCeMeAt. (I swear this isn't a link to that goatsex thing. No really, it isn't I tells ya.)

  22. Re:How about 60,000 in Phoenix on Telephone Wire Cable Alternative · · Score: 2

    Qwest (formerly USWest) offers VDSL service in Phoenix to about 60k homes, and I think they plan to expand to other states.

  23. Re:If you're asking this question... on Where Should Company Loyalty End? · · Score: 2

    Just like in a marriage - by the time you decide you need couselling it's too late.

  24. Re:Bail on Where Should Company Loyalty End? · · Score: 4

    I agree - bail now.

    When it comes to the workplace, where do loyalties end and responsibilities to oneself begin?

    How much loyalty does your company have in you? My bet is they would sack your ass in a hearbeat.

  25. Re:RPN on William Hewlett Dead · · Score: 3

    I'll tell you what's confusing. My first calculator was an HP-25. I was perfectly comfortable learning and using RPN. Now I have trouble using my Casio, what with all those parentheses and other damn fool things.

    HP-25 program for Fibonacci series (I might have forgotten the exact syntax - it's been 25 years):

    First push 1 then 0 to the stack

    00 - push
    01 - push
    02 - pop
    03 - pop
    04 - +
    05 - pause
    06 - goto 00