Slashdot Mirror


User: Trejkaz

Trejkaz's activity in the archive.

Stories
0
Comments
3,076
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,076

  1. Re:Why is IM better than a phone? on Microsoft Messenger Virus Hits Reuters IM · · Score: 1

    I wouldn't say "most" IM clients support inline images. It's definitely a minority once you consider the myriad of clients which don't support them... there are a great deal more of these minimal clients than the full-featured clones of MSN and Co. So in theory? yes. And in practice? Also yes.

  2. Re:Firefox only? not for long... on Firefox 1.1 Plans Native SVG Support · · Score: 1

    I dunno. That depends on Microsoft adopting any part of the new standard. XHTML came out years ago, and Microsoft don't even support it yet. I think it would be a long way from them supporting any SVG at all, even an incorrect implementation.

  3. Re:failure to take off on Firefox 1.1 Plans Native SVG Support · · Score: 1

    Wait, was this a joke? The TABLE element held web design back for years, and even after CSS showed up, people continued to misuse TABLE as a design element. For examples, see... this web site.

  4. No-brainer: Transports on Microsoft Messenger Virus Hits Reuters IM · · Score: 1

    About 40% of my contacts aren't on Jabber yet, but that doesn't seem to stop me talking to them via the Jabber protocol. Hell, I can chat on IRC servers via the Jabber protocol. Why would anyone need to use the native ones anymore? :-)

  5. Re:Jabber anyone? on Microsoft Messenger Virus Hits Reuters IM · · Score: 1

    Try using a client which has the features instead of whining about features which already exist.

  6. Re:Why isn't filtering more instantaneous? on Microsoft Messenger Virus Hits Reuters IM · · Score: 1

    I bet if they fixed their client, it would have worked too. :-/

  7. Re:Why is IM better than a phone? on Microsoft Messenger Virus Hits Reuters IM · · Score: 1

    Now you're talking about specific clients. Remember, IRC is an IM system itself. In theory, someone could put images in the stream over IRC, if they figured out some kind of magic codes for it. Just like they do formatting of text, when strictly IM is plaintext.

  8. In case you missed the article... on Microsoft Messenger Virus Hits Reuters IM · · Score: 1

    In case you missed the article, this article is about a corporate IM service, not MSN Messenger.

    In other words, they saw the risks in using public IM, decided they would buy a corporate IM system, and then made an extremely poor decision by buying Microsoft's corporate IM service.

    And why was it a poor decision? Because it uses the same insecure client which people use on the public IM service. :-)

  9. Re:How? on John Dvorak Hypes Skype · · Score: 1

    So how good is the encryption? Does it actually allow me to verify that the person I'm talking to is the right person? Or is it like all the other useless encryption in the world which doesn't?

  10. Re:Once a spyware co always a spyware co... on John Dvorak Hypes Skype · · Score: 1

    Wow, two pairs of husband and wife? Amazing.

  11. Re:News Flash: Butter is good on toast! on Microsoft States Full TCP/IP Too Dangerous · · Score: 1

    It probably would have made more sense to only give the feature to administrators. :-/

  12. Re:Top Ten Code Comment Do's List on Comments are More Important than Code · · Score: 1

    But then 5000 would be missing!

  13. On a technicality, no. on AOL to Replace AIM with Triton · · Score: 1

    Technically (according to AOL themselves), people who have AOL use "AOLIM", not AIM. They also distinguish the two when they give out usage statistics, just like they distinguish ICQ even though they run that too.

  14. Re:AIM? on AOL to Replace AIM with Triton · · Score: 1

    Nobody said it isn't profitable. The original sarcasm was that there aren't many AOL users around, and that much appears to be true, at least globally.

  15. Re:AIM? on AOL to Replace AIM with Triton · · Score: 1

    Perhaps it is you who needs to get their head out of their . . .

    Not really.

    We have AOL here too (Australia), but I don't know of a single real person who actually uses it.

  16. Re:Sounds exactly like gaim on AOL to Replace AIM with Triton · · Score: 2, Funny

    Yeah, I hear it even connects to multiple IM services, and will be open source.

  17. Re:AIM? on AOL to Replace AIM with Triton · · Score: 1

    There really aren't very many of those people around. Well, unless you have your head stuck firmly in US soil.

  18. Re:New *client* on AOL to Replace AIM with Triton · · Score: 1

    Such a shame, too... I was hoping they might just implement XMPP. ;-)

  19. Re:Thanks for those massive spoilers, Slashdot. on Daleks Return to Dr Who · · Score: 1

    Not to mention the episode guides, which have listed episode 6 as being Dalek since before the first episode ever aired!

  20. Re:I like GOTO! on Aspect-Oriented Programming Considered Harmful · · Score: 1

    I don't like coding on the morning of a public holiday, but here's how it worked in the days before people discovered exceptions.

    void foo()
    {
    int success = // do some thing
    if (success)
    {
    success = // do something more;
    if (success)
    {
    // do final stuff for success
    }

    // Do cleanup for second "do something"
    }

    // Do cleanup for first "do something"
    }

    But as others have said, exceptions are much, much better. Except, of course, C++ exceptions, which suck.

  21. Re:best tool for the task on Aspect-Oriented Programming Considered Harmful · · Score: 1

    But logging at the start and end of methods is completely useless. I want logging in the middle, with information other than what method is being called... basically it should provide what the existing logging provides, otherwise it hasn't solved anything.

  22. Re:best tool for the task on Aspect-Oriented Programming Considered Harmful · · Score: 1

    My objection is that these things can both be done using a Decorator pattern, and the Decorator pattern doesn't make your code so hard to debug when errors do occur.

  23. Re:best tool for the task on Aspect-Oriented Programming Considered Harmful · · Score: 1, Interesting

    But what does AOP solve in that logging scenario? As far as I can tell, it lets you change this:

    Log.log("Something went wrong!");

    Into this:

    log("Something went wrong!");

    Four less characters, whoop-di-shit.

    And that's not even going into the fact that static import brings exactly the same benefit.

  24. Re:I like GOTO! on Aspect-Oriented Programming Considered Harmful · · Score: 0, Offtopic

    Well done, you can do the exact same thing without goto by merely inverting the if-condition.

  25. Re:Bona - fide on Nikon Responds to Encryption Claims · · Score: 1

    I wonder how many platforms said licence would run on. Even if open source developers managed to get a licence, what are the odds that it will actually run on their choice of platform? (I'd say something like 100 to 1 against.)