Slashdot Mirror


User: nns6561

nns6561's activity in the archive.

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

Comments · 57

  1. Re:I just discovered Debian on Linux 2.6.0 Kernel Released · · Score: 1

    I can't say I've experienced those problems with the packages. I just find that whenever I build my own kernel, I inevitably leave out half a dozen modules which I only realize I need two months later. At that point I'm forced to recompile the kernel, and I usually don't have the time to do so. I guess the fact that I have the world's most boring hardware helps.

  2. Re:I just discovered Debian on Linux 2.6.0 Kernel Released · · Score: 1

    That's the painful method. It certainly works, but I wouldn't suggest it unless you enjoy hand-tailoring your kernel. I'd wait a couple of days until a package is available. Then just apt-get install kernel-image-2.6.0-[arch]

  3. A Completely Different Idea on How to Legally Infuriate the RIAA? · · Score: 1

    Rather than that idea, how about this:

    Write a new filesharing app.
    Restrict the app's use by the RIAA with the license aggreement.

    The RIAA would only have 3 choices.
    Ignore the new network.
    Violate the DMCA and reverse engineer the protocol.
    Violate the license agreement.
    The second two options are currently illegal; however, I don't think too many slashdotters would be upset if those options were legal.

    We need to put the RIAA to work for use.

  4. Finally! They already did this for Quake! on Real Life Doom With Point-And-Shoot Positioning · · Score: 1

    I'm surprised nobody remembered this article. It was about being able to play Quake in the real world. I guess someone got around to backporting it to Doom.

  5. Re:New gardening tip... on DIY Living Computer Battery · · Score: 2, Interesting

    You joke, but many modern, lead-acid batteries require watering. For example, the large batteries used on forklifts currently require watering about once a week.

  6. Re:Too Much Code on Building Consoles For Fun · · Score: 1

    First of all, I'm a student with about as much experience as they have. Seondly, I wasn't talking about unsynthesizable features. I was talking about features that simplify the amount of code needed that create the same features. Sorry if I wasn't clear here. I would agree that one shouldn't use features that make for unsynthesizeable code. Having done very similar projects, I still think it's too much code.

  7. Too Much Code on Building Consoles For Fun · · Score: 3, Insightful

    Anybody else surprised by the fact that it took 9000 lines of code. Having done similar projects in VHDL, it should take less than 1000. Looking at their code, I understand why. They did not use any of the more complex VHDL features. No generics or loops. The entire project was just poorly thought through.

    Cool idea though.