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. Badkitty? on Defcon X - Live in Las Vegas · · Score: 2

    Is she there this time?

  2. Re:EMail The Alexis Park? What address? on Defcon X - Live in Las Vegas · · Score: 2

    Check the page source. You can see a link to textonly.htm, which says you can email to sales@alexispark.com. Better yet, try this.

  3. The US "press" on Starving Nation Turns Down Bioengineered Corn · · Score: 1, Troll

    Americans are the most entertained and least informed population on earth. The "news" industry here is a joke. People were better informed in the former Soviet Union.

  4. Re:Why not use Windows XP Embedded? on VNC Server for Toasters and Light-Switches · · Score: 2

    Maybe on a Beowulf ClusterFuck of C-64's.

  5. CAPPs and Laws of Form on Best Computer Books For The Smart · · Score: 2

    Content Addressable Parallel Processors by Caxton Foster.

    laws of form by g. spencer brown.

  6. Re:Applied Cryptography on Best Computer Books For The Smart · · Score: 2

    Even more important than the first book.

    You mean the part where he says he lied about everything in "Applied Cryptography"?

  7. Warning: Redundant Troll Pandering on Best Computer Books For The Smart · · Score: 2

    I think the book "Windows XP for Dummies" just about says it all.

  8. Re:.NET my BUTT on Gates Tries to Explain .Net · · Score: 5, Funny

    Just say ".NYET!".

  9. Re:Similar to Mars Pathfinder on F-22 Avionics Require Inflight Reboot · · Score: 2

    Maybe they should install a priority inversion indicator light. Then the pilot could fly upside down until it fixes itself.

    Oh, never mind.

  10. Maybe it's time... on The Internet Power Grab · · Score: 1

    for FidoNet - 21st century style.

  11. Re:Windows Programming: A related question on SSH Secure Services on Windows 2K/XP? · · Score: 1, Troll

    Here's how you get Windoze programming help:

    - Get out your credit card(s)
    - Clear your calendar for the next week
    - Call Micro$oft
    - Sign up for MSDN (make sure your credit cards(s) have a high limit)
    - Wait for a large box full of disks (are they still using CD's or have they switched to DVD's?)
    - Try something (it wil fail)
    - Call M$, goto previous line forever

  12. Re:Talk to you all later. on Slashback: Alternatives, Ads, Apple · · Score: 3, Funny

    "It's better to burn out than to fade away." -- Kurt Cobain

    That's kind of a no-brainer, isn't it?

  13. Re:how can anyone complain about this..... on Volvo's "Safety Car" Runs Windows 98 · · Score: 2

    Of course it's safe if you have to stop and reboot every few seconds (five computers running Win98 - I guess you can have any color you want as long as it's BLUE). It's probably almost as safe as Jaguars, which never even start.

  14. My favourite Ballmer quote on Ballmer Admits 'Linux Changed Our Game' · · Score: 2

    "Microsoft stock price is too high."

    He said this a couple of years ago, when it was over $100. By golly, he was right.

  15. Re:How do they do it? on Ballmer Admits 'Linux Changed Our Game' · · Score: 5, Insightful

    Unix admins cost more than MCSEs, too.

    I guess it's true - you do get what you pay for.

  16. How about a large Gauss Gun? on More on Orbital Space Debris · · Score: 2

    I know where you can get a bunch of surplus capacitors.

  17. Too bad, Limbo has already been used on New Red Hat Beta: LIMBO · · Score: 2

    It's the programming language for Bell Lab's (you know, the original Unix people) Inferno embedded O/S.

  18. Re:Shroud evidence: Jesus underwent nuclear fissio on Slashback: Disclosure, Maricopa, Telecoms · · Score: 2

    Are you talking about the Shroud of Turin or the Shroud of Urine?

  19. Re:Ren & Stimpy? Why? on Ren and Stimpy (And John K) Returning? · · Score: 2

    If you don't get it then you don't get it. Move along, nothing for you here. Try the Disney channel.

  20. Re:HAPPY HAPPY JOY JOY!!! on Ren and Stimpy (And John K) Returning? · · Score: 2

    This gives me reason to continue living.

  21. Re:My copyright... on Copyright Battle Over Nothing · · Score: 2

    I beat Bart Simpson by at least two decades. My EST friends were all impressed by the EST Zen koans, and were talking about "the sound of one hand clapping" one day. So I said "Here's what it sounds like" and clapped with my right hand. Then just for yucks, I clapped with my left hand. And no, it doesn't sound anything like John Cage's.

  22. Re:Bad protocol? on Wi-Fi Communicators For the Real World · · Score: 2

    I've always wondered about that "touch start" thing. You must touch your badge to start communicating, but how does the computer know when you've hit the end of the message. On the show, they just start talking to someone else. If the computer is smart enough to know the end of the message, it should be smart enough to know the beginning also. (Kind of like the phone company - "You must press a "1" before dialing the number.) I guess I'll just have to wait for RFC 43532159 to find out.

  23. Re:Compiler "bugs" on Pet Bugs? · · Score: 2

    I spent many hours when I was first learning C on this one:

    int divide(int *a, int *b)
    {
    return *a/*b;
    }

    (Hint: /*b is the start of a comment.)

    Then there's the famous FORTRAN bug (if I can remember the syntax correctly):

    CALL ADD(N,5)

    SUBROUTINE ADD(I,J)
    I=I+J
    J=10

    From then on, every time you used "5" you would actually get "10". (Call by reference or something from the dim past.)

  24. definately? on UVA Computer Science Museum · · Score: 2

    Jeez!

    Cool idea for a product (and probably a patent): a stored dictionary, which one could use to check spelling before posting anything on the Internet.

  25. Re:God as a Software Engineer??? on Wolframania · · Score: 3, Funny

    If God is a software engineer, then Satan must be a [C++|Perl|COBOL|C#] hacker.

    Also, I wonder if God uses vi or Emacs?