• resipsaloquitur@lemmy.world
    link
    fedilink
    arrow-up
    17
    ·
    1 day ago

    Flash had its use. I think a better analogy for me is web frameworks.

    I remember in the mid 2000s there seems to be a new one every week. “LOL, you aren’t using Ruby On Rails? Peasant!” “LOL, you aren’t using Django? Peasant!”

    Still seems to be the case with Electron, React, Node, blah blah blah.

    Running to stand still.

    • Skullgrid@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      1 day ago

      “LOL, you aren’t using Django? Peasant!”

      … I’m working on learning Django to get a job… should I stop? What should I use instead?

      My webserver I’ve had for a while supports basically that.

      • FishFace@piefed.social
        link
        fedilink
        English
        arrow-up
        14
        ·
        1 day ago

        Django isn’t going anywhere. The point is not to jump on the latest fad, which Django isn’t.

          • resipsaloquitur@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            8 hours ago

            C.

            I exaggerate a bit. C99 lets you declare variables anywhere inside the block, not just the top.

            Which still got me into an argument with a coworker who wanted me to declare every variable at the top of the block “in case” we port the code to a compiler that doesn’t support it.

            C99 was 20 years old at that point.

            Newer versions of C have generics “support” but I haven’t seen it in the wild yet.

          • alsimoneau@lemmy.ca
            link
            fedilink
            arrow-up
            1
            ·
            10 hours ago

            Fortran has a 2018 release. Assembly is tied to the cpu, so I assume it changes every iteration.

    • Feathercrown@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      1 day ago

      I feel like the web framework question has stabilized in recent years. React and node (not a web framework but in a similar boat) are stable and common, and angular and a few others are good alternatives.