this post was submitted on 23 Jul 2024
69 points (96.0% liked)

Opensource

1120 readers
36 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 11 months ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/18299168

Back in the day the best way to find cool sites when you were on a cool site was to click next in the webring. In this age of ailing search engines and confidently incorrect AI, it is time for the webring to make a comeback.

This person has given his the code to get started: Webring

you are viewing a single comment's thread
view the rest of the comments
[–] benjhm@sopuli.xyz 5 points 1 month ago (1 children)

I built personal webpages in the 1990s, and still do it now, I included javascript then, and still do now - to make calculations, show interactive graphics, quantitative stuff about climate change - see for example this model.
I get your concept, that more websites should be written and hosted by individuals not big tech - but javascript is not the essence of the problem - js is just calculating stuff client-side for efficiency. In theory big tech could still serve up personalised algorithm-driven feeds and targeted advertising, just with server-side page generation (like php) and a few cookies, would waste more bandwidth but no stress to them. Whereas disabling client side calculations would kill what i do, as I can't as an individual afford to host big calculations on cloud servers (which is also technically harder).

Yeah, this isn't supposed to be a silver bullet, it's more about democratizing the internet more.

I think that

  • Low barrier to entry
  • Focus on users owning their own content
  • Privacy is more important than advanced functionality

I.e. if you want to start a blog, it should be easy own it and host it yourself rather than surrending your content to Twitter and Facebook. Make it accessible to others who also want to surf the web without being targeted and tracked.