Live data from Hacker News

Netflix Is Now Available Around the World

media.netflix.com

521–523 of 523 posts

Re: Netflix Is Now Available Around the World

#521

Earlier quoted context omitted.

So many apps seem to lack the basic: Filter by x and Sort by x for all of the obvious criteria. What bastardized yearning for simplicity has led to removing such a simple clear piece of functionality? It's familiar, doesn't add excessive clutter and scales well between power-users and lesser mortals. Why is it increasingly rare?

Only guess I have for Netflix specifically is the fact that they have built clients for every device under the sun. This was and still is part of their M.O. It is just time consuming and difficult to write a heavier feature set in to all of your clients when theyre on every smart tv ever, Xbox, probably toasters, God knows what else

Content filters are ridiculously easy to implement though. As long as you already have the browsing view, all you need to add is a picker that changes whatever DB query you are using to select the data.

Like in SQL all you would need to do is change this:

  SELECT * FROM movies
to this:

  SELECT * FROM movies ORDER BY rating ASC
When I built a web app for film management, that was by far the easiest thing to implement.

Re: Netflix Is Now Available Around the World

#522
Good news for people that don't have local Netflix because streaming content online is much more convenient than watching DVDs etc. However, the new regions of Netflix will have a maximum number of 500 unique titles which is very low compared to US Netflix (5000 titles). If you want to get a good value for your money, you can use services like Unotelly and access all regions of Netflix. You get about 1000% more content with a minimum cost.

Re: Netflix Is Now Available Around the World

#523
Good news for people that don't have local Netflix because streaming content online is much more convenient than watching DVDs etc. However, the new regions of Netflix will have a maximum number of 500 unique titles which is very low compared to US Netflix (5000 titles). If you want to get a good value for your money, you can use services like Unotelly and access all regions of Netflix. You get about 1000% more content with a minimum cost.
Post reply on HN