The corporate web may be dying/reinventing itself. Everyone talks about FOSS and having a user driven experience.
But one thing we don’t have is a true FOSS web, a protocol like HTTP that only allows FOSS websites to be hosted and bars any corporate interest from hosting for profit.
Would something like that be possible? A “dark web” but not for illicit schemes but for free and open hosted content?
You go to https://website for your comporate fix and to foss:// for none “open source” content. (Stuff like fediverse, self hosted websites etc.)
You’d have to have a governing body, something like the Free Software Foundation that ensures everyone hosting on the foss-web follows the open source guidelines and goes after violators.
FOSS does not exclude corporate interests. Most contributions to the Linux kernel for instance come from corporations, including Microsoft.
Edit: Also see Facebook entering the Fediverse soon. Their frontend JavaScript library is also open sourced by them. Their backend PHP version as well.
The corporate web may be dying/reinventing itself. Everyone talks about FOSS and having a user driven experience.
You say that, but I would politely suggest that your use of ‘everyone’ is narrow to your personal experience, at a guess with a focus on those who are either IT professionals or enthusiastic amateurs.
90+ of the world don’t care in the least. They want the functionality to access and share information and connect with either their friends or a wider audience. They want reliable and simple functionality. Those people don’t really care if they’re playing in a corporate walled garden.
FOSS projects with user ownership are a brilliant part of the modern tech landscape but don’t be deluded into thinking they’re a vast global paradigm shift
Hmm corporate != anti foss. FOSS is all about giving some things for free, and thats it. Maybe youre thinking about Copyleft Movements where they purposefully make softwares thats derived from theirs to also be copyleft (like a virus).
About the protocol, there already is something called Freenet, but its dying/dead. It doesnt have a governing body to do that though, because their main mission is to keep everything thats posted there to stay as long as possible.
FOSS is all about giving some things for free, and thats it.
I would disagree with that. Free as in freedom, not as in free beer. The GPL as an example even encourages to charge as much as you want or can for the software.
But one thing we don’t have is a true FOSS web, a protocol like HTTP that only allows FOSS websites to be hosted and bars any corporate interest from hosting for profit.
Would something like that be possible?
Possible? Maybe. Meaningful? Not in my opinion.
One principle of free software is that everyone can use it. Also for commercial things. Or for example to control missiles that kill people.
In addition, many companies contribute to the development. Without them, Linux, for example, would not be as developed as it currently is. Whether you like it or not, we need companies. Excluding them would therefore be a mistake.
“dark web” is what mass media calls what is not in the “clearnet”. there are already protocols in place like tor, i2p, gemini, gopher etc.
this is the exact same thing i’ve been wondering for a while now.
we used to have dynamic ip’s. we could update our a little longer tld’s to our everchanging dynamic ip’s and that was that. i could even host a mail server this way. i had a script that updated my mx and a records and i was good to go.
now most isp’s give you shared dynamic ip’s that you have no way of exposing your local machine to your tld.
i now have my local server serve my nextcloud instance over tor. it’s a little slower but i don’t need a governing body to setup my tld, which was my end goal.
there exists a script called fedproxy but i haven’t had time to investigate. it would be cool if it worked.