Archive for the ‘Uncategorized’ Category

Post

So You Have A JFRV ?

In Uncategorized on September 1, 2011 by Wenzi

I am posting this for those who cannot find this information in Chinese.  This is the law that says you can work if you are married to a Taiwanese person.

 

You can find the whole law here http://laws.cla.gov.tw/Chi/FLAW/FLAWDAT0201.asp

法規名稱 : 就業服務法 

Ok, go down to paragraph 48. It is the second line

第   48    條
雇主聘僱外國人工作,應檢具有關文件,向中央主管機關
申請許可。但有 下列情形之一,不須申請許可: 
一、各級政府及其所屬學術研究機構聘請外國人擔任顧問或研究工作者。 
二、外國人與在中華民國境內設有戶籍之國民結婚,且獲准居留者。 

Oh , I read Chinese too.

Comments Off

Post

Mongo Clusters are Like Driving a Big Boat

In Uncategorized on July 28, 2011 by Wenzi Tagged: , ,

Mongo Clusters are Like Driving a Big Boat.

CLUSTERS CAN BE BIG

The things about clusters, any clusters, is that a lot of things go any to do anything. That is the nature of clusters. They are like turning a big boat in the ocean as compared to a jet ski.

A change is communicated among the nodes in a cluster, passing through different servers. Now the smaller the cluster, the less things have to talk to each other.

A cluster of one ( as in a single machine ) is instantaneous. A cluster of a thousand may take a lot more time for what ever you are doing to propagate through the cluster.

This brings us to mongo. When you are dealing with a cluster , it is a conversation. You tell / ask a mongo cluster to do something, and it goes off and does it. It will let you know when it is done.

SHARDING AGAIN

Think about a sharding mongo DB cluster. You make a change it will take time for whatever you are doing.

Your change may cause the balancer to start moving data from shard to shard, or refreshing a stale node or whatever.

There are tons of things that a mongo cluster could be doing when you issue commands. So here is the takeaway

Let mongo take it’s time and do what it is going to do

if you issue a command to a mongo cluster, realize that it will take time to complete. Let mongo DB do what it is going to do. It may take time, but something is probably happening and jumping to conclusions will not help.

Comments Off

Post

tload for OSX

In Uncategorized on July 25, 2011 by Wenzi

I have been running tload forever on a mac. It it one of my favorite system management tools. I can throw it on a screen halfway across the room and glance how a server is doing. Old school ASCII graphics remind me of the old days when computers looked like computers.

I was making a GeoIP lib package and I thought I might as well package up something I had had laying around just to get a feel for the new Xcode.

Comments Off

Post

MongoDB is the new MySql

In Uncategorized on July 24, 2011 by Wenzi Tagged: ,

I think this article is a little biased, but he is a Red Sox fan and you know how they are.

MongoDB is the new MySql

Comments Off

Post

Please Move Along….nothing to see…yet.

In Uncategorized on July 24, 2011 by Wenzi

I will start bloggin ( again )

Comments Off