Live data from Hacker News

Viewing profile — kunqiana

kunqiana

HN member
Joined
Sun, Mar 08, 2009, 8:42 AM UTC
HN karma
324
Public activity
61 items

About kunqiana

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #38769180

    https://github.com/madd86/awesome-system-design

  3. comment
    Comment #16096898

    I been working on easyinfograph.com for a few months now. Plan on featuring it for product hunt when I am done with a few more features.

  4. story
    Ask HN: Website for posting and discuss product idea besides HN?

    Is there a list of website that allows people to post and discuss new ideas besides HN?

  5. story
    Ask HN: I want to build a smart watch, how should I get started?

    What books should I read? What tools do I need? What components should I buy? Are there opensource hardware projects I can study from? Edit: I have a background in Computer Science…

  6. story
  7. story
    Ask HN: Any way to find lisp freelancing jobs?

    What are some ways to find freelance jobs that require common lisp?

  8. comment
    Comment #4671028

    It would be nice if I can search for projects using specific programming languages. Also why can't I just upload the project I need people to contribute without using github?

  9. comment
    Comment #3435783

    I think your code is off by 1.

  10. comment
    Comment #3432004

    Just out of curiosity did you learn scheme primarily through books? Do you actually use the language on a daily basis? Maybe you are a lisp hacker?

  11. comment
    Comment #3431855

    Thanks for the tip, but when I tried to run it under mzscheme I got the error: map: all lists must have same size; arguments were: # () (1). Also could you explain why set! and lis…

  12. comment
    Comment #3431083

    I tried to recode what you did in scheme for practice (define (pascal n) (if (= n 0) (list 1) (begin (let ((L (pascal (- n 1))) (ret (list 1))) (do ((i 0 (+ i 1))) ((= i (- (length…

  13. comment
    Comment #3278284

    I have a question, why did git grow so popular? What was better about it? Edit: To down voters I think this question is important because it helps us understand why certain softwar…

  14. comment
    Comment #3275073

    hi I got his error, on ubuntu 11.04. I moved the base folder to the neo folder but it still didn't work. Is it because it's missing the game data? DOOM 1.3.1.1304-debug linux-x86 N…

  15. story
    Ask HN: Did doom3 run for you after compilation?

    I have just install doom3 in my neo folder using scons (ubuntu 11.04). I typed ./doom.x86 and I got the following message. DOOM 1.3.1.1304-debug linux-x86 Nov 24 2011 00:27:04 foun…

  16. comment
    Comment #3273476

    I got a similar error on linux. How did you get it to work?

  17. comment
    Comment #3273458

    Anyone got this error? DOOM 1.3.1.1304-debug linux-x86 Nov 24 2011 00:27:04 found interface lo - loopback found interface eth0 - 10.0.0.19/255.255.255.0 ------ Initializing File Sy…

  18. comment
    Comment #3273320

    I am getting the error, "scons: * [build/debug/core/sys/scons/doom] Source `/usr/lib/libz.a' not found, needed by target `build/debug/core/sys/scons/doom'. scons: building terminat…

  19. story
  20. comment
  21. comment
    Comment #2293794

    we definitely need more stories like these to balance out the belief that doing a start-up is some how "easy". The reason is not to discourage people but to let them know what they…

  22. story
  23. comment
    Comment #1434451

    Working Hard != Working Smart

  24. story
    Ask HN: What's missing in a CS degree?

    There seems to be lots of post both recent and before discussing the inadequacies of a CS degree. Could anyone elaborate on how to fill up this gap for better preparation in the re…

  25. story