Random Thoughts – Randocity!

How to stop Mac dock icon bouncing

Posted in Apple, botch, computers by commorancy on September 28, 2015

AppleWhen an application starts up in MacOS X Yosemite, it bounces the application dock icon a few times, then stops bouncing once the application has started. For me, this is perfectly fine because at least there’s a positive response. Positive response is never a bad thing in operating system design.

Unfortunately, Apple decided to overloaded this same bouncing behavior for notifications to get your attention by bouncing a dock icon. For me, this is definitely not wanted. Not only is it extremely annoying, it never stops until you go touch that icon. It also performs this bouncing way too frequently. There are much better ways to get user attention than by bouncing the dock icon. Thankfully, there’s a way to stop this annoying and unwanted UI behavior. Let’s explore.

Defaults Database

Apple has what’s known as the user defaults database. It is a database of settings not unlike the old UNIX .files system, but much more extended. Unfortunately, most developers don’t document which settings can go into the defaults database and many of the settings may be hidden. However, you can easily find them by reading the values by opening terminal.app and then typing:

$ defaults read com.apple.dock | more

This command will spew out a lot of stuff, so you’ll want to pipe it to more to page through it. Each app has its own namespace similar in format to com.apple.dock that you can review. Not all apps support changing settings this way. For other apps, simply replace com.apple.dock with the appropriate application namespace and you can read up the settings for that application. If you decide to change any of the values, you may have to kill and restart the application or log out and log back in.

In short, there is a way to stop the bouncing using the defaults command. To do this, you will need to update the defaults database for com.apple.dock with the correct setting to stop it.

Stop the Bouncing
BounceIconTo stop the bouncing of dock icons, open a terminal shell and at a command prompt, type the following:

$ defaults write com.apple.dock no-bouncing -bool TRUE
$ killall Dock

Keep in mind that this is a global setting. This stops the dock icon bouncing for every application on your system for all notifications. The launch icon bouncing is not controlled by this setting. For that, you should visit the preferences area.

You can always reenable the bouncing at any time by opening terminal and then typing:

$ defaults write com.apple.dock no-bouncing -bool FALSE
$ killall Dock

Note that the defaults database is stored locally in each user account. So, if you log into several different accounts on your Mac, you’ll need to do this for each of your accounts.

Please leave me a comment below if this doesn’t work for you.

Rant Time: You gotta hate Lollipop

Posted in Android, botch, business by commorancy on May 27, 2015

You know, I can’t understand the predilection for glaring white background and garish bright colors on a tablet. In comes Lollipop trying to act all like iOS and failing miserably at it. OMG, Lollipop has to be one of the most garish and horrible UI interfaces that has come along in a very long time. Let’s explore.

Garish Colors on Blinding White

Skeumorphism had its place in the computer world. Yes, it was ‘old timey’ and needed to be updated, but to what exactly? One thing can be said, skeumorphism was at least easy on the eyes. But, Lollipop with its white backgrounds and horrible teals, pinks and oranges? Really? This is considered to be ‘better’? Sorry, but no. A thousand times, no. As a graphic designer and artist, this is one of the worst UI choices for handheld devices.

If, for example, the engineers actually used the light sensor on the damned things and then determined that when it’s dark in the room and then changed the UI to something easier in the dark, I’d be all over that. But, nooooooo. You’re stuck with these stupid blinding white screens even when the room is pitch black. So there you have your flashlight lighting up your face all while trying to use your tablet. I mean, how stupid are these UI designers? You put light sensors on it… use them.

Stupid UI Designers?

Seriously, I’ll take skeumorphism over these blazing white screens any day. I mean seriously? Who in their right mind thought that this in any way looked good? Why rip a page from Apple’s horrible design book when you don’t have to. I’ll be glad when Lollipop is a thing of the past and Google has decided to blaze their own UI way. No Google, you don’t need to follow after Apple.

Just because some asinine designer at Apple thinks this looks good doesn’t mean that it actually does. Get rid of the white screens. Let’s go back to themes so we can choose the way we want our systems to look. Blaze your own path and give users the choice of the look of their OS. Choice is the answer, not forced compliance.

Smaller and Smaller

What’s with the smaller and smaller panels and buttons all of a sudden? At first the pull down was large and fit nicely on the screen. The buttons were easy to touch and sliders easy to move. Now it’s half the size with the buttons and sliders nearly impossible to grab and press. Let’s go back to resizing buttons so they are finger friendly on a tablet, mkay? The notification pulldown has now been reduced in size for no apparent reason. Pop up questions are half the size. The buttons and sliders on there are twice has hard to hit with a finger.

Google, blaze your own path

Apple has now become the poster child of how not to design UI interfaces. You don’t want to rip pages from their book. Take your UI designers into a room and let them come up with ideas that are unique to Google and Android. Don’t force them to use a look and feel from an entirely different company using ideas that are outright horrible.

Note, I prefer dark or grey backgrounds. They are much easier on the eyes than blazing white backgrounds. White screens are great for only one thing, lighting up the room. They are extremely hard on the eyes and don’t necessarily make text easier to read.

Google, please go back to blazing your own trail separately from Apple. I’ll be entirely glad when this garish-colors-on-white-fad goes the way of the Pet Rock. And once this stupid trend is finally gone, I’ll be shouting good riddance from the top of the Los Altos hills. It also won’t be soon enough. For now, dayam Google, get it together will ya?

Tagged with: , , , , ,
%d bloggers like this: