blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 33121553d143979c004c2d79f05154b806157fed
parent 3747799d084c2814a146387c715cd8238dfe0be8
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 31 Dec 2017 13:45:10 -0600

New post '2017 in Review'

Diffstat:
Acontent/posts/2017-in-review.en.md | 52++++++++++++++++++++++++++++++++++++++++++++++++++++
Acontent/posts/2017-in-review.zh.md | 47+++++++++++++++++++++++++++++++++++++++++++++++
Mcontent/posts/_index.en.md | 1-
Mcontent/posts/_index.zh.md | 1-
Dcontent/posts/get-emacs-to-work-with-fcitx.en.md | 49-------------------------------------------------
Dcontent/posts/get-emacs-to-work-with-fcitx.zh.md | 8--------
Mcontent/posts/my-server-setups-and-whatnot.en.md | 1-
Mcontent/posts/my-server-setups-and-whatnot.zh.md | 1-
Mcontent/posts/no-more-disqusting-disqus.en.md | 1-
Mcontent/posts/no-more-disqusting-disqus.zh.md | 1-
Mcontent/posts/spam-or-ham.en.md | 3+--
Mcontent/posts/spam-or-ham.zh.md | 1-
Mi18n/en.toml | 9+++++++--
Mi18n/zh.toml | 9+++++++--
Morg/2017.org | 106+++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
Aorg/2018.org | 80+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Morg/fixed.org | 10+++-------
17 files changed, 271 insertions(+), 109 deletions(-)
diff --git a/content/posts/2017-in-review.en.md b/content/posts/2017-in-review.en.md
@@ -0,0 +1,51 @@
++++
+title = "2017 in Review"
+tags = ["plans"]
+categories = ["my-life"]
+draft = false
+date = 2017-12-31
+slug = "2017-in-review"
++++
+
+2017 is over within the next few hours and I fell obliged to write something
+about it. Hopefully I won't have too much regrets by the time I finish this
+post.
+
+
+## What Have I Done {#what-have-i-done}
+
+I have been working full time since June. Working life is surprisingly more
+relaxing than I expected. My daily schedule has seen a great increase in
+stability: no more 4-hour-sleeping-schedule is an obvious improvement and I can
+finally set aside time for my interests.
+
+By the end of 2017, I have:
+
+-   Set up my new blog and wrote more stuff than 2015 and 2016 combined.
+-   Been using Emacs for 3 months.
+-   Been using my own email for 3 months.
+-   Found out I am pretty good at cooking.
+-   Been running nearly daily for 6 months. I finished my first half-marathon with
+    a sub 2 hour time.
+-   Lost 20 pounds since June thanks to running.
+
+Doesn't look too shabby huh? It's been a great year.
+
+
+## What's Next {#what-s-next}
+
+I've gotten into the habit of listening to Dayo Wong's stand-up comedy from time
+to time and for some reason one of his earlier shows _跟住去边度_ ( _What's
+Next_ ) left the deepest impression on me. I now also post this question to
+myself. Here's where I will be in 2018:
+
+-   Train for a full marathon and hopefully finish one.
+-   Write at least 20 blog articles.
+-   Get the first signature for my PGP key.
+-   Read more, watch less.
+
+If I've learned anything from my past failed plans, it would be always
+underestimate my own capabilities when planning, so I will just stop my list
+here and add additional goals as I march into 2018.
+
+Happy new year and hopefully 2018 will be another spectacular one!+
\ No newline at end of file
diff --git a/content/posts/2017-in-review.zh.md b/content/posts/2017-in-review.zh.md
@@ -0,0 +1,46 @@
++++
+title = "回顾 2017"
+tags = ["plans"]
+categories = ["my-life"]
+draft = false
+date = 2017-12-31
+slug = "2017-in-review"
++++
+
+2017 年再过几个小时就结束了,所以我觉得很有必要回顾一下过去这一年。但愿我在
+写完这篇日志的时候还能觉得 2017 过得没有后悔。
+
+
+## 我都做了啥 {#我都做了啥}
+
+我从六月份开始全职工作了。社畜生活其实比我想象的要轻松不少,我的日常生活比上学时
+反而有规律得多:至少4小时的睡眠时间不再显得那么奢侈,而且我总算能分配一部分时间
+来发展兴趣了。
+
+在 2017 年里:
+
+-   使用 Emacs 三个月。
+-   使用自己架设的电子邮箱三个月。
+-   架设了新的站点并且更新了比 2015-2016 两年更多的内容。
+-   发现自己其实有点煮饭的隐藏才能
+-   我在后六个月中保持几乎每天跑步。我在 2 小时之内完成了我的第一个半程马拉松比赛。
+-   由于跑步,我的体重下降了 10 千克左右。
+
+我觉得2017是很充实很开心的一年。
+
+
+## 跟住去边度 {#跟住去边度}
+
+最近常常听黄子华的栋笃笑,而 _跟住去边度_ 给我留下的印象最深。我也打算问问自己这
+个问题。 2018 我会:
+
+-   以马拉松为目标继续训练,有机会的话完成一次正式比赛。
+-   写 20 篇以上的日志。
+-   获得第一个 PGP 密匙签名。
+-   少看,多阅读。
+
+如果我有从过去那些我制定后没能执行的计划里得到任何经验的话,那就是定计划时最好稍
+微低估自己的能力,所以我的新年目标就先列到这里。在踏入2018后我会视情况添加新的内
+容。
+
+新年快乐!希望 2018 也会是充满惊喜的一年!+
\ No newline at end of file
diff --git a/content/posts/_index.en.md b/content/posts/_index.en.md
@@ -1,6 +1,5 @@
 +++
 title = "Posts"
-lastmod = 2017-10-22T12:04:12-05:00
 draft = false
 +++
 
diff --git a/content/posts/_index.zh.md b/content/posts/_index.zh.md
@@ -1,6 +1,5 @@
 +++
 title = "归档"
-lastmod = 2017-10-22T12:04:12-05:00
 draft = false
 +++
 
diff --git a/content/posts/get-emacs-to-work-with-fcitx.en.md b/content/posts/get-emacs-to-work-with-fcitx.en.md
@@ -1,48 +0,0 @@
-+++
-title = "Get emacs To Work With fcitx"
-lastmod = 2017-10-22T12:04:13-05:00
-tags = ["emacs", "fcitx"]
-categories = ["emacs"]
-draft = true
-date = 2017-09-25
-slug = "get-emacs-to-work-with-fcitx"
-+++
-
-## Enabling fcitx in emacs {#enabling-fcitx-in-emacs}
-
-
-### fcitx-diagnose {#fcitx-diagnose}
-
-
-### locale settings {#locale-settings}
-
-export zh\_cn.utf-8
-set lc\_ctype=zh\_cn.utf-8
-
-
-### fcitx plugin in emacs {#fcitx-plugin-in-emacs}
-
-
-### disabling ctrl+space hot key {#disabling-ctrl-space-hot-key}
-
-replaced with os+space and ctrl+os
-
-
-## could be better {#could-be-better}
-
-do not want set lc-ctype globally
-run emacs as daemon
-
-
-### create new entry in .config/systemd/user/emacs.service {#create-new-entry-in-dot-config-systemd-user-emacs-dot-service}
-
-
-### add environment variable {#add-environment-variable}
-
-
-### problem: does not load init file {#problem-does-not-load-init-file}
-
-
-### setting up alias of emacsclient -nc in .zshrc {#setting-up-alias-of-emacsclient-nc-in-dot-zshrc}
-
-alias e="emacsclient -nc"-
\ No newline at end of file
diff --git a/content/posts/get-emacs-to-work-with-fcitx.zh.md b/content/posts/get-emacs-to-work-with-fcitx.zh.md
@@ -1,8 +0,0 @@
-+++
-lastmod = 2017-10-22T12:04:13-05:00
-tags = ["emacs", "fcitx"]
-categories = ["emacs"]
-draft = true
-date = 2017-09-25
-slug = "get-emacs-to-work-with-fcitx"
-+++
diff --git a/content/posts/my-server-setups-and-whatnot.en.md b/content/posts/my-server-setups-and-whatnot.en.md
@@ -1,6 +1,5 @@
 +++
 title = "My Server Setups and Whatnot"
-lastmod = 2017-10-22T12:04:13-05:00
 tags = ["arch-linux", "server"]
 categories = ["site-related"]
 draft = false
diff --git a/content/posts/my-server-setups-and-whatnot.zh.md b/content/posts/my-server-setups-and-whatnot.zh.md
@@ -1,6 +1,5 @@
 +++
 title = "新站点架设过程"
-lastmod = 2017-10-22T12:04:13-05:00
 tags = ["arch-linux", "server"]
 categories = ["site-related"]
 draft = false
diff --git a/content/posts/no-more-disqusting-disqus.en.md b/content/posts/no-more-disqusting-disqus.en.md
@@ -1,6 +1,5 @@
 +++
 title = "No More Disqusting Disqus"
-lastmod = 2017-12-17T17:39:47-06:00
 tags = ["social-network", "security"]
 categories = ["site-related"]
 draft = false
diff --git a/content/posts/no-more-disqusting-disqus.zh.md b/content/posts/no-more-disqusting-disqus.zh.md
@@ -1,6 +1,5 @@
 +++
 title = "不再使用 Disqus"
-lastmod = 2017-12-17T17:40:03-06:00
 tags = ["social-network", "security"]
 categories = ["site-related"]
 draft = false
diff --git a/content/posts/spam-or-ham.en.md b/content/posts/spam-or-ham.en.md
@@ -1,6 +1,5 @@
 +++
 title = "Spam or Ham"
-lastmod = 2017-10-22T12:04:13-05:00
 tags = ["email", "security"]
 categories = ["site-related"]
 draft = false
@@ -23,7 +22,7 @@ Before anything, I needed to setup my DNS record. I created a `CNAME` for my mai
 
 ### Creating `Maildir` {#creating-maildir}
 
-After setting up `postfix` for the first time, I needed to setup the `Maildir` manually and giving it appropirate permissions:
+After setting up `postfix` for the first time, I needed to setup the `Maildir` manually and giving it appropriate permissions:
 
 ```sh
 $ mkdir -p /home/<username>/Maildir/{cur,new,tmp}
diff --git a/content/posts/spam-or-ham.zh.md b/content/posts/spam-or-ham.zh.md
@@ -1,6 +1,5 @@
 +++
 title = "是 Spam 还是 Ham"
-lastmod = 2017-10-22T12:04:13-05:00
 tags = ["email", "security"]
 categories = ["site-related"]
 draft = false
diff --git a/i18n/en.toml b/i18n/en.toml
@@ -14,6 +14,9 @@ other = "Categories"
 [site-related]
 other = "Site Related"
 
+[my-life]
+other = "My Life"
+
 # Translation for tags
 [hugo]
 other = "hugo"
@@ -31,4 +34,7 @@ other = "Email"
 other = "Security"
 
 [social-network]
-other = "Social Network"-
\ No newline at end of file
+other = "Social Network"
+
+[plans]
+other = "Plans"
diff --git a/i18n/zh.toml b/i18n/zh.toml
@@ -14,6 +14,9 @@ other = "分类"
 [site-related]
 other = "站点相关"
 
+[my-life]
+other = "生活"
+
 # Translation for tags
 [hugo]
 other = "hugo"
@@ -31,4 +34,7 @@ other = "电子邮件"
 other = "安全相关"
 
 [social-network]
-other = "社交网络"-
\ No newline at end of file
+other = "社交网络"
+
+[plans]
+other = "计划"
diff --git a/org/2017.org b/org/2017.org
@@ -1,6 +1,6 @@
 #+HUGO_BASE_DIR: ../
 #+HUGO_SECTION: ./posts
-#+HUGO_AUTO_SET_LASTMOD: t
+#+OPTIONS: author:nil
 
 * Index Page
 :PROPERTIES:
@@ -588,7 +588,7 @@ I really don't see how I can write anything better than [[http://www.netarky.com
 Before anything, I needed to setup my DNS record. I created a =CNAME= for my mail server address, and added a =MX= record indicating the mail will be handled by the mail server.
 
 ***** Creating =Maildir=
-After setting up =postfix= for the first time, I needed to setup the =Maildir= manually and giving it appropirate permissions:
+After setting up =postfix= for the first time, I needed to setup the =Maildir= manually and giving it appropriate permissions:
 #+BEGIN_SRC sh
 $ mkdir -p /home/<username>/Maildir/{cur,new,tmp}
 $ chown <username> /home/<username>/Maildir/{,cur,new,tmp}
@@ -816,59 +816,101 @@ Isso 的官网有很详细的 [[https://posativ.org/isso/docs/][说明文档]]
 
 祝评论愉快!
 
-* Emacs                                                              :@emacs:
-
-** TODO Get =emacs= To Work With =fcitx=                        :emacs:fcitx:
+* My Life                                                          :@my_life:
+** DONE 2017 in Review                                                :plans:
 :PROPERTIES:
-:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :date 2017-09-25 :slug get-emacs-to-work-with-fcitx
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :date 2017-12-31 :slug 2017-in-review
 :END:
 
-*** TODO en
+*** DONE en
 :PROPERTIES:
-:EXPORT_TITLE: Get =emacs= To Work With =fcitx=
-:EXPORT_FILE_NAME: get-emacs-to-work-with-fcitx.en.md
+:EXPORT_TITLE: 2017 in Review
+:EXPORT_FILE_NAME: 2017-in-review.en.md
 :END:
 
-**** Enabling fcitx in emacs
+2017 is over within the next few hours and I fell obliged to write something
+about it. Hopefully I won't have too much regrets by the time I finish this
+post.
 
-***** fcitx-diagnose
+**** What Have I Done
+I have been working full time since June. Working life is surprisingly more
+relaxing than I expected. My daily schedule has seen a great increase in
+stability: no more 4-hour-sleeping-schedule is an obvious improvement and I can
+finally set aside time for my interests.
 
-***** locale settings
-export zh_cn.utf-8
-set lc_ctype=zh_cn.utf-8
+By the end of 2017, I have:
 
-***** fcitx plugin in emacs
+- Set up my new blog and wrote more stuff than 2015 and 2016 combined.
+- Been using Emacs for 3 months.
+- Been using my own email for 3 months.
+- Found out I am pretty good at cooking.
+- Been running nearly daily for 6 months. I finished my first half-marathon with
+  a sub 2 hour time.
+- Lost 20 pounds since June thanks to running.
 
-***** disabling ctrl+space hot key
-replaced with os+space and ctrl+os
+Doesn't look too shabby huh? It's been a great year.
 
+**** What's Next
+I've gotten into the habit of listening to Dayo Wong's stand-up comedy from time
+to time and for some reason one of his earlier shows /跟住去边度/ ( /What's
+Next/ ) left the deepest impression on me. I now also post this question to
+myself. Here's where I will be in 2018:
 
-**** could be better
+- Train for a full marathon and hopefully finish one.
+- Write at least 20 blog articles.
+- Get the first signature for my PGP key.
+- Read more, watch less.
 
-do not want set lc-ctype globally
-run emacs as daemon
+If I've learned anything from my past failed plans, it would be always
+underestimate my own capabilities when planning, so I will just stop my list
+here and add additional goals as I march into 2018.
 
-***** create new entry in .config/systemd/user/emacs.service
+Happy new year and hopefully 2018 will be another spectacular one!
 
-***** add environment variable
+*** DONE zh
+:PROPERTIES:
+:EXPORT_TITLE: 回顾 2017
+:EXPORT_FILE_NAME: 2017-in-review.zh.md
+:END:
 
-***** problem: does not load init file
+2017 年再过几个小时就结束了,所以我觉得很有必要回顾一下过去这一年。但愿我在
+写完这篇日志的时候还能觉得 2017 过得没有后悔。
 
+**** 我都做了啥
+我从六月份开始全职工作了。社畜生活其实比我想象的要轻松不少,我的日常生活比上学时
+反而有规律得多:至少4小时的睡眠时间不再显得那么奢侈,而且我总算能分配一部分时间
+来发展兴趣了。
 
-***** setting up alias of emacsclient -nc in .zshrc
-alias e="emacsclient -nc"
+在 2017 年里:
 
-*** TODO zh
-:PROPERTIES:
-:EXPORT_TITLE:
-:EXPORT_FILE_NAME: get-emacs-to-work-with-fcitx.zh.md
-:END:
+- 使用 Emacs 三个月。
+- 使用自己架设的电子邮箱三个月。
+- 架设了新的站点并且更新了比 2015-2016 两年更多的内容。
+- 发现自己其实有点煮饭的隐藏才能
+- 我在后六个月中保持几乎每天跑步。我在 2 小时之内完成了我的第一个半程马拉松比赛。
+- 由于跑步,我的体重下降了 10 千克左右。
+
+我觉得2017是很充实很开心的一年。
+
+**** 跟住去边度
+最近常常听黄子华的栋笃笑,而 /跟住去边度/ 给我留下的印象最深。我也打算问问自己这
+个问题。 2018 我会:
+
+- 以马拉松为目标继续训练,有机会的话完成一次正式比赛。
+- 写 20 篇以上的日志。
+- 获得第一个 PGP 密匙签名。
+- 少看,多阅读。
+
+如果我有从过去那些我制定后没能执行的计划里得到任何经验的话,那就是定计划时最好稍
+微低估自己的能力,所以我的新年目标就先列到这里。在踏入2018后我会视情况添加新的内
+容。
+
+新年快乐!希望 2018 也会是充满惊喜的一年!
 
 * Footnotes
 * COMMENT Local Variables                                           :ARCHIVE:
-
 # Local Variables:
-# fill-column: 70
+# fill-column: 80
 # eval: (auto-fill-mode nil)
 # eval: (add-hook 'after-save-hook #'org-hugo-export-subtree-to-md-after-save :append :local)
 # End:
diff --git a/org/2018.org b/org/2018.org
@@ -0,0 +1,80 @@
+#+HUGO_BASE_DIR: ../
+#+HUGO_SECTION: ./posts
+#+OPTIONS: author:nil
+
+* Index Page
+:PROPERTIES:
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER:
+:END:
+
+** en
+:PROPERTIES:
+:EXPORT_TITLE: Posts
+:EXPORT_FILE_NAME: _index.en.md
+:END:
+
+In case you want to view by [[/en/tags/][tags]] or [[/en/categories][categories]].
+
+** zh
+:PROPERTIES:
+:EXPORT_TITLE: 归档
+:EXPORT_FILE_NAME: _index.zh.md
+:END:
+
+你也可以通过[[/zh/tags/][标签]]或[[/zh/categories][分类]]来浏览日志。
+
+* Emacs                                                              :@emacs:
+
+** TODO Get =emacs= To Work With =fcitx=                        :emacs:fcitx:
+:PROPERTIES:
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :date 2017-09-25 :slug get-emacs-to-work-with-fcitx
+:END:
+
+*** TODO en
+:PROPERTIES:
+:EXPORT_TITLE: Get =emacs= To Work With =fcitx=
+:EXPORT_FILE_NAME: get-emacs-to-work-with-fcitx.en.md
+:END:
+
+**** Enabling fcitx in emacs
+
+***** fcitx-diagnose
+
+***** locale settings
+export zh_cn.utf-8
+set lc_ctype=zh_cn.utf-8
+
+***** fcitx plugin in emacs
+
+***** disabling ctrl+space hot key
+replaced with os+space and ctrl+os
+
+
+**** could be better
+
+do not want set lc-ctype globally
+run emacs as daemon
+
+***** create new entry in .config/systemd/user/emacs.service
+
+***** add environment variable
+
+***** problem: does not load init file
+
+
+***** setting up alias of emacsclient -nc in .zshrc
+alias e="emacsclient -nc"
+
+*** TODO zh
+:PROPERTIES:
+:EXPORT_TITLE:
+:EXPORT_FILE_NAME: get-emacs-to-work-with-fcitx.zh.md
+:END:
+
+* Footnotes
+* COMMENT Local Variables                                           :ARCHIVE:
+# Local Variables:
+# fill-column: 80
+# eval: (auto-fill-mode nil)
+# eval: (add-hook 'after-save-hook #'org-hugo-export-subtree-to-md-after-save :append :local)
+# End:
diff --git a/org/fixed.org b/org/fixed.org
@@ -1,5 +1,6 @@
 #+HUGO_BASE_DIR: ../
 #+HUGO_SECTION: ./
+#+OPTIONS: author:nil
 
 * Homepage
 :PROPERTIES:
@@ -84,7 +85,6 @@
 
 **** 最新日志
 
-
 * About
 :PROPERTIES:
 :EXPORT_HUGO_CUSTOM_FRONT_MATTER: :slug about
@@ -121,7 +121,6 @@ EE 狗,目前在德州放牛;技术渣, +WP+ Hugo 新手; ACG 相关;
 
 本站所有内容使用[[http://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh][Creative Commons 署名-非商业性-相同方式共享4.0国际许可协议]](CC BY-NC-SA 4.0)。
 
-
 * Contact
 :PROPERTIES:
 :EXPORT_HUGO_CUSTOM_FRONT_MATTER: :slug contact
@@ -155,7 +154,6 @@ You can also find me on [[https://telegram.me/shimmy1996][Telegram]].
 
 除此之外[[https://telegram.me/shimmy1996][Telegram]]也是不错的选择。
 
-
 * Friends
 :PROPERTIES:
 :EXPORT_HUGO_CUSTOM_FRONT_MATTER: :slug friends
@@ -197,7 +195,6 @@ Welcome to the friendly neighborhood of Library of Trantor!
 
 [[http://a2clef.com][Vacuuny/A2Clef]]
 
-
 * Messages
 :PROPERTIES:
 :EXPORT_HUGO_CUSTOM_FRONT_MATTER: :slug messages
@@ -229,11 +226,10 @@ I do not recommending creating a entirely new social media accout for fancy prof
 
 * Footnotes
 
-
 * COMMENT Local Variables                                           :ARCHIVE:
 
 # Local Variables:
-# fill-column: 70
+# fill-column: 80
 # eval: (auto-fill-mode 1)
 # eval: (add-hook 'after-save-hook #'org-hugo-export-subtree-to-md-after-save :append :local)
-# End:
+# E