mastodon.ar.al is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is my personal fediverse server.

Administered by:

Server stats:

1
active users

[...] a massively decentralized Internet, consisting of a huge number of small communities, requires database management systems that are built from the ground up for the purpose.

The systems available today are built to support massive, centralized, owned datasets, at immense complexity and cost, with intentions that go against the principles of a free and open Internet.

@chrisg I run plenty of mysql instances, including on a Raspberry Pi for development. If used on a small scale it just works and requires no management.

Android has SQLITE built in - that is what holds your text messages - and that just works too.

What do we need to fix specifically?

@mike805
The problem i am identifying is not technical, but political. It's about what are the intentions behind the infrastructure we develop, and my position is that we need to encourage a new wave of free software built specifically against centralization.

So yeah, we have the tech today to build small sites. SQLite is an excellent example of that. What we need is a widespread, explicit movement against big tech.

Shout out to @aral and @laura who (AFAIK) spoke about this idea first.

@chrisg 💕

(And it’s interesting that one of the first things I found I had to build was the simple in-process database in Kitten, JSDB. We need simpler tools, designed for one person – not for corporations to farm people – across the whole stack.)

@mike805 @laura

@aral
Why couldn’t you use SQLite? It seems to be a simple, free, reliable database.

@chrisg @mike805 @laura

Aral Balkan

@railmeat I could have. But the ergonomics of a native, in-memory, append-only transition log fit my use case better and mean I can simplify the authoring and deployment of Small Web places.

I’m trying to get having your own place on the Small Web down to a 30 second process that requires zero technical knowledge to setup/maintain so every component that’s fully under my control and optimised for my needs helps. Complexity happens; simplicity you have to strive for :)

@chrisg @mike805 @laura

@aral
Aral, I think your goal is great. I have been following you and Laura for a while.

I usually prefer software that is already in production. Writing or re-writing everything yourself is a lot of work and create an ongoing maintenance burden.

@chrisg @mike805 @laura