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

> "Going slow* is using resources. Clock cycles are a resource.

This is not true for terminals, nor in general. You can, and terminals do, go slow without consuming more clock cycles. Latency in terminal rendering, not throughput, is the main reason for them feeling slow. In other words, delays in the system are the bottleneck, not compute.

https://danluu.com/term-latency/

> People are complaining about applications that do take up a significant amount of memory and cause you to run out.

People are complaining about memory usage without understanding why it's used or what it's being used for. Nobody yet has complained about running out of memory, I haven't seen any relevant discussion about virtual memory, memory compression, nor about what browsers actually do when they run low on memory. Turns out, surprise!, browsers can fit many more tabs than you think if you had blindly assumed that the amount of memory your process manager reports will scale linearly until you run out... that's not how it works.



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

Search: