fix footnote after switching to CI, collections

yt collection:
- tsoding terminal todo app in rust
- don't write comments
This commit is contained in:
dongdigua 2023-01-20 20:54:09 +08:00
parent 75dd17126e
commit c2aefc082f
4 changed files with 12 additions and 7 deletions

View File

@ -32,13 +32,11 @@ var data = [
"<a id=quote href=damn_tencent_meeting>有什么业务是腾讯不做的吗?!</a>", "<a id=quote href=damn_tencent_meeting>有什么业务是腾讯不做的吗?!</a>",
"Your text editor runs in a web browser,\nMy web browser runs inside a text editor,\nWe are not the same", "Your text editor runs in a web browser,\nMy web browser runs inside a text editor,\nWe are not the same",
"<a id=quote href=https://youbroketheinternet.org>Its the metadata, stupid</a>", "<a id=quote href=https://youbroketheinternet.org>Its the metadata, stupid</a>",
"<a id=quote href=https://youtu.be/8QP2fDBIxjM>tsoding: </a><a id=quote href=https://en.wikipedia.org/wiki/Python_(missile)>I know there is Python-5</a>",
"他很善于表达, 可惜没什么可表达的", "他很善于表达, 可惜没什么可表达的",
"<a id=quote href=emgud2lraXBlZGlhLm9yZy96aC1jbi/pmLLngavplb/ln44K>It's confidential</a>", "<a id=quote href=emgud2lraXBlZGlhLm9yZy96aC1jbi/pmLLngavplb/ln44K>It's confidential</a>",
"你说得对,但是《长安汽车》是由艺画开天自主研发的一款全新开放世界冒险游戏。", "你说得对,但是《长安汽车》是由艺画开天自主研发的一款全新开放世界冒险游戏。",
"Emacs has Evil, but Vim doesn't have Magit", "Emacs has Evil, but Vim doesn't have Magit",
"免费服务的代价就是你自己", "免费服务的代价就是你自己",
"Any fool can write code that a computer can understand.\nGood programmers write code that humans can understand.",
]; ];
var index = Math.floor((Math.random() * data.length)); var index = Math.floor((Math.random() * data.length));

View File

@ -30,6 +30,7 @@
| g ; | goto last change | | g ; | goto last change |
| g */# | 正/反查找光标下的词 | | g */# | 正/反查找光标下的词 |
| g d/D | 跳转到本地/全局定义 | | g d/D | 跳转到本地/全局定义 |
| C-w | jump between splits |
** file/split ** file/split
| key | usage | | key | usage |

View File

@ -195,7 +195,6 @@ Don't get me wrong, there's nonsense on Gopher too, but far less of it.
** [[https://phenix3443.github.io/notebook/][phenix3443]] :c:emacs: ** [[https://phenix3443.github.io/notebook/][phenix3443]] :c:emacs:
刘尚亮 刘尚亮
*** [[https://phenix3443.github.io/notebook/emacs/modes/use-package-manual.html][use-package manual]] *** [[https://phenix3443.github.io/notebook/emacs/modes/use-package-manual.html][use-package manual]]
*** [[https://phenix3443.github.io/notebook/emacs/emacs-startup-process.html][Emacs 启动过程介绍]]
*** [[https://phenix3443.github.io/notebook/c/tinyhttpd-analysis.html][TinyHTTPd 源码分析]] *** [[https://phenix3443.github.io/notebook/c/tinyhttpd-analysis.html][TinyHTTPd 源码分析]]
** [[https://julienblanchard.com][julienblanchard/typed-hole]] :plan9: ** [[https://julienblanchard.com][julienblanchard/typed-hole]] :plan9:
*** [[https://pmikkelsen.com][Peter's random notes/pmikkelsen]] *** [[https://pmikkelsen.com][Peter's random notes/pmikkelsen]]
@ -295,14 +294,14 @@ U boom tu
**** [[https://youtu.be/hmMtQe_mYr0][helloworld in c]] **** [[https://youtu.be/hmMtQe_mYr0][helloworld in c]]
**** [[https://www.youtube.com/playlist?list=PLpM-Dvs8t0VY73ytTCQqgvgCWttV3m8LM][virtual machine in C]] , [[https://dongdigua.github.io/tsoding_bm][some notes]] **** [[https://www.youtube.com/playlist?list=PLpM-Dvs8t0VY73ytTCQqgvgCWttV3m8LM][virtual machine in C]] , [[https://dongdigua.github.io/tsoding_bm][some notes]]
**** [[https://youtu.be/ziXgdkTfmPU][irc client in ocaml]] **** [[https://youtu.be/ziXgdkTfmPU][irc client in ocaml]]
#+BEGIN_QUOTE #+BEGIN_EXAMPLE
0:50 List.fold_left faster than fold_right, but haskell is opposite 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, 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 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: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? 1:50 sexplib?
2:14 "how many american server you have already hacked" - "I don't count them I'm sorry" 2:14 "how many american server you have already hacked" - "I don't count them I'm sorry"
#+END_QUOTE #+END_EXAMPLE
**** [[https://youtu.be/67FmRyv8jTM][Parsing Java Bytecode with Python]] **** [[https://youtu.be/67FmRyv8jTM][Parsing Java Bytecode with Python]]
0:05 look how TINY Java code is 0:05 look how TINY Java code is
0:06 nonono all the opensource are controlled by coporation actually, 0:06 nonono all the opensource are controlled by coporation actually,
@ -320,6 +319,11 @@ but fasm don't support debug information (dwarf2)
**** [[https://youtu.be/WEk_grxrCcg][First Ancient Neural Network in C]] **** [[https://youtu.be/WEk_grxrCcg][First Ancient Neural Network in C]]
intro: he talked about Russian gov and where to flee intro: he talked about Russian gov and where to flee
inspiration: Veritasium inspiration: Veritasium
**** [[https://youtu.be/tR6p7ZC7RaU][Terminal To-Do App in Rust]]
0:10 [[https://www.youtube.com/@baldandbankrupt][bald and bankrupt]], SOVIET, half life II
0:13 wait what are you doing emacs, this emacs is so weird
0:14 goto in rust?
0:52 BLOCKCHAIN? byebye
*** [[https://youtu.be/0rJ94rbdteE][Rust 让你感觉像个天才]] *** [[https://youtu.be/0rJ94rbdteE][Rust 让你感觉像个天才]]
*** [[https://youtu.be/nfF91Z6fqGk][CMD 登录B站]] *** [[https://youtu.be/nfF91Z6fqGk][CMD 登录B站]]
*** [[https://youtu.be/crnEygp4C6g][Jeff Geerling: FINALLY! A GPU works on the Raspberry Pi!]] *** [[https://youtu.be/crnEygp4C6g][Jeff Geerling: FINALLY! A GPU works on the Raspberry Pi!]]
@ -334,7 +338,8 @@ inspiration: Veritasium
*** [[https://youtu.be/p8u_k2LIZyo][Fast Inverse Square Root — A Quake III Algorithm]] *** [[https://youtu.be/p8u_k2LIZyo][Fast Inverse Square Root — A Quake III Algorithm]]
=0x5f3759df= =0x5f3759df=
*** [[https://www.youtube.com/playlist?list=PLknodeJt-I5H_zK-udgi5XhhYrnDoLHkP][Gavin Freeborn: Commandline tools and tips]] *** [[https://www.youtube.com/playlist?list=PLknodeJt-I5H_zK-udgi5XhhYrnDoLHkP][Gavin Freeborn: Commandline tools and tips]]
*** [[https://youtu.be/CFRhGnuXG-4][Why You Shouldn't Nest Your Code]] *** [[https://youtu.be/CFRhGnuXG-4][CodeAesthetic: Why You Shouldn't Nest Your Code]] :wow:
**** [[https://youtu.be/Bf7vDBBOBUA][Don't Write Comments]]
*** [[https://youtu.be/JcJSW7Rprio][Harder Drive: Hard drives we didn't want or need]] *** [[https://youtu.be/JcJSW7Rprio][Harder Drive: Hard drives we didn't want or need]]
??? ???
*** [[https://youtu.be/NrjXEaTSyrw][A Checklist for Writing Linux Real-Time Applications]] *** [[https://youtu.be/NrjXEaTSyrw][A Checklist for Writing Linux Real-Time Applications]]

View File

@ -38,10 +38,11 @@
(setq org-html-postamble-format (setq org-html-postamble-format
'(("en" '(("en"
" "
<p class=\"author\">Author: %a</p> <p class=\"author\">Author: dongdigua(dongdigua.github.io)</p>
<p class=\"date\">Date: %d</p> <p class=\"date\">Date: %d</p>
<p class=\"date\">Build: %T</p> <p class=\"date\">Build: %T</p>
<p>LICENCE: CC BY-NC-SA</p> <p>LICENCE: CC BY-NC-SA</p>
<p>Proudly made with Emacs Org mode</p>
<p>If you have any idea, please contact me! I may add your comment</p> <p>If you have any idea, please contact me! I may add your comment</p>
"))) ")))