Webkit, or even Blink, was designed during the desktop era and it's based on DOM, which makes it less fast compared to Android or iOS platforms. I think performance can be a important factor driving people to do this. What do you think?
It always confuses me on how to choose colors. I read some posts on Smashing Magazine so I know the color ring the color scheme, but I never know how to choose among them. How do you choose colors? Is there any guideline? Or you just go after you int...
Well, in Node.js or in Clojure... I ran into a problem — all of the requests are relying on a task on the server. So they have to wait until the task is finished. I got one solution from my friend — use promise to wrap the task and let others use yie...
Reading this post makes me confused: https://news.ycombinator.com/item?id=12495117 And definitely I have heard a lot about OOP, Java, message systems, Smalltalk. Mostly I program with JavaScript and ClojureScript and these things are kind of fuzzy to...