Slashdot Mirror


User: MitchAmes

MitchAmes's activity in the archive.

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

Comments · 11

  1. Re:*sighs* on AVG Announces Invisibility Glasses · · Score: 3, Funny

    ... remove hats and sunglasses for more than a year.

    I hope you sue them when you get skin cancer or cataracts after going all summer without protection from the sun.

  2. Re:Don't Ask. on Why Women Have No Time For Wikipedia · · Score: 2

    How about not asking about gender on account registration and assigning a random username?

    Wikipedia does not ask for gender on account registration, and you can chose your own username (which need not be your real name). There is an option under "preferences" to specify your gender, if you want to, but it defaults to "unspecified".

  3. Re:Obligatory XKCD on Could an Erasable Internet Kill Google? · · Score: 2
  4. Crystal receivers were not the first on Wireless Devices Go Battery-Free With New Communication Technique · · Score: 2

    ... receiving RF without power has been done for about as long as RF has been received... Actually... Exactly as long as RF has been received. Crystal Radios where how this whole "Let's communicate by radio waves" thing got started...

    Not quite. Coherers preceded crystal detectors by a few years.

  5. Re:It was bound to happen on Bitcoins Seized In Drug Bust · · Score: 1

    "He should have encrypted his computer."

    I think it would have been good enough if he just encrypted the data. It is really hard to use an encrypted computer.

    You know can encrypt the entire hard-drive, including the operating system, and the computer is still easily usable - if you know the password.

  6. Copying message boxes on Why We Love Things We Build Ourselves · · Score: 1

    Alt-PrintScreen copies an image of the active window (ie the whole message box, including title and icons) to the clipboard. Then paste into e-mail, or WordPad or whatever. PrintScreen alone will copy the entire screen - which can sometimes be useful for context

  7. Coloured daleks on Daleks To Be Given 'A Rest' From Dr. Who · · Score: 1

    The first thing I thought of when I saw the coloured daleks was that the Doctor had fallen into an episode of the Mighty Morphin Power Rangers.
    (That's what you get for having children who lived and breathed Power Rangers for several years.)

  8. Re:The summary is shilled. on Wikipedia Edits Around the World · · Score: 1

    Why then should anyone EVER trust ANY page on wikipedia?

    Because they can verify the reliable sources that all good articles have.

  9. CP/M on C64 on Greed, Zealotry, and the Commodore 64 · · Score: 1

    There was a plug-in Z80 cartridge and a version of CP/M available for the C64. I had one, back in the early 1980s. It gets a mention in Wikipedia

  10. ... Anti-Mensa ... on Why Programmers Need To Learn Statistics · · Score: 1

    ... some Anti-Mensa card carrying twit ...

    The word you are looking for is Densan.

  11. Turning off AutoRun in Windows XP on Walmart Photo Keychain Comes Preloaded With Malware · · Score: 5, Informative

    For Windows XP, SP2 ... Tweak UI allows disabling of AutoPlay either by device type (eg CD) or drive letter, and the setting is stored in the user registery under [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer], but Tweak UI only shows the settings if the user is an Administrator. However according to Microsoft's TechNet web-site, the NoDriveTypeAutoRun setting in HKCU is ignored if there is a corresponding entry in HKLM, so to disable AutoPlay on all drive types for all users: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer] "NoDriveTypeAutoRun"=dword:000000ff If AutoPlay is enabled, actions per content type can be set per user by right-clicking the drive in Explorer, then selecting the AutoPlay tab. The options are stored in [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\UserChosenExecuteHandlers]. The default (which is to prompt the user) can be restored by deleting the entries. Note that there doesn't appear to be an option for "data only". So far as I know, if AutoPlay is enabled (which it is by default), you can't disable AutoRun.inf. However, if the user is not an administrator, Explorer will prompt for an Administrator logon before doing anything.