Slashdot Mirror


User: Grievre

Grievre's activity in the archive.

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

Comments · 30

  1. Berkeley on Keyboard Sound Aids Password Cracking · · Score: 1

    Sheesh, I mean we're famous enough...

  2. Re:downloading music is not illegal? on NYT Promotes File Sharing · · Score: 1

    What about music that's free, sir?

  3. Re:Deregulation is a crock on Disney Suggests Mandating DRM On All Media · · Score: 1

    What the fuck? How is this deregulation kind sir, as regulation is being increased?

  4. Late... on Apple Patented by Microsoft · · Score: 1

    Fark had this at least a day before you guys :)

  5. Re:I agree! on The Pure Software Act of 2006 · · Score: 1

    Nope, they're not. They're also possibly breaking the DMCA. But anyway, click-through "contracts" are a joke and probably won't hold in court for long.

  6. Re:And I'm sure... on The Pure Software Act of 2006 · · Score: 1

    You're being a little confusing... do you mean Free Software (FSF definition) or freeware?

  7. Re:Just because you support an open source OS... on ATI Releases Drivers for XFree 4.3.0 · · Score: 1

    "Implying that some just because you write code that targets LINUX you must release it as open source."

    I never said this, read more carefully.

    "by "support" I mean empowering end users to use device"

    What's your definition of "use"? I "use" Linux by
    looking at its source code to find out how it
    works. I "use" quakeforge by modifying it to learn
    how to light models more realistically, or to
    draw more efficiently. When I "use" software, I
    don't just use it's functionality, I use its code
    and I use its Freeness.

    A very large part -- even if it is a minority --
    of people using Linux do so because they want to
    use a Free Software operating system, not simply
    because it's better. When proprietary drivers
    are required for Linux to be useful for a purpose,
    you are faced with a choice:

    a) Don't use the proprietary drivers and suffer
    a lack of functionality.
    b) use them, and cause your OS to become non-free.

    In regards to your comment about end users not
    caring, I agree. I also agree that end users need
    to stop being end users.

  8. Re:Just because you support an open source OS... on ATI Releases Drivers for XFree 4.3.0 · · Score: 2, Insightful

    You can't support an open source operating system with non-Free code. When you're writing a binary driver for Linux and X, you are not in fact supporting it.

  9. Re:So they stick to the new license... on XFree86 4.4 Released · · Score: 1

    Example of misuse: if you were to do file /bin/bash, it would tell you that it was an ELF binary compiled for GNU/Linux. This is a blatant misuse, because a statically linked binary need not depend on anything other than the kernel, Linux, itself.

  10. Re:So they stick to the new license... on XFree86 4.4 Released · · Score: 2, Informative

    Linux is a kernel, not an OS. Calling an entire
    system "Linux" is just incorrect. GNU/Linux is a
    specific term which signifies the combination of
    the GNU system and the Linux kernel, however, it
    is also incorrect, as many of the core components
    of a linux-based system (sysvinit, lilo, fsck,
    modutils/module-init-tools) are not part of the
    GNU system, but neither are they part of "Linux".

    A bare-bones linux-based system is
    generally comprised of GNU libc, GNU bash, GNU
    fileutils, sysvinit, module-init-tools, fsck,
    LILO (or alternately, GRUB), some sort of
    packaging system (optional), and Linux itself.

    in some cases, most of those tools are replaced
    by something like busybox, in which case the
    system contains no strictly GNU programs at all.

    What part of that can be considered the operating
    system? If you go by what is required to make
    programs work, then it's just the kernel, a shell
    (whether it be ash, bash, csh...), and a glibc.

    If the program doesn't use the shell, that's not
    needed, but it might. If the program is
    statically linked, it doesn't need glibc, but
    most programs aren't.

    If you say "I use linux", you are correct.
    If you say "my machine runs linux", that's right.
    If you say "linux is a better OS than windows",
    you might realize that most of what makes the
    system what you would consider an OS is not,
    in fact, part of Linux.

  11. Re:With my tinfoil hat on... on XFree86 4.4 Released · · Score: 2, Informative

    Uh... you get to recompile DRM with every kernel upgrade, as well as ALSA, i2c etc and just about any other kernel module. nvidia's driver isn't unique in this.

  12. Quake! on Good Online FPS Games/Servers For Beginners? · · Score: 2, Informative

    Quakeworld has been GPL for a few years, and it's still a quite entertaining game. For a good *nix client (SDL based so should be easily portable), try the quakeforge project (http://www.quakeforge.net/) The shareware quake game data is available some- where on id's ftp (ftp://ftp.idsoftware.com/) And if you can't bear having just the shareware levels, you can get a free mod such as Team Fortress (http://www.planetfortress.com has files). Otherwise, the commercial version costs like 10 bucks.

  13. Re:Team Fortress (TFC) is cheap, easy, and fun on Good Online FPS Games/Servers For Beginners? · · Score: 0, Flamebait

    TFC is also not free software and not ported to anything other than windows. and btw, Snipers ruin the game.

  14. Re:When Free Software FUDs other Free Software on XFree86 Alters License · · Score: 1

    I understand it as this: if I write code for a GPL'd project, *I* can later (as later as I want) release just THAT code under MIT license, because that part is still my code to do with what *I* wish. However, when it is distributed WITH the GPL'd project, it's GPL'd. That's the "viral" part, a GPL'd project can only contain GPL'd components. In order to contribute code to a GPL project, you have to relicense the code under the GPL, but *only for that project*, it can still be distro'd seperately under any license you want. Therefore, a "GPL-compatible" license is a license that a) contains no restrictions that the GPL doesn't and b) Allows code to be relicensed under the GPL. The confusion comes when someone contributes code to a GPL'd project that was also released under MITL. Can you take that code out of the GPL'd project and use it as if it were MIT licensed? Some say no, some say yes, few know for sure. To answer your second question, if a linux contributor decided to release their code seperately under the MIT license, they could. However, when distributed as part of the kernel, it remains GPL.

  15. Re:Why shouldn't it be? on XFree86 Alters License · · Score: 1

    What if a proprietary fork becomes more popular and makes your version unimportant, hijacked for reasons of greed? Would you like it if your company took your code verbatim, made it a little flashier and sold it under say.. the windows XP license, then brushed the fact that you wrote it under the rug?

  16. Re:Why shouldn't it be? on XFree86 Alters License · · Score: 1

    And SELLING a BINARY-ONLY version of the work with minor modifications and disallowing *all* copying/modifying isn't "arbitrary restrictions"?

  17. Re:Why shouldn't it be? on XFree86 Alters License · · Score: 1

    Who in bob's name modded this +5 interesting? How exactly does the GPL prevent commercial exploitation? gee, redhat must not exist if it does!

  18. Not an advertising clause on XFree86 Alters License · · Score: 1

    This is not an advertising clause. It merely requires the addition of what could be construed as a copyright notice into the "End-user documentation" If you consider the program's own output "End-user documentation", the GPL already provides for this!

  19. Re:When Free Software FUDs other Free Software on XFree86 Alters License · · Score: 1

    That's wrong. If I put my own code into some GPL'd project, the code by itself remains mine and I'm free to use it however I want. I am not however allowed to release it under a more-than-GPL license TOGETHER with the project it was written for. Understand, rubberband?

  20. Re:And the GPL license is incompatible with BSD on XFree86 Alters License · · Score: 1

    This is absurd. Making the GPL (not GPL license, mister repetetively redundant) "compatible" with the BSD license would involve removing most of what makes it the GPL. the MIT / BSD licenses and the GPL are intentionally and irrevocably different.

  21. Re:Doesn't matter on Microsoft-Funded Linux Studies Benefit ... Microsoft · · Score: 1

    If that's your sig, it's poetically appropriate.

  22. Open source assurance? on Red Hat's Open Source Assurance Program · · Score: 1

    I'd like to see assurance that Red Hat will stay open source. With their recent inclusion of non-OSS licensed software and their not-so-recent attempted sidestepping of the GPL re: support licenses, I'm not so assured.

  23. Re:Desktop Linux on 2003 Vaporware Awards · · Score: 1

    Linux is ready for the desktop NOW, it's just a matter of who is ready for Desktop Linux.

  24. Re:YHBL YHL HTH HAND on Linus Says 2004 is the Year for Desktop Linux · · Score: 1

    Isn't it YHBT?

  25. Mod article -1 troll on Depenguinator "Upgrades" Linux to BSD · · Score: 1

    Subject says it all :P