I think AI won’t save us here, our base is broken. The internet is kind of shattered, most of the pages on the wild have broken and even wrong links. Divs doings the work of buttons, the semantics are totally lost. This, at least for me, feels like a good view point on what we can fix first, and with luck have a better internet.

All feedback is welcome.

  • Trigg@lemmy.world
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    1
    ·
    4 days ago

    pages links divs

    Sounds like the world wide web is broken. The Internet works fine still.

  • CorpsJury@lemmy.darkc0de.one
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 days ago

    This is the issue with using dynamic frameworks. Dynamically generated websites driven by JS by people who design for the GUI first rather than the actual source generated to be rendered. Form over function. Its a lack of focus on the architecture of the web and more on what we feel it shpuld be despite what it doesnt want to be.

    • Shin@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      2
      ·
      3 days ago

      The tech bros, or how I like to call the Theos online have a very misguided view, they have a specific interest, and a specific point. Usually to sell something.

      From the last almost 15 years in the work I can say that maybe 10% of the products would ever need the JS framework of the day, mostly could be just a static page with some island of interactivity and some over the wire server render.

      Things that we learned in 2000s with Ruby on Rails, and yet we reinvented the wheel.

      So, it’s just sad to see the that current stat is yet broken, the tooling isn’t there, and worse, with AI we will have even more on this bad average.

  • Fizz@lemmy.nz
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    2
    ·
    4 days ago

    Japanese websites are really crap. Websites without a modern UI framework are pretty miserable. I hate phone numbers that try open an app I almost never want to click and see a phone call pop up.

    What people who yearn for a better web always seem to miss is a vision for the future. So often its going back to the past with simple sites, no JavaScript, HTML+CSS, websites that do one thing, full privacy at the cost of terrible UX. Fuck that use modern tech build websites that allow you to do things real time. Dont just leave a phone number, give me a way to easily submit a booking. Use recommendation engines to serve interesting content. Connect users across protocols. Use the GPU. The possibilities for websites these days is crazy but few really go for it. Only do massive tech companies try and go above a traditional we site but they do it with the intention to create walled gardens instead of build out a web garden.

    Despite my complaints I mostly use the sites I complain about. But its why I like the fediverse so much. It breaks the trend of going back to irc and text sites and has a modern web vision.

    • Shin@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      4 days ago

      I’ll heavily disagree with you.

      All the modern web, using the modern frameworks, for the modern browser, that requires modern hardware, for a modern person… I hove you got the gist just by this phrase.

      We can use less and still be usefull. Most of the web is static. The bakery don’t need to render a unique page for you just because you are from the same country. The same way that the news feed don’t need to regenerate the page every request, it can keep the old news there, until a new post arives, so clean the cache and hit a new one.

      Notice that I’m not talking about pages like a mail application, figma or discord. I’m talking about the majority of the web, most are static, won’t need this.

      Maybe would be a cool thing for ya to look on the small web moviment, it’s a pretty interesting idea, and can show that static pages can be cool, even knowing that they aren’t the “common place”.

      • Fizz@lemmy.nz
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        4 days ago

        I seen the small web movement. Those sites are not good. Not only is there nothing to do except read posts but functionally they are bad UX to navigate.

        Most of the static sites dont even need to be websites. The baker does not need a website. Good website or bad website makes little to no difference. Its fine if they want to have a single static page with some info and a contact email im not saying they need anything good. But if every site was like that the internet would be worse than it is today.

        • Shin@piefed.socialOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 days ago

          You are so wrong in this assumption. You barely touched the tip of the iceberg behind the small web movement.

          Most of the static sites dont even need to be websites.

          Are you suggesting that we shouldn’t have a page? That my blog isn’t important enough to exist?

          The baker does not need a website.

          What is the baker want’s to have a footprint online, maybe adding his working schedule? Maybe adding some historical information about the bakery? Or even information for requesting a special bakery? Isn’t this important?

          Good website or bad website makes little to no difference. Its fine if they want to have a single static page with some info and a contact email im not saying they need anything good. But if every site was like that the internet would be worse than it is today.

          Not sure if I follow this, but prefer the things stays the way they are. With pages using 10mb of frameworks without any need, with pages that loads a “loader” to load the page? Because this is the reason why the internet is ugly and broken.

          If this is the case, I not only disagree with you, but I think you should experience the web, look for local pages and see how good or bad they can be.

    • Shin@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      2
      ·
      3 days ago

      Reading the other comments from you I notice this:

      Japanese websites are really crap.

      This is also racist.

  • ventilcheck@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 days ago

    not a web dev. If I did want to make some minimal fast loading pages that don’t look awful, is there a decent framework out there that will do the styling? A bit of html is fine but learning CSS is just not on my to do list.

    • chunes@lemmy.world
      link
      fedilink
      English
      arrow-up
      16
      arrow-down
      1
      ·
      4 days ago

      Saying you want to make a web page without learning css is like saying you want to play basketball without shooting hoops. Learn CSS.

    • Shin@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 days ago

      Depends on how much do you want to tradeoff on this.

      The “easiest” way will always incur in some extra files, or unused shite. When I started, Bootstrap were the only acceptable thing, yesterday were Tailwind, and soon will be “what the AI spits on your face”…

      So, a custom styling will always be “best options”, but this depends on your level of understanding on the web, and if CSS isn’t on your bucket list, leave for the ones that have this on the bucket list.

      (Sorry for not having a silver bullet for this)

    • phutatorius@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 days ago

      HTMX is pretty good. It gives you markup that extends HTML for things like async loading, and incorporates some features that you’d otherwise have to do using Javascript or CSS.

      • Shin@piefed.socialOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 days ago

        My “to go” tool of the day is Alpine.js, fills a similar void, but the focus is on the client side, the botton idea is the same.

    • trem@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 days ago

      If we’re talking just text content with not really any interactive elements (beyond a navigation menu), then look into “static site generators”.

      They allow you to write your blog posts or whatever in Markdown. You can pick out a theme. And then they’ll generate HTML+CSS+JS, which you can push onto a web server.

    • Mora@pawb.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 days ago

      Not sure what you mean with loading pages, but maybe you should look into classless CSS for a minimal look. One of my favorites is Water.css when I just want to have something other than the browser default HTML styling, but there are many more.