Live data from Hacker News

You need a webring

shub.club

21–30 of 72 posts

Re: You need a webring

#23

Earlier quoted context omitted.

That’s still running on a server. (Sorry, I guess “serverless” is not a buzzword I’ll ever understand)

Serverless is just a server that has been abstracted away enough by magical APIs to let you (partially) ignore the underlying physical machines.

[deleted]

Re: You need a webring

#24

Not sure I get it. Why a "ring"? Why not just have a list of web-site URLs on a page and share that page with your friends and ask them to put that page somewhere on their site? "Ring" means you are navigating linearly and circularly. Isn't it better to provide a list of links so users can choose where they want to go "next"? And why should I have to go around the whole "ring" to get back to where I started from? The…

It doesn't neccessarly have to be such a "ring" that you navigate from website #1 to website #2 and the order is always the same, and you cannot jump, or even do random browsing. I think initially the idea was mainly around the "ring" concept, but relatively quickly lots of different implementations did lots of different things, and we still called those "webrings" even though many weren't conceptually "rings" at all…

So part of it seems to be working together: I link to your site with the expectation that you link back to mine. Not a bad idea, also letting the site-creators coordinate who focuses on which sub-topic. But are there many examples of this in the real web?

Re: You need a webring

#25

Earlier quoted context omitted.

That’s still running on a server. (Sorry, I guess “serverless” is not a buzzword I’ll ever understand)

Serverless is just a server that has been abstracted away enough by magical APIs to let you (partially) ignore the underlying physical machines.

Yeah I was being tounge in cheek calling a PHP script serverless because technically it is (no need to install stuff and configure a server) but it predates the hype days. Like calling a word doc "nosql"

Re: You need a webring

#26

This is what will keep the web more human as we go forward into AI slop commercial web crap. Hand build your sites, talk about things your passionate about, share stories, art, things you make. And the web-ring connects you too others in the community with things you share similar interests in. This is what the web was for. Not everything needs to be about making money

I’ve been reading optimistic things like this on HN for long years now, but the world keeps moving in the opposite direction. Your post doesn’t confront the fact that the vast majority of people interested in your passions, stories, or art no longer follow third-party websites. Younger generations have grown up with the phone as default device, and they use it in a way that discourages discovery outside of social media or other for-profit apps.

In the early millennium, blogging was of course a niche interest, but one could still commonly meet people IRL who followed the same blogs; they were part of a real-life feeling of community. Blogs about local politics, religious denominations, or music-band fandom gained enough readers from those audiences to cause real-world consequences. When people are nostalgic about blogging, it’s also about blogging having been something that mattered societally.

Re: You need a webring

#27

Earlier quoted context omitted.

It doesn't neccessarly have to be such a "ring" that you navigate from website #1 to website #2 and the order is always the same, and you cannot jump, or even do random browsing. I think initially the idea was mainly around the "ring" concept, but relatively quickly lots of different implementations did lots of different things, and we still called those "webrings" even though many weren't conceptually "rings" at all…

So part of it seems to be working together: I link to your site with the expectation that you link back to mine. Not a bad idea, also letting the site-creators coordinate who focuses on which sub-topic. But are there many examples of this in the real web?

uh, the webring idea is OLD. Not quite "And some things that should not have been forgotten were lost. History became legend. Legend became myth. And for two and a half thousand years, the ring passed out of all knowledge" old but close.

Re: You need a webring

#28

Not sure I get it. Why a "ring"? Why not just have a list of web-site URLs on a page and share that page with your friends and ask them to put that page somewhere on their site? "Ring" means you are navigating linearly and circularly. Isn't it better to provide a list of links so users can choose where they want to go "next"? And why should I have to go around the whole "ring" to get back to where I started from? The…

>"Ring" means you are navigating linearly and circularly. Ring is also a group of people, sometimes unified by a single purpose and lead by a "ringleader". That's the way webring is being used.

Re: You need a webring

#29

Not sure I get it. Why a "ring"? Why not just have a list of web-site URLs on a page and share that page with your friends and ask them to put that page somewhere on their site? "Ring" means you are navigating linearly and circularly. Isn't it better to provide a list of links so users can choose where they want to go "next"? And why should I have to go around the whole "ring" to get back to where I started from? The…

A webring is a circular doubly linked list - to insert a new site, you only need two existing sites to update their links. It's decentralized and works with any tech stack, including editing a static HTML file.

It's a little silly if everyone is working off a centrally-maintained JSON file, you might as well turn it into a blogroll at that point.

Post reply on HN