diff --git a/cGF5IG1lIHNvbWUgbW9uZXJv.txt b/.cGF5IG1lIHNvbWUgbW9uZXJv.txt
similarity index 100%
rename from cGF5IG1lIHNvbWUgbW9uZXJv.txt
rename to .cGF5IG1lIHNvbWUgbW9uZXJv.txt
diff --git a/_config.yml b/_config.yml
index 3397c9a..1b49d68 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1 +1,6 @@
-theme: jekyll-theme-architect
\ No newline at end of file
+theme: jekyll-theme-architect
+plugins:
+ - jekyll-feed
+title: Dongdigua's Blog
+description: Computer Science NOT Code Salary
+author: dongdigua
diff --git a/images/rss.png b/images/rss.png
new file mode 100644
index 0000000..7ae56e8
Binary files /dev/null and b/images/rss.png differ
diff --git a/index.md b/index.md
index 43d6644..408d480 100644
--- a/index.md
+++ b/index.md
@@ -6,15 +6,14 @@ Minecraft 红石玩家, [B站](https://space.bilibili.com/489732092)
更多请见[我的 github 主页](https://github.com/dongdigua)
## 目录
[elixir 写点对点加密聊天软件](p2p_chat)
-[博客, YouTube 等收集](internet_collections)
+[博客, YouTube 等收集](org-html/internet_collections)
[我对 SciCraft 更新1.19的看法](scicraft_update)
[我的 gnome 配置](my_gnome_config)
[编辑器操作备忘录](org-html/cheatsheet)
[我对显示 IP 属地的看法](org-html/about_showing_ip)
-
---
-*[pay me some monero](cGF5IG1lIHNvbWUgbW9uZXJv.txt)*
+![](images/rss.png)[rss](feed.xml)
+*[pay me some monero](.cGF5IG1lIHNvbWUgbW9uZXJv.txt)*
diff --git a/org/about_showing_ip.org b/org/about_showing_ip.org
index 56c20fa..344117e 100644
--- a/org/about_showing_ip.org
+++ b/org/about_showing_ip.org
@@ -15,6 +15,7 @@
但是有些人, 只想公开自己想让别人看见的,
那这种平台的强制行为确实会让TA们很不满.
+* 2022-7-25-12:00 公开显示 IP 属地
* reference
** [[https://zhuanlan.zhihu.com/p/508234267][from zhihu]]
diff --git a/org/cheatsheet.org b/org/cheatsheet.org
index 3079c8f..39917de 100644
--- a/org/cheatsheet.org
+++ b/org/cheatsheet.org
@@ -12,17 +12,22 @@
| d$ | 删除光标位置到本行结束 |
| d0 | 删除光标位置到本行开头 |
| u/C-r | 撤销/重做 |
-| | |
+| c i { | change inside {} |
** movement
-| key | usage |
-|---------+----------------------------|
-| w | 下一个单词 |
-| e | 单词尾 |
-| b | 单词头 |
-| 0/$ | 行首/尾 |
-| H/M/L | 当前页面可见顶部/中间/底部 |
-| G | 跳转到第几行 |
+| key | usage |
+|------------+-----------------------------|
+| w | 下一个单词 |
+| e | 单词尾 |
+| b | 单词头 |
+| 0/$ | 行首/尾 |
+| H/M/L | 当前页面可见顶部/中间/底部 |
+| G | 跳转到第几行 |
+| C-u(f)/d | 上/下翻页 |
+| f/F | 在一行中向后/前跳到某个字符 |
+| % | 到对应括号 |
+
+
** visual
| key | usage | next |
@@ -53,13 +58,14 @@
| | |
** normal
-| key | usage |
-|---------+--------------|
-| C-s | 搜索 |
-| M-% | 替换 |
-| C-_ | [[https://linuxtoy.org/archives/emacs-undo-tree.html][undo/redo]] |
-| M-; | 区域切换注释 |
-| C-x C-; | 行切换注释 |
+| key | usage |
+|---------+---------------------|
+| C-s | 搜索 |
+| M-% | 替换 |
+| C-_ | [[https://linuxtoy.org/archives/emacs-undo-tree.html][undo/redo]] |
+| M-; | 区域切换注释 |
+| C-x C-; | 行切换注释 |
+| C-y | paste to minibuffer |
* Git (虽然不算editor, 但是先也放这吧)
#+BEGIN_SRC shell
diff --git a/org/internet_collections.org b/org/internet_collections.org
index 532f8cd..56c72d6 100644
--- a/org/internet_collections.org
+++ b/org/internet_collections.org
@@ -1,21 +1,21 @@
#+STARTUP: indent
#+TAGS: elixir(e) rust(r) c(c) lisp(l)
-#+TAGS: lowlevel(w) frontend(f) backend(b) emacs(m) hacker(h) algorithm(a)
-#+TAGS: rss(r) suscribed(u)
+#+TAGS: lowlevel(w) frontend(f) backend(b) emacs(m) hacker(h) algorithm(a) linux(x)
+#+TAGS: rssable(s) rssub(u)
#+OPTIONS: \n:t
#+OPTIONS: toc:nil
#+TITLE: Internet Collections
* 一些(个人)博客收集
-** [[http://www.qiusir.com/][qiusir]]
+** [[http://www.qiusir.com/][qiusir]] :rssub:
** [[http://www.yinwang.org/][王垠]]
-** [[http://ruanyifeng.com/blog/][阮一峰]] :suscribed:
+** [[http://ruanyifeng.com/blog/][阮一峰]] :rssub:
** [[https://shakaianee.top/][易姐]]
** [[https://blog.stdio.io/1385][King's way]]
-** [[https://floooh.github.io/][floooh]]
-一个07年开始发博客的大佬
-** [[https://xiaosong.fun/][小耸]]
+** [[https://floooh.github.io/2021/12/17/cycle-stepped-z80.html][floooh]] :c:
+07 年开始, cpu emulator
+** [[https://xiaosong.fun/][小耸]] :rust:c:
** [[https://piaogewala.ga/][这可太刑了]]
学习通事件相关
** [[https://www.cnblogs.com/zhongwencool/][写着写着就懂了]] :elixir:
@@ -30,9 +30,9 @@ elixir/erlang大佬, 公众号: HelloElixir
** [[https://evanmeek.github.io/][我不会编程]]
B站: 美味的樱桃菌
** [[https://lug.ustc.edu.cn/][中国科学技术大学 Linux 用户协会]]
-** [[http://bzhang.lamost.org/website/][bozhang]]
+** [[http://bzhang.lamost.org/website/][bozhang]] :rssable:
05 年开始, 天文学
-** [[https://yaocc.cc/][CC]]
+** [[https://yaocc.cc/][CC]] :linux:
B站: 称呼我C先生
** [[https://www.luogu.com.cn/blog/ivystorm/emacs-adventuredunnet-tong-guan-jiao-cheng][emacs dunnet 教程]] :emacs:
luogu
@@ -41,17 +41,17 @@ luogu
出国
** [[https://cireu.github.io/][NIL]] :emacs:
elisp
-** [[https://blog.stenmans.org/theBeamBook/][the beam book]] and [[https://learnyousomeerlang.com/content][learn you some erlang]] :elixir:
+** [[https://blog.stenmans.org/theBeamBook/][the beam book]] and [[https://learnyousomeerlang.com/content][learn you some erlang]] :elixir:
** [[https://www.cnblogs.com/zjjws/p/13346020.html][第 N 个质数]] :c:algorithm:
看不懂, 先收藏着
** [[https://www.coder.rs/][Zhangy233]] :rust:
-** [[https://blog.bluemangoo.net/][芒果]]
+** [[https://blog.bluemangoo.net/][芒果快评]]
今年的新博客, 友链有踏浪
** [[https://mrxn.net/][mrxn]] :hacker:
网安
** [[https://devbins.github.io/page][devbins]]
404?
-** [[http://incf19.com/yynotes/][include-yy]] :c:emacs:
+** [[http://incf19.com/yynotes/][include-yy]] :c:lisp:emacs:
东方
** [[https://emacs.sexy/][emacs is sexy!]] :emacs:
** [[https://stardiviner.github.io/][stardiviner]]
@@ -61,35 +61,48 @@ Coder & 文学
** [[https://stevenbai.top/][steven]] :rust:
BlockChain
** [[https://zhuanlan.zhihu.com/p/138719668][用Go语言汇编计算fibonacci数列]] :lowlevel:
-** [[https://sh.alynx.one/][Alynx Zhou]]
+** [[https://sh.alynx.one/][Alynx Zhou]] :linux:rssable:
** [[https://www.clloz.com/][Clloz]] :frontend:
界面特别好看
** [[https://coredumped.dev/][Core Dumped]] :rust:lowlevel:emacs:
VM
** [[https://www.zhihu.com/column/c_1313110231912726528][倔强的程序员]]
编! 译! 原! 理!
-** [[https://siciarz.net][24 days of rust]]
+** [[https://siciarz.net][24 days of rust]] :rust:
old
** [[https://liujiacai.net/][keep coding]] :rust:c:lowlevel:backend:
* YouTube 收集(没有账号, 这就是我的收藏夹)
** Code
-*** [[https://youtu.be/gG00NgcdNEk][代码视频片头]] java bad, python slow, nvidia fuck you, vi-sual studio, C艹 sucks
+*** [[https://youtu.be/gG00NgcdNEk][代码视频片头]]
+java bad, python slow, nvidia fuck you, vi-sual studio, C艹 sucks
*** [[https://youtu.be/0rJ94rbdteE][Rust 让你感觉像个天才]]
*** [[https://youtu.be/nfF91Z6fqGk][CMD 登录B站]]
-*** [[https://youtu.be/l0AmlU-4IRM][Rust aes加密]] legacy
+*** [[https://youtu.be/l0AmlU-4IRM][Rust aes加密]]
+legacy
*** [[https://youtu.be/qKA2NZ1-kx0][tsoding write cool shell in rust]]
*** [[https://youtu.be/hmMtQe_mYr0][tsoding helloworld in c]]
-*** [[https://www.youtube.com/watch?list=RDCMUChl_NKOs1qqh_x7yJfaDpDw][Tantan 合集]] Rust Graphics
+*** [[https://www.youtube.com/watch?list=RDCMUChl_NKOs1qqh_x7yJfaDpDw][Tantan 合集]]
+Rust Graphics
*** [[https://www.youtube.com/watch?list=PLGNbPb3dQJ_446PjTYQ0mCn2OGoHSKraB][build a virtual machine 合集(6/29)]]
-*** [[https://www.youtube.com/watch?list=PLSiFUSQSRYAOFwfP-aMzXJlWKVyIuWfPU][stack-based virtual machine(6 episode)]] and
-*** [[https://youtu.be/cfPDeso3XwI][register-based(13 episode)]]
+*** [[https://www.youtube.com/watch?list=PLSiFUSQSRYAOFwfP-aMzXJlWKVyIuWfPU][stack-based virtual machine(6 episode)]]
+and [[https://youtu.be/cfPDeso3XwI][register-based(13 episode)]]
*** [[https://youtu.be/_uAMo-bXI5g][register virtual machine in rust, with memory visualization]]
-*** **** [[https://www.youtube.com/watch?list=PLpM-Dvs8t0VY73ytTCQqgvgCWttV3m8LM][tsoding virtual machine in C]] , [[https://dongdigua.github.io/tsoding_bm][some notes]]
+*** [[https://www.youtube.com/watch?list=PLpM-Dvs8t0VY73ytTCQqgvgCWttV3m8LM][tsoding virtual machine in C]] , [[https://dongdigua.github.io/tsoding_bm][some notes]]
*** [[https://youtu.be/Fq9chEBQMFE][what if I try to malloc too much memory]]
-*** [[https://youtu.be/qF7dkrce-mQ][fireship bitcoin]] 大概是我见过最好的讲区块链的视频了, 除了...JS 啊啊啊
+*** [[https://youtu.be/qF7dkrce-mQ][fireship bitcoin]]
+大概是我见过最好的讲区块链的视频了, 除了...JS 啊啊啊
*** [[https://youtu.be/zJ-8DZhzBEE][what your favourite pl says about you]]
-*** [[https://youtu.be/R00JE6QRbno][tsoding aoc 2020 day 12 in perl]] (0:20:50 pythonbulubulu~)
+*** [[https://youtu.be/R00JE6QRbno][tsoding aoc 2020 day 12 in perl]]
+0:20:50 pythonbulubulu~
+*** [[https://youtu.be/ziXgdkTfmPU][tsoding irc client in ocaml]]
+0:50 List.fold_left faster than fold_right, but haskell is opposite
+1:00 I like ocaml, that's how python should look like,
+ but ocaml itself is not ideal, you have to take ocaml and throw O away, and that's perfect
+1:03 to be fair p___hub is more interesting than this, that's for sure, so let's use Makefile (instead of dune)
+1:50 sexplib?
+2:00 build own irc lib
+2:14 "how many american server you have already hacked" - "I don't count them I'm sorry"
** Minecraft
*** [[https://youtu.be/VKydXD6Lr20][Mojang & Minecraft 开始衰落了吗?]]
@@ -101,8 +114,10 @@ old
*** [[https://odysee.com/@IceGuye][on odysee(lbry)]]
* Other
-** [[https://moonboos.fandom.com/zh/wiki/%E6%98%8E%E6%9C%88%E5%BA%84%E4%B8%BB_Wiki][日月脏主 Wiki]] MC 技术区毒瘤!
-** [[https://en.wikipedia.org/wiki/Python_(missile)][Python-5]] from [[https://youtu.be/8QP2fDBIxjM][tsoding's first porth video]], (he is using debian, 37:00 copilot xd)
+** [[https://moonboos.fandom.com/zh/wiki/%E6%98%8E%E6%9C%88%E5%BA%84%E4%B8%BB_Wiki][日月脏主 Wiki]]
+MC 技术区毒瘤!
+** [[https://en.wikipedia.org/wiki/Python_(missile)][Python-5]]
+from [[https://youtu.be/8QP2fDBIxjM][tsoding's first porth video]], (he is using debian, 37:00 copilot xd)
#+BEGIN_COMMENT
#+END_COMMENT
diff --git a/org/publish_config.el b/org/publish_config.el
index 49c8b94..28b7ec3 100644
--- a/org/publish_config.el
+++ b/org/publish_config.el
@@ -11,7 +11,7 @@
'(("org-pages"
:base-directory "."
:base-extension "org"
- :publishing-directory "./../org-html/"
+ :publishing-directory "./../org_html/"
:recursive t
:publishing-function org-html-publish-to-html
:html-head "" ; instead of :style
diff --git a/plan_for_my_video_site.md b/plan_for_my_video_site.md
index 64ca7af..d0d683c 100644
--- a/plan_for_my_video_site.md
+++ b/plan_for_my_video_site.md
@@ -26,7 +26,6 @@
3. MC 红石: 生电和械电
- 不包括: 红石音乐
- 不包括: 指令
-4. 机械
## 有关 B站, YouTube
对于这些外部网站的视频使用链接跳转, 不允许搬运!
@@ -35,15 +34,14 @@
## 核心功能
### 视频
-分为原创和外链
-原创视频给水印, 可以直接下载
+都为外链, 省得搞视频相关的东西
### 评论(以及点赞点踩)
### 动态
### 文档
-支持 markdown
+附在视频下面, 支持 markdown
### 订阅
-本平台就直接关注, 外面平台跳转去源网站关注
-可以订阅合集
+跳转去源网站关注
+或者 rss
### 搜索
B站的搜索简直糟糕透了, 标签也没有什么规范
所以我的网站搜索要支持正则表达式与按照特定时间搜索
@@ -61,15 +59,17 @@ B站的搜索简直糟糕透了, 标签也没有什么规范
- MC版本
- 产物
- ...
-4. 机械(我不知道)
- - ...
### 入站考试
### 点赞点踩收藏
### 赞助
或许会用某种区块链实现"投币", 但这种币不应该有市值, 可以作为一种收藏品
### 我不会加入的功能
-- 弹幕: 又不是二次元网站, 对于技术向的视频只会干扰观看体验, 有事在评论区好好说
- 私信: 邮件聊去
-- 会员
-- 等级
\ No newline at end of file
+- 会员: 用爱发电, 想自愿给予资金上的支持可以直接赞助
+- 等级: 能通过考试就行
+
+
+---
+希望将来我能不忘初心, 实现这个梦想!
+