this post was submitted on 29 Sep 2024
587 points (95.8% liked)

linuxmemes

20986 readers
1693 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] 8 points 2 weeks ago (1 children)

    It's like so many programmers never evolve past the "playing around with web dev stuff" days. The fact that JavaScript is one of the most used languages is appalling.

    The whole 1+1 = 11 meme made me laugh and then avoid JavaScript whenever possible, but I wonder if many others saw it and thought, "now I've gained more experience in JavaScript!"

    [–] [email protected] 3 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

    I will also never understand how JavaScript development has gotten so complicated with seemingly zero benefits. It takes minutes to do a "frontend build" and the output grows larger all of the time. I bumped into some Angular crap that was hundreds of megabytes somehow, and still AJAX fetched the same info 4x on page load because the "MVCC" or whatever it's called didn't even buy them the abstraction of using the same values multiple times on one page...

    [–] [email protected] 3 points 2 weeks ago

    Yeah it's ridiculous with every small app needing to be packaged with a full DOM and maybe even an http server for all I know and what should have been a few kb ends up being 1000x that or more.