As example i would give Microsoft or Android.
Is there a process which forces and makes this. An underlying explanation.
Is there a process which forces and makes this. An underlying explanation.
shutdown /s
to shutdown. Close enough to FreeBSD/Linux I suppose. The lack of real job control (or even task switching) in powershell is pretty weak and unintuitive however. Even MS-DOS and DesqView did a better job of this.FreeCAD anyone?There's as much, if not more, non-intuitive UX (user experience) with open source.
100% agree with this. Just like everyone has preferences for cars, colors, shoes, coffee (although why is there anything but black, caffinated coffee), how a UI/UX works can be driven by a users preferences. The way to overcome this is consistency. That was theIt it is extremely challenging & resource intensive to specify a good UI/UX and then also implement it that way
Windows isshutdown /s
to shutdown. Close enough to FreeBSD/Linux I suppose. The lack of real job control (or even task switching) in powershell is pretty weak and unintuitive however. Even MS-DOS and DesqView did a better job of this. The graphical user interface is just as crap as open-source these days. Try not to use that. Android is a mobile OS. Just like iOS, it is unintuitive by design due to lack of usable screen space and lack of effective pointing or typing device.
I would offer that Mac OS 8/9 was also super intuitive and easy to use, especially after the move to PowerPC, just that it didn't have pre-emptive multi-tasking.I think iOS/macOS is as intuitive as you can get for a desktop/touch experience. There's a reason so many copy it's design language. Windows Aero was pretty simple too.
Hehe. I am sure I have forgotten all of the rough edges and complexity by now, but I do remember being largely fond of it all back then.LOL, I remember running desqview/dos on a partition of a 40mb? drive (probably MFM) with 386bsd. Was this peek O/S?
Those were the days.
A, sort of, related anecdote I read once was about System 7.? (can't remember the exact one), [this is Apple's O/S for 86k] and Steve Jobs' need to have Microsoft on-board with Word /Excel (possibly Word 5?) to get businesses to buy Apples rather than IBMs.
- Microsoft puts a shit ton of resources into UI/UX development. Just as there are extremely good & talented software engineers there are also extremely good & talented UI/UX designers. However, just because something is well thought out doesn't mean that it's always possible to implement this. Microsoft Windows is a good example for this. While the UI/UX specs they have (of which I've seen some) are pretty good it's often not possible to implement them fully/completely due to other constrains such as backwards compatibility (as seen in Windows 10)
I agree for Android and do not agree for Windows. Don't understand how after tons of criticism for Windows in the last 30 years, now Android is accepted like it is "OK". And it is much worse.As example i would give Microsoft or Android.
Is there a process which forces and makes this. An underlying explanation.
You can doWindows isshutdown /s
to shutdown
shutdown -t 0 -s
too. If my memory serves ok 95/98 didn't know about that but winxp did. Agreed. But how about the directory separator slashes going the wrong way? Gets me every time.When it comes to Windows shell syntax (including powershell) - I don't get it. That syntax is just .. well, I don't like it. One could probably make an argument that poweshell makes sense with its object approach. Maybe. But my brain just doesn't get it.
Agreed. It possibly is quite scalable(?) for scripts but as for an interactive shell, it is pretty much useless. And frankly for scripts, most of the effort is spent converting text from normal programs into objects. Not a good use of time.When it comes to Windows shell syntax (including powershell) - I don't get it. That syntax is just .. well, I don't like it. One could probably make an argument that poweshell makes sense with its object approach. Maybe. But my brain just doesn't get it.
I agree. I was not that thrilled with the SMT when it was introduced either. But some things just work so well in Solaris. Creating profiles for services was always something I had to do with an open manual at the same time.Solaris 9 was great but I personally found Solaris 10's SMF was awkward to use (and to audit / verify). Even worse, Solaris 11's package manager was absolutely bizarre and terrible.
I have to have a yellow sticky with:
dir
is ok, easy to write too. type
is one of those huh? commands. ll
is not defined in shell.