about summary refs log tree commit diff homepage
path: root/blog
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-09 13:49:58 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-09 13:49:58 +0700
commit1f42cc72174d00f1dd2f93925a6931016298568f (patch)
treea02e72cb2b9249fdcf0935f2f6dec4fda2bb605b /blog
parentb03c056bcfac360d0f8be1321c576e65d2466757 (diff)
downloadsite-1f42cc72174d00f1dd2f93925a6931016298568f.tar.gz
Update metadata and utilities
Prepare for GSoC 2020 blogs migration
Diffstat (limited to 'blog')
-rw-r--r--blog/index.md4
-rw-r--r--blog/system.md6
2 files changed, 7 insertions, 3 deletions
diff --git a/blog/index.md b/blog/index.md
index bdfba6a..fb7f0cc 100644
--- a/blog/index.md
+++ b/blog/index.md
@@ -2,4 +2,6 @@
 
 I occasionally blog about functional programming, lambda calculus
 and other computational stuff, or anything related to computers in general.
-They are tagged as [`fun`](/tag/fun).
+These write-ups are tagged as [`fun`](/tag/fun).
+
+As usual, the good old [RSS feed](/feed.xml) is available.
diff --git a/blog/system.md b/blog/system.md
index bb92343..1a9af18 100644
--- a/blog/system.md
+++ b/blog/system.md
@@ -6,8 +6,10 @@ date = Date(2020, 4, 15)
 
 # System Cascade Connection
 
-Given two discrete-time systems $A$ and $B$ connected in cascade
-to form a new system $C = x \mapsto B(A(x))$.
+Given two discrete-time systems $A$ and $B$ connected in cascade to form
+a new system $C = x \mapsto B(A(x))$, we examine the following properties:
+
+\toc
 
 ## Linearity