Viewing profile — thisiswei
thisiswei
HN member- Joined
- Wed, Mar 28, 2012, 5:02 AM UTC
- HN karma
- 1
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About thisiswei
Recent public activity
-
comment
Comment #7951705
Sign me up. I'll commit 6-8 hours, how to contact you?
- comment
-
comment
Comment #7941565
How do you define "workaholic" ? Please take a look at Foxconn workers.
-
comment
Comment #7900440
shyer /= less attractive
-
comment
Comment #5108430
glad im learning cs373 (self-driving-car) by the the sebastian thrun
-
comment
Comment #5108146
def cal(n): if n == 1: return [1] else: x = cal(n-1) return [1] + [x[i]+x[i-1] for i in range(1,len(x))] + [1] I didnt know "Pascal’s Triangle" , nor did I google, maybe I just got…
-
comment
Comment #5108018
def cal(n): if n == 1: return [1] else: x = cal(n-1) return [1] + [x[i]+x[i-1] for i in range(1,len(x))] + [1] who wanna hire a junior developer? I will work for free in SF,CA
-
comment
Comment #4869877
agree!!!
-
comment
Comment #4863449
steve,will you be teaching this time?
- story
-
comment
Comment #4694229
hey jeff, Im die hard fan of you,I wanna get in! is there any payment arrangement so i can payback the tuition monthly? and what would be different compare to HungryAcademy ? any a…
-
comment
Comment #4666932
cooooool