Slashdot Mirror


User: XoXus

XoXus's activity in the archive.

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

Comments · 81

  1. apt-get on Slashback: Aptitude, Consolation, Security · · Score: 5

    apt-get install common.sense

    Well, I'm still waiting for

    apt-get install athlon-1GHz

    Hmmm... doesn't seem to work - Must be a bug. I'll see what I can do... look out for my patch (any day now...)

  2. Easy way to clean keyboards on Cleaning Your Keyboards? · · Score: 2

    Just dunk it in some 30 mol acid (Hydrochloric acid works well).

    It tends to remove the writing on top of the keys, but who needs them?

    Oh, just make sure you wear a nose+mouth mask - the fumes are actually toxic (no joke).

    David.

  3. 1280x960 on Where Did 1280x1024 Come From? · · Score: 3

    Ideally, you'd have 1280x960, but since 960 isn't a multiple of 128 (or 256), it messes up various hardware blitting methods.

    One of the popular VGA modes was 320x256 (which is in the 5:4 ratio). It meant that you could have an array of scanlines, and index them with a single byte (with no wastage).

    David.

  4. My own experience on Writing Protected Mode x86 OSes? · · Score: 3
    The best thing I found was to ignore trying to make the bootloader and the code to get into protected mode. Instead, use GRUB (look on freshmeat) to load your kernel.

    I'd definitely recommend checking out the OS FAQ:

    Here

  5. You're all forgetting what a _license_ is... on License Cocktail With GPL In Doom · · Score: 3

    A license is something that declares the rights of whoever receives the release. Thus, if some code merely sits on my harddrive, there is no concept of it being "GPL'd".

    Likewise, I could release it separately under 3 different licenses. Of course, only 1 license applies to you when you download it... it's just a matter of determining which license you've selected (for example, different links, or different tarballs).

    Now technically speaking, since Carmack released the Doom source code into the public domain (forgive me if I'm wrong about that), then I can take the code, burn it onto a CD, and release it under whatever license I like -- and it's perfectly legal. There aren't any "conflicting licenses", since public domain releases are (by definition) unlicensed.

    I wish people would stop saying "I want you to GPL ThisSoftware", or "is that software GPL'd?". You should be saying things like "that software has been released under the GPL".

  6. Lithium on Network Monitoring Tools For Unix? · · Score: 1

    A friend of mine wrote quite a nice package called Lithium that has a GTK GUI, and it sounds like it'd probably fit what you want. I couldn't find it anywhere (seems to have disappeared), but the author is James Wilson.