Slashdot Mirror


User: GoCoGi

GoCoGi's activity in the archive.

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

Comments · 71

  1. Re:Time Travel is IMPOSSIBLE. on New Model Solves Grandfather Paradox · · Score: 1

    Theories of science are never proven.

  2. Re:Good game Nokia! on Nokia Announces Patent Support to the Linux Kernel · · Score: 2, Interesting

    I'm sure this is 100% correct, but they define linux kernel as "released from kernel.org, stable, GPL".
    Any kernel modified by someone else (RedHat, gentoo-sources, ...) does not seem to match the definition.
    If mainline includes patented ideas, they will go into the modified distribution-kernels as well.
    They can (could) be sued.

  3. Re:Encryption use != evil on PGP Ruled as Relevant For Criminal Case · · Score: 1

    For such cases StegFS http://stegfs.sourceforge.net/ or something similar is wonderful. You turn over some keys, but not the ones that can access the sensitive hidden data.

  4. Re:Bruce Schneier agrees on Write Down Your Passwords · · Score: 1

    But what, when you have no other $50 left?

    What? Confirm I'm not a script? This will be a serious problem for slashdot readers who can't see the image for whatever reason.

  5. Re:they need to be stopped on MPAA Blames BitTorrent for Star Wars Distribution · · Score: 1

    Some people would disagree with you on this one though.

  6. Re:Lets start counting on Cuba Switching to Linux · · Score: 1

    Does that mean that cuba actually paid Microsoft for the windows licenses?

  7. Re:GPL? on Could Microsoft Buy Red Hat? · · Score: 1

    No.

  8. Re:The performance of compiled code on A Review of GCC 4.0 · · Score: 1

    Combine a) with b).

  9. Re:Nonsense on Copy-and-Paste Reveals Classified U.S. Documents · · Score: 1

    It shouldn't matter whether there are any locks or not. That means the trespasser should not get more punishment because he had to crack locks in the process.

  10. Re:Nonsense on Copy-and-Paste Reveals Classified U.S. Documents · · Score: 1

    I think that noone should be punished for decrypting something, because the very goal of encryption is that unauthorized people can not decrypt the data. If they can anyway then the cipher was inherently unsafe, and it's the encryptor's fault.

  11. Re:Not distributing, just informing on Copy-and-Paste Reveals Classified U.S. Documents · · Score: 1

    The line must be draw at the obvious place:
    Anything that can be decrypted by unauthorized people is not encrypted.

  12. Re:Perhaps a stretch on Tridgell Reveals Bitkeeper Secrets · · Score: 1

    In distributed version control everone seems to be a server anyway.

  13. Re:Why isn't this already out? on Next Generation X11 · · Score: 1

    You need a process that manages your windows. So you can have X in the kernel, or in userspace. Since it would bloat the kernel we go for userspace. Now some form of Inter-Process-Communication is needed:
    If any sane person had decided to develop a non-network transparent windowing system, he or she would eventually have created something very similar to X11 (without the possibility of using TCP sockets) and then realized that it was trivial to add the network transparency to the system anyway.

  14. Re:Almost impossible actually on Finnish Firm Claims Fake P2P Hash Technology · · Score: 1

    Yes, that's how they should work. If there is some flaw in the used algorithm it may however be possible to generate the file from the hash. I really doubt this can generate fakes that match MD5 and filesize though. And if they could do it, we would have other problems anyway, because it is not only filesharing software that relies on MD5 being irreversible :)

  15. Re:It had to be... Apologies to Horst on Microsoft Encarta Adopting Wikiesque Process · · Score: 1

    Never rely on ANY encyclopedia if you need trusted information.

  16. Re:I don't see how that's possible on Sun's Schwartz Attacks GPL · · Score: 1

    Yes, you can sell GPL code to anyone, but the one getting the code will be granted all the freedoms the GPL provides as well. The recieving company could also sell the recieved modified source or give it away for free. So it's only a matter of time until someone releases it publicly and legally for free.
    The GPL allows to keep private changes private, because you are not infringing on anyones freedoms by doing that and anyone who somehow got the binaries is legally entitled to get the source, too and enjoys all the GPL-freedoms.
    And how would you force someone to publish private changes anyway? There are things like the Affero GPL for web-services and the GPL3 will probably also include forced-publishing for servers that are also run publibcly. But noone could ever know that you did modifications, if they are totally private anyway

  17. Re:Uhhh on e-Scrabble gets Cease and Desist Order from Hasbro · · Score: 1

    If he did not offer a copy of the official rulebook he certainly did not infrige the copyright of the rules.

  18. Re:Scared of 3 on Revamped Linux Kernel Numbering Concluded · · Score: 2, Insightful

    No, that's okay. It should only become 3 when it becomes binary-incompatible with userspace applications.

  19. Re:Break only affects carefully constructed messag on More on Newly Broken SHA-1 · · Score: 1

    1. Just modify every document from someone else without changing it's meaning, and you *should* be fine.

    2. This is not a problem. Everyone is allowed to sign as many documents as one wishes with one's own key. You still have the original document that was given to you.

    Still, looking for something other than SHA-1 is probably a good idea.

  20. Re:I can't see this helping... on Moglen's Plans to Upgrade the GPL · · Score: 1

    No,
    the GPL does not state that the program is licensed under either the included version, or any subsequent version.

    You may state that in your own program if you want to do so, and the FSF regularly does so in its own programs (of course, because the FSF, being the author of the GPLs, would always like the new versions).

    I never license under GPL v2 or later, because I have no idea what a GPL v3 in the future might look like, and the FSF could basically control my program's license. (Not that I distrust the FSF or something.)

  21. Re:OpenHosting.Com on What Are the Best Web and Email Hosts? · · Score: 1

    Will still be less traffic than using http or ftp and having the same number of people download the thing.

  22. Re:Linux community already donates on Gates Pledges $750M to Vaccinate Children · · Score: 2, Insightful

    Donating money to VACCINATING CHILDREN is not bad. It is good, very good. I think that most of the "fuckingly insane" people, just want to warn about thinking that Bill Gates is good, because he did something good.
    You don't automatically become good when you give $10 of your stolen $1000 to charity.

  23. Re:That's a shame on OSDL Denies Rewriting Kernel · · Score: 1

    I don't see why everything has to be patched.

  24. Re:Wha...? on Plant a Seed, Get Sued? · · Score: 2

    You will have problem though, when you can't legally challenge a law anymore, because there is no way to do so.

  25. Re:Win XP 64-bits is a waste of your time and mone on 64-bit Windows XP Tested And Reviewed · · Score: 1

    It is impossible to use 32-bit drivers with a 64-bit kernel. Not even on linux.