←back to thread

752 points dceddia | 10 comments | | HN request time: 1.227s | source | bottom
Show context
yomlica8 ◴[] No.36447314[source]
It blows my mind how unresponsive modern tech is, and it frustrates me constantly. What makes it even worse is how unpredictable the lags are so you can't even train yourself around it.

I was watching Halt and Catch Fire and in the first season the engineering team makes a great effort to meet something called the "Doherty Threshold" to keep the responsiveness of the machine so the user doesn't get frustrated and lose interest. I guess that is lost to time!

replies(18): >>36447344 #>>36447520 #>>36447558 #>>36447932 #>>36447949 #>>36449090 #>>36449889 #>>36450472 #>>36450591 #>>36451868 #>>36452042 #>>36453741 #>>36454246 #>>36454271 #>>36454404 #>>36454473 #>>36462340 #>>36469396 #
1. kitsunesoba ◴[] No.36447949[source]
This is what happens when you have a leaning tower of abstractions, with each layer being developed with a philosophy of, "it's good enough". Some performance loss is unavoidable when you're adding layers, but that aforementioned attitude of indifference has a multiplicative effect which dramatically increases losses. By the time you get to the endpoint, the losses snowball into something rather ridiculous.
replies(3): >>36448999 #>>36449608 #>>36451720 #
2. LanceH ◴[] No.36449608[source]
Along those lines, I have numerous clients who just want plain Ruby on Rails -- no react front end. They are all business to business, or at least professional users on the end. They just want their data loaded and to work with it.

Ruby on Rails may not be the poster child for speediness as things get big or complex, but if you aren't fighting the ORM, it's consistently quick from click to data.

Also, RoR is definitely not dead.

replies(1): >>36450631 #
3. the_overseer ◴[] No.36449854[source]
Is this missing an /s?
replies(1): >>36450020 #
4. zackees ◴[] No.36450020{3}[source]
Yeah 10 browser tabs on brave my ubuntu grinds to a halt.
replies(1): >>36456039 #
5. ◴[] No.36450044[source]
6. ecshafer ◴[] No.36450631[source]
Ruby on Rails is plenty fast, especially with Turbo. The biggest RoR speed drop is n+1 queries imo.
replies(1): >>36452030 #
7. snovv_crash ◴[] No.36451210[source]
If you disable the virus scanner and write a simple SDL app on Windows it will open instantly as well.
8. Arwill ◴[] No.36451720[source]
Each level of abstraction has its own caching and buffering routines because the underlying layers are slow, and without the ability to make them better, you can only put your own cache on top of it. This helps initially, but in the end, the time goes wasted managing all those caches and buffers at every given layer.
9. viraptor ◴[] No.36452030{3}[source]
Which is not a RoR issue. You get those accidentally if you write plain SQL as well. (Actually passing the AR query fragments makes the n+1 easier to avoid in complex situations)
10. simooooo ◴[] No.36456039{4}[source]
My Ubuntu uses snap for key applications which take 10+ seconds to start