masterkain | 11 years ago | on: Dropbox Webhooks
masterkain's comments
masterkain | 12 years ago | on: Coursera blocks access to students in Cuba, Iran, Sudan and Syria
masterkain | 12 years ago | on: Github Reliability
masterkain | 12 years ago | on: BitTorrent’s File Synchronizing Service Sync Launches as an iOS App
The app itself is not bad, very simple, just pay attention to your Cellular Data settings, much like any other sync apps out there.
masterkain | 12 years ago | on: Ask HN: Dealing with a huge MySQL database - help
masterkain | 12 years ago | on: Ask HN: Is NodeJS stable enough to build the next Twitter?
Regarding bugs, there are too many to list, just see the tracker and spend some time browsing through them https://github.com/joyent/node/issues?direction=desc&pag... I'm fairly sure you can find pretty much anything.
I'm considering removing all the npm modules from my project and go raw, since most of the obscure bugs are in the ecosystem anyway.
Somehow I missed domains are also in 0.8, thanks!
masterkain | 12 years ago | on: Ask HN: Is NodeJS stable enough to build the next Twitter?
masterkain | 12 years ago | on: Ask HN: Is NodeJS stable enough to build the next Twitter?
masterkain | 12 years ago | on: Ask HN: Is NodeJS stable enough to build the next Twitter?
Either case start getting traction, don't over optimize at the start and watch out for memory leaks: there are tiny bits of best practices that you must follow (always consume the response? check. close the request appropriately? check. don't crash the whole node process? check.), some of which not really well documented, that can ruin your day should you get some important press and are not implemented correctly.
Take a look at the issue tracker of the libraries you are going to use, check if there's something that can affect you and perhaps contribute back!
masterkain | 13 years ago | on: AudioBox lands on Android: stream from your favorite cloud
Let us know if you have a cloud service that you would like to see integrated!
masterkain | 13 years ago | on: 7 billion people on 1 page
We'll have a look at this after our next release.