Slashdot Mirror


User: Mr+Thinly+Sliced

Mr+Thinly+Sliced's activity in the archive.

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

Comments · 424

  1. Re:The first Slashdot troll post investigation on KaZaa Suspends Downloads · · Score: -1, Offtopic

    Nice to see you getting into the swing of it Johnny boy .-)

    FYI - there was ~100 posts in this thread, a lot of which were 2/4 some 5. All got slapped down to -1 between page refreshes for me. Someone scripted em down.

    Nice isn't it.

  2. Re:The first Slashdot troll post investigation on When Microbes Ate the Ocean · · Score: -1, Offtopic

    I'm more than willing to burn the karma in the hope that some moderators MOD UP the parent post.

    It's intelligent, factual, and above all interesting.

    Mr Thinly Sliced

  3. Re:Info on cheating detector on Cheating Detector from Georgia Tech · · Score: 1

    Was this inbetween solving all those t.v. murder mysteries and eating lots of cake?

  4. Re:Sovietism that worked... priceless on Peter Wayner Interviews Lawrence Lessig · · Score: 1

    Thanks man. Thought provoking, intelligently put, and above all, little to do with Microsoft.

    Fan-dabby-dosy.

    Mr Thinly Sliced

  5. Re:'crush' OpenGL on MS Buys (Some) SGI Patents · · Score: 2, Interesting

    > Incidentally if SGI is selling the patent portfolio I doubt that a sale of their other
    > assets can be far behind. It is pretty much their crown jewels.

    My guess is that this isn't the crown jewels they've let go - remember Fahrenheit? I bet this sale is all the co-developed technologies that came out of that (deadly) partnership.

    And I bet SGI is saying 'good riddance' too!

    Mr Thinly Sliced

  6. Re:Consider this.. on MS Buys (Some) SGI Patents · · Score: 1

    Do you like silicon? Do you like implants? Do you like barely legal operations?

    Then you'll love neural implants.

    Bet you thought I was going to mention tits didn't you.

  7. Re:More than gaming to graphics on MS Buys (Some) SGI Patents · · Score: 5, Insightful

    > The only way OpenGL can compete is to attain
    > strong developers, maintain a good ease-of-
    > programming and give game deisgners and card
    > venders a solid reason to support it.
    OpenGL aint just about the games man. If your developing a visualisation system of oil field sensor data, do you think you really use DirectX?

    Nope, you go to the real guns, SGI.

    Microsoft have a huge way to go before they grab that share of the market. For one thing, there is a whole heap of legacy apps in these scientific visualisation areas that rely on OpenGL backwards compatibility.

    Mr Thinly Sliced

  8. One part Kitt on The Ultimate S.U.V. · · Score: 1

    I take it the one part kitt is in fact the cutting edge fashion

  9. Re:Site reads glyphs for you on Search for Terrestrial Intelligence · · Score: 1

    Hey that is pretty cool. What kind of 'training' is it you use? Do you just compute the number of elements different from existing glphs, or use something more complex? (neural net/other AI stuff)?
    Big kudos :-)

  10. ^^ My Favourite on Talk to Sun's 'Open Source Diva' · · Score: 1

    Go revscat. I'd love to see JBoss in a position to market to suits higher up in companies - until they have certification, thats a steep hill to climb.

  11. Decoding script and decoded file. on Search for Terrestrial Intelligence · · Score: 5, Interesting

    Since slashdot will lameness filter out the asterisks in it, heres a perl script to decode it (sorry about the crap code):

    #!/usr/local/bin/perl
    my($out) = "";
    while()
    {
    chop;
    s/1/*/g;
    s/0/\ /g;
    $out = $out . $_;
    }

    # Remove first 69
    $out = substr($out,69);

    $rowlength = 127;

    my($nextrow) = "";
    do
    {
    $nextrow = substr $out, 0, $rowlength;
    print $nextrow . "\n";
    $out = substr $out, $rowlength;
    }
    while($out ne "");

    exit;

    The output wont go through lameness filter :-(

    But its here anyway.

    Mr Thinly Sliced

  12. Re:100:1 ? I don't think so... on ZeoSync Makes Claim of Compression Breakthrough · · Score: 1

    Whats phase 2?
    Hehe totally with you man.

    Mr Thinly Sliced

  13. Re:100:1 ? I don't think so... on ZeoSync Makes Claim of Compression Breakthrough · · Score: 1

    Quick - you, me, IPO.
    Call me.

  14. Re:100:1 ? I don't think so... on ZeoSync Makes Claim of Compression Breakthrough · · Score: 4, Funny

    Not only that, but I just hacked their site, and downloaded the entire source tree here it is:

    01101011

    Pop that baby in an executable shell script. Its a self extracting
    ./configure
    ./make
    ./make install

    Shh. Don't tell anyone.

    Mr Thinly Sliced

  15. 100:1 ? I don't think so... on ZeoSync Makes Claim of Compression Breakthrough · · Score: 5, Insightful

    They claim 100:1 compression for random data. The thing is, if thats true, then lets say we have data A size (1000)

    compress(A) = B

    Now, B is 1/100th the size of A, right, but it too, is random, right (size 100).

    On we go:
    compress(B) = C (size is now 10)
    compress(C) = D (size 1).

    So everything compresses into 1 byte.

    Or am I missing something.

    Mr Thinly Sliced

  16. Re:Just a note on politics. on Handling Discrimination in the IT Workplace? · · Score: 1

    Whilst your IT director was (just a little maybe) helping to establish his power angle, he is a diamond as managers go. Nice to hear there are some nice ones out there.

  17. MODERATORS PLEASE MOD UP on Rearranging Pixels For Performance · · Score: 1

    I know its cheap but this is actually +1 interesting and +1 informative of all the stuff on here.

  18. Re:It is not Blue on Rearranging Pixels For Performance · · Score: 1

    lol. Either my text books and my education are out of date, or this is something that people can't agree on.
    You can sleep safe in the knowledge that my comment will get modded down to -10 (Must be english used colour instead of color).

  19. Re:It is not Blue on Rearranging Pixels For Performance · · Score: 5, Informative

    All they had to do was open a computer graphics text book to the section on colour spaces.

    Peaks are:
    Red at 630nm, green at 530nm, and blue at 450nm.

    Its kinda a bell curve at each, with green having greatest sensitivity, followed by red then blue.

    The human eye can distinguish about 128 different hues, and about 130 different tints (source Computer Graphics, Prentice Hall 1986).

    Mr Thinly Sliced

  20. Re:Ximian's bankruptcy on Ximian Adds Subscription · · Score: 1

    Anyone using update click and pop on a production server should be taken to one side. Thats what your test and staging servers are for. Once you know the process, and your backup box is ready, you do the upgrades, updates and fail over.

    Methinks its just lazyness on your part to use something like red-carpet on a production machine :-/

    Mr Thinly Sliced

  21. Re:If Bill did this . . . I'd be trilled on Ximian Adds Subscription · · Score: 1

    Er, you can turn auto-update notification off in both windows 98 and windows 2000. Dunno about XP, but I've a feeling its the same.

    Mr Thinly Sliced

  22. Re:Would love to see user using free mirrors on Ximian Adds Subscription · · Score: 1

    I've tried using both the french rpm mirrors and the UK based ones. I consistently get FTP file not found errors, so I switch it back to the default one.

    Next time it occurs, I'll submit an email or something detailing when/where the problem was.

    Mr Thinly Sliced

  23. Re:Rumor Control on Ximian Adds Subscription · · Score: 2, Informative

    Peter, I am one of the 'freeloading home users' using your red carpet updater, and I've gotta say I'm fantastically over the moon with both the quality of the software and the service.
    Were I a corporate customer (I'm a contractor, so I don't get to make the cash decisions :-/), this would be without doubt my preferred way to keep any in-house boxen up to date.

    I wish your company the best of fortune in these difficult times for IT - particularly Linux.

    Don't forget the majority of slashdot readership is about 15 years old and thinks paying for a CD is expensive .-)

    Mr Thinly Sliced

  24. Re:Grand Prix Legends on Physics For Game Developers · · Score: 1

    They really went to town on the physics didn't they.
    They even went so far as to model the rotational momentum of the engine/prop shaft correctly, so when braking engine speed had to be taken into account too.
    In an interview with the developers, they mentioned that this extreme realism was, they feel, one of the reasons why it didn't sell like hot cakes.

    It was too hard for people

  25. MODERATOR STUPIDITY NEWS AT ELEVEN on Microsoft Antitrust Update · · Score: -1, Offtopic

    Moderators on crack.
    Man how can this be offtopic.
    This place has really turned into 12 yr old script kiddie linux activist newsgroup where you are lambasted for not having the right opinion.

    I feel for you Sorthum, I know what these idiots are like.

    Dan