I tech!

from Concepts to Consumption

Archive for January 9th, 2012

Simultilinguality

Posted by bhushit on January 9, 2012

We have software.

We have many human languages.

We have Unicode.

We can install various software in various languages.

We can start an OS in a particular human language – but can’t change the human language of the computer in-between?

I work with people speaking multiple languages. I need such stuff. Sometime working with my one friend and needing Hindi, another time, another friend and needing Kannada, yet another time, Chinese.

Why can’t we come up with a standard protocol of “Simultaneous Multi-linguality” or “Simultilinguality”?

Posted in User Interface | Leave a Comment »

About displaying a lot of entries of structured data

Posted by bhushit on January 9, 2012

… pagination is the standard answer. [Imagine your Yahoo! mail being displayed.]

Searching and sorting are also thrown in as standard interface features. In some environments, filtering and/or grouping is also featured.

This post deals with the frustration of deletion.

Just try deleting a lot of mails from Yahoo! or Gmail. You will be fine deleting for around 75% of your first page or so.

Then the pain starts.

Everything above your mouse pointer is worth keeping – and small number of useless stuff still lurks below. So you delete one or two of these mails.

Then the page refreshes and yet another differential of two or three mails are pulled from the database to display – and you decide to delete or keep them – in a diminishing return on time spent.

Why can’t we change the sorting method itself? For example, if we decide to sort on the Subject of the mail, it should actually split the query as if tabbed dictionary is being opened up – all starting with an “A” on one page, “B” on another page and so on.

That way, say you are guaranteed to scan all the mails in 26 (or at least some tractable number) of clicks. There will be no more annoying reloads of diminishing returns!

If you are sorting on a time criteria, sorting could be like a calendar.

If you are sorting on attachments, read or not, replied or not, forwarded or not etc., the problem still remains – because the number of equivalence classes is just two.

However, for large number of fields, the problem is solved.

Why don’t we do this?

Posted in User Interface | 1 Comment »

 
Follow

Get every new post delivered to your Inbox.