Archive for the ‘Reflection’ Category

投藍綠是你家的事,但是請支持公投謝謝

Friday, March 21st, 2008

最近不知道為什麼,政治關心度上昇 100%
連枕邊細語的時間都可以拿將要來臨的總統大選當話題 (絕對不是沒有其他東西可以講XD)

我家都親綠耶真糟糕,感覺起來不管說啥好像就是因為父母這樣認為所以看到的就只有這樣
餅幹也討論過政治議題,他講的口沫衡飛(想像的),表達出內心對綠黨民進黨的失望忿怒與不滿
可以算是大部分高知識阿宅份子(!?)的思想寫照?
我覺得很認同阿,至少一方面是我自己對每個新聞個案知道的沒有很詳細
另一方面他的確也說的很有道理

說說個人感覺好了
說真的,光是只有看總統大選辯論表現的話,我會投給馬吧
我也跟我老北說過,他們如果是上辯論課,馬9大概可以拿個 A,謝大概 C+/B- 那邊,遜

假設他們講的都是真的了,也就是說每張開的發票都會實現,那我會為了不要一中市場而投給謝
不是我討厭中國人,而是我在海外碰到的高教育中國人讓我感到他們也無法相信自己的政府,這很悲哀
每當問起阿在這邊博士後研究都做的這麼好了,有沒有要回中國發展?
得到的答案簡單說就是中國共產黨的政府還是不能信任的
我不懂的是,為什麼反而台灣人那麼相信他們?

A referendum (plural referendums or referenda), ballot question, or plebiscite (from Latin plebiscita, originally a decree of the Concilium Plebis) is a direct vote in which an entire electorate is asked to either accept or reject a particular proposal. This may be the adoption of a new constitution, a constitutional amendment, a law, the recall of an elected official or simply a specific government policy. The referendum or plebiscite is a form of direct democracy.

公投就是公投,就算被拿來榜了大選也還是公投
公投的結果也不會因為是民進黨執政時候得到的所以民進黨變得比較厲害
這種最基本最直接的民主手法,卻被台灣人和媒體炒作成一種下三濫的手法
或許辦公投的人動機的確不良,或許他們真的想要靠支持入聯所以投支持順便投給我們
國民黨也是支持入聯吧?
雖然每個人都知道只要中國繼續在安理會裡面,台灣就不可能入聯
但是單純問如果可以的話想不想,我想都是會點頭的吧

在台灣似乎支持公投就是等於支持綠色,領了公投票就是接受了綠色的骯髒手段
醒醒吧,中國畏懼的就是這種最原始最直接的民主動作
雖然我自己是一點都不覺得這次公投會過,也一點都不覺得謝會贏,想要說的話還是想要說
想要避免一黨獨大,然後讓台灣政局繼續亂七八糟而投給民進黨的
想要拼台灣經濟,讓台灣人民所得一起(!?)往上而投給國民黨的
我是認為,不管你投藍綠是你家的事,但是請支持公投謝謝

1/3

Wednesday, October 10th, 2007

假設我會活 75 歲的話,那我已經用掉 1/3 的人生了。

希望在到達下一個 1/3 的時候,可以對自己的成就感到滿足。

Linux 好棒.. ?

Monday, October 1st, 2007

Ubuntu 真的很棒,只要妳用的東西是很熱門很多人研究過,Google 打下去就會出現很詳細 Howto 的話,那的確很棒。但是如果要用的東西不很熱門,或者是某些公司出的 linux 板程式,那很容易要裝個東西就會浪費掉一兩個小時。

剛為了要裝 Oboe Sync 3.0,被 Python、Qt3 vs Qt4、PyQt、sip 這些錯縱複雜的關係搞得很機。抓下來一個 .tar.gz 也沒說要啥 dependency 然後就只有一個 oboe_exe.py,跑了後才開始靠背少了什麼東西。

去找 PyQT 然後又跟我說要編需要 sipconfig,鬼才知道那東西是在哪個 package 裡面。繞了一大圈發現 sip 是 PyQT 同一間公司出的,靠北是不會說喔。

好不容易要開始編 sip 然後又開始靠北說三小

Error: Failed to create ./qtdirs using platform linux-g++.
Make sure your compiler is installed correctly and you have a working make on your PATH. "

最好是這種 error message 有意義。

Google 又找了一下發現是寫 configure.py 的人很白爛,qt3 和 qt4 共存的時候只會抓到 qt3 然後就爆了。又仔細的爬了一下文發現可以用 -q 選項來指定 qmake 的 absolute path,所以來找一下 qmake 在哪裡:

peter@50k:~$ which qmake
/usr/bin/qmake
peter@50k:~$ ls -al /usr/bin/qmake
lrwxrwxrwx 1 root root 23 2007-09-25 22:38 /usr/bin/qmake -> /etc/alternatives/qmake
peter@50k:~$ ls -al /etc/alternatives/qmake
lrwxrwxrwx 1 root root 18 2007-10-01 18:24 /etc/alternatives/qmake -> /usr/bin/qmake-qt3
peter@50k:~$ ls -al /usr/bin/qmake-qt3
-rwxr-xr-x 1 root root 2032164 2007-09-18 10:05 /usr/bin/qmake-qt3
peter@50k:~$ ls /usr/share/qt4/*/qmake
/usr/share/qt4/bin/qmake
peter@50k:~$ whereis qmake-qt4
qmake-qt4: /usr/bin/qmake-qt4 /usr/X11R6/bin/qmake-qt4 /usr/bin/X11/qmake-qt4 /usr/share/man/man1/qmake-qt4.1.gz

靠北夠不夠麻煩阿,Linux 想要更普及話的話,這些問題都得排除。能夠想像你媽打電話來問說要怎麼裝啥啥啥程式嗎?對啦妳可以直接 ssh 進去,那如果變成一個客服要做的時候,最好是有辦法每個 client 都給他 ssh 進去修。

沒有 .deb 的東西還是少裝,省得在那邊覺得為啥只是簡單的想要裝個程式,卻浪費了一堆冤枉時間,到頭來只是幾行沒有人跟你說的指令而已。更!

Drama

Thursday, March 15th, 2007
  1. Life would be a lot easy without having to deal with drama that comes up once in a while. The thing is, when you realize, you’re one of the actors already, and you can’t quit. Being also a director of this drama, you can change the play as long as others go along. When the issue is something out of your hand, you can try getting yourself more involved to gain influence, or try pulling yourself out. What about sit tight and hope for a happy ending? Too bad, lottery isn’t guaranteed for everyone. But hey, many times it’s the best option to shoot for.
  2. Once in a while you’ll also run into someone starting a new drama and trying to pull you in. You can choose to hop in and play your role, and maybe have some memorable time along the way. You can also choose to drop the invitation and live on with your life. So which one is better? Those who choose to hop in either got nothing to do or want this drama anyway. Those who don’t probably will just chuckle, feeling sorry for the founder.
  3. What about times that you wanted to start your own drama? Well, in case you don’t know what will be qualified, talking two faces will be a common one. Shame on you if you can’t tell you are starting one, I am sorry that you are just hopeless. But those who can tell, hey you really want one? Some benefits you may get from having a successful drama: self-satisfactory, confident, feels good, and etc. Some detriments in case the drama don’t run like what you’d it be like: low self-esteem, feeling like a loser, and etc. Most importantly, do others want to play along? Maybe they’ll just chuckle you off.

All in all, shit happens when it feels like to. When you are in shit, get out or get more shit. Don’t start shit cuz it aint good for you.

Protected: 5:34PM

Sunday, March 11th, 2007

This post is password protected. To view it please enter your password below:


All Rights Reserved Copyright © 2008 Design by StyleShout and Clazh