How can a group of volunteers build at least the tech for a replacement for the internet?

I was hoping that each individual user could run and maintain a piece of the infrastructure in a decentralized grassroots way.

How can users build a community owned and maintained replacement for the internet?

I hope that we can have our own servers and mesh/line/tower infrastructure and like wikipedia/internet-archive type organization and user donations based funding.

How could this be realized?

Can this be done with a custom made router that has a stronger wifi that can mesh with other’s of it’s kind? like a city wide mesh? or what are ways to do this?

Edit: this is not meant as a second dark web but more like geocities or the old internet with usermade websites

  • @[email protected]
    link
    fedilink
    English
    48 hours ago

    A bit late to the party, but I’ve had my eyes on two projects that would fulfill this criteria – at least in the software routing level rather than the physical level.

    GNUnet is built by the GNU project. It attempts to decentralize the internet by building an entirely new communication stack that essentially creates a decentralized DNS. Their goal is to make connections private and secure connections between nodes, but not necessarily anonymous.

    Personally I don’t embrace any projects that use cryptocurrency as their backend. Such as ZeroNet, Handshake, and the like. A networking protocol shouldn’t use money as foundation.

    Freenet uses existing web technologies to be interoperable yet decentralized with the current web stack. It utilizes WebAssembly to create decentralized programs and uses WebSockets for interpretability with existing web technology. It also uses “Small World” routing which they have tested to be the most effective form of peer discovery and communication in a decentralized environment. Their goal is to make an efficient decentralized network. They’re leaving the privacy, security, and anonymity to other developers that want to build on top of Freenet.

    Both are open source. My money is on Freenet. GNUnet seems to be trying to replace too much too soon – big if true. Freenet understands the value of efficiency and interoperability first.

  • @nycki
    link
    69 hours ago

    In my experience, “making a new one” never works.

    What we can do is hack the old one. Go back to old protocols that work, undermine anything proprietary. Scrape fandomwiki to breezewiki, mod your discord client, make websites on neocities and nekoweb, use RSS to follow and email to comment. All the tools are there, leadership is the hard part.

  • hendrik
    link
    fedilink
    English
    1013 hours ago

    Yeah, the internet itself isn’t the issue here. It’s kind of exactly your vision. Owned by countless different entites across the world, who all work together, interconnect and make it what it is. We already have that.

    The issue are the big platforms who sit on top of it all. But we don’t need to invent anything or change any technology for that. Anyone is free not to type “Facebook” into their address bar or install the app. It’s not a technological problem

  • @psion1369
    link
    712 hours ago

    If you want more user owned internet, make federalized services not just more popular, but easier to spin up and run. Lemmy is great, but I should be able to spin up an instance on my home server without much trouble. Give me the ability to run and manage peer tube on my own.

    • Dizzy Devil Ducky
      link
      fedilink
      English
      412 hours ago

      I would totally agree 100% if larger instances were somehow able to become cheaper to run/host.

  • @Smokeydope
    link
    English
    2
    edit-2
    9 hours ago

    Basically the problem is that you want to connect to the world-wide-internet, but you to so you need an ISP or satellite data provider to act as a middle man so they have all the control over who gets to access the internet (by paying them a service fee). What it sounds like you want is a mesh network where each user communicates with other users directly. Instead of your computer connecting to an ISP through your router, you connect to other computers in a local area network typically through wifi or radio signals. Its a decentralized network that everyone owns a small piece of which they send and recieve data from eachother.

    This technology has been around a very long time. Would you like to guess why its not popular or well known? Well, its slow and only useful in rural areas where you aren’t getting ISP service anyway. An intranet composed of 20 people connected in a few mile radius sharing usenet level information at download/upload speeds in the low kilobytes per second isn’t exactly what people think about or want when they think of the ‘internet’.

    Perhaps a time will come where a consumer bought mesh based network router comes onto the market with enough advertising and appeal to be bought into by the masses with state/nation wide coverage built around a smallnet protocol like Gemini. Something like this almost happened with the Helium Network unfortunately it was designed to send smart IOT information in small packets and was only mass adopted because it was tied to mining crypto shitcoin through proof-of-connectivity. If someone can create something similar but without the shitcoin, with a mesh router box that host your website and is sold on the idea of a decentralized internet with a one-time purchase to cut out ISP it might just work.

    • @sighofannoyanceOP
      link
      15 hours ago

      a consumer bought mesh based network router

      What specs would this fictional device likely have?

      • @Smokeydope
        link
        English
        1
        edit-2
        5 hours ago

        Look Into specs for helium miners for hardware and you’ll have a rough idea. The real question is software stack. How such a device would be interacted with from a user interface level, how would its version of webpages would work? I imagine its webpages would have to be text based with the option to download images or audio files as seperate files like the gemini protocol displayed as gemtext. Would consumers be willing to go back to early days web 1.0 style content like blogs and internet journals? You couldn’t use such a network connection for work or banking so thats another limitation.

        Look into ham radio internet and mesh networks in general its not fiction its just never seen enough mass adoption in a easy to set up onsumer bought package thats successfully advertised and well distributed.

  • @[email protected]
    link
    fedilink
    19 hours ago

    you could buy some ip space and setup bgp to peer with hurricaine electric or a local exchange and then be an integral part of the internet, essentially being your own ISP.

  • mattlqx
    link
    fedilink
    English
    33
    edit-2
    20 hours ago

    Why would you want to replace the internet at a technical level, which is what the post appears to be focused on?

    There’s plenty of arguments to burn-it-down at a social level, but building a second technical implementation doesn’t get you around those. Having individuals own more of the core doesn’t do much when the network level itself is largely neutral to the content that passes through it.

    Also the core of the internet is built around big, fat pipes. Those are beyond the means of most hobbiest folks running their own equipment. Without those pipes, traffic will reach bottlenecks easily and usability will suffer.

    • xep
      link
      fedilink
      2020 hours ago

      I also don’t see how hobbyists can install undersea cables.

      • Captain Aggravated
        link
        fedilink
        English
        210 hours ago

        More practical for hobbyists to launch satellites. Which some have. There are amateur radio satellites in orbit.

        • @[email protected]
          link
          fedilink
          1
          edit-2
          12 hours ago

          UHF is strictly line of sight, and finicky HF (which bounces off the ionosphere) might have a total global bandwidth of 15mbit/s during a good hour of a good day. For everyone. If you use the entire possible spectrum.

          • Captain Aggravated
            link
            fedilink
            English
            210 hours ago

            It’s kinda funny, the 2 meter amateur radio band (in the United States this is 144 to 148 MHz, right in the middle of VHF) is 4 MHz wide. If you add up ALL of the available bandwidth allocated to amateurs from 10 meters down, it adds up to less than 4 MHz. The 70cm band is tens of MHz wide.

    • @sighofannoyanceOP
      link
      -1
      edit-2
      20 hours ago

      EDIT: I am not a technical. I meant more along the line of setting up a parallel infrastructure that provides anonymity and some sort modular extensibility. Ideally something that has like a box that looks like a regular router just the wifi is strong enough to cover an entire block and then these routers talk to each other in a sort of mesh.

      reasons for that are that for example the current internet isn’t designed for privacy let alone anonymitiy.

      AI spam is going to drown out any human content pretty soon on the regular internet. The regular internet has been hijacked/stole/devolved/self-destroyed (idk the exact details) however there was a noticeable downfall. Do you remember geo-cities?

      • @[email protected]
        link
        fedilink
        312 hours ago

        Spam was a challenge for self-organized networks almost as soon as they left the university labs, 40 years ago

      • @foggenbooty
        link
        English
        214 hours ago

        Thank you for specifying that you’re not technical, that helps. Your idea doesn’t make a lot of sense since you have a misunderstanding of how the Internet works, and at which levels the problems occur.

        The first layer of the “Internet” is physical infrastructure. The router you mention, the ISPs you connect to, etc. All they do is move data around the world, mostly without a care to what that data is, and they do it VERY effectively. Apart from pricing or service you might not like, there is no need to replace this part of the Internet because it is by far the most expensive and complex component, and has little to do with the problems you lament. Setting your own version of this up would be vastly inferior, more expensive, and very unreliable.

        The second part of the Internet is the protocols and standards used to get this data around on the physical fibre and wires that the ISPs have laid down. Again, these protocols are time tested, mostly content agnostic, and highly compatible. Things like routing protocols, HTTP, DNS, etc are all open and free to use.

        The third part of the Internet is the millions of servers that actually hold the content. This could be web servers that show you the web page you’re browsing on, servers that orchestrate instant messaging, the backend to your apps, etc. This is what you seem to have the biggest issue with and it’s also the easiest (relatively) to replace.

        So, now that the basics are down, let’s discuss what you want to do. You want to have your own Internet that’s seperate from the one you see. You could do this as simply as getting some people together who are like minded, making some web servers to host the things you want like a Wikipedia clone, email server, what have you, and then and then use a DNS server that only resolves your new servers and does not return results from the broader Internet. Think of a DNS server like a phonebook for computers. If you make an exclusive friends club and print your own phone book and pass it around, but forbid anyone from ever looking at the local white or yellow pages, your little group is all they’ll know but they can still use the existing telephone system.

        Most protocols are encrypted these days, so your DNS and web browsing can be fairly anonymous if everyone conforms to a set of standards. If you want more you could set this whole thing up over a system of VPNs.

        Long story short is, big mesh routers are just a bad idea for so many reasons that I haven’t even gotten into like RF spectrum use and maintenance. You’re better off participating in small corners of the existing Internet you enjoy (like Lemmy or other alternative sites) and ignoring the rest. If for some reason you really felt you wanted to make a Dark Web 2.0 for like minded people it can be done, but I wouldn’t start by cutting the cable to your ISP.

      • mattlqx
        link
        fedilink
        English
        1020 hours ago

        I’m old enough to have had one and a Tripod and Prodigy page for that matter. I still don’t think the analogy holds up at all. Geocities was a single centralized commercial entity even. People contributed the content and they hosted it, this is still to this very day what traditional web hosting is. What I guess you want is more authentic, personal content?

        If AI content is a chief concern, what would be the mechanism to stop the flow of it that couldn’t be applied (at a technical level) to the internet as it exists today? Or what human-driven policies could be made and policed better on a new network that nobody truly owns? (hint: this is already the internet)

        • @sighofannoyanceOP
          link
          020 hours ago

          stop the flow of it that couldn’t be applied (at a technical level) to the internet as it exists today?

          I would assume that if the users own and operate the infrastructure they would not be subjected to the ad-revenue model and other economic forces in the market that lead to the emergence of this sort of content spam.

          • mattlqx
            link
            fedilink
            English
            519 hours ago

            Ad revenue while it does convert free-service users to dollars isn’t the only means of commercialization (traditional business subscriber models for one) and as long as any financial incentives are there (not just ad-related), there will be spam of all kinds. Any general purpose medium will be come subject to this, it’s inevitable.

            To the large point, a very very small amount of users have the means, capability or desire to host their own networks and services. Raising the technical bar means lowering the audience size. Even then, you’ll still find bad actors and people you don’t agree with.

            • @sighofannoyanceOP
              link
              1
              edit-2
              19 hours ago

              Are there options to develop hardware/firmware/software that you just plug in and it figures out everything else for you? Basically the hardware, the firmware and everything designed to very much spoon-feed the user, just plug it in and use. If that can be done it would remove one barrier for many people.

  • qyron
    link
    fedilink
    1419 hours ago

    Every single time I stumble upon topics like this i can only remember: ZeroNet

    You hosted your own piece of the internet on your machine.

    If the target is to just bypass the regular ISPs, that is an entirely different task. The closest I could think about would be creating wide LAN networks, capable of interconnecting with each other, in parallel.

    But I risk you’d quickly step on some communications regulation. Laying out cables requires permits. Wireless signals occupy signal bands.

    • Lemminary
      link
      110 hours ago

      The closest I could think about would be creating wide LAN networks, capable of interconnecting with each other, in parallel.

      Something like this was being pushed around in Wisconsin a decade ago but I forget what it was called. I only remember this guy talking about a little router-like device and said he had installed several all over the city for an alternative to the mainstream internet. But take this with a grain of salt as I don’t remember details.

    • @Takumidesh
      link
      717 hours ago

      Big mesh networks are ‘easy’ but I think the reality is most people don’t want to be responsible for it. They want to use utilities not run them.

      Another aspect is that different people will have significantly different burdens, if you live in a dense apartment building, it can be easy to wrap up the infra for the building into an HOA or other collective, but people in suburbs or less dense areas will need huge long range antennas and underground cables that have a disproportionate cost.

      I think more than a community run physical internet layer, we need neutralized, municipal internet as a utility.

    • @[email protected]
      link
      fedilink
      214 hours ago

      Wireless links can be done on certain parts of the spectrum without a license. Just need clear line of sight.

      It’s a knowledge issue. Network admin skills aren’t easy, and good network admins make a lot for a reason. Coordinating to build even a regional network is difficult, much less crossing a continent or a planet. It’s harder than you think, even if you already think it’s hard.

    • @sighofannoyanceOP
      link
      118 hours ago

      you’d quickly step on some communications regulation

      Yeah I suspected as much…

  • Soulifix
    link
    fedilink
    314 hours ago

    Kudos for the Sega Genesis Shadowrun screenshot there.

  • @[email protected]
    link
    fedilink
    English
    16
    edit-2
    17 hours ago

    I had some vague interest some time back in some of this some time back, the idea of a “zero-admin” network where you could just have random people plug in more infrastructure, install some software package on nodes, and routing and all would just work. No human involvement beyond plugging physical transport in.

    Some things to consider:

    • People will, given the opportunity, use network infrastructure as a DDoS vector. You need to be strong against that.

    • It’s a good bet that not everyone in the system can be trusted.

    • Not only that, but bad actors can collude.

    • Because transport of data has value, if this is free, you have to worry about someone else who provides transport for existing data just routing stuff over your free system and flooding it.

    • If the system requires encryption to mitigate some of the above issues (so, for example, one sort of mechanism might be a credit-based system where one entity can prove that it has routed some amount of data from A to B in exchange for someone else routing some amount of data from C to D – Mojo Nation, the project Bram Cohen did before BitTorrent, used such a system to “pay” for bandwidth), that’s going to add overhead.

    • If you want your network to extend to routing data onto the Internet, that’s going to consume Internet resources. Even if you can figure out a way to set up a neighborhood network, the people who, for example, run and maintain submarine cables are not going to want to do that gratis. And yeah, to some degree, you can just unload costs onto other users, the way that it’s common for heavy BitTorrent users to pay the same monthly rate as that little old lady who just checks her email, even though said heavy users are tying up a lot more time on the line. But if you are successful, at some point, this stops flying below the radar and ISPs start noticing that User X is incurring a greatly disproportionate degree of resource usage. I should note that there are probably valid use cases that don’t extend to routing data onto the Internet, but if you don’t permit for that, that’s a very substantial constraint.

    If anyone has to do something that they don’t want to do (e.g. run line from saturated point A to saturated point B), then you’re potentially looking at having to pay someone to do something, and then you’re just back to the existing commercial Internet system…which for most people, isn’t that expensive and does a reasonable job of moving data from Point A to Point B.

    From a physical standpoint, while different parts of the network can probably use different types of infrastructure, if you want sparse, cheap-to-deploy infrastructure over an area, my guess is that in many cases line-of-sight laser networks are probably your best bet, especially in cities. You can move data from point A to point B quickly through other people’s airspace without paying for it, today. Laser links come with some drawbacks: weather and such will disrupt them to some degree, so you have to be willing to accept that.

    The main application that I could think of for regional-only transport, avoiding routing onto the Internet, was some kind of distributed backup system. A lot of people have unused storage capacity. You can use redundant distributed data storage, the way Hyphanet does. You can make systems that permit one user to prove that they are storing a certain amount of data to let them build credibility by requesting hashes of data that they say that they’re storing. It won’t deal with, say, a fire burning down the whole area, but for a lot of people, basically having some kind of “I store your offsite data using my unused storage capacity in exchange for you doing the same for me, and we can both benefit enough to want to continue use of the system” system might be worthwhile. That’s also likely to permit for higher-latency stuff involving encryption and dealing with redundancy. I think that “Internet service for free” off such a system is going to be a lot harder.

    • @sighofannoyanceOP
      link
      220 hours ago

      Those were some excellent points to consider! Especially the potential for misuse/abuse/derailment…

  • @JubilantJaguar
    link
    1221 hours ago

    Replacing “the internet”? Not gonna happen.

    Replacing the web (which is what you seem to mean)? Also not gonna happen but it’s at least imaginable.

    Personally I’d prefer that we stop wasting our time on these silly utopian fantasies of “replacing” things and instead think about making them better. The World Wide Web, and everything it makes possible, is a treasure. It doesn’t need replacement, it needs improvement, and the improvement is absolutely happening already.

    • @sighofannoyanceOP
      link
      0
      edit-2
      20 hours ago

      stop wasting our time on these silly utopian fantasies

      Well bad actors from all walks of life’s do nothing else all day but waste their time on scary dystopian nightmares.

      • @JubilantJaguar
        link
        720 hours ago

        Maybe but that’s irrelevant. The question is how to improve things. I respect your idealism but I think that we’ll get much more progress by building on past achievements than by “replacing” them. Starting over always represents a giant penalty and so is almost always always a bad idea.

        • @sighofannoyanceOP
          link
          0
          edit-2
          20 hours ago

          But sometimes whoever owns the infrastructure has you by the balls/ovaries and the only way to break free is to host everything yourself and own, run and maintain the infrastructure from a grassroots level.

          Issues like net-neutrality stem from users not having control over the underlying systems.

          • @JubilantJaguar
            link
            719 hours ago

            The underlying system, if you mean the IP layer, is controlled by non-governmental organizations like ICANN. It’s already as open as any system can be in a world of nation states. If someone is censoring you then you can host in another more liberal jurisdiction, or even with a geopolitical enemy like Russia. Sure, your home jurisdiction could still block your site. But this is a problem of laws, it’s not something that has an easy technical fix. Same goes for net neutrality, which is a legal concept not a technical one.

            The way to get a better internet is above all to vote for it and lobby for it. Boring but true.

  • @[email protected]
    link
    fedilink
    English
    09 hours ago

    Hi. I’m a network specialist. The Internet is not a big truck (it’s a series of tubes).

    To explain simply: time, distance and money. That’s why nobody is doing it. All the humans are spread out over too much land, and to span the vast distances between places, you need either a really long cable (see: fiber optics) with permission to run said cable over that distance, or you need wireless relays (these don’t have as much bandwidth).

    The main problem isn’t getting the power to reach a particular destination… You could fire a wireless signal from New York to LA if you had line of sight with relatively little power… The problem is, the damned earth gets in the way.

    So what do we get if we try? A bunch of independent communities with spotty connections to nearby communities, and it’s likely that as soon as you go any significant distance, the demand on bandwidth would vastly outstrip any bandwidth you have.

    Great, now the internet is slow, shit, and half the time, doesn’t connect to what you want to access.

    The Internet is set up the way it is because it’s efficient and economical to do it this way. Let me talk at you for a minute and explain.

    ISPs in your local area use copper wires, such as telephone or cable TV lines that were put in place more than a generation ago, to handle the “last mile”… The fact that we can get as fast of service down 20+ year old lines is a miracle half the time. Also, anyone with fiber, go sit in the corner, you’re in a different class.

    So all these last mile runs go to their distribution building that amalgamates them into a small number of high speed, high bandwidth fiber lines that go towards the nearest exchange. Not telephone exchange, internet exchange. They’re usually located in data centers.

    Internet exchanges act as a nexus of cross connectivity between ISPs, and corporations that host internet services like Meta, Google, etc. As well as transit providers, international data connectivity service providers that own undersea cables… Everyone and everything that wants to communicate on the internet is connected at these points, which is why they’re in data centers. The data center is attached to the internet exchange, not the other way around.

    IX-es are connected to eachother over long distance fiber cables, usually run along utility properties, like those used for high voltage power transmission towers, or run along railroads or similar. Basically anyone who has a long, uninterrupted stretch of land, probably has been approached by transit providers to run fiber across their property between locations.

    It’s a huge, complex web of companies that have agreed to move customer traffic between locations.

    Recreating all of that is an insane technological challenge especially for a rag tag group of volunteers and hobbyists with little money, and no resources… From scratch.

    I like the idea, but implementation is going to be nigh impossible.

  • @[email protected]
    link
    fedilink
    6
    edit-2
    22 hours ago

    I’m just dreaming here so humour me if you like, or don’t, no harm done.
    Would it be possible to build an independent and mostly autonomous hardware backbone for the internet using some sort of mesh-like design?
    I.e. consider a mesh of nodes that are solar powered with batteries to last the night. You plop those all over the place: your roof, in meadows, on vehicles, bus stops, wherever. They connect to each other wirelessly. They should be cheap and near maintenance free. In case one dies, the mesh should have enough redundancy to compensate while the node is being replaced.

    Something like that should be fully independent, net-neutral and accessible by everyone right. Although you will need a rather high density of nodes/people who join, for it to work