Slashdot Mirror


User: Salsaman

Salsaman's activity in the archive.

Stories
0
Comments
1,393
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,393

  1. Re:Not good on Windows 2000 & Windows NT 4 Source Code Leaks · · Score: 1

    Hmmm...are you suggesting the Slashdot authors...no surely not ;-)

  2. Re:Not good on Windows 2000 & Windows NT 4 Source Code Leaks · · Score: 3, Funny

    Didn't you read the last article, closed source software is much more secure than open source. You have nothing to fear.

  3. Re:I'll believe it when I see it. on Windows 2000 & Windows NT 4 Source Code Leaks · · Score: 1
    The code is probably scattered across multiple servers in Redmond, for starters, and you'd only be given access to the parts you needed to work with.

    So, how do they build binaries then ? Gather all the parts together and hope they work ? Sounds about right to me !

  4. Re:Ironic that... on 4 Years Later, The Mozilla Tide Has Turned · · Score: 1

    Well that shouldn't be a problem. Mozilla/Firefox are well above IE5 ;-)

  5. Re:You are right and you are wrong on SCO Adds Copyright Claim to IBM Suit · · Score: 1
    The problem for SCO, which they don't understand (or at least pretend they don't understand) is this.

    Suppose I write some code, A. Then you write some code B, and add it to A, and distribute the whole lot as C.

    Clearly, C is a derivative work of A, since it includes code A and code B. Fine.

    However, B, by itself is not a derivative of A.

    SCO seems to be claiming that since C is a derivative of A, B must also be a derivative, even when distributed separately.

    Just replace A with SysV, B with JFS, NUMA, etc, and C with AIX and you will understand the impossibility of SCO's claims.

  6. Re:Anton Pillar order on Kazaa Offices Raided · · Score: 1

    So, what happens when they say: "we wrote it all ourselves" ?

  7. Re:Server Dead... heres the story on Author signs MyDoom virus · · Score: 1
    But the spokesman said SCO will unveil a contingency plan Monday for customers to access the site. He declined to discuss those plans, citing hackers.

    Their plan was: move www.sco.com to www.scogroup.com. They couldn't tell anybody that because of 'hackers' ? What did they think the 'hackers' would do, go and hijack the new site before they had a chance to switch over ??

  8. Re:Linux going mainstream? on Linux Going Mainstream · · Score: 1

    It's a trojan I tell you...

  9. Re:Restrictive? on Stallman Goes to India · · Score: 1
    Use a single GPL'd function and have to give away my entire source base.

    This wrong in many ways. First, the GPL places no restrictions on the USE of code; only if you distribute that GPL code yourself are you required to make it and any derivative works available.

    Second, the GPL of course can only cover derivative works. If you use a GPL function in some code, and you distribute that code, then that code and that code only must be GPL'd. The rest of your programs can still be released under any license you want.

    And of course if you disagree - well then don't use GPL'd code, write your own !

  10. I just hope... on What's The Actual Cost of A Virus? · · Score: 1

    ...that all those companies which do studies of the TCO of Windows vs. other operating systems will remember to add these costs into their studies, and republish their results.

  11. Re:According to Bill, this is a good thing on Another Serious MSIE Hole · · Score: 2, Informative
    A high-volume system like (Windows) that has been thoroughly tested will be by far the most secure

    So then is he admitting that Apache is more secure than IIS ?

  12. Re:No more dangerous than normal. on Another Serious MSIE Hole · · Score: 2, Insightful

    I thought MyDoom did use an exploit ? (Exploiting a flaw in Outlook which executes attachments when they are clicked on, getting email addresses from addressbooks, etc, etc).

  13. Re:But MS is "fixing" other issues... on Another Serious MSIE Hole · · Score: 1
    And no, unfortunatly I can't force mozilla everywhere I go

    Might I suggest you burn yourself a Knoppix or similar CD ?

  14. Al Gore on Mars Rover Opportunity Lands Safely · · Score: 2, Funny

    Naturally he was there, he did after all, invent spaceflight.

  15. Re:400 million and only one CPU on Spirit Sends Debug Information to Earth · · Score: 1

    If it were open source, they could post it on the internet, and then you, I, and everybody else could look for bugs.

  16. Re:They can patent file formats now? on Microsoft Patenting Office XML Formats · · Score: 1

    And what will you do when Microsoft withdraws support for Office 97 ?

  17. Re:Not that stupid on Microsoft Revenue Up, Tries to Hook Third World · · Score: 1
    A free burger from McDonalds:

    Would not make your mouth incompatible with other burgers, or tie your stomach in to a licensing deal with McDonalds.

  18. Re:Back in my day.. on Kernel 2.6.1 Released · · Score: 1
    This is newsworthy, actually. When a .0 release of the Linux kernel comes out, it's basically only been tested by the Linux kernel testers. Then it hits the public.

    A .1 release means that it's then found to be good enough for general use, and hopefully any really major bugs will have been fixed.

    Besides, it is infinitely more interesting than yet another iTunes, iPod, iKitchen-Sink is cool story.

  19. Heh on DVD-Jon Breaks iTunes Encryption For Linux Users · · Score: 1

    I wish I had mod points to give you a +1 insightful.

  20. Re:It just reminds me how low the internet has got on WhenU.com Enjoined From Competing Pop-Ups · · Score: 1
    Can you imagine the situation where 99% of your email is spam?

    I don't need to imagine. On one of my email accounts, 99% of the messages *are* spam. Fortunately Mozilla's Bayesian filter means I only get to see the 5% or so that slip through.
    So there is your alternative.

  21. Re:I love Apple's DRM on MP3 Winners and Losers for 2003 · · Score: 1

    There is no such thing as *right* DRM. And where are the open source AAC players/encoders ?

  22. Re:Not surprising that OGG was turn down. on MP3 Winners and Losers for 2003 · · Score: 1
    DRM is coming.

    Not to my network.

  23. Mozilla on XFree86 Core Team Disbands · · Score: 1

    Netscape/AOL stopped funding mozilla, but the developers who worked on it were able to continue because the source code was publicly available.

  24. Re:Oh, now I get it. on Microsoft's New Core OS Team Learning from Linux · · Score: 1

    You forgot 'pacman like'. Or was that just the GPL ? I forget now.

  25. OK then on Microsoft's New Core OS Team Learning from Linux · · Score: 4, Insightful
    "Part of their study has been on how Linux has been able to maintain a high level of consistency in the kernel while groups around it maintain maximum flexibility.

    Maybe because it is open source ? The consistency surely comes from having the entire codebase to refer to, and the flexibility from people being free to suggest any patches they like to the kernel.