Thursday, January 9, 2020

Dunning Kruger Effect

What is Dunning Kruger Effect?




To my knowledge, DKE means you are overconfident when you just know nothing about a particular area, and you think it would be very easy and joyful to work on it. But of course, the truth is that when you drilled deeper to the area, you will it's not easy to accomplish the stuff, and you lose your confidence.

The situation will be improve when you got more and more knowledge, you'll get back your confidence eventually.


So how to cope with Dunning Kruger Effect? Keep learning ;P

Friday, January 3, 2020

Cross platform application framework

Summary of cross platform framework:
Reference:
https://amp.reddit.com/r/Kotlin/comments/bo1ur4/kotlin_vs_qt_for_mobile_apps/

Sync multiple git repo at once

Use the following command in Linux will do the job:  ls -d RepoNames* | xargs -I{} git -C {} pull