Viewing profile — pbh
pbh
HN member- Joined
- Wed, Oct 21, 2009, 9:18 PM UTC
- HN karma
- 269
- Public activity
- 88 items
- HN profile
- View on Hacker News ↗
About pbh
You can e-mail me at the name of this website at heymann.be.
Recent public activity
- story
-
comment
Comment #4211038
You're probably in a much better position to evaluate than I am! My guess is that more Octave-based classes would translate into more users and more code written for Octave down th…
-
comment
Comment #4208967
I've always been a bit sad about it, but everyone involved is probably a rational actor. Computer science professors probably view a couple hundred dollars per MATLAB network licen…
-
comment
Comment #4208526
This is a great description of R usage (import, clean, fit models), but I think a slightly erroneous explanation of R history. John Chambers created "S" at Bell Labs. S was a progr…
-
comment
Comment #4080284
ezl does not seem to have gone all the way down the rabbit hole with the oDesk tracking link. (I work at oDesk, but not on this, so I was really curious.) After about 3 HTTP redire…
-
comment
Comment #3999458
Actually, I thought his comment was quite delicate. I used to think that DB comparisons were bad because of vested interests, like Oracle refusing to allow anyone to benchmark them…
-
comment
Comment #3515399
I think the most succinct response to this question I've found comes from the Starcraft II casting archon, "Tastosis" during one of those filler periods where nothing is happening …
-
comment
Comment #3438600
Is there a way to fix the recursion depth problem with this solution? To me, the memoized version is more clear and should be just as efficient as the iterative version. However, t…
-
comment
Comment #3338559
This tutorial was a few months ago, though it was quite good. The slides are here if anyone is curious: http://www.slideshare.net/ipeirotis/managing-crowdsourced-hu...
-
comment
Comment #3258796
I know a lot of Daphne's former and current students and she seems to be a great advisor who genuinely cares about producing both excellent research and top quality research talent…
-
comment
Comment #3257310
Is this a CVPR reference, or just an amazingly accurate comment?
-
comment
Comment #3226379
Yes, I think computer vision is a common term for the area (at least, among academics and researchers), and CV is a common abbreviation. Examples include Intel's OpenCV and the CVP…
-
comment
Comment #3217112
I agree with your point, but with an important caveat. You are right that application developers should not be ignorant of databases, and DBAs should not be ignorant of what applic…
-
comment
Comment #3037119
Unknown. However, the three classes are intended to match up with Database Systems: The Complete Book (which, in the interests of full disclosure, is written partly by my former ad…
-
comment
Comment #3037032
To answer a few of the database questions that keep popping up in this thread: 1. Is it worth understanding relational algebra? Yes. Definitely. It's not that hard, there's more or…
-
comment
Comment #3027859
Sure, of course, premature optimization is the root of all evil and all that. I presume you're reacting to a bad experience in the past you had with some young developer not unders…
-
comment
Comment #3027716
I'm not an expert, but this is what I've cobbled together as a fellow Ruby/Rails startup person. Fault Tolerance : Just use Heroku. We've seen maybe an hour of downtime in a few mo…
-
comment
Comment #3023065
Nobody seems to have picked up on the "external" spam filter part of the response. My guess is that Y! uses some somewhat dodgy external providers of spam/content filtering. Histor…
-
comment
Comment #3016060
This is really helpful. I will definitely check it out. Also, I'm really amused that apparently the creator of DataMapper is (a) selling me on using Sequel and (b) the testimonial …
-
comment
Comment #3015784
SQLAlchemy (and its excellent documentation) is the reason I switched to using an ORM. (Now that I am in Ruby land though, I am a little sad that arel/ActiveRecord/DataMapper do no…
-
comment
Comment #2954780
What's most interesting to me about this article is that the management of GAE seems to actually be getting worse over time. GAE has always had two main disadvantages. First, there…
-
comment
Comment #2954691
I went through this thought process. I really liked Python and auto-scaling, so GAE seemed really appealing. But the combination of lack of SQL and inflexibility of architecture le…
-
comment
Comment #2952605
Somewhat related, I found Arrington's talk at Startup School '08 to be pretty good for getting an idea of how he views the startup tech press. http://www.youtube.com/watch?v=HbUnat…
-
comment
Comment #2950637
Sorry for the delay! We actually got a bunch of orders, so we're in the process of running brainstorms for all of them. Since the blog post said that most of the iterations were a …
-
comment
Comment #2947439
This is definitely a direction we're considering going in, but we're not quite sure exactly what people want. Are there particular features we should provide, constraints on domain…