• blkpws@lemmy.ml
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      10 months ago

      Internet was not intended to be worldwide, it was for military purposes. Still, we all evolve.

        • blkpws@lemmy.ml
          link
          fedilink
          arrow-up
          0
          arrow-down
          1
          ·
          10 months ago

          Sorry, what’s the issue with the WWW mess? I don’t get it.

          • smileyhead@discuss.tchncs.de
            link
            fedilink
            arrow-up
            1
            ·
            10 months ago

            Inspect any major website, you’ll see boilerplate of <div><div><div><div> and unreadable pile of JavaScript programs your browser need to run to build the website. Sites should be done in a way that is still readable after you disable one element (for example disable CSS function, scripts or HTML specific tag).

            Internet is modular, based on stacked protocols. Want to fit Tor between TCP and HTTP? No problem. Web is also like that, build of semi-independent formats, in theory. But in practice devs are using frameworks that assume Chrome, Firefox and Safari are and would ever be the only things existing. Now if you want to develop new browser you not only need to display HTML and add other things later. You need to get all specifications of all standards working right away or sites would spectacularly break.</div></div></div></div>

            • TehPers@beehaw.org
              link
              fedilink
              English
              arrow-up
              1
              ·
              10 months ago

              It’s a bit of a shame that HTML went from describing documents to describing UIs. I do miss the days of simple websites, although I’m not old enough to remember the old old internet.

    • Blackmist@feddit.uk
      cake
      link
      fedilink
      English
      arrow-up
      0
      ·
      10 months ago

      What else works across as many platforms and screen sizes as well as the combination of HTML/CSS/JS?

      Most attempts to build that just lead to a worse version of it.

      I’ll be the first to admit it’s bloated to all hell after 25 years of people stacking crap on top of more crap, and it’s perilously close to being completely controlled by Google, but it is what it is.

      • smileyhead@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        10 months ago

        Maybe I do not specify clearly what I mean.

        Why to order taxi, access bank, register a domain name do we have to have apps on all platforms and then to fix this problem we bloat the web by creating webapps. Why not just plain simple HTML website beautified with CSS instead?

        Real cross-platform apps are those written in, for example QT. Then came Android and iOS forcing everyone to use their toolkits so we started to abuse poor web.