Hey, there is improvement!
by
Noryungi
·
· Score: 4, Funny
A few years ago, JWZ used to say that using Linux was OK "as long as your time was worthless"... It's on his web site, you can actually look for it and it's probably there.
So he has made progress! Now he even admits to using Linux! =)
-- The right to offend is far more important than the right not to be offended. (Rowan Atkinson)
> Amen! The number of software DVD players that try to look my hardware DVD players is amazing. I mean, who actually uses the front panel of their hardware DVD player, other than the "eject" button? > At the very least, if you feel the need to make your software look like hardware, make it look like a hardware DVD player remote control, which people actually use...
"I did that for TackLinux-TV-Tuner, and these stupid users complain that they want to use the numbers on their keyboard when trying to select Channel 112, rather than mousing to the '1', '2', '3',... '0' icons! Stupid users!
So I made a new sk1n for the keyboard. Put a real keyboard on the scanner and made a 1600x400 bitmap of it! It looks just like an IBM keyboard, you can mouse over and click on the '1', through '0' keys, or the numeric keypad, provided you mouse over and click on the NumLock icon first! And the stupid users still didn't like my UI! One of them even complained because he was building a home theater with an LCD projector, and at 1280x1024 as his screen resolution and my image of the keyboard was too wide for his screen!
"Stupid user! Like duh he should have just gotten a bigger screen! (Like, doesn't everyone watch movies at 1600x1200?) I mean, what did he want me to do, scan in a Sinclair ZX-80 so the image of the keyboard sk1n would fit in his dinky 1280x1024 layout or what?
I told him I was sorry, but if he couldn't stay current with hardware, he should just go fuck himself and use Windows or something. Stupid ungrateful users! Sometimes I don't know why I bother to code for them!"
All that said, if you dont like it the way it is, break out your EMacs, and Write something better, otherwise, quit bitching!
:P
But i was sure EMacs has its own built in movie player
I just looked at his web page www.jwz.com. With an index page like that, who the hell is he to gripe?
>>> they want a clean and clear interface that affords usage in obvious ways
>>> (for a media player that of course is for VCR like functionality).
Here's your VCR functionality user interface:
#!/usr/bin/python
import curses, curses.wrapper
def vcr(scr):
scr.addstr('12:00', curses.A_BLINK)
scr.refresh()
raw_input('')
curses.wrapper(vcr)
:)
A few years ago, JWZ used to say that using Linux was OK "as long as your time was worthless"... It's on his web site, you can actually look for it and it's probably there.
So he has made progress! Now he even admits to using Linux! =)
The right to offend is far more important than the right not to be offended. (Rowan Atkinson)
> At the very least, if you feel the need to make your software look like hardware, make it look like a hardware DVD player remote control, which people actually use...
"I did that for TackLinux-TV-Tuner, and these stupid users complain that they want to use the numbers on their keyboard when trying to select Channel 112, rather than mousing to the '1', '2', '3', ... '0' icons! Stupid users!
So I made a new sk1n for the keyboard. Put a real keyboard on the scanner and made a 1600x400 bitmap of it! It looks just like an IBM keyboard, you can mouse over and click on the '1', through '0' keys, or the numeric keypad, provided you mouse over and click on the NumLock icon first! And the stupid users still didn't like my UI! One of them even complained because he was building a home theater with an LCD projector, and at 1280x1024 as his screen resolution and my image of the keyboard was too wide for his screen!
"Stupid user! Like duh he should have just gotten a bigger screen! (Like, doesn't everyone watch movies at 1600x1200?) I mean, what did he want me to do, scan in a Sinclair ZX-80 so the image of the keyboard sk1n would fit in his dinky 1280x1024 layout or what?
I told him I was sorry, but if he couldn't stay current with hardware, he should just go fuck himself and use Windows or something. Stupid ungrateful users! Sometimes I don't know why I bother to code for them!"