Posted by matijs
Fri, 30 Mar 2007 11:44:00 GMT
For work, I’m in Chennai in India. Up to today, I have seen the apartment where we are staying, the office, restaurants, and the streets in between. That is actually already a lot to see: There’s always a lot going on on the streets.
For tomorrow, a trip was planned to Mahabalipuram, but now there’s a big strike planned, and the trip was canceled. The reason is not that there won’t be transport, but that people will be allowed to throw stones at cars without fear of punishment.
Posted in life | Tags chennai, india, strike, violence | 1 comment | no trackbacks
Posted by matijs
Sun, 25 Mar 2007 13:05:00 GMT
Daring Fireball talks about about an interesting post by Tantek Cilek about Human Interface Design. It’s true that there is some cognitive load in posting a blog entry as opposed to just answering What are you doing?
Partially, that resistance is good. Like forums, or blog comments, the Twitter entries are mostly like noise. A soothing background hum that lets you know other people are alive and going about their business. Unfortunately, that business is often uninteresting in the long run. So how long are we willing to store it, even for ourselves?
On the other hand, it is annoying that I have to come up with a title that covers this little post that wanders all over the place. Or that so many thoughts end up as half-finished posts in my drafts pile.
Posted in web, meta | Tags interface, storage, twitter | no comments | no trackbacks
Posted by matijs
Tue, 20 Mar 2007 18:27:00 GMT
I don’t use the crontab command on my own machines (I just put files in
/etc/cron*), but recent experience on another machine made me wonder why
crontab has the following options (this is from crontab --help):
-e (edit user's crontab)
-l (list user's crontab)
-r (delete user's crontab)
Right. E is for edit, L is for list, R is for delete. Makes sense. And as a
bonus, it is easier to accidentally delete your crontab when you want to
edit it.
Brilliant.
Posted in software | Tags usability | 2 comments | no trackbacks