|
|
|
|
|
by selfhoster11
1874 days ago
|
|
Hobby programming and paying bills are relatively lightweight tasks. Using cloud document editors and social media definitely isn't. At best, your computer will have noticable latency and at worst it'll crawl so slowly it's unusable. Check out https://idlewords.com/talks/website_obesity.htm for some thoughts on this topic that align with mine. The network speed is by no means an issue. The problem is that all websites feel the need to mess with their DOM and execute megabytes of JavaScript just to do basic tasks. Then your bottleneck becomes the processor speed and the amount of RAM, the latter a larger obstacle in my experience. |
|