Hacker News new | past | comments | ask | show | jobs | submit login

Makes sense for desktop software, less so for webapps and web services. I agree with the point that developers should profile their apps and for some apps having a bad computer is an implicit way of doing that. It doesn't mean it is a good strategy for everyone.



It makes even more sense for webapps, with the bloated frameworks, non native performance single threaded performance, network access overhead and bloated json parsing everywhere.

Force that dev to try out his app with cpu and network throttling to simulate a normal mobile phone user on a shitty mobile network and he'll soon reconsider fetching 10mb of javascript bundles and rerendering the entire page every time the mouse moves.


This, plus the best machines tend to come with high quality monitors, and testing your web apps a using lower resolution can expose all kinds of UI and accessibility gotchas.


> Makes sense for desktop software, less so for webapps and web services

Isn't the latter what a large chunk of desktop software is these days?


It's also the slowest and most bloated desktop software.




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

Search: