phlog

Source code for my blog/gemlog. It used to be on gopher, hence the name
git clone http://shtanton.xyz/git/repo/phlog
Log | Files | Refs

commit 1805880d944f668dd5630ef59a056c28550c739c
parent 6876cdd7252be94d58fe627edcef7d597b5a2cf9
Author: Charlie Stanton <charlie@shtanton.com>
Date:   Fri, 30 Apr 2021 12:34:24 +0100

Adds the best_social_media post

Diffstat:
MMakefile | 5++---
Mhtml_src/post_html.sh | 2+-
Mposts-config | 2+-
Aposts/best_social_media.gmi | 9+++++++++
4 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -POSTS = all_the_protocols build_process ex +POSTS = best_social_media all_the_protocols ex WEB_POSTS = $(POSTS:%=html/posts/%.html) GEMINI_POSTS = $(POSTS:%=gemini/posts/%.gmi) @@ -37,5 +37,4 @@ clean: rm html_src/nav.html publish: all - rsync -vr --delete gopher charlie@shtanton.com:shtanton-gopher - rsync -vr --delete html charlie@shtanton.com:shtanton-web + rsync -vr --delete gemini/* charlie@shtanton.xyz:shtanton.xyz diff --git a/html_src/post_html.sh b/html_src/post_html.sh @@ -11,7 +11,7 @@ do echo "<h2>$TITLE</h2> <em>$DATE</em>" ;; "{content}") - gmi2html $FILE + gmi2html < $FILE ;; "{nav}") cat $4 diff --git a/posts-config b/posts-config @@ -1,3 +1,3 @@ +best_social_media::The Best Social Media::2021-04-30 12:29:45 all_the_protocols::All the protocols::2020-11-17 18:20:28 -build_process::How this site is built::2020-08-21 08:51:10 ex::Reviving ex in 2020::2020-08-05 15:27:08 diff --git a/posts/best_social_media.gmi b/posts/best_social_media.gmi @@ -0,0 +1,9 @@ +Social media websites are the only way most people on the internet have to express themselves. Which is really sad if you think about it, most people's only presence on the internet, is uploading data to other people's servers where they no longer have any control in it. + +There are a bunch of people, like me, who upload stuff to our own servers (very occasionally). It is marginally more expensive than social media (my server is a raspberry pi) but it enables me to say whatever I want, whenever I want to, to whoever I want. No one else owns the server where my posts live, so they can't stop me posting there. + +My gemlog posts are not that different to someone else's Twitter or Facebook posts, but I have 100 times as much freedom. We don't need social media sites, because the whole internet is social media. As a side note, I mean the whole internet, not just the web. + +If you are currently using much social media, consider whether you need it or not, since the internet itself already does everything we need, without being owned by a corporation. + +In conclusion, the internet is the best social media.