Viewing profile — srveit
srveit
HN member- Joined
- Sun, Mar 15, 2009, 10:02 PM UTC
- HN karma
- 153
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About srveit
Ruby, Rails, JavaScript, Node.js, CouchDB
srveit at creatingastartup.com
Recent public activity
- story
-
comment
Comment #3149912
I found "Wealth of Nations" by Adam Smith to be an excellent book. He explains things very well. You can tell he has done extensive analyses to back up his conclusions. Free on Gut…
- story
-
comment
Comment #2874212
Thanks for the info. I added my npm module ( https://github.com/srveit/mechanize-js ) to Travis
-
comment
Comment #2105580
The War on Poverty is the name for legislation first introduced by United States President Lyndon B. Johnson during his State of the Union address on January 8, 1964. http://en.wik…
-
comment
Comment #2031741
Why?
-
comment
Comment #1932233
Here is an article and HN discussion thread that was posted two months ago that describes how one man retained his rights upon re-entering the US: http://nomadlaw.com/2010/04/i-am-…
-
comment
Comment #1647598
That reminds me of my old boss expecting email to be the same as an answered phone call. There was a problem in our system that he wanted me and a co-worker to solve by working lat…
-
comment
Comment #1568863
It looks like at least one company is trying this: https://www.banksimple.net/about/
-
comment
Comment #1522826
I don't use a case for my 3GS. I always keep it in my pocket (not the one with my keys). However, I bought my wife a rubber case for hers, since she keeps it in her purse with her …
-
comment
Comment #1514334
I think the "Little yellow guy" is the Street View icon.
-
comment
Comment #1497651
It uses Google's open source V8 JavaScript engine. ( http://code.google.com/p/v8/ ) It doesn't support multiple cores AFAIK. To use multiple cores, the server would need to spawn s…
-
comment
Comment #1497628
Node uses a thread pool also. From Ryan's JSConf slides: "Blocking (or possibly blocking) system calls are executed in the thread pool. Signal handlers and thread pool callbacks ar…
-
comment
Comment #1465527
The "slant" in this book is that he is pro-free market and anti-central planning. He states that the free market is the most efficient way to allocate scarce resources. The book ex…
-
comment
Comment #1319566
By allowing the price of water to go up, it would encourage more people from outside to fulfill the increased demand. By limiting prices, the government is not just telling sellers…
-
comment
Comment #970976
The changes described in the article look good. However, were they A/B tested? While Amazon.com may look cluttered, they used A/B testing to evolve the site to what it is now.
-
comment
Comment #858454
I live in St. Louis, although I did not attend WUSTL. I did some web development for two graduates from there. You may be interested in these two local groups of which I am a membe…
-
comment
Comment #802455
For really accurate measurements check out http://www.physics.ucsd.edu/~tmurphy/apollo/apollo.html By bouncing a laser off several reflectors that were left on the moon, they are a…
-
comment
Comment #795008
I got a call from this service on behalf of one of my neighbors who lost his dog. I went to look at the service and though that this was a great idea. It appears to be a fully auto…
- story
-
comment
Comment #743335
Also see the HN comments here http://news.ycombinator.com/item?id=740524
-
comment
Comment #743285
I didn't work with these, but did work on the Symbolics 3600 circa 1985. It introduced me to a lot of new technology. I learned Lisp, of course, on it. I learned Zmacs and the "Met…
-
comment
Comment #709964
Steve Blank writes about his learning of this phenonemon while working on electronic warfare systems in this post: http://steveblank.com/2009/03/23/if-i-told-you-i%E2%80%99d-h...
- story
-
comment
Comment #655526
Are there other multi-implementation languages that have an executable language spec like this?