this post was submitted on 12 Aug 2023
1455 points (97.5% liked)

Programmer Humor

31251 readers
1112 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 6 points 10 months ago (1 children)

Man this triggered some forgetten memories.

[โ€“] [email protected] 14 points 10 months ago

This is my favorite Notepad memory: in the late '90s I went through a six-month stretch where Internet Explorer's "View Source" command just totally stopped working. It would normally open up the HTML source of a page in Notepad and suddenly not having this made debugging ... challenging to say the least. Nobody else that I worked with had this problem and nobody could figure out what had happened to me.

The culprit turned out to be an inexplicable IE bug where View Source wouldn't work if you had a shortcut named "Notepad" on your desktop. It didn't even have to be a shortcut to Notepad, it just had to be named that. The fix was to just rename the shortcut "NotepadX" and then View Source worked again.