The Web is Going to Die (www.youtube.com)
from EncryptKeeper@lemmy.world to technology@lemmy.world on 08 Oct 22:40
https://lemmy.world/post/37083195

#technology

threaded - newest

Eldritch@piefed.world on 08 Oct 22:44 next collapse

As we know it? It already has several times. How many of you out there are browsing the web using Gofer? The centralized oligarchcentric web that we know today needs to die and great new things are coming along to take its place. Returned to more sustainable collaborative websites and services. Like the fediverse.

EncryptKeeper@lemmy.world on 08 Oct 22:47 next collapse

The only solace I take in the enshittification of the web and the resulting rise in prices, is that we might see (be forced into) a return to the small web and an escape from the stranglehold that big tech and social media has had on us for the last 15 years.

If we’re lucky, the late-stage capitalism effect of ruining companies long term futures for short term gains might happen to entire industries instead of companies.

Eldritch@piefed.world on 08 Oct 23:11 next collapse

Definitely. The conditions that created this version of the web have been gone for some time now. We've gone from connections that were temporarily and required hours to download a few minutes of postage stamp sized video. To always on connections capable of streaming multiple HD streams faster than real time in both directions.

For my part I'm also looking in to purchasing and trying to set up a small Adhoc mesh Halow network and running a few services on it for myself and any others in the neighborhood that are interested. A small, free (after the hardware) anarchist wireless network. 16mbps can do a lot with simple services, etc.Plus, if a number of people in the area decided to adopt and contribute more nodes to the mesh, you could go faster still.

shortwavesurfer@lemmy.zip on 08 Oct 23:31 collapse

That sounds like a fantastic way to go. You might also look at meshtastic.

It’s a much different use case, being for text messaging and stuff like that only. But, while it may be low bandwidth, it’s still incredibly interesting.

Eldritch@piefed.world on 08 Oct 23:43 next collapse

Yes, the bandwidth would be the damper there. It's great for transmitting just a little bit of data, long distances. But for any sort of bigger data we transmit regularly on phones and desktop. It becomes unfeasible, even low resolution images.It definitely has a range benefit, though that's for sure.I think fellow Missourian Jeff Geerling had a video out a while back where he talked about using it to contact people below his flight on the way to open sauce.

mesamunefire@piefed.social on 08 Oct 23:46 collapse

https://reticulum.network/ is also pretty good for small info packets. Does a LOT more than meshtastic…but its VERY difficult to set up. Or at least it was for me.

Its a pipe dream but having small internet without a major ISP would be fantastic. But it will never happen as it is. Friends are thinking of creating a meshnet though just for fun.

gary@piefed.world on 08 Oct 23:17 collapse

I see a lot of potential for it to push people back to the small web too. Lots of people becoming interested in personal blogs lately, decentralized social media, the whole indie web movement, etc.

mesamunefire@piefed.social on 08 Oct 23:44 next collapse

Just started mine! In plain html/txt. Just for fun. Eventually get rss up and running.

gary@piefed.world on 08 Oct 23:56 next collapse

Hell yeah! I've been blogging for a couple years but I just use Micro.blog. I'd like to switch to something completely self hosted one of these days though.

mesamunefire@piefed.social on 09 Oct 00:00 collapse

nice! I took a look at all the options….

and decided that its all too much. wordpress get hacked daily. writefreely wouldn’t install. And some of the other centralized services kinda suck. So im back to old:
nginx with a director filled with txt files haha.

Ill publish as time goes on and by interest. Ill take a look at micro.blog too. But im thinking I might create a neocities at some point just for the fun of it.

gary@piefed.world on 09 Oct 00:08 collapse

Neocities isn't a bad option tbh. I haven't used it in a minute but if you're thinking about neocities I really really liked bearblog.dev too!

cubism_pitta@lemmy.world on 09 Oct 01:38 collapse

I got 1gbps internet (symmetrical) and a raspberry pi cluster… running my own Wordpress never made more sense… AND that botch should scale!

architect@thelemmy.club on 09 Oct 01:17 next collapse

You got links? Ive been working on something that fits right into this, too. It’s time, y’all.

fluffykittycat@slrpnk.net on 09 Oct 01:44 collapse

I’ve been seeing a slow but steady movement that direction too

Bishma@discuss.tchncs.de on 08 Oct 22:58 next collapse

I still think the web took a wrong turn when NCSA Mosaic first stated supporting inline images.

Eldritch@piefed.world on 08 Oct 23:32 next collapse

Gemini space baby! What's old is new again.

tal@olio.cafe on 08 Oct 23:58 collapse

I questioned Reddit doing so, and now we’ve got it on the Threadiverse. There are privacy issues unless your home instance is proxying images for you.

tal@olio.cafe on 08 Oct 23:55 next collapse

How many of you out there are browsing the web using Gofer?

Gopher predated the Web.

I do agree that there have been pretty major changes in the way websites worked, though. I’m not hand-coding pages using a very light, Markdown-like syntax with <em></em>, <a href=""></a>, and <h1></h1> anymore, for example.

Eldritch@piefed.world on 09 Oct 00:12 next collapse

That depends on how you define the web. If you only call the web the web when it was named the web and not what it was before it was named the web. Then yes you're correct that was before the web. The question is, is that a semantic or significant difference? ARPANET was still a web of interconnected systems. For an old goober like myself.who was using FidoNet net back in the mid 80s. And the actual internet in the late 80s, early 90s. I definitely remember Gophering on the Internet. Plenty of places still maintained gopher directories till the mid 90s.

Krudler@lemmy.world on 09 Oct 00:13 collapse

BBS ARE THE WEB GUYS

jj4211@lemmy.world on 09 Oct 01:16 collapse

<blink>Welcome to my web page under construction</blink>

Aatube@kbin.melroy.org on 08 Oct 23:59 next collapse

I sympathize, but Gopher is designed against hypertext (inline links in text). It is impossible to have e.g. Wikipedia transmitted over Gopher.

Eldritch@piefed.world on 09 Oct 00:26 collapse

I would argue that's not quite correct. You can absolutely transfer HTML files over gopher, but you're not going to be viewing it in the gopher program.It was very much designed to be what most people would be more familiar with in concept as an FTP server today, almost. Pretty much all you could view in app were plain text files. and no links between. Everything else was a directory of files to be downloaded.

Gemini is definitely a bit of an inbetween. It does allow for linking between documents, but otherwise keeps everything simple and small, much like Gopher did.

Aatube@kbin.melroy.org on 09 Oct 01:42 collapse

I much prefer browsing the web instead of 2-clicking within each FTP path. (If you built a client to 2-click that for you then that's just the HTTP web with extra steps.)

tabular@lemmy.world on 09 Oct 00:59 next collapse

Why Gofer when Gemini?

architect@thelemmy.club on 09 Oct 01:14 next collapse

Fuck yes.

masterofn001@lemmy.ca on 09 Oct 01:45 collapse

en.wikipedia.org/wiki/The_Mother_of_All_Demos

The 90-minute live demonstration featured the introduction of a complete computer hardware and software system called the oN-Line System or, more commonly, NLS, which demonstrated for the first time many of the fundamental elements of modern personal computing, including windows, hypertext, graphics, efficient navigation and command input, video conferencing, the computer mouse, word processing, dynamic file linking, revision control, and a collaborative real-time editor.

In 1968

Aatube@kbin.melroy.org on 08 Oct 23:57 next collapse

im ded guys

Linktank@lemmy.today on 09 Oct 00:15 collapse

*This comment will eventually become accurate.

b_tr3e@feddit.org on 09 Oct 00:10 next collapse

…and YouTube is one of the major reasons. The web’s not a fucking TV and if you’re using it as a TV you’ll get stupid even faster than from watching actual TV.

FaceDeer@fedia.io on 09 Oct 00:38 next collapse

Long ago, when I first got on the Internet, the big social media forum was Usenet. It was a distributed network of instances where users would have an account on a particular instance, where they could subscribe to "newsgroups" dedicated to particular topics. Their instance would broadcast their posts to a newsgroup to all the other instances that were following that newsgroup, so everyone could interact even if they were on different instances.

Then the World Wide Web grew, and centralized sites like Digg and Reddit appeared that handled the same sort of social media. Usenet faded. It's still around, I suppose, though these days last I checked it's largely a mechanism for distributing pirated files.

Someday those centralized sites might also fade. Who knows, maybe a decentralized system like Usenet might grow again to replace it?

The wheel turns.

Broadfern@lemmy.world on 09 Oct 01:23 collapse

So Usenet was the first fedi site? Reassuring that the concept predates the current paradigm and still has legs, however niche it is atm.

_cryptagion@anarchist.nexus on 09 Oct 01:35 collapse

I mean, sort of? It was decentralized because that was just the nature of the early net, rather than a conscious choice to avoid governments and corporations censoring you. They simply didn’t have anything like the net we have today.

Broadfern@lemmy.world on 09 Oct 01:37 collapse

That’s fair. I forgot briefly that fediverse has that political side lol but meant more the technology of “broadcasting” and inter-site communications. Seems a better comparison than email at least.

etchinghillside@reddthat.com on 09 Oct 01:08 next collapse

Aside: what’s the gist of this channel? I’m not really familiar with it but the last few things I’ve seen of it appear to be two brothers communicating to each other via vlogs?

Brewchin@lemmy.world on 09 Oct 01:22 next collapse

The Green brothers are interesting and thoughtful. They try to be an overall positive influence on the internet, even aside from their vlogbrothers thing.

Aatube@kbin.melroy.org on 09 Oct 01:43 collapse

just general vlogs about their interests

_cryptagion@anarchist.nexus on 09 Oct 01:49 collapse

I get what the video is saying, but I don’t see this as a bad thing. We moved on from many of those services because we found better ways to do things, or at least ways that we liked more. And when we move on from the services we use now, it’ll be because we once again found something we liked better.

The internet has died several times, but each time it came back in some new way that had adapted to the new ideas and ways we came up with on how to interact with each other. I’m sure when it dies next, we’ll replace it with something that better fits our changing wants and needs.

And hopefully, when that time comes, it’s something much more decentralized and resilient against governments and corporations meddling and censoring us.