Earlier quoted context omitted.
Have never come across the word before either. Makes you think - did the person say the word to convey some kind of meaning? Or to sound super-smart to their peers?
It could just be that the developer’s native language happens to be English, reads books, and he/she used a familiar word without thinking twice about it. Because this is, in fact, a fairly common word.
Comments by a developer inside the Windows Media Player source code
31–40 of 135 posts
Re: Comments by a developer inside the Windows Media Player source code
#32This is why I love open source. In LibreOffice, cruft like this is often removed due to the embarrassment factor.
It was removed from Microsoft code too. This is an old snapshot of the code, almost two decades old. Since the 2002 TWC initiative, anything from easter eggs to things like that are all very strongly banned, and actively get removed as they're discovered.
Re: Comments by a developer inside the Windows Media Player source code
#33Earlier quoted context omitted.
> But key events should be on key-down Why? I like how keyup is less ambiguous: it avoids the question “what do I do if the user is holding the key down?” I also like being able to hold the key down to cue up a command and then at the right time, pull my hand away to execute crisply. For video editing mainly. I’m not saying keyup is the only answer. Just that there isn’t one obvious answer.
> Why? Because of the reported bug in this example (which I also encountered quite often): - user hits ESCAPE - my window gets key-down/ESCAPE and closes itself - your window (which happens to be the next in the focus-order) gets key-up/ESCAPE and closes itself > I also like being able to hold the key down to cue up a command and then at the right time, pull my hand away to execute crisply Ok, but if your window want…
Re: Comments by a developer inside the Windows Media Player source code
#34Earlier quoted context omitted.
What if the OS only sent key-up events to a window if it also received the corresponding key-down event?
Then you'd lose useful functionality like dragging a file from your file manager to an application window to open it there.
Re: Comments by a developer inside the Windows Media Player source code
#35Earlier quoted context omitted.
It was removed from Microsoft code too. This is an old snapshot of the code, almost two decades old. Since the 2002 TWC initiative, anything from easter eggs to things like that are all very strongly banned, and actively get removed as they're discovered.
What is TWC?
In this context it refers to the early 2000s memo/paradigm shift at Microsoft as well as the now-defunct centralized infosec group.
Re: Comments by a developer inside the Windows Media Player source code
#36Earlier quoted context omitted.
It could just be that the developer’s native language happens to be English, reads books, and he/she used a familiar word without thinking twice about it. Because this is, in fact, a fairly common word.
I’ve read at least several hundred books in English, and probably hundreds of thousands of news stories and blog posts, and don’t recall encountering it before. It seems to appear mostly in searches for its definition and gre prep...
Re: Comments by a developer inside the Windows Media Player source code
#37This is why I love open source. In LibreOffice, cruft like this is often removed due to the embarrassment factor.
It was removed from Microsoft code too. This is an old snapshot of the code, almost two decades old. Since the 2002 TWC initiative, anything from easter eggs to things like that are all very strongly banned, and actively get removed as they're discovered.
But a bit of googling shows it was part of TWC: https://docs.microsoft.com/en-us/archive/blogs/larryosterman...
Re: Comments by a developer inside the Windows Media Player source code
#38Earlier quoted context omitted.
I’ve read at least several hundred books in English, and probably hundreds of thousands of news stories and blog posts, and don’t recall encountering it before. It seems to appear mostly in searches for its definition and gre prep...
Try, say, Google ngram. Would you say that, for example, “disharmonious” is a rare word? Graph them together. Pulchritude is not even moderately rare.
Re: Comments by a developer inside the Windows Media Player source code
#39Earlier quoted context omitted.
Have never come across the word before either. Makes you think - did the person say the word to convey some kind of meaning? Or to sound super-smart to their peers?
Alliteration. They wrote "paragon of pulchritude", which to me sounds like smart, dry humor. It works.
Re: Comments by a developer inside the Windows Media Player source code
#40Earlier quoted context omitted.
Try, say, Google ngram. Would you say that, for example, “disharmonious” is a rare word? Graph them together. Pulchritude is not even moderately rare.
I’m not sure what you’re trying to say here; pulchritude twice as rare as disharmonious, which is relatively rare. It’s an order of magnitude rarer than effervescent, as an example, which is a word I would consider uncommon but in most people’s vocabularies. And given how much more common pulchritude is - surely physical beauty is one of the most common subjects in any language - while disharmony and effervescence ar…