Viewing profile — biobot
biobot
HN member- Joined
- Fri, Feb 11, 2011, 5:57 AM UTC
- HN karma
- 27
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About biobot
[ my public key: https://keybase.io/ngbinh; my proof: https://keybase.io/ngbinh/sigs/9cxzLGz4YL5F9PXRUT2tB6IYnKigPugwPk_ZdnVdKKM ]
Recent public activity
- story
- story
- story
- story
- story
- story
-
comment
Comment #8008088
Congratulation Beyang and Quinn. Looks really slick!
-
comment
Comment #6524706
Too bad it is GPL v2. https://github.com/facebook/flashcache/blob/master/LICENSE
- story
-
comment
Comment #4771020
Apache Software License, Version 2.0 https://oss.sonatype.org/content/repositories/snapshots/org/...
-
comment
Comment #3519537
You should've tried this: https://wiki.archlinux.org/index.php/Yaourt
-
comment
Comment #3490474
Interesting! But I think $70k salary for early employees is not realistic. They will probably take $10k-$20k less than market price for significant shares.
-
comment
Comment #3307302
NO (Samsung galaxy S II, T-Mobile)
-
comment
Comment #2478314
One of my friend came up with this solution: m is missing,d is duplicate. I is 1..N, A is input. Step 1: Compute m XOR d by XOR all values of A and I together. let say x = m XOR d.…
-
comment
Comment #2478240
OK. I think I find a way around. Assume d XOR m = a. Find k = position of the first bit (from MSB to LSB) in a. Then d + m can be in [a + 2^(k+1),a + 2^(k+2),...,a + 2^63]. We will…
-
comment
Comment #2478197
Make sense! That fails my solution!
-
comment
Comment #2478099
There are at most 2 solutions: if m XOR d = a then either m+d = a or m+d = a+N. With the combination of m-d = b, you will find m and d. If both of them satisfied ( remember m and d…
-
comment
Comment #2477858
This is the solution I posted there: Called the missing number m, duplicate d. The main idea is to find m+d and m-d. Then it’s trivial to find m and d. 1) Find n XOR d: X_array = 1…
-
comment
Comment #2442033
For every open position, they will bring in onsite about 10 people. And most of those 10 are pretty good too. So you had to make a very good impression with the interviewer to make…
-
comment
Comment #2440167
I think you left the interviewers some bad impressions about your technical skills. Blame the interviewers throw easy questions at you and think that it's all they get is blatantly…
-
comment
Comment #2387709
I have applied there for a fulltime position. I got a friend at Google refer and an HR called my immediately to set up a phone interview. It went well and they flew me in for onsit…
-
comment
Comment #2256858
One stark difference between programmers in the east and west is that in the east, people tend to stay in one company much longer. I think that effectively limit their development.…
-
comment
Comment #2229866
JVM is written in C/C++ so technically Java cannot be faster than C/C++ because everything in Java are (direct / indirect) products of C/C++. :)