Slashdot Mirror


User: anatoli

anatoli's activity in the archive.

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

Comments · 232

  1. Re:This is a really simple answer... on GPL/LGPL Issues - Moving GPL'd Code into Libs? · · Score: 2
    I am not a lawyer, but my understanding is that using an API which is specifically to access the GPL'd library makes the calling application a "derived work".
    I believe this is wrong. If you do not copy the GPL'd code into your code, then GPL does not apply to your code. Remember, the code is copyrighted. GPL only grants you permission to do things that otherwise would be considered copyright infringement (i.e. copy the code). I don't believe that using an API can be ever considered copyright infringement. Using an API is not copying, in any sense.
    --
  2. Re:Its up to the original author(s) on GPL/LGPL Issues - Moving GPL'd Code into Libs? · · Score: 2
    WRONG.

    You have to GPL stuff that uses the library and is distributed together with the library.

    There's an interpreter (called Hugs) for the functional language Haskell out there. It can be linked with the GNU readline library, which is GPL (rather than LGPL). Does it mean that Hugs is GPL now? No, its authors don't distribute readline, so its licence terms do not apply to Hugs.

    IF they distributed a compiled Hugs binary with readline, OR a source tree that combines Hugs and Readline, THEN GPL would apply.

    Of course they cannot take readline and magically convert it to use LGPL.
    --

  3. Re:Ralph Reed's trend line on Microsoft Hires Ralph Reed As Lobbyist · · Score: 2
    No, no, no. You get it all wrong.

    The OO way (which is The Only True Way (TM), beside Organized Religion (TM)) tells us that

    • PatRobertson ISA Antichrist
    • BillGates ISA Antichrist
    Therefore, RalphReed should have a WorkFor(Antichrist*) method. Or WorkFor(Antichrist&) maybe.

    This way anybody who conforms to the Antichrist interface can get RalphReed to work for him.

    DISCLAIMER: I am not an American. I am not a Christian. I don't know who this Ralph Reed is. I don't know who this Pat Robertson is. I am poking at the parent post, not at American politics or Christianity. Now please send your thugs away. Please. Pretty pl...[BANG! THUMP! SPLAT!] OK folks. Congrats. Another anti-American heathen went to hell where he belongs. Who's next on our list?
    --

  4. Re:Great! on Feeding Through Nutrient Patches · · Score: 2

    Throw the Slashdot patch in, and you're set.
    --

  5. Re:Other countries did it! on "TV" TLD Sells For $50 Million · · Score: 2
    • .ad (Andorra) is for Doubleclick
    • .lb (Lebanon) and .kg (Kyrgyzstan) is for Weight Watchers
    • .vi (Virgin Islands), .ls (Lesotho), and .mv (Maldives) is for Unix-heads
    • .ms (Montserrat) is...er...uhm...well, scratch that

    --
  6. Re:tuvalu is a birdshit nation on "TV" TLD Sells For $50 Million · · Score: 3
    You are correct, except:
    • bird poo-poo, or guano, form phosphates, not sulphur
    • the island in question is Nauru, not Tuvalu

    --
  7. Re:Excuse me? on "TV" TLD Sells For $50 Million · · Score: 5

    If you were from Tuvalu, you'd be very happy right now. Wow, $4700 for you -- right out of thin air! Normally, you'd have to work about 5.8 years to earn this pile of money. (Source: CIA World Factbook.)
    --

  8. Re:Of course "dangerous" speech is legal on Code As Free Speech -- Pandora's Box? · · Score: 2
    It is possible to make a bomb out of commonly available parts.

    Teaching people how to make bombs is legal. Inciting them to do so is not (or should not be) even if you don't provide the parts.
    --

  9. Re:"Source code" is undefinable on Code As Free Speech -- Pandora's Box? · · Score: 3
    Source code is one that intended for reading and understanding by humans (programmers). Its executability or the language it's written in are irrelevant. I write C code so my fellow programmers can read, understand, and change it, if need be. OTOH C code generated by yacc or lex is not source (lex and yacc grammars are).
    All sufficently general formal languages are identical in power. Whether a formal statement is written in binary boolean calculus, or that same boolean statement in an electrical diagram, or that same statement sculpted out of transistors, is irrelevant.
    Indeed. If it's meant to be understood by humans, it's speech. If it isn't, then it isn't.
    --
  10. Re:Speech? or Machine? on Code As Free Speech -- Pandora's Box? · · Score: 2
    Source code is speech.

    You can make schematics ("source code") of your hardware, and that would be speech, too.
    --

  11. Re:Same goes with CSS... on 'Battling Censorware' · · Score: 2
    That's just brilliant - it basically amounts to a grand new scheme for copyright holders to make more money.
    Indeed some people argue that this is the real driving force behind DMCA.
    --
  12. Re:The Problem is on 'Battling Censorware' · · Score: 3
    If I buy a car, I can replace whatever part I want by an aftermarket equivalent. Suppose the original lightbulbs in the car cost $15 a pop and have an average lifetime of 100 hours. There's an aftermarket bulb that costs $2 a pop and have a lifetime of 10000 hours.

    Now the car manufacturer puts a little lock on the lightbulb compartment, and gives keys only to authorized shops. You say "Screw them" -- and rightly so! -- and break the lock.

    Now the car manufacturer puts a little digital lock on the lightbulb compartment. You say "Screw them"...but it's you who gets screwed. Why? Because they wrote a little haiku inside the lightbulb compartment. And you've circumvented a technological measure in order to gain access to the copyrighted work.

    Ok maybe you can prove in the court that you didn't really want to access their copyrighted work. All you wanted is to change a lightbulb. Maybe. But the lawyer will cost you much more than the lifetime supply of original lightbulbs.
    --

  13. Re:Same goes with CSS... on 'Battling Censorware' · · Score: 2
    I haven't read the actual text of the DMCA, but if unencoding encrypted information is illegal, why aren't DVD players illegal?
    Because "legit" DVD players supposedly have the copyright holder's "authority" to do so.

    Read the DMCA (know your enemy).
    --

  14. I think there's a simple technical solution on 'Battling Censorware' · · Score: 4
    to the DMCA problem.

    What is needed is a programming language that closely resembles English (or other natural language). Not like COBOL, much closer. So closely that programs in that language would be (mostly) correct English texts. It is not necessary that this language will be easy to program in. OTOH it should be very easy to read what is written in it, even for non-programmers.

    Here's how it should look like:

    1. Let X be content of file "censorware.exe"
    2. Let Y be byte number 2745 of X
    3. Let Z be Y added with 73091
    4. Let T be byte number Z of X
    Publish that in an (hypothetical) Online Journal of Applied Cryptology (a refined version of sci.crypt).

    Now that's speech, isn't it?

    Disclaimer: I'm not a lawyer. I'm not even an American.
    --

  15. Re:Linux on PS2 on Playstation 2 Emotion Engine · · Score: 2
    I work as an SGI developer (that is, I develop on an SGI) and have noticed that it builds ELF executables too. And I do use GNU compilers from time to time. Does it meen that my box runs Linux? Lessee...

    me@mybox > su -
    Password:
    me@mybox # reboot
    The system is shutting down, blah blah
    Unmounting filesystems, blah blah
    IRIX 6.4 release
    It seems it doesn't...
    --
  16. Re:This doesn't make any sense. on Practical Gravity Shielding for Spacecraft? · · Score: 2
    On the second reading, I see that the guy does propose to use this as a source of free energy.

    Move along, citizens. Nothing to see here. Just another inventor of perpetuum mobile.
    --

  17. This doesn't make any sense. on Practical Gravity Shielding for Spacecraft? · · Score: 3
    I mean, energy-wise. Let's consider this picture.

    BS (Fig.1)

    where B is a gravitating body and S is a grav-shielded spacecraft.

    As the spacecraft has zero mass, it has zero potential energy with respect to the body. Now let's switch our shields off.

    What happens? The spacecraft starts falling.

    B<---S (Fig. 2)

    This is because the spacecraft instantly acquires potential energy. This energy can be utilized when the spacecraft falls onto the body and emits lots of heat upon impact.

    B*S (Fig.3)

    (* signifies the great thermal explosion.) Let's switch our shields on again (presuming we've survived the impact). The craft starts to float away from the body.

    Switch them off, we fall and generate more heat. On again, float away. Off again, falling, generating heat. Cycle through Fig. 1--3 ad libitum.

    What we have is a perpetuum mobile of the first kind. Unless the energy required to switch the shields on and off is more than the energy we can generate. In this latter case, the shield is useless (what potential energy do you have with respect to the Andromeda galaxy?)

    Note how we don't care about the exact means of establishing the gravitational shield. Use any method. Energy conservation means you cannot win.

    Of course there's a smallish possibility that energy conservation does not hold. In which case we're better off fitting our cars and homes with perpetuum mobile. This has much more sense than exploring distant worlds.
    --

  18. Re:Wow! on Microsoft Unveils Gaming Console · · Score: 2
    For the curious: here's a rendition of the word "Microsoft" from their page.
    XX X X XXX
    XX X X X
    XX X X XXXXX XX XXX XX XXXX
    X XXX X X X X XXX X XX X
    X XXX X X X X X XX XX X
    X X X X XXX XX XX XX X XX
    Each bright pixel is replaced by X.
    --
  19. Re:Security through obscurity DOES work! on 'Experts' Back To Claiming Open Source Insecure · · Score: 3
    You confuse two different kinds of security by obscurity. You can obscure your encryption method (or your OS), or you can obscure the fact your message (or your computer) even exists.

    The former kind doesn't work. The latter kind (which is steganography) may work if you keep low profile.

    IOW you probably can leave your briefcase in the trunk of your $500 '78 Subaru, but not of your $800,000 '99 Ferrari.
    --

  20. Re:Strange... on 'Experts' Back To Claiming Open Source Insecure · · Score: 2

    A small correction: www.articon.com probably has nothing to do with that. The relevant sites are www.articon.at, .ch, .cz, and .de, but still 3 out of 4 are running Apache on Linux.
    --

  21. Re:Strange... on 'Experts' Back To Claiming Open Source Insecure · · Score: 4
    Solaris is disclosed source. Which, for the purpose of this discussion, is the same as open source (i.e. anyone, including hackers, can see the source).

    More info:

    Bernie Dodwell, business development manager for System Security specialist Integralis Group, said the operating system is insecure because it is open source.
    Integralis.com is bought by Articon.com. Incidentally, www.articon.com runs Apache on Linux.
    --
  22. Strange... on 'Experts' Back To Claiming Open Source Insecure · · Score: 4
    Clive Longbottom, strategy analyst at Strategy Partners, agreed with his analysis, saying the problems are preventing its adoption in secure areas. He said: "Security needs to be built into the architecture of the operating system. This cannot happen if your source code is publicly available." He added that the issue could lead to proprietary versions of Linux being developed.
    Why their website is running Apache on Solaris, then?
    --
  23. Re:WHO!??? on James Gleick On Software Patents · · Score: 2

    Firing up a Google search will probably help. Whatever.
    --

  24. Re:Once again "open source" shows its true colors. on Slackware Being Spun Off · · Score: 2
    I don't have to go read a book on communists. I work with a man who left Russia after the USSR lost the cold war. He (at the age of 64) has told me all about communism and yeah... it sounds just like the Linux community. So... there's your fucking experience for you, book man.
    I AM a man who left Russia after the USSR lost the cold war. I tell you, Linux and communism have nothing in common. So...there's your fucking experience for you, i-work-with-somebody-who-told-me-everything-i-need -to-know man.
    --
  25. Re:Once again "open source" shows its true colors. on Slackware Being Spun Off · · Score: 2
    The parent post is a troll. However, I will reply instead of moderating.

    Speak for yourself, dmg. If you don't like the consequences of writing open source software, then don't write open source software. Open source programmers, while terribly impoverished, still can buy a local newspaper and find the jobs section.

    My local newspaper runs like 32 pages of hi-tech wanted ads per week.

    So what's your problem again?
    --