Slashdot Mirror


User: Kickasso

Kickasso's activity in the archive.

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

Comments · 667

  1. Re:A question to ask. on How Is GNOME Office Coming? · · Score: 1
    Point well taken. However, the question remains. Why everybody and their Linux-savvy dog is trying to please, of all people, office workers? What about scientists and engineers? (Programmers are taken care of, more or less.)

    Office workers have their tools on Windows and seem to be quite happy with them. Why bother?
    --

  2. A question to ask. on How Is GNOME Office Coming? · · Score: 2
    from the when-was-the-last-time-I-needed-a-word-processor? dept.

    Unix was designed for programmers, scientists, and engineers. It works for them rather well. It was not designed for PHBs and their secretaries.

    So, the question. Is adapting Unix for this last category of people is the right thing to do?
    --

  3. Re:They're pretty primitive up there... on Operating Systems Used In Space? · · Score: 1

    Actually, Google search for '"linux +in space"' gives some interesting results. Try it out (no actual link because of goatse syndrome).
    --

  4. Re:PGP misinformation on Privacy, Part Two: Unwanted Gaze · · Score: 1
    Bzzzt! Wrong.

    Public-key cryptography is different from "normal" (symmetric) cryptograpgy. What you say is applicable to symmetric crypto. PGP is public key. It uses symmetric algos on session level only.

    One does not need to do an exhaustive search of all 256-bit numbers to break a 256-bit PGP key. That is why people routinely use 1024-bit or even 4096-bit public keys.
    --

  5. This is all great. on 1.9 Million New Space Images Available For Free · · Score: 1

    Those are infraread images, for those of you who actually care. However, I must make an observation. A sciense article with no comments after what, an hour? And this is supposed to be the News for Nerds site? Gimme a fucking break.
    --

  6. Re:But most consumer-abusive Internet Edge. on Privacy, Part Two: Unwanted Gaze · · Score: 1

    The answer is here.
    --

  7. Re:Untracable electronic money on Privacy, Part Two: Unwanted Gaze · · Score: 1

    Struggle your way to your keyboard, and type "google.com" in the URL field of your browser. From there, search for "anonymous cash algorithm". If you for some mysterious reason can't do that, here is the link, prepared personally for you, by yours truly. Enjoy the math.
    --

  8. Re:why i love perl on Larry Wall Announces Perl 6 · · Score: 1
    const int foo = 10;
    int bar[foo];

    This is invalid C but valid C++. Which is, kinda, a form of complaint (why C doesn't have true constants? My language will!)
    --

  9. MAPS vs. ORBS in a steel cage! on MAPS vs. ORBS · · Score: 1

    Who will win?
    Who will win?
    Two anti-spammers enter, one anti-spammer exit!
    --

  10. Re:Bad news, actually. on Star Office 6.0 Source Code GPL! · · Score: 1
    Hmm... I've just timed the start up at my cow-orker's Ultra 60. It took about 3 seconds, including creation of a new text document.

    Do you run it on Z80, or what?
    --

  11. Bad news, actually. on Star Office 6.0 Source Code GPL! · · Score: 3

    My computer at work doesn't have a port of StarOffice. Now it will, and I'll have no excuse for ignoring all those Word-formatted emails from PHBs and their secretaries. Fuck you, Sun!
    --

  12. Re:Pros and Cons on Deja Linking Ads Within Usenet Posts? · · Score: 1

    But Deja does not display them verbatim anyway -- unless you happen to know about the little =dnc/ trick, or use "Deja Classic" on your searches.
    --

  13. More power to them! on Deja Linking Ads Within Usenet Posts? · · Score: 1
    With their newly acquired (thanks to the adds!) wealth, I sure hope they'll find a couple of bucks and finally make their service reasonably stable. I'm fed up with the fucking the recnum argument is missing from this query error message. Happens to me every bloody weekend.

    And please put these damn "old" archives back online. Thank you.
    --

  14. Re:Doesn't this qualify as MS innovating? on Attention Sensitive User Interface · · Score: 1
    You're really behind the times, 'tardo.

    iOh, really?[ESC]ZZ

  15. Re:Doesn't this qualify as MS innovating? on Attention Sensitive User Interface · · Score: 2

    Of course not. We already have two very effective attention managers: Junkbusters and Procmail, and I don't feel like I need some fucking paperclip on top of these.

  16. Re:You missed one thing... on Corel Sells GraphicCorp Division · · Score: 1

    See here. The wery first sentence. Unfortunately winehq seems to be down right now so I can't find it there.

  17. Re:The problem with Corel is... on Corel Sells GraphicCorp Division · · Score: 1
    I just responded to your assertion that only Europeans could build cities.

    btw, YHBT

    You mean, I should care, right? Fuck no. I'm too busy seaching for these Cowboys Fringants songs on Gnutella.

  18. Re:You missed one thing... on Corel Sells GraphicCorp Division · · Score: 1
    Can you define "emulator"?

    I'm asking because WINE stands for "WINE Is Not an Emulator".

  19. Re:The problem with Corel is... on Corel Sells GraphicCorp Division · · Score: 1
    Like some pile of rocks in the jungle called Chicken Itza qualifies as a city!

    My dear anonymous friend, Tenochtitlán by the time it was "discovered" by Spaniards was one of the biggest, richest and most beautiful cities in the fucking world. It had estimated population of 150,000 to 300,000. London had about 200,000 in 1600.

  20. Re:Both wrong - pointer arithmetic in Delphi on Microsoft PDC Journal · · Score: 1
    Did you actually try to profile such things?

    I did. The results were amazing. Code without pointer arithmetics executes as fast or faster. Go figure. Modern optimizers do wonders to your code.

  21. [OT] on Microsoft PDC Journal · · Score: 1

    Did you go to a law class in Harward per any chance?

  22. Re:Solution on Microsoft PDC Journal · · Score: 1

    Exactly! Use necklaces made of mollusc shells instead. This oughtta solve all the problems! How come I didn't think about it myself?

  23. Re:Aw what a blind hate again on Microsoft PDC Journal · · Score: 1
    I have yet to see a single Siggraph paper from someone with MS Research in their title.

    Try a little harder. Fire up Google, or something. Anyway, some of the papers are here. Don't know if they're any good though.

  24. Re:You are correct (sort of) on Microsoft PDC Journal · · Score: 1

    IMNSHO it's a terminology issue (read: matter of taste). Some people say that RC is a form of GC, others disagree. Some people even say that manual new/delete is a form of GC, albeit not an automated one :)

  25. Re:Sounds good to me on Microsoft PDC Journal · · Score: 1
    Encapsulation is important for OO, but not only for OO. Object-based environments can also have encapsulation. Having encapsulation and no polymorphism does not qualify for being OO.

    It does not matter how exactly you maintain polymorphism. If it's through aggregation than you are simply implementing inheritance by hand.

    Component-based programming is indeed OO. At least its COM and CORBA incarnations are.

    And yes, I'm using inheritance and polymorphism interchangeably. Don't know if it's exactly right.