Slashdot Mirror


User: Profound

Profound's activity in the archive.

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

Comments · 362

  1. Re:Millenium starts whenever the crud we want it t on Am I Alone After the World Collapsed?!? · · Score: 1

    Good idea, I'm sure OS religious nuts make much better time systems than Roman religious nuts.

  2. Re:At the time, I thought "Slashdot" was pretty la on The Corporate Lame Name Game · · Score: 1

    aitch aitch tee tee pee, slash slash slash dot dot org

  3. Quick Clinton... on Anti-WTO Riot, State of Emergency in Seattle · · Score: 1

    ...build a temple or a Cathedral.

  4. Don't forget the Free CD on the cover. on Are Computer Magazines Dead? · · Score: 1

    The last computer magazines that I've purchased were bought primarily because they had the latest distro or lots of megs of interesting stuff on the cover CD.

    It costs under $8au and saves me from having to buy the latest distro or spend a ridiculous amount of time downloading it. The magazine has cheaper & faster bandwidth than the internet. (at least on my connection)

  5. Re:But is recompiling really recommended? on Helping Linux Newbies Move to the Next Level · · Score: 2

    The kernels that come with the OS by default are configured for maximum compatability, which is smart, because they are going to be used on a wide variety of different machines. Often with the broad compatability comes a lack of optimisation, ie the kernel is compiled for 386's, has patches for obscure chipsets you might not have etc.

    If you're running a n-86, why not run with n-86 optimisations? Often recompiling can give a substantial boost to some applications, the X screensavers that are heavily FPU intensive, for instance.

  6. Thats lucky on Oil Isn't from Dinosaurs & Other Iconoclasms · · Score: 1

    Just think of all the trouble we'd have to go to with cloning dinosaurs and burying them so future generations can have the god given right to drive fuel guzzling 4 wheel drives.

  7. The purpose of the internet was to... on How the Internet Boom Harms Society · · Score: 3

    ...allow researchers from around the world to communicate with each other more easily. Thus the internet allows creative/intelligent people of all fields, not just computer science to interact and share their ideas amongst themselves.

    Thus the internet increases combined intellegence, rather than draining it away.

  8. Oxymoron on Microsoft Clarifies Linux Myths · · Score: 1

    Marketing wisdom? That's the second best oxymoron I've heard, after Oversexed of course ;)

  9. Re:Vote 1 for XTux on Linux Journal 1999 Readers' Choice · · Score: 1

    (slips him $20)

    Here's the homepage:
    XTux

  10. Re:BASIC? on Computer Programming for Everyone · · Score: 1

    I goto a

    Evidence why that's not such a good idea!

  11. Re:WTF is a durian? on IF bugs, THEN marketing director eats insects · · Score: 1

    They don't taste that bad. But you have to smell them first, and every smell-bud (or whatever they're called) in your nose is saying NO! NO!

    You can buy durian flavoured icecream over there, it's not that bad.

  12. Program in straight Xlib? on Is X The Future? · · Score: 1

    Because I was interested in coding some Xlib as a programming exercise, I wrote my first X app (XTux in raw Xlib (uses libx and libXpm only) and I have to say it is a bitch to do.

    Color management is completely horrible, as are fonts. Toolkits and higher level abstractions do not decrease portability, they increase it, because your programs can run on other windowing systems.