Email or username:

Password:

Forgot your password?
Top-level
Gregory

@mariusor relying on that "the net is faster today" is the same kind of justification people have when they write desktop apps in JavaScript. CPUs are fast enough and RAM is plentiful, I could as well ship chromium with my messaging app and have it use 1 GB of RAM and run 5 separate helper processes.

In other words, better technology doesn't mean you can start writing suboptimal code.

No comments
marius

@grishka I take a little bit of offense at your comment. :P

Have you seen what I'm actually working on? It loads under 1s, it weighs under 100K. I fell like I have a foot to stand on when I'm saying what I've been saying. :)

Gregory

@mariusor and also: don't solve tasks, solve use cases. Think of your users. Federated social graph is sure a nice concept, but the user won't care about any of that if they have to stare at a spinner for 10 seconds while their app makes a zillion requests over poor 3G.

Go Up