A new start – my self-host blog
I have started my self-host blog here: littlecheesecake.me It is not an easy decision to move out from WordPress and start with my own domain name, which means I would lose all the subscriptions, some...
View Article[Ideas] Summary of Good Reads from RSS [VI]
Android Design 与 Holo Theme Becoming a better butler One person product 专注做好一件事 Google glass will fail, but passive interfaces won’t 如何用paper设计你大脑中的艺术 Hero Mode: how to turn on your productivity super...
View Article[Research] Feature Detectors and Descriptors
Feature descriptors are commonly used in lots of computer vision algorithms – object recognition, tracking, image stitching camera calibration and etc. I used it in three different types of tasks –...
View Article[Thoughts] A closure. A new start. Be prepared
Finally I got the App release to the public. For so many nights, I stayed up programming, and so many times I almost gave up when facing the technical bottleneck. I’ve also met someone who is...
View Article[Ideas] Summary of Good Reads from RSS [V]
Nokia invests in high-resolution cameras to woo apple buyers 大数据和想象力 人们为什么要在微博,facebook等上发布自己的状态信息或者人生感悟? 回央视:不装13,无社交 社交网络的逻辑,产品和未来 Why good storytelling helps you design great products Don’t...
View Article[Graphics] When I am on the Road
Trying to plan another backpack trip. Then I recall last time when I was on the road. The most two memorable places for the 6-week backpack trip in Europe – Santorini and Hallstatt. I think someday I...
View Article[Research] Bag-of-Features for Visual Recognition
I) Rationale The inspirations are from some researches [1][2] in Server-client structure for large-scale AR tracking system. What I’m going to explored as illustrated in the figure below, is to build a...
View Article[Android] More Interesting Filters using Fragment Shader
Continued with the previous project – image processing using OpenGL ES shaders. (Previous post: basic image processing, instagram filters, live streaming), I studied and implemented another two...
View Article[Ideas] Summary of Good Reads from RSS [IV]
硅谷“双城记”,高科技的背后。 新闻有毒? Google Glass was prototyped in one day – using chopsticks Take a minute to enjoy some art on world art day First look: how the google glass UI really works How five real...
View Article[Research] Load OBJ Models in ARToolKit
Last week I helped my FYP student to set up a simple project of loading 3D models of .obj format in ARToolKit. The source code is available at my git repo, here just take a note for future reference....
View Article[Ideas] Summary of Good Reads from RSS [III]
无产品,不营销 An acquisition is always a failure How much sleep do we need to work productively? China is finally becoming a lucrative market for app makers The Slow Web Which apps make more money?
View Article[Android] A Photo-sharing App using Facebook and Weibo API
I have spent some time to play around with Facebook and Weibo SDK for Android and create an app for photo-sharing to Facebook and Weibo with in-app log in. Here are the steps and tips. The source code...
View Article[Ideas] Summary of Good Reads from RSS [II]
Google Glass的杀手级应用 Pixar’s Senior Scientist Explains How Math Makes the Movies and Games We Love How I hacked My Brain to be Efficient When Working from Home 优秀程序员无他,善假物也 互联网创业已死 为何Esty不愁没有女工程师
View Article[Thoughts] True to Yourself
“Why are you being so mellow?” I was quite often, actually I AM still occasionally, being asked on this question. I am a typical introvert, and I was aware of this quite well since I was small....
View Article[Ideas] Summary of Good Reads from RSS [I]
Some are in Chinese. I like to read in Chinese more. 我是个loser,我要逆袭。 Singaporean-Finish Startup Google街景:冰山上的来客 NVIDIA下一代GPU构架发布会 小额捐助能改变互联网生态? Google Keep The Story of My App:How a Designer Works as an...
View Article[IDEAS]Google Keep, An Amazing App
Google Keep is now alive. I have a strong feeling that it is just THE APP I need! My head is always full of silly ideas, but I have a sense that some of the ideas would be useful, at least to myself....
View Article[Thoughts] Create Hierarchical Tree in Matlab using Struct
It really took me quite a while to figure this out. Just take notes for myself. Syntax 1 Create an array of struct tree(1,10) = struct(‘a’, []); Syntax 2 Create an array of struct, each field of which...
View Article[OOTD] Long T with Leggings
I like these simple matches. Just one center piece, leggings and flats, ready for outings!
View Article[Android]Live Camera Streaming using OpenGL Texture Mapping
Previous works are handling only single image. Now I consider to apply those shader manipulations on live camera feed in, so that I might achieve a “real-time” filter effect. There is a good example...
View Article