Slashdot Mirror


User: sithlord2

sithlord2's activity in the archive.

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

Comments · 115

  1. Re:cry me a river you CRIMINAL on DMCA 2, Freedom 0 · · Score: 1




    Huh? The DMCA outlaws methods of circumventing copy protection. DeCSS is illegal under the DMCA even if it is used to copy public domain material.


    DeCSS is a tool to decrypt the movie. Why would would you want to encrypt public domain material ?
    For public-domain material, encryption has no use at all...

  2. Re:Gnome needs to succeed on GNOME Foundation Elections - Final Candidate List · · Score: 1




    GNOME (316 projects)
    GTK (137 projects)
    KDE (168 projects)
    Qt (47 projects)


    Well those numbers are a pretty sight but I base my judgement on Quality... not on Quantity...

    Oh... it's nice to have twice as much applications as the other Desktop Environments, but if those applications only perform half the job, you're out of luck.

    I use a Desktop Environment with less applications but at least gives my the functionality that it promises... and that's Kool !

  3. Qt is not a cost, it's an investment... on GNOME Foundation Elections - Final Candidate List · · Score: 1



    A friend of mine works as an independant software-developer. He uses Qt for all his applications.

    Okay so he had to buy a license (2000$), but it allowed him to write good software easily and he earned the money back by selling his applications...

    Therefore, Qt is not a cost, it's an INVESTMENT.

  4. Re:Let me see if I undestand on RMS Running For GNOME Board Of Directors · · Score: 2, Insightful

    So you like GTK because you can make money from it without paying the GTK developers anything ??!

    Do you actually have a clue what free software is about ??

    you create free software -> you can use Qt for free

    you create commercial software-> you have to pay Trolltech.

    This is a completely healthy economic system :-)

    Too bad that stupid hypocrits like you don't understand that...

  5. Re:This is better than my Wallet Virus... on SirCam on Linux via WINE · · Score: 1



    A Wallet Virus is a program that infects the wallet and drains it.

    Are you talking about your wife ??
    ;-)

  6. computer games bad !! on Japanese Researcher Finds Gaming Stunts Brain · · Score: 1

    Computer games cause violent behaviour !

    That's why I spank my monkey in Black & White.
    :-)

  7. .NET GCC on Reverse Engineering .NET - Good, Bad or Inevitable? · · Score: 1



    Linux Magazine has a good article on how GCC could support Microsoft .NET.

    You can find it here

  8. Re:Linux vs OS/2 (and other questions) on Ask IBM's Linux Marketing Director · · Score: 1

    should be : Desktop Operating System
    ofcourse...

  9. Linux vs OS/2 (and other questions) on Ask IBM's Linux Marketing Director · · Score: 1


    Dear Mr. Handy,

    Will we ever see some kind of "merging" between OS/2 and Linux ? (a PM-shell for Linux or something?).

    What's your opion about the "Linux-ready-for-the-desktop" debate ? Do you see Linux as a potential Desktop Operating ?

    How will IBM promote Linux ? Desktop OS, Server OS, or both ?

  10. Re:They're going about it all wrong! on Cyc System Prepares to Take Over World · · Score: 1



    AND I know not all of you believe that we evolved from another life form, so the alternative method would be to assume godlike powers, and do whatever gods do when they make intelligent beings.






    Maybe Lionhead-studios will release a version of "Black and White" for the CYC .

  11. Re:This is a sensible licensing scheme on Thomson Announces Royalties For MP3 Streaming · · Score: 1



    But what about all these artists at mp3.com ?

    Most of them can't afford 2000$...

  12. Re:That is not free then on "For Use on Free Operating Systems, Only!" · · Score: 2

    I agree.

    And what about the other problems :

    Cygwin would no longer be allowed to port the GCC compiler to Windows ( a non-free OS).

    BeOS (also a non-free OS) uses a lot GNU tools (GCC). The most important factor : Developers of GNU software that use a non-free OS as a development platform would be unable to develop their software any further.

    Companies invest money in open-source projects (ex: PostgreSQL) because the software runs on different flavors of UNIX. If we limit free software to free operating systems (like Linux), the open-source business-model will fail (only companies that use Linux will invest in Open-Source companies

    It removes the Free out of Free Software.


    This is not a win-win situation. It's a lose-losebigtime situation


  13. Re:Wrong project type (soft of) on Another Free Operating System: NewOS · · Score: 1

    I 'don't know much about the X-Window internal architecture. What's so bad about it that everybody wants to get rid of it ?

  14. Re:millions of lines of code. on The Superior Motif? · · Score: 1

    Now that Motif is free, I can't see any reason to consider Qt with it's expensive licensing...at least for closed source.

    Then I will give you a few reasons :

    - It is cross-platform. If they ever decided to switch to Windows or Mac, all they have to do is recompile.
    - It is written in C++ which makes GUI programming a lot easier.
    - It has a very well-designed class-layout (no spaghetti-inheritance)
    - Qt has a good GUI-builder (Qt Designer).
    - Since Qt is also licensed under the GPL, you can test it to see if it fits your needs.

  15. Memory leaks... on What Memory Leak Detector Do People Use? · · Score: 1

    I use a memory-tracker library I found at www.flipcode.com in the "ask midnight section". It works pretty good...