Slashdot Mirror


Ask Slashdot: What Software (Or Hardware) Glitch Makes You Angry?

This question was inspired when Slashdot reader TheRealHocusLocus found their laptop "in the throes of a Windows 10 Update," where "progress has rolled past 100% several times and started over." I pushed the re-schedule dialogue to the rear and left it waiting. But my application did not count as activity and I left for a few moments, so Windows decided to answer its own question and restart (breaking a persistent Internet connection)... I've had it. Upon due consideration I now conclude I have been personally f*ck'd with. Driver availability, my apps and WINE permitting, this machine is getting Linux or pre-Windows-8...

That's mine, now let's hear about the things that are pushing you over the edge this very minute. Phones, software, power windows, anything.

There's a longer version of this story in the original submission -- but what's bugging you today? Leave your best answers in the comments. What software (or hardware glitch) makes you angry?

4 of 484 comments (clear)

  1. Re:Linux kernel and Xorg not supporting ABIs by Zontar+The+Mindless · · Score: 3, Informative

    Drivers NEVER have to be re-compiled.

    False. You just make yourself dependent on the good will of vendors to perform the builds for you, since they won't let you have the sources.

    --
    Il n'y a pas de Planet B.
  2. Re:When it lies, or doesn't say what it wants by loonycyborg · · Score: 4, Informative

    The security practice is about not telling whether you got username or password wrong, to avoid revealing existing account names to possible attackers. However if username/password combo is correct then there is no security reason for the system to hide the fact that account was disabled. Telling the real reason of login failure would save the now known authentic user possible futile attempts to reenter password thinking that he made a typo.

  3. Re:No unicode on Slashdot. by Rei · · Score: 4, Informative

    Lol, just ran into two Google easter eggs that I'd never heard of before - searching for "blink tag" or "marquee tag" cause google to blink and marquee their respective search results ;)

    --
    Nietzche: "I'm immortal because I'm all sin." Jesus: "I forgive you." (Bang!) -- Jesus Christ Supercop
  4. Re:When it lies, or doesn't say what it wants by dougTheRug · · Score: 5, Informative

    Oracle here. The reason is that if you say "That account is locked out" then the attacker can enumerate the valid usernames. If bobama is valid user but gwbush is not, then you can try gwbush with random passwords six times and it will still say "Username password combination is incorrect." Whereas with bobama it would say "bobama account is locked out," confirming the existence of the account for further targeting. So, loonycyborg's problem is the error message should be correct, which would be "You could not be logged on with those credentials. Try again or contact your system administrator."