Slashdot Mirror


Large User Groups Cause Spontaneous Greying

tiny69 writes "According to Microsoft, a Person's hair turns grey if there are more than 500 users in a User Group. Supposedly, the grey hair does not affect the functionality of the User Group. Microsoft claims to have a solution to fix the problem. How many people do you know that have hair that has turned grey? This web site has a large collection of links to humorous Microsoft Knowledge Base articles."

71 of 385 comments (clear)

  1. What a Suprise by Herkum01 · · Score: 5, Funny

    My hair would turn grey too if I had to support 500 Windows users.

    1. Re:What a Suprise by garcia · · Score: 4, Funny

      Looks like the hair of the guy who runs this site just had their hair turn grey as they were supporting 500,000 Slashdot users.

    2. Re:What a Suprise by eingram · · Score: 2, Funny

      I've had grey since I was in the 7th grade. Three IT jobs later, and I have SO much more (seriously (and yes, they were all Windows users)).

      Now I'm doing something less stressful: working two jobs and going back to school.

    3. Re:What a Suprise by momogasuki · · Score: 3, Funny

      This only applies to Windows, though. Under Linux, hair regrowth occurs.

    4. Re:What a Suprise by Anonymous Coward · · Score: 3, Funny

      I've got hair on the palm of my right hand. Does that count?

    5. Re:What a Suprise by value_added · · Score: 3, Funny

      "Looks like the hair of the guy who runs this site just had their hair turn grey as they were supporting 500,000 Slashdot users."

      Out of curiosity, anyone have figures for how many slashdotters make a slasdhotting?

      I'd ask the folks at jazzkeyboard, but they're ... well, slashdotted.

  2. Shaking my head... by ErikTheRed · · Score: 4, Funny

    Actually, the humor value makes these far more useful than most Microsoft Knowledge Base articles....

    --

    Help save the critically endangered Blue Iguana
    1. Re:Shaking my head... by AKAImBatman · · Score: 2, Funny

      Not to worry! Someone decided that some of the most useful (and dry) knowledge on the 'net needed some (also dry) humor. Thus I give you: RFC2795, The Infinite Monkey Protocol Suite (IMPS)!!!

      Thanks. No really. I'll be here all week.

    2. Re:Shaking my head... by cloudmaster · · Score: 3, Informative

      You forgot RFC 1149 - Standard for the transmission of IP datagrams on avian carriers. Then there's 748 and 1097 for amusing TELNET options, 1605 for SONNET to Sonnet translation, 2324 and 2325 for managing coffee pots, etc. RFC 1924 is one that's a bit more subtle in its humor. A google search for "amusing RFCs" will get a more complete list, since it's difficult to remember them all. :)

  3. Microsoft Support Hair Turning Gray Now by tonyr60 · · Score: 2, Funny

    Obviously there are more than 500 users in the group trying to read the Knowledge Base Articles now.....

  4. Cue Roasted Server Jokes by prichardson · · Score: 4, Funny

    I'll start... I wonder if Microsoft has a Knowledge Base article regarding your server catching fire when you get linked from Slashdot?

    --
    Help I'm a rock.
    1. Re:Cue Roasted Server Jokes by cRueLio · · Score: 5, Funny
      well, if the server is running BeOS, you can always check by calling is_computer_on_fire()

      note: this function actually exists in the beos kernel kit, it is defined as
      double is_computer_on_fire(void)
  5. You should see my boss... by TheOtherAgentM · · Score: 5, Funny

    His hair isn't gray. It's gone. Supporting Windows also causes baldness.

    1. Re:You should see my boss... by thre5her · · Score: 2, Funny

      As well as hairy palms.

  6. Plenty by powerpuffgirls · · Score: 5, Funny

    How many people do you know that have hair that has turned grey?

    My granparents to start with, then a couple of old folks in the neighbourhood, and Harrison Ford too..

  7. and.. by aaron_ds · · Score: 5, Funny

    In other news, Linux gives you a bigger penis.

    1. Re:and.. by mcpkaaos · · Score: 4, Funny

      All the more reason for my girlfriend to switch back to XP.

      --
      It goes from God, to Jerry, to me.
    2. Re:and.. by jpmkm · · Score: 5, Funny

      So you prefer your girlfriend to have a small penis?

    3. Re:and.. by FuzzyBad-Mofo · · Score: 4, Funny

      I just knew there was a reason my boyfriend encouraged me to switch to Linux..

    4. Re:and.. by pVoid · · Score: 4, Funny
      Me fail english? That's unpossible...

      You'd never think Ralph wiggum would end up being trumped by none other than the president of the United States himself.

  8. Myself, I like... by herrvinny · · Score: 4, Informative

    Myself, I like Calculator Does Not Reliably Subtract Two Numbers in Windows

    Then what's the point of using a calculator in the first place?

    1. Re:Myself, I like... by Biogenesis · · Score: 4, Insightful

      Woulden't that happen sometimes because of floating point errors in the FPU anyway?

    2. Re:Myself, I like... by unixbum · · Score: 5, Informative
      Myself, I like Calculator Does Not Reliably Subtract Two Numbers in Windows
      Probably get marked troll for this but, taken off the supplied link.
      The information in this article applies to:
      Microsoft Windows 3.0
      Microsoft Windows 3.0a
      Microsoft Windows 3.1
      Microsoft Windows 3.11
      Microsoft Windows for Workgroups 3.1
      Microsoft Windows for Workgroups 3.11
      This bug only affects Windows 3.0-3.11
    3. Re:Myself, I like... by eman_2112 · · Score: 2, Informative

      Please, I like slaming M$ as much as anybody, but posting a link to Windows 3.0 issues. . . come on
      from your M$link: http://support.microsoft.com/?kbid=72540
      The information in this article applies to:

      * Microsoft Windows 3.0
      * Microsoft Windows 3.0a
      * Microsoft Windows 3.1
      * Microsoft Windows 3.11
      * Microsoft Windows for Workgroups 3.1
      * Microsoft Windows for Workgroups 3.11

    4. Re:Myself, I like... by Anonymous Coward · · Score: 2, Informative
    5. Re:Myself, I like... by acm · · Score: 4, Informative
      Raymond Chen had a good blog entry about that problem here:

      The innards of Calc - the arithmetic engine - was completely thrown away and rewritten from scratch. The standard IEEE floating point library was replaced with an arbitrary-precision arithmetic library. This was done after people kept writing ha-ha articles about how Calc couldn't do decimal arithmetic correctly, that for example computing 10.21 - 10.2 resulted in 0.0100000000000016.

      (These all came from people who didn't understand how computers handle floating point. I have a future entry planned to go into floating point representations in more detail.)

      Today, Calc's internal computations are done with infinite precision for basic operations (addition, subtraction, multiplication, division) and 32 digits of precision for advanced operations (square root, transcendental operators).

    6. Re:Myself, I like... by Decaff · · Score: 2, Funny

      Today, Calc's internal computations are done with infinite precision for basic operations (addition, subtraction, multiplication, division)

      Neat. So, Pi + 1 = ....

    7. Re:Myself, I like... by ColaMan · · Score: 4, Funny

      It can do infinite precision, you just have to enter all the digits of Pi first.

      --

      You are in a twisty maze of processor lines, all alike.
      There is a lot of hype here.
    8. Re:Myself, I like... by HokieJP · · Score: 2, Insightful

      Whoa there. Are you saying that there exists a number that's rational in base 10 but irrational in base 2? 'cause if you are, you need to stop and think about that one some more.

  9. Built in bug? by Biogenesis · · Score: 3, Funny

    The headings in the article are "Symptoms" and "Resolution". Why have they made out like this is a bug when it's just a feature?

  10. Re:Going Grey by NanoGator · · Score: 3, Funny

    "I get grey hair just thinking about Windows. Is that in the knowledge base?"

    Are the grey hairs I got trying to make sound work in KDE in the Linux knowledgebase?

    (Well I figure we might as well translate this joke to both sides.)

    --
    "Derp de derp."
  11. many are not even remotely amusing by SuperBanana · · Score: 5, Insightful
    This web site has a large collection of links to humorous Microsoft Knowledge Base articles

    Um, no, they're really not.

    Sampling:

    • Article about how an IBM flat panel monitor causes interference with the MS wireless mouse. Hahahahaaha. Not.
    • Article about how the user group ICON changes to one with grey hair. Not some amusing article about user groups(as in LUGs) as was implied. It's also not "spontaneous", it happens at exactly 500 users. Every single time. It's a small feature, really, that probably confused some MCSE's.
    • broken link to a supposed "pandora's box program" article.
    • the ages old, stupid "keyboard not present press F1 to continue"(WHEN YOU HAVE PLUGGED IN A $#@!ING KEYBOARD, when will you people understand it's not even remotely funny)
    • Article about how you can't eject a laptop from its docking station if one of the docking station ports is in use. HAHAHA. Not.

    I like geeky humor as much as the next slashdot reader, but many of the "funny "articles aren't even remotely funny- many of them describe some unusual problem, and that's it.

    There are a few gems(How to Read the Fucking Manual is amusing in that it's even there), but in general, they REALLY stretched the definition of "funny" on many of these submissions.

    1. Re:many are not even remotely amusing by Jeremy+Erwin · · Score: 2, Funny

      the ages old, stupid "keyboard not present press F1 to continue"(WHEN YOU HAVE PLUGGED IN A $#@!ING KEYBOARD, when will you people understand it's not even remotely funny)
      Please explain how one "plugs in" a bluetooth keyboard.

    2. Re:many are not even remotely amusing by real_smiff · · Score: 4, Interesting
      it got modded by mods who also happened to not find it funny. personally, i normally don't find geek humour funny, but some of these i liked. e.g.

      • Q269916: Office Assistant Makes Sudden Loud Noise
      • Q261186: Computer Randomly Plays Classical Music
      • Q264642: Scenery Shudders Violently When You Fly the Concorde
      • Q284895: Text Is Typed by Office Assistant Sounds When Microphone Is Turned off or Unplugged (actually super annoying when it happens i bet)

      sure it's not deep lasting humour but it's ok for a quick laugh.

      others are just lame (Cookies Lost After Upgrading to Windows XP, whatever could that mean, or Q323927: How to Resurrect a Dead Character, yes i bet it's not a game), or like Q174630: Windows Restarts Continuously with Blue Screen, just not funny. at least for anyone who's had to deal with windows computers.

      that page needs cutting down.

      --

      This is my Sig, this is my Gun. One is for Slashdot and one is for Fun.

    3. Re:many are not even remotely amusing by loraksus · · Score: 2, Funny

      whoa there buddy, easy on the fucking cursing.

      Read the Fantastic Manual ;)

      --
      1q2w3e4r5t6y7u8i9o0pqawsedrftgthyjukilo;p'azsxdcfv gbhnjmk,l.;/
  12. MS - New Business Venture by linsys · · Score: 2, Funny

    In Technology News Today, Microsoft has announced it's leaving the software industry and decided to use their programmers REAL tallent, Commedy!

    We have decided to give back the technology sector to the Real Programers and venture into contenet driven comedy web sites, shoot we already have the Database....

    Funny.com look OUT!!

  13. Re:I posted this earlier today by powerpuffgirls · · Score: 3, Informative

    It's because some browsers (like my Firefox) use google.com to search for the typo, and sure enough, www.microsoft.com is the first link if you search http in google.com.

    If you enter "imoou" in the Firefox address field (without anything else, just imoou), you'll get redirected to the first link as if you search the same term in google.com.

  14. Re:I posted this earlier today by dev007 · · Score: 2, Informative

    Using Firefox 0.9.1: It looks like it does a Google search for "http" and sends you to the first result for "http", which is www.microsoft.com. Why that is, I don't know.

  15. yipeee by GISGEOLOGYGEEK · · Score: 2, Funny

    Great, a microsoft joke about grey hair and user groups.

    Now we'll have to put up with all the linux fanboys sporting freshly died deep dark hair, claiming the latest kernal has made them young.

    --
    George Bush + Linux = "I will not let information get in the way of the fight against Windows"
  16. You can't make some of this stuff up... by UnCivil+Liberty · · Score: 5, Funny

    The power of Christ compels thee! SATAN Causes High Memory Utilization in WUSER32

    Drr... Network Adapter Does Not Work if Unplugged

    404 ;) Barney Fun on Imagination Island Error Message: Barney Not Found

    Thank god Mozilla remembers passwords Error Message: Your Password Must Be at Least 18770 Characters and Cannot Repeat Any of Your Previous 30689 Passwords

    !!! Explorapedia Nature: Earth Rotates in Wrong Direction

    (insert your own quip here) Personalized Start Page Appears Upside Down and Backwards

    After installing MS-DOS on a computer system with both MS-DOS and UNIX, your SCO UNIX login sign disappears. - no complaints here UNIX Login Sign Disappears After Installing MS-DOS

    MS gets straight to the point Homepub Error Message: Something Is Missing...

    Can you hear me now? WD2002: Text Is Typed by Office Assistant Sounds When Microphone Is Turned off or Unplugged

    They say that imitation is the sincerest form of flattery Left Mouse Button Click Acts Like Right Mouse Button Click

    Hunny I shrunk the kids part 4 MSB Human Body Minimizes When Printing To HP Deskjet

    So what happens if you create a Windows folder in /windows? Erratic Behavior Occurs If You Create a "Desktop" Folder on the Desktop

    You don't say... ACC2000: Opening and Closing a Form Hundreds of Times Noticeably Affects System Resources

    Rim shot please... Julia Child Err Msg: Insufficient Memory to Function

    Has happened to me before Plus! 98: Computer Hangs When You Start Lose Your Marbles

    Douglas Adams couldn't top this "Object Not Found" Error Message Accessing "The Known Universe" in MMS

    And an oil change... MSB Solar: ErrMsg: Magic School Bus Needs More Memory

    --
    Distributed proteome folding @ WorldCommunityGrid.org
    Team Slashdot - Members:#1 Run Time:#1 Points:#1 Results:#1
    1. Re:You can't make some of this stuff up... by herrvinny · · Score: 4, Funny

      From SMS: SATAN Causes High Memory Utilization in WUSER32:

      The Security Administrator Tool for Analyzing Networks (SATAN) is a UNIX- based testing and reporting tool that collects a variety of information about networked hosts. SATAN will attempt to access many UDP and TCP ports across the network in a very short space of time.

      That proves it! UNIX is evil! Burn UNIX!

    2. Re:You can't make some of this stuff up... by _Sprocket_ · · Score: 2, Funny


      That proves it! UNIX is evil! Burn UNIX!


      If you repent first, you can continue using Unix under the watchfull eyes of Santa instead.
    3. Re:You can't make some of this stuff up... by RonnyJ · · Score: 2, Funny
      Error Message: Your Password Must Be at Least 18770 Characters and Cannot Repeat Any of Your Previous 30689 Passwords

      Note that the number of required characters changes from 17,145 to 18,770 with the installation of SP1.

      ...and some people say MS don't care about improving security :)

  17. Re:I posted this earlier today by mtnharo · · Score: 2, Informative
    Actually, I think it is related to your browser auto-searching in some way. A search for "http" in google yields microsoft.com as the top result. If your browser automatically does a search when you type a bad domain (http//www.ebay.com results in NXDOMAIN in nslookup, as it should), then it might be using that to end up at microsoft.com Usually the default search engine for Firefox is google.

    Oddly enough, Konqueror gives me an error about the url, but Firefox does send me to microsoft.com Strange but true. Changing your default search engine might change the page you end up at.

  18. Re:...and the obligatory Windows bashing. by jebiester · · Score: 2, Insightful

    You have to edit the freaking registry to change a simple icon's color?? How in the world do you expect the mythical "Joe Sixpack" to manage that? Every time you have a less-than-wizard user poke around in the registry you risk absolute ruin.

    Neither this knowledge base article, no the registry, are there for 'Joe Sixpack'. Microsoft isn't expecting everyone to stop the icon from changing haircolor, and it's harly a 'bug' that's going to cause anyone problems.

    Sure, poking around the registry can be dangerous, but so can poking around the files in /etc. It seems much the same thing. I think trying to criticise Microsoft for something like this that's harmless is really streching it.

  19. This could be a feature! by earthforce_1 · · Score: 4, Funny

    Other suggestions:
    Hair stands on end if system under attack
    Hair falls out if virus detected
    Receeding hairline indicates time to patch the system
    Punk green hairstyle means hacker detected

    --
    My rights don't need management.
  20. Re:I posted this earlier today by mrskibone · · Score: 2, Informative

    Well, in Firefox, if you type in a URL without a domain (.com, .net, etc.), it will search Google and give you the top result. The top result for "http" is Microsoft. It will do that for any gobbledegook you type in. (gobbledegook will take you to startbusiness.co.uk)

  21. why would joe sixpack be managing a domain? by SuperBanana · · Score: 4, Informative
    How in the world do you expect the mythical "Joe Sixpack" to manage that?

    Why would the mythical Joe Sixpack be managing a computer or domain with 500 users, and further, be bothered enough by the different icon color? A company with 500 windows users damn well better have an experienced windows tech.

    It's probably there to help some poor geek in a fortune-500 whose PHB declares, "fix that" and makes him waste a week on it so the department looks busy.

  22. Re:Mouse dos by Anonymous Coward · · Score: 3, Informative

    Apparently some people think that MS-DOS never used the mouse for anything, or something like that. I remember lots of DOS programs that used the mouse, and one of the neat features of both the Windows and OS/2 DOS shells was that you could use the mouse in a shell without having to squeeze a mouse driver into the 640k + himem alloted the DOS session.

    A lot of those links weren't funny at all, the only one that got me to laugh was a fake geocities page on the intricies of how to RTFM.

  23. Re:I posted this earlier today by aardvarkjoe · · Score: 3, Informative

    As many have pointed out, Microsoft has nothing to do with this. (Please remove foil hats before moderating, people -- they may block government mind scanners, but they also seem to prevent intelligent thought.) In Opera, it becomes http://www.http.com/www.ebay.com, which seems to be owned by SearchMachine.com (it's one of those stupid advertising sites masquerading as a portal or search engine.)

    --

    How can we continue to believe in a just universe and freedom to eat crackers if we have no ale?
  24. My favorite by Quixote · · Score: 5, Funny

    Computer Randomly Plays Classical Music I don't know about you folks, but it would freak me out if my computer suddenly started playing classical music on it's own.

  25. my favourite is # 824973 by TomDLux · · Score: 5, Funny


    This article discusses how to install Red Hat Linux 6.2 on Microsoft Virtual PC 5 for Macintosh.


    Talk about indecisive people.

  26. Microsoft Products Cause Trichotillomania by mbstone · · Score: 4, Funny

    Microsoft Knowledge Base Article - 12AFB02819B23

    Attempted Debugging of Microsoft Products Causes Trichotillomania (Hair Pulling)

    IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure you wear a helmet to avoid the obsessive-compulsive disorder-inducing effects of attempting to modify the registry.

    SYMPTOMS
    If a user attempts to debug a problem with certain Microsoft products, the user will become frustrated and pull all of his or her hair out. This issue affects operating systems, servers, workstations, networking components, application programs, user groups, end user support personnel, and the ability to get a date.

    RESOLUTION
    WARNING: If you use Registry Editor incorrectly, you may exacerbate the problem. Microsoft cannot guarantee that you will be able to regrow your hair either with the assistance of a psychiatrist or with Rogaine(TM). Use Registry Editor at your own risk.

    Windows debugging is inherently frustrating and causes users, administrators, managers, and shareholders to pull all their hair out, sometimes with needlenose pliers.

    You can override this behavior in the registry. To do so, modify the FormatHardDiskOnStartup REG_DWORD value in the following registry key:
    HKCU\Software\Policies\Microsoft\Windows\Run ,Dammi t!

    The default value is 0x0; change this value to 0x1.

    STATUS
    Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the end of this article.

    WORKAROUND
    It feels good when you stop. Also, try Hair Club for Men.

    PRODUCTS AFFECTED
    Windows 3.1
    Windows 95
    Windows 98
    Windows ME
    Windows NT
    Windows 2000
    Windows XP
    Windows Server 2000
    Windows Advanced Server 2000
    Windows Server 2003
    Windows Advanced Server 2003
    Windows Media Player
    Windows Update
    Microsoft Word
    Microsoft Excel
    Microsoft Visio
    Microsoft Flight Simulator
    Microsoft Access
    Microsoft SQL Server
    Microsoft PowerPoint
    Microsoft Visual Studio

  27. How can anyone take them seriously anymore? by DrugCheese · · Score: 2, Funny

    Directly from Microsofts 'Knowledge' Database:

    SYMPTOMS
    When you start the Create Shortcut wizard, a temporary icon is created that you can copy, send to a folder, or to which you can create a shortcut. These temporary icons are empty or point to nothing

    Resolution:
    To resolve this issue, ignore the temporary icon.

    haha

    SYMPTOMS
    Computer unresponsive or may present blue screen of death.

    ResolutionL
    To resolve this issue, ignore the blue screen, this is normal.

    --
    *DrugCheese rants*
  28. from one of those pages... by commodoresloat · · Score: 2, Funny
    Explorapedia Nature: Earth Rotates in Wrong Direction

    SUMMARY
    When you run Explorapedia and use the Exploratron to look at the Earth spinning, the Earth rotates in the wrong direction.

    STATUS
    Microsoft has confirmed this to be a problem in the World of Nature and not Explorapedia, version 1.0. Simply spin the Earth in the opposite direction, and then the direction indicated in the Exploratron will be correct.

  29. I WUV YOU, YOU WUV ME... by brownpau · · Score: 4, Funny
  30. Nothing beats Clarus, the Dogcow by adenied · · Score: 4, Funny

    Some of these are amusing, but nothing beats Clarus the Dogcow of Apple fame. See for instance Apple technote TN1031:

    http://developer.apple.com/technotes/tn/tn1031.h tm l

    Or the original, TN31 which Apple seems to have removed from their website recently.

    Moof.

  31. It's not really a joke... by LostCluster · · Score: 5, Informative

    The icon hair color changes from dark to gray in order to indicate that the statuses aren't going to be queried in advance of the user wanting to see details on the group... it's not really an easter egg, it's a feature. Gray is the color in the computer world to indicate such inactive states, isn't it?

  32. Keep in mind.... by solios · · Score: 3, Interesting

    This is slashdot, where User Friendly is the shit. And about as funny, imo.

    Go ahead, flamebate me- point is that a sense of humor is a highly relative thing- one man's OMFGWTFROTFLMAO!!!1 is another man's "man, I just wasted $minutes of my life on this shit."

    Cases in point : Saturday Night Live and User Friendly.

  33. I like this one by SomeGuyFromCA · · Score: 5, Funny

    Only one hemisphere of the planet Mercury has a bitmap surface. The other hemisphere is a smooth gray surface.

    Their explanation: The planet textures used in Space Simulator are compiled from NASA photographs and reference material. The NASA data on Mercury is incomplete, covering only one hemisphere of the planet. One hemisphere was therefore intentionally left blank, reflecting this lack of data.

    Well, how inconsiderate of them. They should have put THIS SIDE INTENTIONALLY LEFT BLANK or something...

    --
    if the answer isn't violence, neither is your silence / freedom of expression doesn't make it alright
  34. Re:a few by Anonymous Coward · · Score: 2, Funny

    " The grey hair crowd is the fastest growing segment of the Internet."

    Yet, still the slowest on the road... *sigh*

  35. Re:Calculator - Missing Sqrt, Arc-trig functions by general_re · · Score: 4, Informative
    Yeah, and the Windows calculator is also way too big and heavy to hang from your belt loop or put in your pocket.

    Seriously, get real for a minute - it's purely a convenience thing, not something intended to be a full-blown replacement for your HP-48 or whatever. People who need full-fledged scientific calculators probably already have one to begin with, and therefore just about nobody is going to care that you can't do arctans in the Windows calc. And the very few who do demand such things on their desktops can readily find more advanced calculators elsewhere.

    --
    ABSURDITY, n.: A statement or belief manifestly inconsistent with one's own opinion.
  36. Re:...and the obligatory Windows bashing. by deranged+unix+nut · · Score: 3, Insightful

    1) This is a feature in Active Directory Users and Computers, not normally used by Joe Sixpack, to give administrators a quick and easy way to see which groups have a bunch of users in them.

    2) Joe Sixpack, while he might be able to with Windows Server 2003, isn't likely to spend the time to deploy DDNS, Windows Server 2000 or 2003, configure Active Directory, and then add his closest 500 friends into a single group and then wonder why the icon for the group changed color.

    3) Out of 1000 administrators who would even hit this and be aware enough to notice it, how many do you expect would be disturbed enough by this feature to want to dig in and turn it off? My guess is that it would be in the single digits.

  37. Re:Mouse dos by dukeisgod · · Score: 2, Informative

    DOS Shell was an early GUI for DOS. Why is it funny if your mouse dosen't work? And my mouse also works just fine on the freeBSD command line, so why not DOS?

  38. Interesting by TheSpoom · · Score: 2

    This BIOS feature is pretty interesting. Does anyone know if any new motherboards and BIOS chips do this nowadays?

    --
    It's better to vote for what you want and not get it than to vote for what you don't want and get it.
    - E. Debs
  39. Re:Clearly an easter-egg "appeal" to young coders by cujo_1111 · · Score: 2, Insightful

    I don't think many of these articles are meant to be funny (not that many of them are funny anyway). Some of them are completely valid issues that when read out of context seem funny. So leave MS alone on this one and have a go at the people who think they are funny.

    I guess you didn't read the articles or else you would know that. I shouldn't be surprised really.

    --
    If I point out that you are incorrect, making me a foe does not make you any more correct.
  40. Re:Calculator - Missing Sqrt, Arc-trig functions by Vonsrdmn · · Score: 2, Insightful

    And you can get square root without doing the x ^ 0.5 by using the "Inv" mode! Click inv and then do (x^2) -- presto! square root. Inv reverses the sense of most of the operations.

    Also, there are (useful) keyboard shortcuts for all the functions, so sqrt is "i (inv) + @ (square root)".

    I know that this is /. and all, but people really could RTFM once in a while. [Just right click a button, and select "What's this?".]

  41. Re:Calculator - Missing Sqrt, Arc-trig functions by TwistedSquare · · Score: 5, Informative
    how do you do arc-trig functions? ... No hyperbolic trig functions, either.

    Look on the top left of the calculator in scientific mode. There is an "inv" tickbox and a "hyp" one. To get arc-trig, tick the inv box, then click sin. Likewise, sinh can be performed by ticking hyp then pressing sin. Not the most obvious solution but not too bad either imho.

  42. Re:CPU by Nefarious+Wheel · · Score: 2, Funny

    Yes -- that's why they called it a Pentium instead of an Intel 586; they added 100 to 486 and kept getting 585.913343251...

    --
    Do not mock my vision of impractical footwear
  43. I wish I had hair to turn grey. by kgroombr · · Score: 3, Funny

    Why complain about hair turning grey. At least there is hope to change the color. Skin is kinda hard to turn back into hair.

  44. You turn around fast. by twitter · · Score: 2, Informative
    If you are going to call me presumptuous, I'd like to know what you think I presume. If it's that free software carries a lower cost of ownership, that's more of proven case than a presumption on my part. Your original, presumptuous, contention was I said that Linux was expensive because you had to buy hardware.

    I know I've spent less on hardware than you have because I get fine performance from less than "top-of-the-line" hardware. I have one machine that's better than 1GHz and nothing taxes me so much that I feel the need to use it more often than I use a well tuned 650 MHz Athlon slot machine that I bought five years ago. If you've been ISA free for six years, you threw away hardware that I did not have to.

    My software also costs less, despite your educational discount. I pay nothing, $0, for Debian and all that it comes with. I'm happy to say that I give the Free Software Foundation $10/month, but two year of that is less than I paid for one educational discount compiler I bought before moving to Linux. "Top-of-the-line" commercial software is very expensive and M$ does very little without it.

    If I really have some serious computing to do, I could probably convince the owners of Super Mike, an LSU Linux cluster, to give me some time. Linux does much better when it comes to submitting "serious work" to University computing services. It's more likely, however, that I'll just leave the process running on my own machines. They stay up long enough to do useful work.

    --

    Friends don't help friends install M$ junk.