Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
astrada
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Apple testing vapor chamber thermal tech for next-gen iPhone, Kuo says
(appleinsider.com)
1 points
by
astrada
6y ago
|
0 comments
2.
▲
Tor for Technologists
(martinfowler.com)
16 points
by
astrada
11y ago
|
0 comments
3.
▲
Visualising an Asynchronous Monad
(roscidus.com)
80 points
by
astrada
12y ago
|
12 comments
4.
▲
Comment commentary
(ericlippert.com)
1 points
by
astrada
12y ago
|
0 comments
5.
▲
by
astrada
12y ago
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 choice because you can easily write a highly scalable
6.
▲
BICEP2 discovery of gravity waves questioned by cosmologists
(washingtonpost.com)
1 points
by
astrada
12y ago
|
0 comments
7.
▲
by
astrada
13y ago
quicksort is not a stable sort ( http://en.wikipedia.org/wiki/Stable_sort#Stability )
8.
▲
by
astrada
13y ago
> 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/2013/10/17/4850738/nexus
9.
▲
by
astrada
13y ago
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 smoothly, probably it will get less coverage.
10.
▲
Upcoming Nexus 5 leaks in white, Nov. 1 launch date reported
(9to5google.com)
31 points
by
astrada
13y ago
|
56 comments
11.
▲
Dirac Lecture Videos (1975)
(youtube.com)
1 points
by
astrada
13y ago
|
0 comments
12.
▲
by
astrada
13y ago
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 Google APIs Explorer ( https:/&#x
13.
▲
by
astrada
13y ago
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-ocamlfuse/wiki/Confi... ). My m
14.
▲
by
astrada
13y ago
I see your point. Thanks for your feedback.
15.
▲
by
astrada
13y ago
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 authorization process: https://git
16.
▲
by
astrada
13y ago
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 know (C#, Javascript), but, being strict, it is easier (f
17.
▲
Show HN: FUSE filesystem for Google Drive written in OCaml
(github.com)
86 points
by
astrada
13y ago
|
29 comments