Add artistry page, lot to do

This commit is contained in:
Norbi Peti 2024-06-13 02:04:50 +02:00
parent 5417a5c6c5
commit 488a0c84bc
3 changed files with 62 additions and 0 deletions

53
artistry.php Normal file
View file

@ -0,0 +1,53 @@
<html lang="en">
<head>
<title>Norbi's pitch</title>
<meta charset="UTF-8">
<meta name="description" content="NorbiPeti's pitch">
<meta name="keywords" content="programming, mental health, social, music, art">
<meta name="author" content="NorbiPeti">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
</head>
<body>
<nav>
<ul>
<li><a href="index.php">Homepage</a></li>
</ul>
</nav>
<h1>Hi</h1>
<p>I'm a programmer from Hungary. My aim is to self-host all of my socials.</p>
<p>And self-host yours too! <i>Yay!</i></p>
<h2>The pitch</h2>
<p>An independently owned collection of social media, ran by artists, connected to the rest of the world.</p>
<p>A loose collaboration with cross-promotion.</p>
<h2>Details</h2>
<p>
There are a lot of interconnected social apps, like Mastodon, Threads (anytime now), PeerTube, Pixelfed etc.
Contrary to the 'big' social media sites like YouTube, Discord, Twitter, you are not locked in to any one of these.
There are no ads, no obscure feed algorithms, no AI using your data.
</p>
<p>I truly believe that this will be the future of social media because everything works well with each other, no lock-in.</p>
<h2>Reach</h2>
<p>Of course, one of the main reasons everyone is stuck with the big ones is because <i>everyone else</i> uses those.</p>
<p>
There are currently around 900 000 active users on the (Twitter-like) Mastodon network.
Can't promise all those people to follow you of course, but I think there's some potential here.
In my experience people are a lot more engaged too (myself included) and more interesting discussions take place.
</p>
<p>My not so secret intention is also to get your community to join as well.</p>
<p>
I should probably note that there have been instances of people being driven out of Mastodon.
The thing is, it's all a big network. There will be all kinds of people. You can't control the entire internet.
</p>
<p>
What you <i>can</i> control however, is what reaches you. And as the owner of the platform there is a lot you can do.
</p>
<p>I ended up following a lot of members of the LGBTQ+ community for example. And lots of techy people of course.</p>
<!-- TODO: Automations for cross-posting -->
<!-- TODO: Money -->
<!-- TODO: Who holds the keys -->
<!-- TODO: Technical details -->
<!-- TODO: Livestreams (need further testing probably) -->
<!-- TODO: Chat -->
</body>
</html>

View file

@ -14,6 +14,10 @@ li {
padding: 10px;
}
nav > li {
display: inline-block;
}
a {
color: #aaa;
text-decoration: none;

View file

@ -9,6 +9,11 @@
<link rel="stylesheet" href="index.css">
</head>
<body>
<nav>
<ul>
<li><a href="index.php">Homepage</a></li>
</ul>
</nav>
<h1>Hi</h1>
<p>I'm a programmer from Hungary. My aim is to self-host all of my socials.</p>
<h2>Socials</h2>