Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Some of those number are higher than I expected. Though, I am not sure it is a representative sample of what you will find on a store shelf.

Also, less than half of the list is above 200mbps, let alone "most" or "much more".

Array.prototype.map.call(document.querySelector('table.chart').querySelectorAll('td.number'), function(speed) { return parseFloat(speed.textContent) > 200 ? '>200' : '<=200'; }).reduce(function(previous, next) { previous[next] = (previous[next] || 0) + 1; return previous; }, {}) => { "<=200": 40, ">200": 37 }



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: