IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Cor! So much wrong, all in one place! :p
The skeuomorphic design stuff that Apple spent so much time stripping out of OSX I fully expect to return. After all, look at the buzz about Virtual Reality and ever more detailed video games. Why are displays going to 5k+ and why are TVs going to 4k+? Why would we want cartoons on our desktops when the rest of the technology is going the other way?
Skeuomorphic is (thankfully) gone and will stay gone, except for novelty UIs. It's a broken metaphor; I have nieces who have grown up with touch UIs, who have no problem conceptualising The Cloud, and for whom a floppy disk is quite literally something they have never even seen. So why would it be the "save" icon? As for the positional stuff, spatial file managers are not a new thing - and you can set up both Windows and OS X to work this way (sorta). 3D? Not going to happen outside the movies. Way too slow to navigate, will give a significant fraction of the userbase motion sickness, and a complete pain in the arse to work with absent a mouse or touchscreen - aka "most of the laptops on the planet".
Let me change Office and any other compliant app to use a "color theme" of my choosing. Why should MS decide that I only get 3-4 color themes to choose from? Why won't Chrome let me put a active highlight border around the active window any more? Why make me stare at the top of the window to see if the color has changed from light blue to dark blue?
Because you'll make it very dark grey on black, and then you'll complain that you can't read anything any more. Providing unlimited choice means you get to support unlimited choices, and users are incredibly innovative when it comes to breaking things.
Don't ever, ever block me from doing something else. Modal dialogs are evil.
No, they're not. They should be used sparingly - but they have their place. More annoying and wrong is stealing focus from the user. You should never do that, unless the computer will catch fire if I don't click your oh-so-important button RIGHT NOW.
Similarly, if your OS is so broken that Admin privileges are required to install software
Dude. This is a feature, not a bug. If you can install software, then so can anything masquerading as you.
then have a sudo-like functionality so that I don't have to "logout" and "login" as an Admin to do so
Uh, Windows and OS X have this. Not really sure what your gripe is, here.
New Re-rebuttal.
Skeuomorphic is (thankfully) gone and will stay gone, except for novelty UIs. It's a broken metaphor; I have nieces who have grown up with touch UIs, who have no problem conceptualising The Cloud, and for whom a floppy disk is quite literally something they have never even seen. So why would it be the "save" icon?


We'll see. ;-)

Why should we need a "save" function anyway? If I'm working in the real world, stuff doesn't suddenly disappear if I don't "save" it. It disappears when I throw it away.

Because you'll make it very dark grey on black, and then you'll complain that you can't read anything any more. Providing unlimited choice means you get to support unlimited choices, and users are incredibly innovative when it comes to breaking things.


Easy solution - "Revert to Original" and/or "Revert to Previous". The functionality is there in the code (there are a few user choices already, after all) - let users use it.

[Modal dialogs are evil.] No, they're not. They should be used sparingly - but they have their place. More annoying and wrong is stealing focus from the user. You should never do that, unless the computer will catch fire if I don't click your oh-so-important button RIGHT NOW.


Ok, you expressed it better. But there's too much modal stuff out there that exists because the software isn't smart enough. Quit using so much CPU power for "fancy" animation of progress bars and fix your code so that I don't have to wait while you do something that should be done in the background or should be done a different way so that it doesn't get in my way.

Dude. This is a feature, not a bug. If you can install software, then so can anything masquerading as you.


If I have proven to the machine that I'm me via logging in, then why do I need to prove to the machine again that I'm me to install something? It's a broken model. Use the power of the CPU to find a better way to do it.

Anything that writes to memory could be a virus. Me signing in a different way doesn't mean that possibility is gone.

Uh, Windows and OS X have [sudo-like functionality]. Not really sure what your gripe is, here.


Our machines at work are being moved to a Winders Domain (yes, we're moving into the 1990s!) and lots of stuff is being locked down and managed remotely via ManageEngine. It's a huge annoyance to me (though I realize it's a blessing compared to what others have to put up with). "Run as Admin" doesn't seem available anymore, so I have to do the login shuffle. (And even before then, Run as Admin didn't seem to work reliably for me - not like sudo on Linux. ) If there's a way around that, it would be helpful.

My $0.02.

Thanks.

Cheers,
Scott.
New Re: Re-rebuttal.
1. You need a save button because you often need to flag that the document, at this this point in time, is a new version. The alternative is unlimited persistent undo. And then you still need to be able to say "this is a version". Or you just end up creating new documents with "Document dd/mm/yyyy.docx" or whatever, which is a user reinventing the "save" button.

2. You're addressing a specific detail whilst missing the wider point - which is that unlimited (or very wide-ranging) configurability introduces significant engineering and testing overhead for very little reward. You end up introducing masses of extra effort to address the cosmetic needs of a tiny fraction of the userbase. Whilst large software companies have very large engineering resources available to them, the practical limitations of the software development process mean that large != infinite. Testing ASCott's daft colour config functionality means that at best, the whole programme shifts right and at worst, someone isn't testing J. Random Security Fix.

3. I think you misunderstand why some things are modal. Most things aren't. For example, you can happily switch away from the vast majority of long-running operations on your computer (large data transfers, software installations, etc). And anyway, most graphical processing gets shoved onto the GPU anyway. For regular desktop use, the most common activity for a computer is "sitting around waiting for the user to do something" - they're not resource-bound at all.

4. Yeah, it was you when you logged in, but is it you NOW? I could have just sidled up to your computer (in the literal physical sense or the digital sense) and start doing malevolent things to it. Apple, Google, Microsoft, Amazon, and so on will all ask you to prove your identity when accessing sensitive information or carrying out system-level actions at your specific behest (rather than in the background, where trust is ascertained via different channels that are non-interactive). Finer minds than ours have considered this problem.

5. Windows AD is the best available solution to networked policy management. It's the market leader for a reason - everything else is worse. Run As always worked exactly like you'd expect, as long as you knew what to expect, which is that you run in the full context of the user executing the command. sudo is the same.
New Re: Re-rebuttal.
1. Computers are smart enough now that they should work the way people work, not the way they have always done things with PCs. If you want to create a new version, do so. It doesn't have to be called "save" and it doesn't have to have a floppy disk icon. Versioning can be handled by things like TimeMachine that already exist.

We had an earlier thread talking about how cheap storage is. Even back in the DEC VMS terminal days, people didn't have to worry about storage very much, and it kept track of versions automagically.

Just because PCs have always worked this way doesn't mean that they shouldn't change.

2. Meh. :-) I don't think that MS and Apple know best in all things that I look at. There's a lot of science out there on color perception and so forth. Office 2007 has all of 3 color schemes. Changing that to 12 wouldn't break them. MS could easily make it so that people couldn't choose black text on a black background, or whatever. These are easily solvable problems. They don't want to solve them because they don't want to, not because of the cost or difficulty.

If they don't want to solve the problem, they could at least not lock the OS and apps down so that third parties couldn't address that for people who want that ability.

3. There's modal, and then there's modal. Yes, most of the modal dialogs don't completely lock you out of the system. But if I'm doing a 300 GB copy of files, there's no need for the OS to throw up a modal dialog if it encounters an issue with one file. Be smart and work around it - copy the rest, give me a summary of the issues at the end. Stuff like that.

4. If my initial login was good enough to gain access to the machine, then that same type of login should, in general, be good enough to install software. If you're worried that I don't know what I'm doing, then add a checkbox to the install dialog. Having me Run as Admin or Login as Admin isn't any more secure - it just means I have to keep track of another password and that I have to waste my time. (Of course, there are situations where people shouldn't admin their machines. But the trend is that "nobody should login as admin" and that sudo is a pain or locked up. That's broken and needs to be fixed. (Yes, I know I'm yelling at clouds here.))

Amazon doesn't have me use one login to browse and another to purchase or change my payment information.

5. I don't know why we're not using Win AD. But we're not. :-/

Thanks.

Cheers,
Scott.
New number4 repudiation
without it when you hork the entire web service at your company you would say that dastardly pwysall did that when I went to lunch and forgot to log out. Forcing you to relog in with elevated privileges proves it was you, or someone with your credentials did the dirty work.
Any opinions expressed by me are mine alone, posted from my home computer, on my own time as a free American and do not reflect the opinions of any person or company that I have had professional relations with in the past 59 years. meep
New Why does the Admin password have to be required?
It's just another password to remember.

In real life, once we have the authorization to do something, we aren't asked again and again whether we really want to do that...

Johnny has a driver's license. Johnny has a key to the car. The car doesn't ask for another key if Johnny wants to stop and get gas. "But he might put diesel in the tank and ruin the engine!!11"

Verification checks can be done differently. Make users enter a simple PIN or something, but don't make them logout and login or other mumbo jumbo in the name of "increased security". "But a PIN is just another password!" Kinda, but kinda not. We're being forced to go to complex 15 character passwords... :-/

I understand the arguments on the other side, and servers and airplanes and rockets are different. Granny's PC doesn't need the same kind of security as a nuclear missile.

I know that my annoyances aren't going to be addressed anytime soon. But things can change.

My $0.02.

Cheers,
Scott.
New car doesnt care if you are robbing the gas station either
Any opinions expressed by me are mine alone, posted from my home computer, on my own time as a free American and do not reflect the opinions of any person or company that I have had professional relations with in the past 59 years. meep
New Also
Amazon *does* ask for your password again if you are, for example, looking at order status or whatnot.
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New Yes, but it's not an Admin password - just the same one.
New I get the feeling you and Peter are arguing about two different things here.
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New Wouldn't be the first time I've been confused about a conversation here. :-)
     On a new UI convention - (rcareaga) - (14)
         I'd like to think that many things will get more life-like. - (Another Scott) - (11)
             Cor! So much wrong, all in one place! :p - (pwhysall) - (10)
                 Re-rebuttal. - (Another Scott) - (9)
                     Re: Re-rebuttal. - (pwhysall) - (8)
                         Re: Re-rebuttal. - (Another Scott) - (7)
                             number4 repudiation - (boxley) - (6)
                                 Why does the Admin password have to be required? - (Another Scott) - (1)
                                     car doesnt care if you are robbing the gas station either -NT - (boxley)
                                 Also - (malraux) - (3)
                                     Yes, but it's not an Admin password - just the same one. -NT - (Another Scott) - (2)
                                         I get the feeling you and Peter are arguing about two different things here. -NT - (malraux) - (1)
                                             Wouldn't be the first time I've been confused about a conversation here. :-) -NT - (Another Scott)
         Perspicuous memory-jogging.. - (Ashton)
         Look to mobile and touchscreens - (drook)

Whatever, it runs fine for now.
145 ms