說好不再流淚

清醒的時間大概都是處在悲傷的情緒之中哭泣,或者麻木做的無意義的事。

每天的清晨 5:00 跟 下午 5:00 都習慣性地看向手機,因為我知道我媽會跟我 update 她目前用藥的狀況,以及叫我不要擔心。總是說她在醫院很好,讓我在這邊好好工作照顧好一家人。不過從今天開始當我看向手機的時候,沒有任何新進來的訊息,我明白老媽再也不會給我消息了。我剩下的就是跟她的回憶,也沒辦法再抱抱她,說她好矮!

Read more »

自由自在的飛翔吧 …

今天是我這輩子最悲傷的一天,沒有之一!再也不能孝順您了!

我的母親在今天去世了,而我卻無法在她身邊見她最後一面。根據我父親轉述,我母親在沒有任何痛苦的情況下離開人世。透過與我妹妹的視訊,看到了母親最後的容貌,一如以往的沈睡模樣。直到這個時候還是無法想像,她已經永遠的離我們而去了。

Read more »

How Picasso gets the Context without parameter passing

sample.png?w=2924

What’s new?

I’ve updated the Picasso library recently and mainly see if anything new and surprising. The second goal was to see if the latest version has some bug fixes. I didn’t realize that, on the latest version 2.7828, it changes the way to instantiate the Picasso instance by using the With(Context context). Instead, it uses a Get() function to get the instance:

1
2
3
4
5
Picasso.get()
.load(url)
.resize(50, 50)
.centerCrop()
.into(imageView)
Read more »

road-test.jpg?w=2924

5/1 勞動節在台灣的朋友放假的同時, 我終於迎來人生最重要的考驗之一 (是嗎?) - DMV 路考 (behine-the-wheel drive test). 話說本來在考完 筆試 (written test) 之後, 一直想找時間把所有的路考的東西整理一下. 本來我是不打算約 5/1 這麼近的時間, 剛考完筆試想要休息一下, 加上工作繁忙 … blah blah (我是不會承認我拖延症復發的). 原本的路考時間是 7/2, 後來因為保險問題, 就決定還是早早去考比較好, 拿到正式駕照後也好跟他們 nego 一下 保費不是? (後來還是因為太懶沒有打電話去 nego)

Read more »

日本城櫻花節 (Japan Town - The Northern California Cherry Blossom Festival)

nccbf_banner.png?w=2924

每年四月第三個週末很熱鬧, 正好是美國的復活節 Easter週末, 在這周前的一兩週各地的活動很多, 我們也趁熱鬧跑去 Golden Gate Park 參加了撿彩蛋的活動, 不過兒子不太買單, 覺得撿彩蛋頗無聊, 倒是我撿到快累死了.

Read more »

Why leasing/buying a car?

剛來美國沒多久, 就一直被提醒要趕快去考駕照, 畢竟在一個車輪上的國家, 沒車就跟沒腳一樣哪兒都去不了. 而我所在的北加州(San Francisco) 的大眾交通工具有幾個選擇:

Read more »

Android Hopping Animation

WHY?

If you ever see what the Android onboarding hop animation looks like, it’s an amusing welcome animation for the new user whom first time launches the phone. Here’s an example of that. Let’s see the result first.

ezgif.com-crop.gif
Animation example


Read more »