From 1f5cbaf8c80eb80c1c58ec9dd63f444ead947ade Mon Sep 17 00:00:00 2001 From: dongdigua Date: Sat, 17 Dec 2022 13:30:27 +0800 Subject: [PATCH] modify CSS imspired by YW, remove 7net - ChatGPT VM - include-yy +2 - slow loris - [MAIL] huawei linux6.2 improve - Inori-tan - youbroketheinternet --- css/main.css | 14 +++++++------- gmi/shit_7net.gmi | 36 ------------------------------------ index.html | 2 +- js/random-quote.js | 1 + org/cheatsheet.org | 2 ++ org/internet_collections.org | 14 +++++++++++++- org/publish_config.el | 1 - 7 files changed, 24 insertions(+), 46 deletions(-) delete mode 100644 gmi/shit_7net.gmi diff --git a/css/main.css b/css/main.css index 93fcadc..4cb76cb 100644 --- a/css/main.css +++ b/css/main.css @@ -13,7 +13,7 @@ https://github.com/rgb-24bit/org-html-theme-list org-joshua { body { font-family: "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important; - font-size: 16px; + font-size: 18px; line-height: 21px; color: #333; max-width: 62em; @@ -78,7 +78,7 @@ https://github.com/rgb-24bit/org-html-theme-list org-joshua /* font-family:Sans; font-weight:bold; */ - font-size:2.1em; + font-size:2em; padding:0 0 30px 0; margin-top: 10px; margin-bottom: 10px; @@ -90,7 +90,7 @@ https://github.com/rgb-24bit/org-html-theme-list org-joshua font-size:1.5em; line-height:16px; padding:7px 0 0 0; - color: #666; + color: #444; } .outline-text-2 { @@ -99,8 +99,8 @@ https://github.com/rgb-24bit/org-html-theme-list org-joshua h3 { font-family:Arial,sans-serif; - font-size:1.4em; - color: #666; + font-size:1.3em; + color: #555; margin-left: 0.6em; } @@ -110,9 +110,9 @@ https://github.com/rgb-24bit/org-html-theme-list org-joshua h4 { font-family:Arial,sans-serif; - font-size:1.3em; + font-size:1.2em; margin-left: 1.2em; - color: #666; + color: #555; } .outline-text-4 { diff --git a/gmi/shit_7net.gmi b/gmi/shit_7net.gmi deleted file mode 100644 index 3c8f08b..0000000 --- a/gmi/shit_7net.gmi +++ /dev/null @@ -1,36 +0,0 @@ -# 七天学伴是个什么鬼 - -学校说要用 "七天学伴" 交作业, 焯! - -我的第一反应就是上半年学习通那个事件[^1]: -全国一亿多学生, 十分之一的中国公民的信息! 都被泄露了, 在社工库上被贩卖! -这个软件我一看就和学习通特别像, 危险! - -我搜了一下, "官方" 的只有 IOS 版[^2], -然后就是各种 "p2p下载站", 那些安卓端的家长必然有不少又要受害了! -官网上都没有明显的下载链接, 而是二维码... - -这么不成熟一软件, 校方直接采用, 土鳖! - -多少个软件了! 钉钉, 微信, 腾讯会议, 还来? -恭喜你安了4个 Chromium... - -去看看知乎上[^3]如何评论这个发国难财的东西的! - -我真的想要呐喊: 别用! 别用! 别用! 垃圾软件! 无良商家! -可我这个异端的幽灵又能阻止得了什么呢? - -爱来自瓷器 - -======= - -* 使用"体验" -人在屋檐下, 怎能不低头... -学校"贴心"地把所有学生都注册了然后信息放在一张表里 -密码只让 6-11 位, 我习惯设很长的密码, 而重复密码的输入框可以无限输入 - - - -=> https://piaogewala.ga [1] -=> https://apps.apple.com/cn/app/七天学伴/id1499983860 [2] -=> https://www.zhihu.com/question/375984105 [3] diff --git a/index.html b/index.html index 00b3401..a372b29 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@ '("computer science" "cyber security" "GeoGebra" "Minecraft redstone survival" - "NetHack" + "NetHack" "anime" (Lost (In (Suspicious (Parentheses))))))))
diff --git a/js/random-quote.js b/js/random-quote.js index 3f7a492..b14aa04 100644 --- a/js/random-quote.js +++ b/js/random-quote.js @@ -37,6 +37,7 @@ var data = [ "It’s the metadata, stupid", "Intel® 64 and IA-32 Architectures Software Developer’s Manual", "tsoding: I know there is Python-5", + "他很善于表达, 可惜没什么可表达的", ]; var index = Math.floor((Math.random() * data.length)); diff --git a/org/cheatsheet.org b/org/cheatsheet.org index a3cde17..57fbe7b 100644 --- a/org/cheatsheet.org +++ b/org/cheatsheet.org @@ -56,6 +56,7 @@ | C-c C-x C-v | toggle render images | | C-c C-l | 编辑链接 | | C-c C-, | org-insert-structure-template | +| C-c C-x p | org-set-property | https://orgmode.org/worg/dev/org-export-reference.html @@ -91,6 +92,7 @@ https://orgmode.org/worg/dev/org-export-reference.html :CUSTOM_ID:git: :END: Git 能离线使用只是个传说, 你仍然需要联网搜索该用哪个命令传什么参数 +magic is useful #+BEGIN_SRC shell git log --stat | perl -ne 'END { print $c } $c += $1 if /(\d+) insertions/;' git log --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }' diff --git a/org/internet_collections.org b/org/internet_collections.org index 6de7510..8583764 100644 --- a/org/internet_collections.org +++ b/org/internet_collections.org @@ -87,15 +87,17 @@ CPU, IC, ARM 看不懂, 先收藏着 ** [[https://mrxn.net/][mrxn]] :hack: 网安, data-leak -** [[http://incf19.com/yynotes/][include-yy]] :c:lisp:emacs: +** [[http://incf19.com][include-yy 攒 emacs]] :c:lisp:emacs: 许多东方的图诶 *** [[http://incf19.com/yynotes/posts/2021-10-25-14-蝴蝶效应与emacs动画][蝴蝶效应与emacs动画]] +*** [[http://incf19.com/yynotes/posts/2021-05-28-5-emacs的cl扩展][emacs的cl扩展]] *** [[http://incf19.com/yynotes/posts/2021-03-22-1-由(λ(x)(x x))看elisp与scheme之区别][由(λ(x)(x x))看elisp与scheme之区别]] #+BEGIN_QUOTE 这个问题其实就是 Lisp-1 和 Lisp-2 的区别导致的 Lisp-1 的变量命名空间和函数命名空间是统一的,而在 Lisp-2 中两者是分开的 #+END_QUOTE **** [[http://xahlee.info/emacs/emacs/lisp1_vs_lisp2.html][Xah Lee Lisp-1 vs Lisp-2]] +*** [[http://incf19.com/yynotes/posts/2022-10-07-23-用elisp玩brainfuck-I][(不只是)用elisp玩brainfuck]] ** [[https://nihil.cc][Nihil]] :rust: *** [[https://nihil.cc/posts/rust_closure_and_y/][Rust 闭包递归与 Y 组合子]] **** [[https://cps.ninja/2020/04/13/deriving-y-combinator/][行侠何须仗名剑: 推导 Y Combinator]] @@ -231,6 +233,8 @@ int function(void) { ** [[https://madaidans-insecurities.github.io][Security & Privacy Evaluations]] *** [[https://madaidans-insecurities.github.io/guides/linux-hardening.html][Linux Hardening Guide]] ** [[https://isamert.net/2022/03/16/global-interactive-emacs-functions.html][Global interactive Emacs functions]] +** [[https://www.engraved.blog/building-a-virtual-machine-inside/][Building A Virtual Machine inside ChatGPT]] + ** B *** [[https://blog.yangmame.org/][yanemame]] 猴哥推荐的 @@ -320,6 +324,8 @@ how much existing C code would be broken? *** [[https://youtu.be/p8u_k2LIZyo][Fast Inverse Square Root — A Quake III Algorithm]] =0x5f3759df= *** [[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]] + ** @@html:<C>@@ *** [[https://youtu.be/BAo5C2qbLq8][Network Time Protocol (NTP)]] @@ -327,6 +333,7 @@ how much existing C code would be broken? *** [[https://youtu.be/PN7mPYcWFKg][Quantum Computing]] *** [[https://youtu.be/Qow8pIvExH4][Brain-Like (Neuromorphic) Computing]] **** [[http://bit.ly/C_AtomicBrain][Atomic Brain?]] +*** [[https://youtu.be/XiFkyR35v2Y][Slow Loris Attack]] ** Cyber Security *** LiveOverflow @@ -371,6 +378,7 @@ to filing patently fraudulent DMCA counter-notifications to avoid the terminatio 街机科学家~ *** [[https://youtube.com/playlist?list=PLgE-9Sxs2IBVgJkY-1ZMj0tIFxsJ-vOkv][BBS The Documentary(8)]] *** [[https://youtu.be/k35uDHs7Z9E][DT: A Disturbing Descent Into The Mind Of A Mad Man]] +*** [[https://youtu.be/GlovVvBAIGk][DT: Keeping A Positive Attitude Even After Storm Destroys My Backyard]] * r :PROPERTIES: @@ -399,6 +407,8 @@ to filing patently fraudulent DMCA counter-notifications to avoid the terminatio ** [[https://swtch.com/duffs-device/td-1983.txt][Duffs device]] ** [[https://lists.freedesktop.org/archives/systemd-devel/2022-September/048352.html][Support for unmerged-usr systems will be REMOVED]] ** [[https://lists.gnu.org/archive/html/emacs-devel/2020-10/msg00376.html][Include leaf in Emacs distribution]] +** [[https://lore.kernel.org/lkml/20221102084921.1615-3-thunder.leizhen@huawei.com/][Christmas present with Linux 6.2]] +Huwawei NB! * Other :PROPERTIES: @@ -438,3 +448,5 @@ RTFSC – Read The F**king Source Code ☺! ** [[https://isopenbsdsecu.re][Is OpenBSD secure?]] ** [[http://litcave.rudi.ir][LITCAVE]] software minimalism, Neat* +** TODO [[https://youbroketheinternet.org]] +** TODO [[https://wiki.installgentoo.com/wiki/File:Inori-tan.jpg][InstallGentoo Wiki File:Inori-tan.jpg]] diff --git a/org/publish_config.el b/org/publish_config.el index 56145fd..8ebeb39 100644 --- a/org/publish_config.el +++ b/org/publish_config.el @@ -6,7 +6,6 @@ (require 'package) (package-initialize) -;; https://liujiacai.net/blog/2021/05/05/emacs-package (when (not package-archive-contents) (package-refresh-contents)) (dolist (p '(webfeeder))