Why does stress happen?
Author Archives: lucia
DigitalOcean: How To Create A Rails App with Git Auto Deploy
What we want to achieve:
- one click create a working version of rails project on DigitalOcean
- set up a local working version of the project
- set up remote & local git repo so we could push to update remote rails project folder
- and deploy automatically with push
Reference: Set Default Browser to Canary on Mac
In Yosemite and El Capitan, go to System Preferences -> General. You’ll find the default browser preference there.
In older version of OS X this setting is in Safari’s Preference, under General tab.
XML-RPC In A Nutshel
- What is XML-RPC?
Machines need to talk to each other, but they all speak different languages. In order for them to communicate, they need a common ground for talking, a set of rules they could all follow and use to understand each other. XML-RPC is the name of one of the sets of rules people come up with. There are other specification of rules apart from XML-RPC, like JSON-RPC, SOAP, WSDL, CORBA and REST.
Where Kindle Mac Store Downloaded Books
Open finder. Press Command + Shift + G. Paste this in:
~/Library/Containers/com.amazon.Kindle/Data/Library/Application Support/Kindle/My Kindle Content
I Want To Grow Faster
Thoughts on how to grow faster, after finish reading Harry Potter And The Method of Rationality. This is the how the dialog goes inside my head.
Harry Potter and the Method of Rationality
I simply have to recommend this, the book Harry Potter and the Method of Rationality. Words cannot describe the joy and sorrow it brings me.
Learning by Doing: The Real Path Down AngularJS
This is the third and last part in the Guide to Self-teaching AngularJS Trilogy. If you haven’t gone through the first one, do it now, here. If you’ve already covered the first two, nice job on the hard work!
Read on.
Performance Issue with Leaflet GeoJSON
It’s fine performing while data is not large. However with data as huge as all countries’ boundaries, GeoJSON freaks out and blocks the whole page.