HN user

rikarends

242 karma
Posts1
Comments20
View on HN

Yeah unfortunately i need to pay for a special VM just for the wallet that way. That and the JSON RPC api didn't look all that simple. In a way coinbase does exactly what i need, except its callbacks don't work. It would be nice to be able to fire up a super secure wallet VM with a locked down webservice api for adding receive addresses and getting callbacks, and having a 2 factor 'withdraw' function.

Hi Saejox, - the name came from the domain, since its a GL UI it fits well enough imho. - tried to make it 'as simple as possible to buy' using the same way Stripe does it (i dont touch CC's) - can't solve international wage/price discrepancies, unfortunately. - i tried to pick a payment solution that didnt' suck too much to integrate, paymill is 'the stripe competitor in europe' and its a pretty clean process compared to paypal. And then there is bitcoin too. - As its not a trivial product i decided to make a video demo to show what it can do.

Thanks for your feedback.

The reason features like 'with' and callee are being pushed out of JS is because they are a complete nightmare for JS engine optimizations. Doesn't mean they are not useful for certain (hacky) things. Google Dart is a direct response of the V8 team against JS having (among many other things) these kind of constructs. If you want your JS to keep getting faster, try not frustrating the guys that make your crap code faster by advertising these constructs too much. Thank you.

I had to demo Cloud9 on local URL since i didn't have internet there, that made debugging an online process a bit hard. We wil have a much more capable offline version of Cloud9 with online/offline mode soon. Our entire team is developing and debugging Cloud9 within Cloud9. Its a great way to stabilize. We dont really have database support yet in our cloud version, so only the devs that do the UI / DB-less backend work do that on the hosted version right now. This should become 100% hosted pretty soon.