mindprince's comments

mindprince | 10 years ago | on: Google proposes its Dataflow batch/stream tech to the Apache Incubator

> While Google has previously published papers describing some of its technologies, Google decided to take a different approach with Dataflow. Google open-sourced the SDK and model alongside commercialization of the idea and ahead of publishing papers on the topic.

A large number of ASF projects in the Big Data space are inspired by Google's publications. Good to see Google finally taking the lead and coming out with code.

mindprince | 11 years ago | on: A better pull request

When I first encountered this behavior on BitBucket, I spent a lot of time reading the man pages and searching the internet trying to find out which option were they providing to `git diff` to get this diff output but couldn't find anything. Looks like there is indeed no such option. It would be awesome if git had something like `git diff branch-name --merge-commit-diff`.

mindprince | 11 years ago | on: Boto (AWS Python SDK) goes green, top 19 libraries now support Python 3

It is misguiding to say that boto supports Python 3. The boto3 repository (https://github.com/boto/boto3) is experimental and far from feature completion. I am even not sure if it's API compatible with boto. Further, it has been dormant for quite some time.

boto3: https://github.com/boto/boto3/tree/develop/boto3

boto: https://github.com/boto/boto/tree/develop/boto

It don't understand why python3wos changed its status.

mindprince | 12 years ago | on: Facebook without the News Feed

I feel the same way - deleting the Facebook app from my phone and just keeping the Facebook Messenger app turned out to be a very good decision.

mindprince | 12 years ago | on: Ask HN: What do you think about our last HN Search update?

Couple of things:

1) www.hnsearch.com had three sort options: relevance | date | points. It would be great if the new search also have all three options.

2) Please make your legacy style exactly like the old one. That style matched HN style perfectly. Right now there is an extra line which links to the HN thread (we are used to clicking the comments link for that) and the way comments are displayed feels not right.

mindprince | 12 years ago | on: Flask powered CMS - Quokka

I really liked that they listed the project tree in the README file. I am going to start doing this in my future projects.
page 1