|
|
|
|
|
by pteromyscus
5080 days ago
|
|
>The second thought was that ground-up rewrites are almost never a good idea to begin with. For a complex system, like an OS or a browser. This is a bloody social news site, as trivial an application as it gets. One man can write a half-decent one in a week. And for ramping it up, even the scaling roadblocks and tricks are old news by now to the web building community in general. |
|
I'm gonna have to disagree with you there. It's a fairly complex transactional system.
> One man can write a half-decent one in a week.
No, one man can write something that resembles a social news site in a week, but building a good one that scales takes a bit longer. :)
> And for ramping it up, even the scaling roadblocks and tricks are old news by now to the web building community in general.
That one I'll agree with. Their initial scaling problems should be fairly well understood.