Slashdot Mirror


User: marvin+tph

marvin+tph's activity in the archive.

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

Comments · 45

  1. Re:Nope. on Making Linux Look Harder Than It Is · · Score: 1

    For years my primary computer was a mac. I remember it was important for the windows and mac versions of ms office et all to have some degree of compatability. That said you should have seen what happened when MS made a mac version of Word that was too close (pretty much identical) to the win version. Every editor in every mac magazine practically sh*t a brick. "It takes forever to load", "It's ugly", "The interface is completely counterintuitive"... Let's just say that these are two cultures with very different views on product design, and I'll bet that most linux users feel the same way about their apps. So in short I think the lack of exact clones is a good thing, even if it means a small learning curve for new users.

  2. Other ideas on LucasFilm Auctioning Star Wars Memorabilia · · Score: 1

    Like the /. poll I realise that we aren't supposed to complain about the lack of choice here but I was hoping for an authentic imperial guard uniform (the guys in red that follow the emperor around). For that matter why are they auctioning off helmets without the rest of the uniform - there seems to be little point in holding onto stormtrooper uniform without the helmet. Not only do they not protect against anything, you can't even communicate with the other troopers.

  3. H4x0r what? on Hacker U. · · Score: 2, Insightful

    Here we also have schools where people learn basic system intrusion techniques and run around acting "l33t". They're called high schools.

  4. Re:The Usual on New Microsoft SQL Server Worm · · Score: 1

    They don't seem to care about virus writers, unless there were a virus that caused CD burners to write copies of Microsoft products.


    What a great virus idea. Just imagine hundreds of free copies of MS products popping up all over the place...oh wait, nevermind, too late.
  5. Re:Quicktime? on New Star Wars Episode II Trailer Out · · Score: 1

    Yeah, I just hate it when apple posts profits. Who do you think is getting that 29.95 for legal versions of quicktime pro? Apple would have absolutely no incentive to serve a highly popular file in mpg format.

  6. So does this mean on Return of the Dragon · · Score: 1

    that Lee isn't doing all his own stunts?

  7. Re:5 Gigs? on Slashback: Drives, Pods, OEMs · · Score: 1

    When you get a hd its listed capacity is always greater than the actual space you get after formatting. This has always been the way. OTOH if the pre-formatting spec is 5*10^9 bytes and not 5*2^30 bytes then apple has got some splainin to do.

  8. Free Software on SSSCA Hearing October 25th: Free Software Threatened · · Score: 1

    Following recent stories: As we all know free progs like linux are just "hackers' toys" and according to new legislation hacking is terrorism punishable by life in prison without possibility of trial. Therefore it would only make sense to outlaw free software. Welcome to the mind of a politician.

  9. Re:Cell Phones, Pagers. on Colleges Work To Block Net in Class · · Score: 1
    every cell phone we had (6 people, 5 phones) lost signal IN THE STORE ONLY

    This could also be due to a cement wall.

  10. PGP Test on Philip Zimmermann and 'Guilt' Over PGP · · Score: 2, Interesting

    To Phil or anyone who knows:

    If the governments make use of strong encryption illegal they need to enforce it by checking users' mail for signs of encryption. I know of some computationally easy tests that allow you to get a pretty good idea if a number is prime(ie Fermat). So my question is: do such tests exist for PGP-encrypted documents?

  11. Re:The Washington Post on Philip Zimmermann and 'Guilt' Over PGP · · Score: 1

    Letters must be exclusive to The Washington Post

    Since the letter has already been published here (and most likely many other places by now) it does not meet the exclusivity(?) requirement and therefore would not be eligible for publication.
  12. Re:Who needs motors? on Move Over Lego, Enter Atollo · · Score: 1

    Construx was a great toy and it had no fancy AI programability or motors

    I had a construx motor, I think my parents bought it seperately. It had a number of connectors on it's surface and 2 motorised wheels on each side (1 large, 1 small). There was a 3 state controller attached by a roughly 18" cable. And yes, I immediately used it to create a robot (although for some reason bipedal construx robots don't walk very well).
  13. Re:I would, too... on Poll Says Most Americans Favor Crypto Backdoors · · Score: 1

    ...before Clipper was a gleam in Bush Senior's eye

    Actually Bush never really took a shining to clipper. The US three letter agencies knew this and therefore didn't really try to push it through until Gore was VP. (Pardon my nitpicking)
  14. Re:This is so silly on Poll Says Most Americans Favor Crypto Backdoors · · Score: 1

    why not consider removing the doors to the cockpit of airplanes?

    That works fine, until the pilot and copilot suddenly die of a heart attack and noone on board is able to save the plane. Sure it probably doesn't happen very often, but the first time it does everyone will cry foul.

  15. Saving Lives on P2P Goes To War · · Score: 1

    We now have the army claiming P2P saves lives. Will the RIAA care? Will the MPAA care? Will the courts care? No. They didn't care about all the previous arguments in favour of P2P and they will be quick to dismiss this one. It doesn't matter how much good it does, if even 1 britney spears song gets through it threatens the economic balance of america.

  16. regarding licenses... on Windows in 2020 · · Score: 1
    did anyone else notice at the bottom of this article is:

    Copyright 2001 Los Angeles Times
    By visiting this site, you are agreeing to our Terms of Service.

    That's right the bottom. Thousands of /.ers have now agreed to a licence they've never seen. Ironic given the nature of the article

  17. Re:Um, caffein is not an illegal drug. on Drug Testing For Olympic Chess Players? · · Score: 2, Informative

    The simple fact is the IOC doesn't give a flying duck if a given substance is legal in a given country. In some events athletes are banned from taking cough syrup and aspirin. It also doesn't really care if they are performance enhancing (quick name an event that you would do better in if you were on weed).

  18. This seems like... on What's A Good Starter Linux distro? · · Score: 1

    an invitation for a holy war. Perhaps next we should have a 'what's your favorite editor?' debate.

  19. Re:What's the big deal with Pi? on Share The Pi! · · Score: 1
    I can say pretty safely that you will indeed not find said sequence nearly so early.

    Basic Number Theory:
    There are 10 to the power of n different possible n digit long messages. A compression scheme needs to be able to map every possible message to another value. Assume this scheme produces an n-1 long compressed message. But there are only 10 to the power of (n-1) possible values of this length. Now any compressed msg would have to decompress to exactly 1 msg (would you want a program that gave you 30 different possible outputs?). That means that only 10% of messages can be compressed positively by any given scheme.

    Schemes like LZW, Huffman etc. achieve positive compression only on certain very specific group of files with fairly predictable format(try compressing a DivX with winzip sometime if you don't believe me).

    To think that some randomly chosen scheme would work well on any given input type is ludicrous at best.

    ---------------------------------------------

  20. Re:What's the big deal with Pi? on Share The Pi! · · Score: 1
    If I understand you correctly you want to send the start index and length of your msg as it appears in pi. I think its safe to assume that this would in fact be a longer than the msg itself.
    Try writting out every 2 digit sequence (00..99)
    Done? You should have 200 digits down. Now if you wanted to send the msg "99" you would send 197. That's an extra digit. When you start doing this for arbitrary length expressions the losses are going to get even worse.

    ---------------------------------------------