Slashdot Mirror


User: OneEyedApe

OneEyedApe's activity in the archive.

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

Comments · 242

  1. Re:One disappointing comment in the article... on Harry Potter and the Entertainment Industry · · Score: 1

    In my house, there are about 1000 legally purchased CDs. The best ones were around $10. Some of the worst were about $20 or more (the exception being multi-CD sets such as Le nozze di Figaro, an opera by Mozart).

  2. Removing Bugs on Zynot Foundation Forks Gentoo · · Score: 1

    I think what they were hoping is that you would be willing to do a rather important piece of work most people won't do. Namely, debugging. Everybody seems to want to be on the cutting edge, leading into the future, but no one really seems to want to get rid of existing bugs.

  3. Re:Well, this is just great... on Zynot Foundation Forks Gentoo · · Score: 1

    Actually, Gentoo supports about 25 different kernels, some with multiple options, including unmodified official sources straight from www.kernel.org.

  4. Re:SERIOUS QUESTION on Zynot Foundation Forks Gentoo · · Score: 1

    It appears that is what Mr. Welsh is doing. The article here was to explain why, as forking does seem to be frowned upon in some quarters.

  5. Then again... on Zynot Foundation Forks Gentoo · · Score: 1

    A fair number of people, myself included, will be quite happy with an OS that does not really worry about a market. I have no problem paying for games, or really powerful and useful software, but it is nice to have an OS that is not tied to a company.

  6. Re:SERIOUS QUESTION on Zynot Foundation Forks Gentoo · · Score: 1

    KDE is a (K) Desktop Environment. A window manager is only a small part of it.

  7. Re:SERIOUS QUESTION on Zynot Foundation Forks Gentoo · · Score: 1
    Fresco

    Not quite there yet, but it is a start.

  8. Re:Thats not true. on FreeCraft Cease and Desisted by Blizzard · · Score: 1

    Last I looked, Diablo 2 was not an MMORPG. Yes, Diablo 2 is an RPG that you can play online with other people, but it does not approach the scale of Everquest, Asheron's Call, etc.

  9. Re:But no music on RIAA Not Done With Jesse Jordan · · Score: 1
  10. Re:I dont hate Blizzard on FreeCraft Cease and Desisted by Blizzard · · Score: 1

    Last I looked, World of Warcraft is going to be an MMORPG. So far, any major MMORPG has been pay-to-play. Those need a good bit more support in the server department than helping 2-4 people find each other for a game.

  11. Re:Can I with sample with no strings? on Win4Lin 5.0 Reviewed · · Score: 1

    Well, there is an $89.99 downloadable version, and a $99.99 Box Set version, but there does not appear to be a free version.

  12. Electric Monks on Robots Without a Cause · · Score: 1

    Now someone needs to write an electric monk that will believe things for you. I suppose the alpha version would believe that everything was pink. And on the topic of further automation, there is also Progress Quest, a RPG that plays for you.

  13. Queens of the Stone Age on Bill Gates, Entertainment God? · · Score: 1

    On the second page of the article, they reference a song off of Songs for the Deaf. "First it Giveth". Appropriate, because the lyrics go something like "first it giveth, then it taketh away".

  14. Re:Good, but not good enough. on EvilWM - Minimalist Window Manager · · Score: 1
    Comparing FVWM to GNOME is like comparing an apple to the end result of an Iron Chef competition where the theme ingredient was oranges.

    FVWM is a window manager, GNOME is a full-blown desktop environment. Comparing them does not really make sense.

  15. Re:If only a few people like your game... on Game Originality: Any Left? · · Score: 2

    I also have not seen any OSS game with the graphical quality of a top-selling proprietary title, but I have not seen many top-selling proprietary titles that equal the quality of games such as Nethack. ;-)

  16. Re:Geeks just want to learn on Is the Seeking of Lost Skills/Arts a Hacking Analog? · · Score: 3, Interesting

    It might be "Jack of all trades, ace of none". At least that is what I have heard.

  17. Re:Seriously... on Symantec CTO on Flash Attacks · · Score: 1

    Using either the capabilities of the browser, or an external program, most, if not all popups can be blocked.

  18. Re:Debian? on Gentoo Reviewed · · Score: 1
    emerge sync && emerge -u world

    Or

    emerge sync && emerge -u <package-name>

    Takes a while, but usually does its thing without any trouble
  19. Re:ClearChannel has put people in physical danger on More on Media Consolidation · · Score: 1

    They should be repeating the warning. Once is not enough.

  20. Re:okay, fine, I'll explain it on What I Hate About Your Programming Language · · Score: 3, Insightful

    I program in LISP, mostly for fun, and I don't worry that much about parens. A text editor that highlights matching parens and a bit of careful indentation allows me to mostly ignore the vast sea of ( and ).

  21. Re:Java and the operator overloading.. on What I Hate About Your Programming Language · · Score: 1

    With regard to your last statement, character strings are not numbers, and in the normal course of events do not represent numbers, and are therefore not subject to the normal mathematical laws. There is no communative property of string concatenation.

  22. Re:Agreed on The Spirit Of Unix vs. The Unix Trademark · · Score: 1

    What might work would be using a /. based mod system in a wiki. This could help seperate and filter out the noise, while leaving it in there for those who happen to be interested.

  23. That would be KDE on If I Had My Own Distro... · · Score: 1

    I have seen that behavior in KDE (K Desktop Environment), but not anywhere else.

  24. Re:"If I had my own distro..." on If I Had My Own Distro... · · Score: 2, Insightful

    Linux is a kernel which is commonly accompanied by the GNU system, and possibly an XFree system with KDE or GNOME on top. If this is running on a Mach kernel, then it may well be a Mach based Linux compliant GNU operating system.

  25. Re:Drop X on If I Had My Own Distro... · · Score: 1

    The point of X is to be a low level system. gtk+ and QT are higher level libraries designed to be used by app developers. I agree that the development of a low level library designed for a single system would be a good idea, but scrapping X entirely would be a bad idea.