OT: There's an thread on SO with a collection of awesome comments in code. Well worth a read. If not for the insight, than for the chuckle: https://stackoverflow.com/questions/184618/what-is-the-best-...
Comments by a developer inside the Windows Media Player source code
101–110 of 135 posts
Re: Comments by a developer inside the Windows Media Player source code
#102OT: There's an thread on SO with a collection of awesome comments in code. Well worth a read. If not for the insight, than for the chuckle: https://stackoverflow.com/questions/184618/what-is-the-best-...
Ahh, stack overflow. Hugely popular thread with a lot of engagement? Lets lock it. Wouldn’t want to encourage behavior that doesn’t match our narrow minded “vision” for the site. Still though, an improvement over the early years where they just outright deleted countless pages with countless contributions. In the end it’s their site and they can run it however they want, but it’s sad to see such massive potential squ…
Re: Comments by a developer inside the Windows Media Player source code
#103I eventually traced it to one specific line of original founder code, and lo and behold, on that line was the comment: "this is probably buggy".
Re: Comments by a developer inside the Windows Media Player source code
#104OT: There's an thread on SO with a collection of awesome comments in code. Well worth a read. If not for the insight, than for the chuckle: https://stackoverflow.com/questions/184618/what-is-the-best-...
Ahh, stack overflow. Hugely popular thread with a lot of engagement? Lets lock it. Wouldn’t want to encourage behavior that doesn’t match our narrow minded “vision” for the site. Still though, an improvement over the early years where they just outright deleted countless pages with countless contributions. In the end it’s their site and they can run it however they want, but it’s sad to see such massive potential squ…
I have other issues with SO but having a USP and sticking with it isn't their problem, IMHO.
Re: Comments by a developer inside the Windows Media Player source code
#105 // I just cleaned up the code. I have no idea what this fn does. Here is
// what the comment said earlier for your reference!
// --> BUG!! - this code is a crime against nature and has absolutely no
// --> redeeming value (other than the amazing fact that it works)Re: Comments by a developer inside the Windows Media Player source code
#106Earlier 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.
Re: Comments by a developer inside the Windows Media Player source code
#107Pretty much what I am expecting from Windows based software considering the mess windows always was and is to this day.
Re: Comments by a developer inside the Windows Media Player source code
#108Earlier quoted context omitted.
Ahh, stack overflow. Hugely popular thread with a lot of engagement? Lets lock it. Wouldn’t want to encourage behavior that doesn’t match our narrow minded “vision” for the site. Still though, an improvement over the early years where they just outright deleted countless pages with countless contributions. In the end it’s their site and they can run it however they want, but it’s sad to see such massive potential squ…
Pleae be nice to the 2374568234th user that could not manage to read any manual or just google for his error message before opening a new question!
Sometimes, we just need someone to help translate our needs into a different wording and everything clicks into place. I'm sure that this causes a lot of repeated questions, but that's why when someone links a relevant question, it might be enough to solve the issue.
Re: Comments by a developer inside the Windows Media Player source code
#109Earlier 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.
Re: Comments by a developer inside the Windows Media Player source code
#110Earlier 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.
Run into a strange behavior though. When I pause the video with the mouse (and consequently, leave the pointer above the play button), and later try to continue the play with space, it will double-press the play button and pause the video again.
(I don’t know which order the two things happen in, but clearly they should make sure both don’t happen.)