Slashdot Mirror


User: Uselessness

Uselessness's activity in the archive.

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

Comments · 6

  1. Go to Microsoft Knowledgebase... on IE "Persistence" Tracks Without Warning · · Score: 2

    Try this yourself if you've got IE5 or higher... Go to www.microsoft.com, click on the Support menu up top, then click on Knowledgebase...

    Enter some search terms and look through the wondrous bugzilla that MS runs... Just give it one or two search terms or something... Now close out, wipe out your History, wipe out your Temporary Files and all the hoohah. Then wipe out cookies.

    Now come back in and check Knowledgebase. Hurrah! It remembers your search term, because you've got SECRET INFOES in some XML file buried deep somewhere.

    BORING.

  2. Horrifying reality... on Hackers And Mysticism? · · Score: 1

    The scary reality of life is as follows...

    There is no God.
    There is no Magic.
    There is no Spirit.
    There is only a cold, sterile, dead universe governed by harsh physical laws.

    Welcome to existence, fellow humans! Enjoy your delusions while you slowly oxidize towards your permanent, endless death.

  3. Re:Evils of Linux on Various *nix OSes Open To Format String Attacks · · Score: 1

    What in the fuck are you talking about?

    Stop. Just STOP.

    [[[ As for Netscape, they get a buttload of cash from advertising. However, they're more infatuated with Java, hence the reason for Netscape's lag of 25000 milliseconds when accessing a webpage, even on OC3. ]]]

  4. Re:As a BeOS user, all I can say is... on Open MPEG-4 Codec Contest · · Score: 1

    Sorenson.

    Stop being so contrarian. Your snottiness far exceeds your actual knowledge and abilities.

  5. Oh bah... on Is This How Sol Will Die? · · Score: 1

    I've NEVER seen sol.exe die... The mouse and the cards get a little wonky sometimes, but a bluescreen for sol? Perish the thought.

    I think you Linux zealots are getting too paranoid...

  6. Yawn. Duh. on Is UNIX An OS? · · Score: 1

    While we're stating the obvious for attention, let me join in.

    Programs and files in your unix-style computer do not grow on trees. There is a purpose to each and every file in your filesystem, and they all have sources.

    The kernel, and all the files that make up the kernel are packaged by the kernel authors.

    The shell, of which you can choose from dozens, are packaged by the creators.

    The little dipshit programs like cat, du, whatever generally come from some major FSF-written program bundles. Textutils, shutils, binutils, diffutils, fileutils, and findutils come to mind.

    make, m4, and other packages provide tools for compiling things.

    GCC is a collection of tools and compilers and programs that enable software of many different languages to be compiled, analyzed, and changed.

    This is a rudimentary list, There are many more things I have neglected to mention that your computer comes with.

    X11 brings dozens of programs and resource files and libraries with it.

    Your desktop environment(s) bring multiple thousands of libraries, binaries, and configuration files to the scene.

    Applications bring thousands of files of their own.

    Just because binaries tend to be thrown into a common location (/usr/local/bin) doesn't mean they're an amorphous blob called UNIX.

    Don't forget servers, scripting languages, games, all the other crap that makes things fun.

    It is a testament to the Unix project that with merely a functioning kernel, a terminal driver, a shell, and a few dozen one-trick-pony 'applets', profoundly neat things can be accomplished.

    If you are bored, play with these commands.

    'type somecommandhere'

    Likely, you will be shown what binary is actually run when you type in that command.

    'alias' might tell you "secret" aliases that have been set up to make the command line more useful.

    If you have an RPM-based system, you can try 'rpm -qf /somedir/somefile' to see where the file in question came from.

    'rpm -qa' will tell you all the packages installed on your system.

    My penis hurts.