My favorite part is > If you add some obscure code such as below, to this or any other app, even if it has only the teeniest chance of being less blindingly obvious to someone else than it is to you at the time of writing, please please please add a fing comment. This rings as true now as it did then and its my favorite comment so far out of this whole leak. I've reached a point where my comments are there to remind…
Comments by a developer inside the Windows Media Player source code
71–80 of 135 posts
Re: Comments by a developer inside the Windows Media Player source code
#72Pulchritude!? Boy, I had to look that one up!
Re: Comments by a developer inside the Windows Media Player source code
#73Lecturing on keyboard shortcuts when windows media player is the only video player in the world not using the space bar as a shortcut for play/pause.
WinAmp doesnt
Doesn't at all discount your point, just wanted to help out anyone who's still using WinAmp because of the skins (I was up to last year).
Re: Comments by a developer inside the Windows Media Player source code
#74Earlier 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
#75Earlier 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
#76Re: Comments by a developer inside the Windows Media Player source code
#77Earlier quoted context omitted.
I think you’re mistaken, YouTube (in all the forms I use it with a keyboard at least) supports spacebar as a pause key. Your browser might try to pop you down half a page if the thing that is selected or highlighted on the page is not the video player itself though. But it works 100% of the time in fullscreen.
YouTube's keyboard handling is Insanely Intuitive™, I must absolutely agree. Usefully, the up/down keys don't change the volume unless the player is also focused. What's incredibly sad is that j/k/l were agreed upon to rewind/pause/forward the video, and these generally work unless you're in a textbox... but dedicated keys were not similarly approved to control the volume. -- My current winner for Absolutely Favorite…
Actually, not quite at the same time, and that returns us to the old question of viability of reinventing GUIs in Javascript. I guess that even around 1990 window messages of some kind appearing with such a delay from a single action would mean the GUI is based on wrong principles, or the programmer doesn't know how to use it.
It's even funnier to imagine what happens when you press and hold space. The button icon is mostly in in-between animation state from all the repeated presses, but the video starts or stops only on first press and on release. Guess how much fun people have programming window system inside a virtual machine inside a browser using window system inside real machine.
Re: Comments by a developer inside the Windows Media Player source code
#78Pretty much what I am expecting from Windows based software considering the mess windows always was and is to this day.
xscreensaver also comes to mind; Jamie likes to keep all the legacy crap in the source code for operating systems and X extensions long gone, including rants about how they're broken under certain conditions, even if the bug is long fixed, just in case someone wants to compile the current version on their 1996 HPUX workstation.
Re: Comments by a developer inside the Windows Media Player source code
#79Earlier quoted context omitted.
Neither does YouTube, likely the most popular video playing entity today, respect the spacebar on iOS.
I think you’re mistaken, YouTube (in all the forms I use it with a keyboard at least) supports spacebar as a pause key. Your browser might try to pop you down half a page if the thing that is selected or highlighted on the page is not the video player itself though. But it works 100% of the time in fullscreen.