Viewing profile — robdor
robdor
HN member- Joined
- Tue, Feb 12, 2008, 10:08 PM UTC
- HN karma
- 27
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About robdor
No profile information was provided.
Recent public activity
-
comment
Comment #8636206
Why is that? My daughters play with barbie dolls and I love that they also have an interest in software development.
-
comment
Comment #8447395
I haven't looked too deeply into Rust yet, but was able to understand this coming from Elixir. Pattern matching makes for a beautiful solution. This is a similar solution in Elixir…
-
comment
Comment #7199076
The first line of the documentation says that it uses a "HAPI-REST API". https://github.com/jheising/HAPI
-
comment
Comment #6332449
I disagree that a high vit + end build is bulletproof. I'm absolutely certain that most anybody could destroy that build easily in PvP. One of the great things about the build syst…
-
comment
Comment #5265483
With Clojure being available for the jvm, the clr through ClojureCLR and javascript through ClojureScript I don't believe that this will be much of an issue.
-
comment
Comment #3512736
I have been using node.js for my day-to-day engineering for the past year. It certainly takes a couple of weeks to get a good feel for solving problems without being able to use no…
-
comment
Comment #3298738
In the setup described here (it has changed a bit in the 6 months since this article was written) Varnish was being used primarily for caching and sending needed requests to the si…
-
comment
Comment #2345405
This is very similar to the arguments in the game dev community defining whether one has ascended from hobbyist to indie status. It's nothing more than an infantile attempt to stro…
-
comment
Comment #1152520
Hacking on a GitHub client for Palm's webOS. http://robmerrell.github.com/gitopotamus/
-
comment
Comment #981595
Reminds me of this post from 37signals a while back. http://37signals.com/svn/posts/1561-why-you-shouldnt-copy-us... The definate danger of simply copying an idea is not knowing th…
- story
-
comment
Comment #876253
I find "reality checks" to be a great benefit of having a co-founder. The best of us spend time pursuing ideas and tangents for our startups that really don't matter. A co-founder …
-
comment
Comment #332521
Making online customer support easy with Candlelight -- http://www.candlelightapp.com I've been working on it nights and weekends. Great respite from some of the less than pleasant…
- story
-
comment
Comment #278952
What a great question. I'm particularly interested in the marketing and customer gathering methods of startups who have gone the bootstrap route instead of receiving investor money…
-
comment
Comment #141811
No, php's implementation of anonymous functions is not efficient. When create_function is called it stores that created function globally which doesn't allow garbage collection. Ma…