Slashdot Mirror


User: valshaq

valshaq's activity in the archive.

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

Comments · 16

  1. Re:Bootability on FreeDOS 1.0 Released · · Score: 1

    I thought it would be great to automate assembling of a FreeDOS boot disk containing always the newest kernel, freecom, himem.sys and so on. Still great for updating your BIOS.

  2. Re:freedb2.org compatibility on Freedb.org Ending · · Score: 2, Informative

    You can still download the tar.gzipped database from 2006-07-01 from the mirrors.

  3. Re:Ignore these benchmarks on Athlon Socket AM2 Review · · Score: 1

    But with only one stick you couldn't profit of the dual channel memory controller. This sucks.

  4. Re:Bootlegs often aren't bit-by-bit on DRM and the Myth of the Analog Hole · · Score: 2, Informative

    But when your system is completely DRMified, this won't be possible anymore.
    Any non-complying application will be unable to be started.
    Booting an alternative system will be unable to access the content you even have in your IEs cache because it's heavily encrypted.
    That's what "Trusted" means.
    Systems not "trusted" will not be able to fetch that "content" anymore, naturally.

  5. Re:Some explanations ... on France To Force iTunes to Open to Other Players? · · Score: 1
    The online music market is divided in 3:
    Apple and its FairPlay DRM
    All the other big distributors and their MS DRM
    Some small distributors use MP3 or OGG
    Well, it's just that by far most users chose http://www.emusic.com/ because they use non-DRM-encumbered mp3.
  6. Re:UN's document is absurd and oxymoronic on MS Has Free Software Removed From U.N. Paper · · Score: 1
    I find it harder and harder to buy Music in an unencumbered format...
    Look at http://www.finetunes-solutions.de/new/en/index.htm l for a worthily exception.
  7. EULA madness on Simplifying Commercial Software Development? · · Score: 2, Insightful
    ...end user license agreements to write...
    O my god! Do you want to play Microsoft or what? It is NOT needed/useful to waste your time setting up such rubbish that obstructs potential users.
  8. Re:I would ++love++ to see bash do this... on Accurate ANSI Emulation in Mac OS X? · · Score: 1

    Screen http://www.michael-prokop.at/screen/#basics is quite nice for those who need it (for example multiple session with only one ssh connection).

  9. Re:I promise this isn't a joke on Chairs that Won't Wreck Your Back? · · Score: 1
    Too bad my girlfriend decided to jump in to my lap when I was sitting in the chair and that trashed it. So now I have to buy I new one. I had the keyborad in my lap and a snap-on mouse board for the mouse.

    Ouch, that must have hurt your girlfriend! ^^

  10. Re:I don't game on What's Your Favorite Open Source Game? · · Score: 1

    So why isn't it linked on that side? :-)

  11. Re:Red Hat? on Suggestions for Apache Tomcat Support? · · Score: 1

    HP (http://www.hewlett-packard.com) offers a Linux Reference Architecture they presented in a keynote on Linuxtag. It also includes Apache on RedHat or SuSE systems.

  12. sleep on the desktop on ACPI and S3 Sleep on the Linux Desktop? · · Score: 1
    ...concerning their use of sleep on the desktop...
    Hmmm, with all that outsourcing and so on, I wonder who is still able to take some sleep on his / her desktop?
  13. Re:This is worth noting re. GPL on Embedded Linux Overview: Free Beer, Free Speech · · Score: 1
    Well, the problem that I see is:

    Linus didn't care too strictly about licenses and copyright in the past. So, it would be very difficult to enforce the copyright on the kernel as a whole (that's why Christoph Hellwig had to invent that technical solution for his own modules).

    Defacto practice just sucks: nvidia (or ati or whoever) creates that cool hardware we all need to have and makes it almost impossible to write free and legal drivers for it. That's why binary-only drivers are so dangerous and I'm so happy they aren't legal :-)

    Linus' note:
    NOTE! This copyright does *not* cover user programs that use kernel services by normal system calls - this is merely considered normal use of the kernel, and does *not* fall under the heading of "derived work".
    This doesn't include modules as they are using special system calls, but only user programs. Kernel modules are NOT user programs, they don't even live in user space.

    (About my first citation: I answered to the comment in which the lwn.net article was posted and cited only those parts that seemed to clarify the misleading interpretation of that comment.)

  14. Re:This is worth noting re. GPL on Embedded Linux Overview: Free Beer, Free Speech · · Score: 1

    http://lwn.net/Articles/13398/ (fifth/sixth paragraph) And no, it's not illegal to MAKE such a module but to distribute it ;-)

  15. Re:This is worth noting re. GPL on Embedded Linux Overview: Free Beer, Free Speech · · Score: 1
    If you had read that article instead of just posting it, you would have noticed that binary-only modules are illegal and even Linus agrees to that nowadays:
    This is, of course, an explicit shot across the bow of anybody who distributes proprietary kernel modules. Linus, then, sent out his current view on binary-only modules:

    There is NOTHING in the kernel license that allows modules to be non-GPL'd.

    (cited from that very article :-)
  16. Re:Daylight saving changes on Weird PC Clock Behavior? · · Score: 1

    To disable this daylight saving fuzz, just put your hardware clock to UTC. Adjtimex and friends prefer that.
    Not possible if you use any other OS on the same machine, though.