Like fuck all the proprietary junk and versioning, and just have a bare bones HTML ASCII extranet designed to be simple and without any bugs to patch? Obviously a naive question.

But seriously, the 56k dialup world with Napster GeoCities and AOL Instant Messenger was better. Add capacitive touch screens, current data throughput infra, and lithium batteries to 1999 and we are peak Matrix internet territory. Yahoo and net navigator were better than chrome stalkerware and google digislaver fascism.

  • HobbitFoot @thelemmy.club
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 hours ago

    Because people don’t want it compared to the current Internet.

    There is nothing stopping people from creating the Internet of old.

  • Who am I, love?@lemmy.zip
    link
    fedilink
    arrow-up
    6
    ·
    9 hours ago

    Like fuck all the proprietary junk and versioning, and just have a bare bones HTML ASCII extranet designed to be simple and without any bugs to patch? Obviously a naive question.

    There are many ways to get that. There is the Gemini protocol, of which is plaintext, and there is also I2P, of which is a dark net (gee!) that feels somewhat like the old internet (at least, that’s what some oldies in the forums say). A way to browse through there without installing a client would be via looking at here.

  • quant@leminal.space
    link
    fedilink
    English
    arrow-up
    7
    ·
    12 hours ago

    Market demand. A “boring” static website isn’t going to attract VC funding and management approval.

  • sol6_vi@lemmy.makearmy.io
    link
    fedilink
    arrow-up
    12
    ·
    14 hours ago

    I run a website where my community and I all contribute to a free shared database that houses settings for machines we can use. I don’t know how I’d really do that without managing every single submission manually. I think that like all things there’s a way to use js responsibly.

      • sol6_vi@lemmy.makearmy.io
        link
        fedilink
        arrow-up
        3
        ·
        12 hours ago

        No worries it wasn’t an attack on you or your totally fair question. I’m no where near knowledgeable enough to give any valid responses to the inquiry, I just thought I’d share why I feel like I (we?) need it. I wanted to do X for my community and I was told I need Y to do it, thus for me for this use case its necessary. That’s all I was sayin.

  • harambe69@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    3
    ·
    12 hours ago

    Developers are dumb and/or burned out by leadership and can’t be arsed to use the right tool for the right job. New blog? React.j. Ecommerce? React.js. Wiki? React.js. A fucking landing page reading “Coming Soon!”? Believe it or not, React.js. And unless provided by whatever metaframework they’re using this week, forget about appropriately-sized images and videos. You will render a 2000x3000 pixel PNG of the letter A on your 720p smartphone, and you will like it.

  • jpj@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    13 hours ago

    I have one browser profile with js disabled and have been slowly migrating to it. It’s soooo fast. Barring any issues with the website, each click-and-render is waaay faster than any SPA, back button is instantaneous.

  • I Cast Fist@programming.dev
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    17 hours ago

    The why: because a lot of people have been conned into “needing” sites that can fry the client’s CPU, to the point where the con became the norm.

    Another why: it’s easier to woo bosses/higher ups/clients when you show them pretty visuals. Doesn’t matter that the visuals are a fucking atrocity of spaghetti code, now they DEMAND pretty everything everywhere, fuck being practical or lightweight

  • bridgeenjoyer@sh.itjust.works
    link
    fedilink
    arrow-up
    13
    ·
    18 hours ago

    I’ve been saying the same thing. I think you should check out Gopher and neocities.

    You can get a blacklist of all the sites you hate off gitthub and put it in ublock. They have a massive ai and Javascript list I think.

    I agree. Early 2000s was peak internet before corporate enshit. But you dont need to live in their world. You need webrings and rss.

  • arsCynic@lemmy.ml
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    18 hours ago

    https://marginalia-search.com/

    “The need for discovery

    Nothing you do to try to make the web a better place matters if nobody can find what you did. There are a lot of precious websites out there that deserve an audience, but instead are languishing in obscurity.

    This makes alternative discovery mechanisms an urgent priority of the free and independent web, both document search as well as blog and RSS-feed discovery.”


    ⚜︎ arscyni.cc: modernity ∝ nature.

    • gandalf_der_12te@discuss.tchncs.de
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      18 hours ago

      I honestly tend to think that instead of using search engines where you already have to know what you’re looking for, it might be better to use something like lemmy where you can advertise what you made with a post in an appropriate community.

      • arsCynic@lemmy.ml
        link
        fedilink
        English
        arrow-up
        3
        ·
        18 hours ago

        I honestly tend to think that instead of using search engines where you already have to know what you’re looking for, it might be better to use something like lemmy where you can advertise what you made with a post in an appropriate community.

        Obviously both have their place, but POSSE is the magic sauce:
        “POSSE is an abbreviation for Publish (on your) Own Site, Syndicate Elsewhere, the practice of posting content on your own site first, then publishing copies or sharing links to third parties (like social media silos) with original post links to provide viewers a path to directly interacting with your content.” ―https://indieweb.org/POSSE


        ⚜︎ arscyni.cc: modernity ∝ nature.

  • howrar@lemmy.ca
    link
    fedilink
    arrow-up
    5
    ·
    16 hours ago

    We can have static HTML websites, but that basically limits you to sharing static information (which, by the way, still have “bugs” in the form of typos). There’s already lots of great resources for that. Wikipedia, personal blogs, books (physical and electronic). That’s not usually what we’re on the internet for though. We’re here for interactivity. We want to connect with other people (e.g. Lemmy), and we want tools to help us with various problems we have (e.g. any portable software that just needs a browser to run). Avoiding JS would hinder that goal. If you just want to read, go to your local library, take out a book, and start reading. Or get an e-reader and download some e-books.

    You also point out the problem of online privacy. While JS does empower the tracking, it also does way more than that. The solution shouldn’t be to throw out the baby with the bath water.

    • BCsven@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      13 hours ago

      Static page reads from the webage serving folder and index file, you just ftp a new corrected version to the server. At least that’s how I updated mine way back.

    • Spaz@lemmy.world
      link
      fedilink
      arrow-up
      26
      ·
      1 day ago

      Your framework? The hipster café that"s “temporarily closed” every time you need it.

    • pemptago@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      7 hours ago

      Can’t easily verify on mobile, but iirc last time I inspected the html that site had a google tracker and there’s a commented line acknowledging the irony and challenges you to fight them. I could have it mistaken with another, similar site, though.

      Edit: Sorry for the misinformation. The site was https://motherfuckingwebsite.com/ which contained the html:

      <!--  yes, I know...wanna fight about it?  -->
      <script async="" src="//www.google-analytics.com/analytics.js">
      
    • Matriks404@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      23 hours ago

      Haha, there are other language versions links at the bottom. I just started Czech course at university, and I think I will send my group link some time, because it’s pretty funny (for a Polish person at least).

  • DaGeek247@fedia.io
    link
    fedilink
    arrow-up
    31
    ·
    1 day ago

    For all y’all talking about the old private internet, it’s having a bit of a renaissance. Neocities is on of the big ones, but lots of people are straight up selfhosting them too. It’s not like you actually need anything more than a phone to run a static website for the tens of visitors you might get each month.

    Here’s an example of one. Check the post dates. And the webrings. And the Glitter. And the, well, you get the point.

  • rolypolyman@lemmy.world
    link
    fedilink
    English
    arrow-up
    49
    arrow-down
    1
    ·
    edit-2
    1 day ago

    I’ve been around since the early 1980s on BBSs. I think what OP is describing is gopher:// links which were common in the early 1990s. I recall getting news and music tablature that way, but like others said it was boring and there wasn’t much else.

    To me, 1996 to 2005 was the peak of the Internet experience, especially in the early 2000s when content was increasing. Big business was still oblivious about it, and little forums were able to truly thrive on their own without being on a billion dollar platform.

    Web 2.0 was when it all went to shit. I remember the look when it was happening… every website went to white webpages, tons of white space, big-ass sans serif fonts, rounded buttons, and very little actual content, just minimalist screens everywhere. Every website was doing it. I knew at the time that this was symbolic of the vacuousness of the coming Internet.

    • ctrowat@lemmy.ca
      link
      fedilink
      arrow-up
      17
      ·
      1 day ago

      For a more modern take on gopher consider also checking out gemini if you haven’t already. It is somewhat different yet familiar.