• @frustbox
    link
    English
    1111 months ago

    The comment was getting long and I didn’t want to get into socioeconomic side effects, mobile, or other factors.

    It’s not all bleak. The internet is still built on a foundation of free and open technology. HTML, CSS, and JavaScript (aka ECMAScript), TCP/IP and DNS …

    The best thing we can do is teach those things. Keep them accessible to as many people as possible and make sure they don’t become forgotten arcane voodoo knowledge. Anyone can set up a website and share it with others. We don’t have to depend on big social networks.

    The biggest challenge is how do you get people to be curious about this stuff? Back in the day, we had to learn, we had to look under the hood, because half the time stuff just didn’t work and we needed to figure out how to fix it. But today everything is hidden behind a shiny UI and most things just work. There’s no need to look under the hood (if you even still can, and it’s not some encrypted blob or compiled binary webASM nonsense).

    • @jarfil
      link
      English
      811 months ago

      Anyone can set up a website and share it with others

      Not as simple as it used to be. Thanks to the abuse from ad, social media, and other tracking networks, now you need to comply with the cookie laws, personal information laws, data retention laws… and so on. It’s no longer as simple as setting up a website and just sharing it; just having an uncontrolled log, or lacking one, can land you in trouble. Allow random users add content (like comments) to the site, and you can get drowned before even realizing what’s happening.

        • @jarfil
          link
          English
          311 months ago

          Back in the day, you could set a site, have the webserver write whatever log, and not worry about it. Whether you used for access statistics, or forgot about it and deleted, nobody cared.

          Nowadays, depending on the legislation of wherever you live, there might be requirements for a minimum amount of information you need to log and preserve for a minimum amount of time, and restrictions on what information you can’t log and need to remove after a certain amount of time, or upon request provide to users, delete, or save apart.

          It’s become much more complicated.

          • pineapple
            link
            fedilink
            English
            111 months ago

            Nowadays, depending on the legislation of wherever you live, there might be requirements for a minimum amount of information you need to log and preserve for a minimum amount of time, and restrictions on what information you can’t log and need to remove after a certain amount of time, or upon request provide to users, delete, or save apart.

            You’re not wrong, but I don’t think anyone is actually trying to enforce this for small-scale things like personal websites or lemmy instances.

            • @jarfil
              link
              English
              311 months ago

              Sometimes all it takes is a single disgruntled user reporting you to whatever overseeing organization, to have to deal with this stuff.