cedrichurst's comments

cedrichurst | 13 years ago | on: Farewell, neighbors

Per another thread of discussion, apparently the rules of the GPL do not apply to the licensor, only the licensee. If MSNBC accepted OSS community contributions to the Everyblock codebase, they might be in violation. But if it was a one-way offering, they can apparently still retain full rights. I imagine the initial Mozilla-Knight foundation grant makes this a bit more complex, but IANAL.

cedrichurst | 13 years ago | on: Farewell, neighbors

Thank you for the clarification. I've humbly been schooled in the nature of opensource copyright law.

At any rate, I've started a petition to open up the source code and user-generated content to the public domain:

https://www.change.org/petitions/msnbc-open-source-the-every...

I was on the site nearly every day and poured hours of my life writing community posts, updating information, etc. This may not mean much to people outside of Chicago, but stuff like the epic debate between Eddie Carazana and Jim DeRogatis on the future of the Congress Theater, gone forever?

https://www.google.com/search?q=carazana+dirogatis+everybloc...

It's a part of history. And the fact that a media conglomerate erased it from the web with zero notice is, frankly, troubling.

cedrichurst | 13 years ago | on: Farewell, neighbors

But this code is GPLV3. It's really curious how the source code became out-of-date. Isn't that a violation of the license?

cedrichurst | 13 years ago | on: Farewell, neighbors

The fact that this code is not current is extremely surprising, actually. It's GPLV3-licensed, so my somewhat uninformed expectation is that MSNBC would be obligated to open-source any derivative works? Unless they did a complete rewrite of the codebase at some point.

I created a petition asking MSNBC to open-source the latest codebase and also release the user-generated content to the public domain:

https://www.change.org/petitions/msnbc-open-source-the-every...

cedrichurst | 13 years ago | on: Pickadate.js

I'm still completely baffled that Dojo doesn't seem to get as much love as it should.

cedrichurst | 13 years ago | on: Features of Solr vs. ElasticSearch

I love both Solr and ElasticSearch but the big missing comparison for me is: are there any books available? Or even comprehensive tutorials beyond the basics? I love ElasticSearch but it was a huge pain getting up-to-speed on everything. Figuring out things like EdgeNGrams (something I already knew how to do in Solr and Lucene) meant digging into the source code. I'm not shy about doing that myself, but giving that advice to a consulting client would be a non-starter. With the explosive growth of ES just in the last year or two, it's really time for someone to start working on a book. Packt, Manning, O'Reilly, any news?

cedrichurst | 13 years ago | on: 512 Paths to the White House

Thanks Jeremy, Shan and Mike. I'm continually blown away by the data journalism you're doing over at nytimes on the election. It's truly an inspiration.

cedrichurst | 13 years ago | on: CoffeeScript source maps

This is possibly the most important thing to happen to my frontend development workflow all year. Amazing contribution. Thank you.

cedrichurst | 13 years ago | on: Reddit Down

This seems to be a widespread issue with Java and the leap second. Reddit, LinkedIn and Facebook affected. Personally speaking, my pager just went off five times in the last hour. It's going to be a long night.

cedrichurst | 14 years ago | on: Deploy Grails Applications on Heroku

That's not really a productive criticism. Are there any specific issues you've had with Grails? Have you looked at it lately? It actually has a fairly thriving developer community. Admittedly, the community is mostly Spring/Java stack exiles, but its starting to attract quite a bit of new developers and PHP/Rails converts as well.

cedrichurst | 14 years ago | on: LinkedIn Buys Real-Time, Hosted Search Startup IndexTank

I don't work for websolr, but I do quite a bit of work with Apache Solr. I'd imagine Java integration is supported through the native Java client, http://wiki.apache.org/solr/Solrj, which is maintained by the Solr team. There are also a number of Solr client libraries for Python, Ruby, PHP, etc. All searches against a Solr index take place over HTTP through an RPC interface, so building an API for a specific language relatively straightforward.
page 1