From ef0e006628352109b885b746d90d7f7d09f3d183 Mon Sep 17 00:00:00 2001 From: dongdigua Date: Sun, 18 Dec 2022 22:50:15 +0800 Subject: [PATCH] quote CSS, tsoding fasm remove some quote emacstalk redirect to codeberg --- css/main.css | 9 ++++++--- js/random-quote.js | 7 ++----- org/internet_collections.org | 7 ++++++- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/css/main.css b/css/main.css index b0f7f93..8e1f8db 100644 --- a/css/main.css +++ b/css/main.css @@ -383,9 +383,12 @@ div#preamble div#plupperButton a img { blockquote { background: #f9f5d7; /* FROM Xe */ - padding: 10px; - border-radius: 10px; - -moz-border-radius: 10px; + /* FROM simple.css */ + margin: 2rem 0 2rem 2rem; + padding: 0.4rem 0.8rem; + border-left: 0.35rem solid #0d47a1; + color: #585858; + font-style: italic; } .figure img { diff --git a/js/random-quote.js b/js/random-quote.js index b14aa04..af09b56 100644 --- a/js/random-quote.js +++ b/js/random-quote.js @@ -10,7 +10,6 @@ var data = [ "Fly high my friend, until we meet again", "HsCnPtPSrYZn", "李无用地瓜碱水, 硒钫铕𬭶鿔合金", - "There will be an answer: Let It Be", "我这人有几个缺点: 第一, 不会数数; 第二, 记性不好; 第四, 不会数数", "圈纸带回家研磨了", "我们从这里启航♫", @@ -20,13 +19,11 @@ var data = [ "May the --force be with you", "Software that sucks less", "whoami: No system is safe", - "DROP it at lttstore.com", "Can’t keep up! Is the server overloaded?\nRunning 5000ms or 100 ticks behind", "大炮做好了不放珍珠是什么意思?", "write terrible nonsensical code to\nensure the Copilot doesn't take over as captain", "NOT VANILLA!", "Big Brother is Watching You", - "消除恐惧的最好办法就是面对恐惧,\n坚持, 才是胜利, 加油, 奥利给!", "衬衫的价格是9磅15便士", "李彦宏: 我想中国人可以更加开放,对隐私问题没有那么敏感。\n如果他们愿意用隐私交换便捷性,很多情况下他们是愿意的。", "AT&T field", @@ -34,10 +31,10 @@ var data = [ "ravynOS, Always; FreeBSD, Mostly; Linux, Sometimes; macOS, Maybe", "有什么业务是腾讯不做的吗?!", "Your text editor runs in a web browser,\nMy web browser runs inside a text editor,\nWe are not the same", - "It’s the metadata, stupid", - "Intel® 64 and IA-32 Architectures Software Developer’s Manual", + "It’s the metadata, stupid", "tsoding: I know there is Python-5", "他很善于表达, 可惜没什么可表达的", + "It's confidential", ]; var index = Math.floor((Math.random() * data.length)); diff --git a/org/internet_collections.org b/org/internet_collections.org index e458315..762d673 100644 --- a/org/internet_collections.org +++ b/org/internet_collections.org @@ -106,7 +106,8 @@ Lisp-1 的变量命名空间和函数命名空间是统一的,而在 Lisp-2 *** [[https://nihil.cc/posts/shell-redirect/][特别全面! Shell 中的管道、重定向、进程替换]] ** [[https://liujiacai.net/][keep coding]] :rust:c:lowlevel:backend: 写代码的西瓜 -*** [[https://emacstalk.github.io/][EmacsTalk]] +*** [[https://emacstalk.codeberg.page][EmacsTalk]] +migrated to codeberg *** [[https://liujiacai.net/blog/2022/04/30/modern-c/][现代化 C]] :c: *** [[https://liujiacai.net/blog/2018/06/15/garbage-collection-intro/][深入浅出垃圾回收(1/4)]] ** [[http://tomasp.net/][Tomas Petricek]] :rssub: @@ -311,6 +312,10 @@ use the power of tor: If we allowed `.` being treated /automagically/ as `->` in C when used on pointers to structs, how much existing C code would be broken? #+END_QUOTE +**** [[https://youtu.be/vOEbLg51Veg][Porth: nasm -> fasm]] +how do I use that thing??? +0:36 working +so [[http://flatassembler.net][fasm]] is really FAST, and [[http://kolibrios.org/en/][KolibriOS]] also use it! *** [[https://youtu.be/0rJ94rbdteE][Rust 让你感觉像个天才]] *** [[https://youtu.be/nfF91Z6fqGk][CMD 登录B站]] *** [[https://youtu.be/jlPaby7suOc][Every Clojure Talk Ever]]