about summary refs log tree commit diff
path: root/content
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-05-29 11:26:26 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-05-29 11:26:26 +0700
commit9c84288245592fdaaf07ffc053a86e0dd30218c7 (patch)
treee0876657f7a539fcd3fc1739c04b00a06d6c0b82 /content
parent02b8c1d3e199075b54d1d2162d69bcec55347f24 (diff)
downloadblog-9c84288245592fdaaf07ffc053a86e0dd30218c7.tar.gz
Add announcement
Diffstat (limited to 'content')
-rw-r--r--content/posts/2021-01-11-openring.md12
-rw-r--r--content/posts/2021-05-29-move-site.md30
2 files changed, 36 insertions, 6 deletions
diff --git a/content/posts/2021-01-11-openring.md b/content/posts/2021-01-11-openring.md
index 17bb15d..b00e66b 100644
--- a/content/posts/2021-01-11-openring.md
+++ b/content/posts/2021-01-11-openring.md
@@ -4,10 +4,10 @@ date:   2021-01-11 15:51:31 +0700
 lang: en
 translationKey: "openring-tutor"
 tags: [rss, blog, openring, tutorial]
-title:  "Using openring to add [blog]s you follow"
+title:  "Using openring to add blogs you follow"
 ---
 
-You may notice that now my [blog] now has a new section near the footer: a list of articles
+You may notice that now my blog now has a new section near the footer: a list of articles
 from blogs I follow.  This is generated by [openring],
 a tool that read a list of RSS feeds and generate these.
 
@@ -47,12 +47,12 @@ sudo cp openring /usr/local/bin/
 
 From openring's README:
 
-> This is a tool for generating a webring from RSS feeds, so you can link to other [blog]s you like on your own blog. It's designed to be fairly simple and integrate with any static site generator. The basic usage is:
+> This is a tool for generating a webring from RSS feeds, so you can link to other blogs you like on your own blog. It's designed to be fairly simple and integrate with any static site generator. The basic usage is:
 > 
 > ```bash
 > openring \
 >   -s https://drewdevault.com/feed.xml \
->   -s https://emersion.fr/[blog]/rss.xml \
+>   -s https://emersion.fr/blog/rss.xml \
 >   -s https://danluu.com/atom.xml \
 >   < in.html \
 >   > out.html
@@ -60,7 +60,7 @@ From openring's README:
 
 The `in.html` is a template [whence] openring generate the HTML for the feed.
 
-I copied the template from [DeVault's [blog]][ring-tmpl] (don't worry, it's MIT-licensed),
+I copied the template from [DeVault's blog][ring-tmpl] (don't worry, it's MIT-licensed),
 with a little modification:
 
 - I wrap it in a `div.wrapper`. The `wrapper` class is a class in minima theme that limit the max width for readability and auto-collapse on smaller devices.
@@ -93,7 +93,7 @@ with a little modification:
 
 # Future works?
 
-Currently, I generate the feed manually when I update my [blog].
+Currently, I generate the feed manually when I update my blog.
 This probably is not good enough if I want the webring to be updated
 even when I'm not active?
 A cronjob could solve this problem,
diff --git a/content/posts/2021-05-29-move-site.md b/content/posts/2021-05-29-move-site.md
new file mode 100644
index 0000000..e987f83
--- /dev/null
+++ b/content/posts/2021-05-29-move-site.md
@@ -0,0 +1,30 @@
+---
+title: "2021 05 29 Move Site"
+date: 2021-05-29T11:03:22+07:00
+categories: [blog]
+tags: [announcement, blog, finance, payment]
+---
+
+Short announcement: I'm moving my blog to [envs.net](https://huyngo.envs.net)
+for now.  Reasons: SourceHut is going to require payment for build service [^0]
+starting from June 2021.  I have nothing against this decision -- it makes
+sense, and SourceHut is going to be paid-only[^1] service anyway.
+In fact, I'm planning to pay for SourceHut when I get financially independent.
+But for now, I am not, and furthermore I am not actively using sourcehut[^2], so
+paying is not financially wise.
+
+On a slightly related note, I still have not figured out my financial plan in
+the future.  I'm not *that* good at programming, so I don't expect myself to
+write some software so good that I can live on donation.  That means I will
+have to work in some company, which means I'd likely have to write non-free
+software, or software I'm not enthusiastic about, both of which I find awful to
+think about.
+
+[^0]: No, I don't need build service for pages.sr.ht, but I don't like manual
+  upload using token.
+[^1]: After alpha stage, it is only free of charge for contributors.  I'll also
+  change my code host service, if I still find myself unable to pay.  It doesn't
+  make much sense to pay to just host some config files and personal website,
+  but maybe I'm a bit entitled.
+[^2]: I'm currently having to deal with a school-credit internship, so I don't
+  have time and mental energy for writing free software.