Live data from Hacker News

Viewing profile — thisiswei

thisiswei

HN member
Joined
Wed, Mar 28, 2012, 5:02 AM UTC
HN karma
1
Public activity
12 items

About thisiswei

codefella.herokuapp.com

Recent public activity

  1. comment
    Comment #7951705

    Sign me up. I'll commit 6-8 hours, how to contact you?

  2. comment
  3. comment
    Comment #7941565

    How do you define "workaholic" ? Please take a look at Foxconn workers.

  4. comment
    Comment #7900440

    shyer /= less attractive

  5. comment
    Comment #5108430

    glad im learning cs373 (self-driving-car) by the the sebastian thrun

  6. 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…

  7. 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

  8. comment
    Comment #4869877

    agree!!!

  9. comment
    Comment #4863449

    steve,will you be teaching this time?

  10. story
  11. 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…

  12. comment
    Comment #4666932

    cooooool