HN user

pablohoffman

645 karma

I am a programmer & entrepreneur

I code in Python (mostly)

I live in Montevideo, Uruguay

I work at Scrapinghub (www.scrapinghub.com)

Posts16
Comments28
View on HN

We are using CDH4.2 and have had a very positive experience so far.

Cloudera has in fact been an inspiration for us to follow, you guys have really struck the right balance between open source and commercial support. We follow the same philosophy with Scrapy (an open source web crawling framework), as you do with Hadoop and its ecosystem.

We are not plainly complaining about MongoDB, nor saying it's useless. We are just explaining why it's a poor choice for a specific use case: storing scraped data.

FWIW, we still use Mongo in other internal applications, it's just not the right choice for our crawl data storage backend.

[dead] 15 years ago

The title of this post is misleading, it makes you think GitHub is actually broken, when the article is about complaining how their fork feature works.

Posterous and URLs 16 years ago

I also find annoying that Posterous, for some reason, appends numeric suffixes arbitrarily to certain post slugs (for example: http://blog.pablohoffman.com/hi-posterous-58). It's like they have to make the post slug "globally unique", instead of "unique per blog", although they shouldn't have to.

It wouldn't be that bad if you could change the slug/url but, as the article correctly points out, you can't.

No Comment 17 years ago

Fair enough. But my point was that, sooner or later, you'll need to deal with the details and I've found that is, quite often, the most time consuming part (sometimes you just misjudged which ones where the issues, and which ones the details).

You can always delegate the "details", but there's a difference between delegating and deferring (the work for yourself). Knowing what to delegate is very important, of course, which is the main point of edw519's comment, I think.

No Comment 17 years ago

Good advice. However, more often than not, the devil lies in the details.