Recently re-discovered this gem of a blog post, written in 2018 by Nikita Propokov, about his disenchantment with the state of modern software. Do you think it’s still relevant today (perhaps more/less so than it was when it was written)?

  • ebits21
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    2
    ·
    9 months ago

    Why would it get better? Higher level programming is faster and saves companies money… they’re not going back to super efficient assembly or something to make xyz from scratch.

    Article has a bit of an “old man yelling at clouds” sort of vibe.

    • AAA@feddit.de
      link
      fedilink
      arrow-up
      13
      ·
      9 months ago

      It does have that vibe, but it’s unarguably true that a lot of software and websites are ridiculously bloated and slow.

      • varsock@programming.dev
        link
        fedilink
        arrow-up
        15
        ·
        9 months ago

        7 years ago when I started my career, My first project we sat down and designed the program and interfaces.

        Today, we implement features using best practices, never sitting down to design and end up accumulating technical debt that we don’t have funds or time to go back and fix.

        Time to market is proportional to time to obsoletence. We don’t design for longevity anymore :(

        • AAA@feddit.de
          link
          fedilink
          arrow-up
          10
          ·
          9 months ago

          My current project is building a (almost) 1gb Java rich client which takes around 2minites to load… while it’s merely a gui with some small client to client capabilities. The technical debt is insane, and it’s only getting worse because neither can they afford to rebuild it from scratch.

    • FrostyPolicy@suppo.fi
      link
      fedilink
      English
      arrow-up
      9
      arrow-down
      1
      ·
      9 months ago

      Basically anything above assembly is a high level language. The article is not about making everything from scratch. It’s about thinking about what you’re doing and not just being lazy.

      • ShrimpsIsBugs@feddit.de
        link
        fedilink
        arrow-up
        4
        ·
        9 months ago

        I don’t think it’s about laziness, but rather about having deadlines set by management that you can only possible meet by reusing stuff as much as possible - even if you only actually need 5 % of this stuff but got to package everything of it in your application for it to work.

    • PixxlMan@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      9 months ago

      He’s talking about ridiculous programming stacks and bloated tooling and things. Not once does he level any criticisms at higher level languages in general

      • ebits21
        link
        fedilink
        English
        arrow-up
        2
        ·
        9 months ago

        The frameworks and tooling stacks are just even higher level abstractions.