Viewing profile — sinamdar
sinamdar
HN member- Joined
- Thu, Dec 10, 2009, 3:52 AM UTC
- HN karma
- 195
- Public activity
- 72 items
- HN profile
- View on Hacker News ↗
About sinamdar
Projects: https://bitbucket.org/sainamdar
Recent public activity
-
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…
-
comment
Comment #13521200
Peter Norvig. http://norvig.com
-
comment
Comment #10921644
PG referenced/tweeted a quote by someone "Eat food, not too much, mostly plants". That sums things up pretty well.
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
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…
- story
- story
- story
-
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…
- story
-
comment
Comment #8363538
Try out America's Test Kitchen ( http://www.americastestkitchen.com/ ). I find there way of explaining things very easy to understand.
-
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…
- story
-
story
Wael Ghonim interview on Charlie Rose
Wael is an inspiration.
-
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…
-
comment
Comment #2613734
Here is LISP interpreter in Javascript based on Peter Norvig's interpreter in Python. All constructive criticism is welcome!