Apa 2.0 tehais-ing

福利的代名词

福利有一个代名词。叫挪威。

挪威在联合国什么高素质排行榜上名列榜首,也在工资排行榜上明列前三。那到底他有什么那么babi。

确实很babi。

国家有一个规矩,就是公司必须呈报员工的工作时间。如果每天OT, 政府会打电话给那家公司,说“工人也是人”。所以总结是。对一个要召九晚五的员工,这里是天堂。不过先讲好阿,我的工作不太召九晚五的哦(不要问为什么)

弟二,公司很难请你吃鱿鱼。某某公司有一个笑话,就是挪威母公司之所以要在国外开分公司,是要把那些想炒的人送过去。然后用那边的法律搞定他。讲真的,其实在挪威要炒一个人当然也不是那么难(比方说,你可以试试每天八点半就喝醉酒)。不过这里大多数公司的原则是“既然把你请来,就必须好好对待你,毕竟政府经常提醒公司-员工也是人“。

第三,这里很好生孩子(也很好做生孩子的东西)。挪威是欧盟生育率其中最高的。政府鼓励生育,生多就不用给那么多税。不过也不能生那么多,生太多税收又多了。就要你有一个ideal的family size。不过在挪威差不多有一半的孩子是单亲的。我有一些朋友会和我说“my dad is vising his girlfriend this weekend”然后你会很不明白的消化那番话。好来好往。

第四,其实这个是从瑞典的朋友听说的,不过挪威可能也差不多。他们会鼓励外籍人pick up他们的母语的。就比如说我的朋友是瑞典长大的华裔,所以他上学是政府给她安排了一个tutor教中文。这个很不象东南亚的某一个国家,死命要你不学母语。

当然讲到外来移民。我觉得外来移民真的很命苦(讲真的)离乡背井,去到一个陌生的地方。所以其实大家必须对外来移民好一点(比方说在挪威的我)不过如果命苦,也就选择在挪威苦吧。挪威这几年来让不少难民进入。数目比瑞典少,而且挪威比瑞典更挣扎,瑞典很generous的让很多伊朗伊拉克的人进去了,挪威也差不多,不过挪威挣扎过程比较多(原因也是因为他们曾经是殖民地,所以也没有加入欧盟,因为这里的人怕加入后少了自主)。不过,还是必须佩服一个国家可以打开双手欢迎人。

第五,这里很多美女帅哥。不过这个不用讲,反正没我的份。

很多人都wonder,那么在挪威一定很好捞。工资那么高(比伦敦高),福利那么多(石油多到鬼酱)。其实这里的福利之所以好,part of the reason是因为政府的模式是让大家都是小康。房子不大,车子不多(脚车/自行车多)。你不会比你的老板穷多少,不过你也只是和扫地那个auntie一样有钱。

还真不知道马克思梦到的地方,会不会是挪威。

国庆节有感

昨天是挪威国庆日。这一天所有人都向城里挤。一个本来像死城的广场,王宫,忽然间人挤人。那些没有出去挤的都会在家里搞聚餐,庆祝国庆。一些家伙(象我)就找机会跑去喝酒,bbq。

每次在国外都会去参与别人的National Day Celebration。03年在新加坡时也是浩浩荡荡。穿了红衣(当天满街红红),拿了goodie pack, 去了体育广场看燕姿唱国歌。新加坡人真的很爱国,每年国庆都有不同歌,都是找了当红歌手来唱,还有很多个language。不过马来文的那个version,唱来唱去酱多年,还是很多人不太明白歌词讲什么。

唯独瑞典,在那里住了一年,好像却没有庆祝过(难道他们没有国庆?)那里记忆最深的庆典,好像是welcome summer的那个celebration。就是八点早上开始唱歌跳舞。那天你会忽然间发现,你在瑞典真的很多朋友,走在街上大家都会和你Say Hi(酒精的威力)。然后就一直玩到天明。

现在想回在马来西亚的时候,国庆节最爽的,是可以睡到迟迟。在挪威这里,弟二天到公司,大家都在讨论怎么怎么庆祝,怎样喝醉酒。在马来西亚,好像是弟二天就很精神,大家都很happy,因为放了一天假。

Oh my god,我好像不够爱国。

Browser Sniffing and embedded fonts

Browser sniffing doesn’t work. It may have started out as a way to distinguish functions supported by different browsers, but it is now the devil.

Back in the old days when there are only Netscape and IE, it was the norm to detect Either-Or and serve different versions, but today, there are dozens of browsers, and each with many different versions with many different support level.

For example, browser-makers are adding new CSS3 support in every version update, by browser detection, you are almost dommed to failure as at some point, a browser that does not support a particular CSS3 will eventually(support it).

Today, there are still sites which use EOT, Embedded Open Type fonts. This is Microsoft’s dynamic fonts, whereby users don’t need to have the fonts and can download immediately when some sites need it. The catch is that it is only supported in Windows platform. Another dynamic font is PFR, which was promoted by the now defunct Netscape browser.

Many sites started using these dynamic fonts out of necessity. Back then, unicode support was not the best and many sites with non-western encoding had to resort to dynamic fonts to solve the problem. However, today, unicode is already capable of displaying all language encodings. And if you want special font style, standardized web fonts(using @font-face in CSS) is the answer.

telugu1

Because of legacy reasons, sites such as eenadu.net shown above still uses EOT and PFR to display Telugu fonts. Therefore, non-Windows users will not be able to pleasure of reading sites like this, unless of course non-Windows users take the hassle to download the dynamic fonts manually.

Multitouch screen using Wii

Who says game consoles are not for serious work.

Thanks Haresh from avoinsource for the link.

← Before