you are viewing a single comment's thread
view the rest of the comments
[–] 10 points 2 years ago (2 children)

I'm getting annoyed that every damn thing is turning into a web app now and JS/Chrome is even infecting desktop programs that traditionally were written in a real systems language like C or C++. The technology world feels janky and bloated now, built like a house of cards where one thing is relying on 20 other things, some of them in the cloud, to work right.

Programming these days seems to be more about glueing various services and APIs together to come up with a solution instead of actually coding it.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 3 points 2 years ago

    You're half right. There's a lot of house-of-cards junk (see left-pad) but a lot of it is also using existing frameworks as a foundation instead of reinventing the wheel. Cryptography in particular is one wheel you should not roll yourself.

  • source
  • parent