Viewing profile — astrada
astrada
HN member- Joined
- Thu, Aug 01, 2013, 7:43 PM UTC
- HN karma
- 207
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About astrada
Recent public activity
- story
- story
- story
- story
- story
-
comment
Comment #7878447
Well, sometimes you have space constraints. The O(n) extra-space required by mergesort isn't always available. But if you don't have space constraints, mergesort is a very good cho…
- story
- story
- story
-
comment
Comment #7404427
quicksort is not a stable sort ( http://en.wikipedia.org/wiki/Stable_sort#Stability )
-
comment
Comment #6623833
> So, what would it take? A low price. If they offer a model at Nexus 4 prices, maybe... Previous leak shows prices starting at $349 for the 16GB model ( http://www.theverge.com/20…
-
comment
Comment #6623522
I think that probably it will get out of stock quickly. It's a marketing move that gets reported by major news sites, and raises interest among non-tech people. If everything goes …
- story
- story
-
comment
Comment #6171483
There is the official Google APIs Client Library for Python ( https://developers.google.com/google-apps/calendar/downloads ). You can even test the RESTful API online using the Goo…
-
comment
Comment #6148012
Conflict resolution is not very sofisticated. You can choose to always take server side version (the default) or client side version (see https://github.com/astrada/google-drive-oc…
-
comment
Comment #6147883
I see your point. Thanks for your feedback.
-
comment
Comment #6147749
That is a proxy on GAE that makes it easier to complete the OAuth2 flow. The source code of the proxy is here: https://github.com/astrada/gd-ocaml-auth . More info about the author…
-
comment
Comment #6147551
In Italy it isn't popular at all, but a couple of friends of mine use OCaml, mostly for hobby projects. And I like the language. It is more advanced than main stream languages I kn…
- story