Google Dashboard and preferred language issue

November 6th, 2009

Well that’s annoying…one thing Google doesn’t do intelligently is languages. I am logged into my account, they KNOW I speak English as a preferred language, but when I go to my iGoogle [google.com] page on my iPhone whilst I’m in Belgium it insists on displaying everything in Dutch.

That was annoying enough…but now the dashboard is doing the same, even when I visit the page from my laptop.

Google, you KNOW I speak English, stop overriding my account setting for my language with demographic data based on my IP address. When I’m traveling it doesn’t make me fluent in the local language…

*slaps the company on the nose with a rolled up newspaper* Bad Google, bad bad portal!

– Pete. (c) Comment

That’s one of the reasons I love Slashdot – proper way of commenting the things! :)

Oh, yeah, about Google Dashboard – yep, it’s quite handy and useful! :)

Andrey Vystavkin Google, Links ,

Hugh Laurie – “America”

November 6th, 2009

Memo: SVN creation, trunks and tags

November 3rd, 2009

1. Trunks

svnadmin create --fs-type fsfs /svn
cd /svn
svn mkdir file:///svn/<project> -m "creating project directory"
svn import /dir/of/project_files file:///svn/<project>/trunk -m "initial import"
svn checkout file:///svn/<project>

2. Creating Tags

cd /svn/<project>
svn mkdir tags
svn copy trunk/ tags/<version_tag> 
svn ci -m "version tagged"
cd /svn/<project>
svn checkout file:///svn/<project>/tags/<version_tag>

Andrey Vystavkin Memo

Memo: fast grep of the word in the directory

November 2nd, 2009
 find ./ | xargs grep -i search_string

Andrey Vystavkin Linux, Memo , ,

Memo, 10 rules of User Interface

October 28th, 2009
  1. Visibility of System status
  2. Match between system and the real world
  3. User control and freedom
  4. Consistency and Standards
  5. Error prevention
  6. Recognition rather then recall
  7. Flexibility and efficiency of use
  8. Aesthetic and Minimalistic design
  9. Help users recognize, diagnose, and recover the errors
  10. Help and documentation

Main reasons and explanations are in the article from Jakob Nielsen: 10 Heuristics of User Interface.

Andrey Vystavkin Links , ,

Rowan Atkinson: Gospel of St.John

October 27th, 2009