IMDB gripe – episode searches

One of the most common IMDB  use cases, for me, is: While watching an episode of, say, Law & Order, I wonder, “Who is that actor?”

If I go to the IMDB site, or use the iPad or Android app, a search for the episode title fails. I have to search for the show, navigate to the correct season (which is a guess, because I usually only know the year of broadcast,) and then browse the list to find the episode.

The workaround to this is to Google it. Add “site:imdb.com” to your Google search, as well as episode title and series name.

Another deficiency of the IMDB apps (but not the web interface,) is that if I find an actor, and his credits include, say, an episode of House, selecting that credit doesn’t take me to the episode, but to the House front page. That is hardly ever what I want.

Android Market Gripe

Why does the Android Market app frequently tell me that an app update is available, but when I click on the app, it only gives me the option to open or uninstall the app?
It often lists an app as having an update right after I’ve installed an update.  Irritating.

Android “Silent Mode” Language Gripe

Silent Mode Text
Not sure if this is particular to Samsung Android devices or Android devices in general, but when I press and hold the Power/Lock button, the first item on the list of possible actions is the text “Silent Mode” in big letters, and then in smaller letters, “Sound is ON.”

This is bad, because I see the word “ON,” which is in all-caps, and I think that “Silent Mode” is “ON,” when that is not what it means at all. The header and the secondary line are contradictory, leading to confusion. (Yes, it turns out that if the phone is actually in “Silent Mode,” the icon changes, but that’s not obvious to the new user, and it’s very easy to make this mistake.)

Also, why are “Silent” and “Airport” modes listed as “ON” or “OFF,” but “Data Network Mode” is “activated?” (I suspect the reason for this that Data Network Mode” costs the user money, but it’s not clear why the text is lower case, when “ON” and “OFF” are upper case.

Google Listen Gripes

I’d love to use Google Listen to listen to my favorite podcasts, but it has a number of irritations. The number one irritation is that when it is done playing a podcast, it immediately starts playing the next one in my queue, or, if the queue is empty, it starts playing a recently downloaded subscribed poodcat. That is very, very, annoying. When I navigate down to a particular podcast, say, Scientific American’s “60 Second Science,” and I request a particular episode to play, I certainly don’t expect, when it is done, that Listen will jump to the most recent “This American Life” or whatever. I expect it will either (1) stop, or (2) play the next unplayed “60 Second Science” entry. This is really bad user interface behavior.

No Rails plugins for DRY “show” and “edit?”

Irksome Rails problem. It seems obvious to me that the “show” and “edit” views will often want to be updated together. You might add a column to a table, and want to add that column to both views. You might want to re-order the fields. Yet, as far as I can see, there is no plugin that makes display of the “edit” and display of the “show” actions occur in the same file.

It shouldn’t be too hard to implement, and I might implement it myself. See my question at StackOverflow.