The Smol Web

423 readers
1 users here now

Community for the appreciation and sharing of links, resources, and culture of: the smol web / small web / ~(w)~ / the indie web / or even the non-www internet (gemini, gopher, etc).

Back of a napkin definition, subject to change: if it's internet accessible and is maintained by a person, especially for non-commercial aims, then I would consider it smol. There are, however, much stricter definitions.

Definitions

Resources

founded 1 year ago
MODERATORS
1
 
 

Hi friends, I'm continuing to dive into the world of the Small Web and alternatives to big tech. I've slowly come up with a goal, or at least intention, of setting up an XMPP server for my neighborhood friends to use as an alternative to Discord. After chasing a few rabbit holes, I've found myself here: https://apps.yunohost.org/app/prosody

I like the words "easy to set up" but frankly I'm baffled from there. I assume I need some kind of dedicated PC for this? And phrases like "BOSH" "LDAP" and "coturn" are all (so far) meaningless to me. (Don't worry, I'm googling like crazy.)

So my question is, do I need to go to college for developers to be able to understand all this, or is there somewhere else I can start? 'Cause I'm pretty sure this isn't the beginner level XD Should I just focus on setting up my own personal website before I start thinking about a big project like this one, or is this not as complex as it looks, or like I said, do I need specialized training?

2
 
 

I'm currently building a personal website and making a smol-version to along with it. The main website will likely live behind Anubis to avoid LLM-scraping and the like.

Since Anubis forces the client to waste compute, this is not very aligned with the smolweb guidelines as I understand them. How do people handle this?

3
40
submitted 3 months ago* (last edited 3 months ago) by j4yc33@piefed.social to c/smolweb@slrpnk.net
 
 

I recently found https://cozy.talk/ and it makes me feel exactly like what the social Web could have been like if it hadn't been coopted by corporate interests and I felt like y'all would like it too

4
5
25
NeoStumble (neostumble.neocities.org)
submitted 3 months ago by j4yc33@piefed.social to c/smolweb@slrpnk.net
 
 

Ok, so I wasn't going to do a project, but then I did a project.

Then I planned it out to be WAY too complicated.

Then I realized I could do it more simply.

So, here it is.

I hope you all enjoy it, and I can't wait to add new pages!

6
 
 

I found the old WSMZ (https://hbaguette.neocities.org/) bannerAds, and noticed it was not being maintained...

So I started maintaining it on my site.

I am here to share this, and hope that more people will want to be involved to add their site to the list!

All I need is a message from you, or an email to the address on the page, with a blurb about your site, a 468x60 banner ad, and the URL to link to!

My hope is to one day maybe also be able to use this list to create a StumbleUpon like button for the SmolWeb.

7
 
 

A very useful guide on fixing up an old Macbook to use for building your personal sites (or really anything else lightweight like writing, drawing, using DVDs and CDs etc). I'm keeping my eye out for a cheap Macbook now cause this sounds like a great beginner project!!

If anyone else has tried something like this, please share your experience in the comments!

Note: the forum closes on Mondays so if you're seeing this on a Monday, you'll have to try the link again tomorrow c:

8
 
 

Hi folks, I'm so dang tired of the internet as it currently is. The idea of a small web, personal websites, returning to what the internet was intended to be sounds incredibly exciting to me and I'd like to invest in that... but I don't really know where to start? So much of what I read seems to have a ton of coding jargon. I clicked on Small Web 101 and it was a masterlist of somewhat confusing links.

The most coding I've done was on Khan Academy as a teenager or setting up an automatic macro to run the coliseum for me in Flight Rising. I pirate basically everything I watch but I've only torrented one or two things and don't really grasp how that works. I don't really know anything about my laptop but I have a vague idea that I should switch to Linux and I replaced the screen once.

What's step one for a wannabe Small Web enthusiast?

9
 
 

The web is a mess, bloated with data-gathering trackers, predatory UX, massive resource loads, and it is absorbing everything it touches. The Small Internet is a counter-cultural movement to wrangle things back under control via minimalism, hands-on participation, and good old fashioned conversation. At its heart are technologies like the venerable Gopher protocol or the new Gemini protocol offering a refuge and a place to dream of a better future.

Join me and be reintroduced to Gopher in 2021 and learn what this old friend has to offer us in a world full of web services and advertising bombardment. We will also explore the new Gemini protocol and how it differs from Gopher and HTTP.

We will explore the protocols themselves, their history, and what the modern ecosystems are like. I will briefly review the technical details of implementing servers or clients of your own, and how to author content as a user. Discussion will cover limitations, grey-areas, and trade-offs in exchange for speed and simplicity.

Through these alternative protocols we'll see the small internet in action.

10
 
 

Welcome to volume twenty-four of Scrolls, a newsletter for sharing cool stuff from the IndieWeb, Fediverse & Cybersecurity realms. This week we discuss the point of blogging, what social media is (and isn’t), and drop a lot of awesome infosec tools/resources.

Scrolls isn’t dead yet. Let’s go!

11
 
 

I've been testing Gemini in Lagrange browser for a couple of days now. I like the concept and philosophy behind it. Simple, small sites, mostly text based.

But, I'm wondering why most of the browsers for Android are unmaintained and outdated. This protocol is perfect for mobile. No overloaded pages, small file sizes etc.

It seems that development of a lot of Gemini software discontinued a couple of years ago. What happened?

12
 
 

A a collection of articles that to some degree answer the question “Why have a personal website?” with “Because it’s fun, and the internet used to be fun.”

13
 
 

Unfortunately after learning more about Kagi I prefer not to support their practices. But I really liked their search especially the small web search. What's a similar site I could use for this?

14
 
 

tldr: What would a smallweb-style "code viewer" look like? What kind of theme and UI elements should it have? Here's my attempt: https://repos.tuckerm.us/ui-experiments/branches/main/demo/

While self-hostable git forges like Forgejo are really cool, I also think they're overkill for most use cases. When I just want to put some side projects up on the web, I don't need an issue tracker or a discussion forum. I know you can disable those features in Forgejo, but what if I just didn't have those features at all? And therefore didn't need much of a backend server?

I recently realized that most of what I want in a git repo viewer can be done with just static HTML files. I started working on that as an 11ty static site generator plugin.

It's very very hacky right now, but it works as a proof of concept. I'm improving it now. If people end up using it, I'm hoping that they customize it to fit the style of their existing personal site. But I want it to come with a default theme so that it can be used right out of the box.

I was playing around with an idea for a look and feel here: https://repos.tuckerm.us/ui-experiments/branches/main/demo/

At first I was using the stock Bootstrap UI components, which are practical and professional. But then I decided that this smallweb repo viewer should have a look and feel that matches the ethos of the project itself: personal, not corporate, and open to being expressive. And not just trying look like Github with no backend.

The current, Bootstrap-styled pages are here, and that is also the repository for the project itself. But I'd love to make it more unique that that.

Does anyone have any input for a look and feel for this project? I'm open to anything. A color palette you like, a basic layout, or general ideas.

15
16
2
submitted 11 months ago* (last edited 11 months ago) by grrgyle@slrpnk.net to c/smolweb@slrpnk.net
 
 

Punchy little article that touches binds together a few frustrations into a clear set of well articulated complaints.

EDIT: meant to post this elsewhere since it's not really about the smol web, so much as what wrong with much of the rest of the web, but if you invert the complaints in the article you basically find everything that is lovable about our lovely indie spaces. :)

17
 
 

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

18
19
3
submitted 1 year ago* (last edited 1 year ago) by thegreenman@slrpnk.net to c/smolweb@slrpnk.net
 
 

So I wrote a blog post on how I feel we can encourage more people to fedi, and it starts with DON'T TELL PEOPLE ABOUT THE FEDIVERSE, because I'm very clever, or something. Would be happy to get your thoughts on that!

20
 
 

Not actually ads as we, the modern netizens of the internet of 2005+20 know them, but fun little sort of buttons or blinkies used to cross-promote other places on the smol web.

I've seen a few of these around. But most recently I stumbled onto navlink ads and it reminded me of the phenomenon. I know there are others out there, I just can't remember where to find them.

Anyway, I like them. It's like using the tools of advertisers to add a little irreverent fun to our indie spaces.

21
22
23
1
submitted 1 year ago* (last edited 1 year ago) by grrgyle@slrpnk.net to c/smolweb@slrpnk.net
 
 

Hardly needs an introduction, but someone is always experiencing something new on the internet, so if this is you today - congratulations!

You can click many of the images to pop up an archived version of an old Geocities page. Or just scroll and enjoy the soothing theme song (recommend turning sound on (speaker icon in top-right)).

Here's a splainer from the footer of Cameron's World itself:

GeoCities was a web-hosting service that made it possible for people to build their own home pages. During the 90s, users from all over the world created personalized corners of the Internet.

By the time the U.S. service shut down in October 2009, there were over 38 million GeoCities pages. Cameron’s World brings together archived material from thousands and thousands of these sites.

In an age where we interact primarily with branded and marketed web content, Cameron’s World is a tribute to the lost days of unrefined self-expression on the Internet. This project recalls the visual aesthetics from an era when it was expected that personal spaces would always be under construction.

Actually, a little bit of trivia: if you go back to the aughts with the WayBack Machine, you'll find the domain was considerably riskier then. Click around at your own risk, because it gets NSFW pretty quickly. :)

24
 
 

As the title asks, has anyone here had experience with it? I saw it mentioned once on lemmy and I was intrigued, but I don't quite understand what do you actually do on a specific tilde, how do you choose which tilde to sign up to and what makes them a "-verse", because they all seem to be rather disconnected from each other?

25
 
 

Or how yesterweb begat web revival begat ~smol~ begat {{INSERT_YOUR_GLORIOUS_AND_FREAKY_HOMEPAGE_HERE}}.

I'm still currently reading this piece, but it's already got enough soy on the bean* to be worth sharing. I think it might lean a bit too much into the nostalgia club area of things (which I'll admit is a personal draw), but like I said I'm not done reading it yet. :P

* alt to "meat on the bone" I'm still workshopping lol


EDIT: Okay, I kept reading and my initial reticence was unfounded. It's a great taxonomy of the disparate and overlapping personas that describe many of the netizens who feel like a better internet is possible.

Tag urself, I'm nostalgic corpo hater who wants everyone to get along.

030/100 [███░░░░░░░] : The "90s Web"
060/100 [██████░░░░] : The Anti-Capitalists
040/100 [████░░░░░░] : The Socialites
020/100 [██░░░░░░░░] : The Artists
020/100 [██░░░░░░░░] : The Minimalists
view more: next ›