this post was submitted on 04 Nov 2024
43 points (92.2% liked)
Linux and Tech News
1010 readers
1 users here now
This is where all the News about Linux and Linux adjacent things goes. We'll use some of the articles here for the show! You can watch or listen at:
You can also get involved at our forum here on Lemmy:
Or just get the most recent episode of the show here:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Stepping away from assembly did have that effect though. The tradeoff was that code was easier to make and easier to optimize, but its undeniable that it did lead to a loss of control and efficiency.
Similarly, the shift to object-oriented programming also increased performance overhead, but the tradeoff was that you can seamlessly reuse code which makes larger projects more manageable.
The article is right that AI coding is probably here to stay, but all the disadvantages that people are highliting are real concerns that won't go away, they'll just be adopted as the new normal.
I don't know that moving away from assembly made things easier to optimize, but easier to read and maintain, absolutely
Thanks for the info, I was wondering how the hell we still have laggy performance compared to the hardware we used to have.