Live data from Hacker News

Viewing profile — sinamdar

sinamdar

HN member
Joined
Thu, Dec 10, 2009, 3:52 AM UTC
HN karma
195
Public activity
72 items

About sinamdar

Blog: http://shantanuinamdar.blogspot.com

Projects: https://bitbucket.org/sainamdar

Recent public activity

  1. comment
    Comment #13652672

    One of the points mentioned often by @sama is that founders give up too quickly. What advice did you get from your YC Partner on this conundrum of being cockroaches versus shutting…

  2. comment
    Comment #13521200

    Peter Norvig. http://norvig.com

  3. comment
    Comment #10921644

    PG referenced/tweeted a quote by someone "Eat food, not too much, mostly plants". That sums things up pretty well.

  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. comment
    Comment #10789869

    Shameless Plug here. Inspired by Peter Norvig's 'How to write a Lisp Interpreter in Python', I created three variants of it along the same lines as the OP. The first is a Simple Li…

  15. story
  16. story
  17. story
  18. comment
    Comment #8754340

    'Reliving experiences' is part of the Exposure Therapy that is used to treat PTSD. I remember watching on NOVA or some science program how virtual reality was being used to treat v…

  19. story
  20. comment
    Comment #8363538

    Try out America's Test Kitchen ( http://www.americastestkitchen.com/ ). I find there way of explaining things very easy to understand.

  21. comment
    Comment #8159599

    Completely agree. Remember, PG and team wrote Viaweb in Lisp because that is what they were comfortable with. They got acruired by Yahoo because they had the users and the best pro…

  22. story
  23. story
    Wael Ghonim interview on Charlie Rose

    Wael is an inspiration.

  24. comment
    Comment #3511470

    Shameless Self Promotion. Here are two version of the LISP interpreter in JavaScript that I wrote: 1. Direct port of Peter Norvig's version in Python: https://bitbucket.org/sainamd…

  25. comment
    Comment #2613734

    Here is LISP interpreter in Javascript based on Peter Norvig's interpreter in Python. All constructive criticism is welcome!