Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thisiswei
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
thisiswei
12y ago
Sign me up. I'll commit 6-8 hours, how to contact you?
2.
▲
by
thisiswei
12y ago
How do you define "workaholic" ? Please take a look at Foxconn workers.
3.
▲
by
thisiswei
12y ago
shyer /= less attractive
4.
▲
by
thisiswei
14y ago
glad im learning cs373 (self-driving-car) by the the sebastian thrun
5.
▲
by
thisiswei
14y ago
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 j
6.
▲
by
thisiswei
14y ago
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
7.
▲
by
thisiswei
14y ago
agree!!!
8.
▲
by
thisiswei
14y ago
steve,will you be teaching this time?
9.
▲
Dhh is right--learn in anger by building something that you really want.
(linksgram.herokuapp.com)
2 points
by
thisiswei
14y ago
|
0 comments
10.
▲
by
thisiswei
14y ago
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 advantage or disadvantage ?
11.
▲
by
thisiswei
14y ago
cooooool