2022-09-11 11:20:31 +08:00
<?xml version="1.0" encoding="utf-8"?>
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en" xml:lang = "en" >
< head >
2022-09-22 19:20:19 +08:00
<!-- 2022 - 09 - 22 四 19:07 -->
2022-09-11 11:20:31 +08:00
< meta http-equiv = "Content-Type" content = "text/html;charset=utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > Internet Collections< / title >
< meta name = "author" content = "dongdigua" / >
< meta name = "generator" content = "Org Mode" / >
< style >
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #f2f2f2;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
}
pre.src:before {
display: none;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
color: #555;
background-color: #f2f2f299;
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-authinfo::before { content: 'Authinfo'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { width: 90%; }
< / style >
2022-09-15 11:45:58 +08:00
< link rel = 'stylesheet' type = 'text/css' href = 'css/main.css' / >
2022-09-11 11:20:31 +08:00
< / head >
< body >
< div id = "org-div-home-and-up" >
< a accesskey = "h" href = "./../" > UP < / a >
|
< a accesskey = "H" href = "https://dongdigua.github.io" > HOME < / a >
< / div > < div id = "content" class = "content" >
< h1 class = "title" > Internet Collections< / h1 >
< div id = "table-of-contents" role = "doc-toc" >
< h2 > Table of Contents< / h2 >
< div id = "text-table-of-contents" role = "doc-toc" >
< ul >
2022-09-22 11:48:49 +08:00
< li > < a href = "#org559ae41" > 1. 一些(个人)博客收集< / a > < / li >
2022-09-15 17:18:00 +08:00
< li > < a href = "#org88ddd3e" > 2. YouTube 收集(没有账号, 这就是我的收藏夹)< / a > < / li >
< li > < a href = "#org8b795e7" > 3. r< / a > < / li >
2022-09-22 11:48:49 +08:00
< li > < a href = "#org1befae5" > 4. Other< / a > < / li >
2022-09-11 11:20:31 +08:00
< / ul >
< / div >
< / div >
2022-09-22 11:48:49 +08:00
< div id = "outline-container-org559ae41" class = "outline-2" >
< h2 id = "org559ae41" > < span class = "section-number-2" > 1.< / span > 一些(个人)博客收集< / h2 >
2022-09-11 11:20:31 +08:00
< div class = "outline-text-2" id = "text-1" >
2022-09-22 11:48:49 +08:00
< div class = "org-center" >
< p >
魔 法 禁 书 目 录< br / >
< / p >
< / div >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgc87f0a1" class = "outline-3" >
< h3 id = "orgc87f0a1" > < span class = "section-number-3" > 1.1.< / span > < a href = "http://www.paulgraham.com/todo.html" > Paul Graham< / a > < / h3 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org32cebe5" class = "outline-3" >
< h3 id = "org32cebe5" > < span class = "section-number-3" > 1.2.< / span > < a href = "http://www.qiusir.com/" > qiusir< / a >       < span class = "tag" > < span class = "rssub" > rssub< / span > < / span > < / h3 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-20 16:35:49 +08:00
< div id = "outline-container-orgc5b7016" class = "outline-3" >
< h3 id = "orgc5b7016" > < span class = "section-number-3" > 1.3.< / span > < a href = "http://xahlee.info" > XahLee< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-3" >
2022-09-22 19:20:19 +08:00
< div id = "orgee1a7f5" class = "figure" >
2022-09-20 16:35:49 +08:00
< p > < img src = "http://xahlee.info/emacs/misc/i/Marisa_Kirisame_emacs_magic.png" alt = "Marisa_Kirisame_emacs_magic.png" width = "256px" / > < br / >
< / p >
< / div >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orga3f5e60" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "orga3f5e60" > < span class = "section-number-3" > 1.4.< / span > < a href = "http://www.yinwang.org/" > 王垠< / a > < / h3 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org3eaf33d" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org3eaf33d" > < span class = "section-number-3" > 1.5.< / span > < a href = "http://ruanyifeng.com/blog/" > 阮一峰< / a >       < span class = "tag" > < span class = "rssub" > rssub< / span > < / span > < / h3 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgd3467e1" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "orgd3467e1" > < span class = "section-number-3" > 1.6.< / span > < a href = "http://www.hackdig.com/" > 黑客技术< / a >       < span class = "tag" > < span class = "hack" > hack< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-6" >
2022-09-11 11:20:31 +08:00
< p >
really good website, butt, no rss< br / >
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org14b31cd" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org14b31cd" > < span class = "section-number-3" > 1.7.< / span > < a href = "https://shakaianee.top/" > 易姐< / a > < / h3 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-19 15:42:43 +08:00
< div id = "outline-container-orgd5f9fc3" class = "outline-3" >
2022-09-22 19:20:19 +08:00
< h3 id = "orgd5f9fc3" > < span class = "section-number-3" > 1.8.< / span > < a href = "https://floooh.github.io/" > floooh(The Brain Dump)< / a >       < span class = "tag" > < span class = "c" > c< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-8" >
2022-09-11 11:20:31 +08:00
< p >
07 年开始, cpu emulator< br / >
< / p >
< / div >
2022-09-19 15:42:43 +08:00
< div id = "outline-container-orgbdc3686" class = "outline-4" >
2022-09-22 19:20:19 +08:00
< h4 id = "orgbdc3686" > < span class = "section-number-4" > 1.8.1.< / span > < a href = "https://floooh.github.io/2017/12/10/z80-emu-evolution.html" > 2017: Z80 Emu Evolution< / a > < / h4 >
2022-09-19 15:42:43 +08:00
< / div >
< div id = "outline-container-org1fac3e4" class = "outline-4" >
2022-09-22 19:20:19 +08:00
< h4 id = "org1fac3e4" > < span class = "section-number-4" > 1.8.2.< / span > < a href = "https://floooh.github.io/2021/12/17/cycle-stepped-z80.html" > 2021: A new cycle-stepped Z80 emulator< / a > < / h4 >
2022-09-19 15:42:43 +08:00
< / div >
< div id = "outline-container-org7b3930e" class = "outline-4" >
2022-09-22 19:20:19 +08:00
< h4 id = "org7b3930e" > < span class = "section-number-4" > 1.8.3.< / span > < a href = "https://floooh.github.io/2019/09/27/modern-c-for-cpp-peeps.html" > Modern C for C++ Peeps< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-8-3" >
2022-09-19 15:42:43 +08:00
< blockquote >
< p >
Modern C is not a subset of C++< br / >
< / p >
< / blockquote >
< / div >
< / div >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-22 19:20:19 +08:00
< div id = "outline-container-orgd0aa2f8" class = "outline-3" >
< h3 id = "orgd0aa2f8" > < span class = "section-number-3" > 1.9.< / span > < a href = "https://blog.stdio.io/1385" > King's way< / a >       < span class = "tag" > < span class = "hack" > hack< / span >   < span class = "iot" > iot< / span > < / span > < / h3 >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org049643a" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org049643a" > < span class = "section-number-3" > 1.10.< / span > < a href = "https://xiaosong.fun/" > 小耸< / a >       < span class = "tag" > < span class = "c" > c< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-10" >
2022-09-19 15:42:43 +08:00
< / div >
< div id = "outline-container-org329fa03" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org329fa03" > < span class = "section-number-4" > 1.10.1.< / span > < a href = "https://xiaosong.fun/2022/01/01/lock-free-base-queue/" > 无锁编程基础与无锁队列的实现< / a > < / h4 >
2022-09-19 15:42:43 +08:00
< / div >
< div id = "outline-container-org624b69a" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org624b69a" > < span class = "section-number-4" > 1.10.2.< / span > < a href = "https://xiaosong.fun/2020/05/04/bug-and-mos/" > 打蚊子与找bug< / a > < / h4 >
2022-09-19 15:42:43 +08:00
< / div >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org7cc0077" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org7cc0077" > < span class = "section-number-3" > 1.11.< / span > < a href = "https://piaogewala.ga/" > 这可太刑了< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-11" >
2022-09-11 11:20:31 +08:00
< p >
学习通事件相关< br / >
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org1c65121" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org1c65121" > < span class = "section-number-3" > 1.12.< / span > < a href = "https://www.cnblogs.com/zhongwencool/" > 写着写着就懂了< / a >       < span class = "tag" > < span class = "elixir" > elixir< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-12" >
2022-09-11 11:20:31 +08:00
< p >
elixir/erlang大佬, 公众号: HelloElixir< br / >
< / p >
< / div >
< / div >
2022-09-20 16:35:49 +08:00
< div id = "outline-container-org915b9fc" class = "outline-3" >
< h3 id = "org915b9fc" > < span class = "section-number-3" > 1.13.< / span > < a href = "http://blog.lujun9972.win" > lujun9972< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span >   < span class = "rssub" > rssub< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-13" >
2022-09-11 11:20:31 +08:00
< p >
2022-09-19 15:42:43 +08:00
超~~~多emacs< br / >
2022-09-11 11:20:31 +08:00
< / p >
< / div >
2022-09-20 16:35:49 +08:00
< div id = "outline-container-org0fd3ebb" class = "outline-4" >
< h4 id = "org0fd3ebb" > < span class = "section-number-4" > 1.13.1.< / span > < a href = "http://blog.lujun9972.win/emacs-document/" > emacs document< / a > < / h4 >
< / div >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-19 15:42:43 +08:00
< div id = "outline-container-org5a7fca8" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org5a7fca8" > < span class = "section-number-3" > 1.14.< / span > < a href = "https://www.wenhui.space/docs" > 文辉的烂笔头< / a >       < span class = "tag" > < span class = "lowlevel" > lowlevel< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-14" >
2022-09-11 11:20:31 +08:00
< p >
2022-09-19 15:42:43 +08:00
CPU, IC, ARM< br / >
< / p >
< blockquote >
< p >
2022-09-11 11:20:31 +08:00
第一次查过的问题,就应该记下来 !< br / >
第二次再查的问题,就必须记下来 !< br / >
< / p >
2022-09-19 15:42:43 +08:00
< / blockquote >
< / div >
< div id = "outline-container-org1746f12" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org1746f12" > < span class = "section-number-4" > 1.14.1.< / span > < a href = "https://www.wenhui.space/docs/08-ic-design/cpu/meltdown-and-spectre/" > 浅谈熔断和幽灵< / a > < / h4 >
2022-09-19 15:42:43 +08:00
< / div >
< div id = "outline-container-org63e3f78" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org63e3f78" > < span class = "section-number-4" > 1.14.2.< / span > < a href = "https://www.wenhui.space/docs/02-emacs/org_mode_table_align/" > 解决Org-Mode表格不对齐问题< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-14-2" >
2022-09-19 15:42:43 +08:00
< p >
2022-09-20 09:14:26 +08:00
更纱黑体 使中文恰好为英文宽度两倍< br / >
使用字体比 valign 更通用, 但是不好看< br / >
2022-09-19 15:42:43 +08:00
< / p >
< / div >
2022-09-11 11:20:31 +08:00
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgae4191e" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "orgae4191e" > < span class = "section-number-3" > 1.15.< / span > < a href = "http://scinart.is-programmer.com/" > scinart< / a >       < span class = "tag" > < span class = "lisp" > lisp< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-15" >
2022-09-11 11:20:31 +08:00
< p >
13年最后更新< br / >
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org77b1ef2" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org77b1ef2" > < span class = "section-number-3" > 1.16.< / span > < a href = "http://bzhang.lamost.org/website/" > bozhang< / a >       < span class = "tag" > < span class = "rssable" > rssable< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-16" >
2022-09-11 11:20:31 +08:00
< p >
05 年开始, 天文学< br / >
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org3b049da" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org3b049da" > < span class = "section-number-3" > 1.17.< / span > < a href = "https://www.luogu.com.cn/blog/ivystorm/emacs-adventuredunnet-tong-guan-jiao-cheng" > emacs dunnet 教程< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-17" >
2022-09-11 11:20:31 +08:00
< p >
luogu< br / >
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org789d8d9" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org789d8d9" > < span class = "section-number-3" > 1.18.< / span > < a href = "https://iceguye.com/blog" > IceGuye< / a > < / h3 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgda1cc05" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "orgda1cc05" > < span class = "section-number-3" > 1.19.< / span > < a href = "http://jujuba.me/" > Ground Oddity< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-19" >
2022-09-11 11:20:31 +08:00
< p >
出国< br / >
< / p >
< / div >
2022-09-19 15:42:43 +08:00
< div id = "outline-container-org0bed5f0" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org0bed5f0" > < span class = "section-number-4" > 1.19.1.< / span > < a href = "http://jujuba.me/posts/program-analysis-via-llvm-pass.html" > LLVM Pass来实现简化版taint analysis< / a > < / h4 >
2022-09-19 15:42:43 +08:00
< / div >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-20 16:35:49 +08:00
< div id = "outline-container-org189914c" class = "outline-3" >
< h3 id = "org189914c" > < span class = "section-number-3" > 1.20.< / span > < a href = "https://cireu.github.io/2019/09/17/lisp-setf/" > NIL: setf 中「f」的本意< / a > < / h3 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org7d3719b" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org7d3719b" > < span class = "section-number-3" > 1.21.< / span > < a href = "https://www.cnblogs.com/zjjws/p/13346020.html" > 第 N 个质数< / a >       < span class = "tag" > < span class = "c" > c< / span >   < span class = "algorithm" > algorithm< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-21" >
2022-09-11 11:20:31 +08:00
< p >
看不懂, 先收藏着< br / >
< / p >
< / div >
< / div >
2022-09-19 15:42:43 +08:00
< div id = "outline-container-org9285641" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org9285641" > < span class = "section-number-3" > 1.22.< / span > < a href = "https://www.coder.rs/" > 阳光少年(coder.rs)< / a >       < span class = "tag" > < span class = "rust" > rust< / span >   < span class = "python" > python< / span > < / span > < / h3 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org07d75f6" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org07d75f6" > < span class = "section-number-3" > 1.23.< / span > < a href = "https://mrxn.net/" > mrxn< / a >       < span class = "tag" > < span class = "hack" > hack< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-23" >
2022-09-11 11:20:31 +08:00
< p >
2022-09-20 16:35:49 +08:00
网安, data-leak< br / >
2022-09-11 11:20:31 +08:00
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org577e3b8" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org577e3b8" > < span class = "section-number-3" > 1.24.< / span > < a href = "http://incf19.com/yynotes/" > include-yy< / a >       < span class = "tag" > < span class = "c" > c< / span >   < span class = "lisp" > lisp< / span >   < span class = "emacs" > emacs< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-24" >
2022-09-11 11:20:31 +08:00
< p >
2022-09-19 15:42:43 +08:00
许多东方的图诶< br / >
2022-09-11 11:20:31 +08:00
< / p >
< / div >
2022-09-20 09:14:26 +08:00
< div id = "outline-container-orgdc686ab" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "orgdc686ab" > < span class = "section-number-4" > 1.24.1.< / span > < a href = "http://incf19.com/yynotes/posts/2021-10-25-14-%E8%9D%B4%E8%9D%B6%E6%95%88%E5%BA%94%E4%B8%8Eemacs%E5%8A%A8%E7%94%BB" > 蝴蝶效应与emacs动画< / a > < / h4 >
2022-09-19 15:42:43 +08:00
< / div >
2022-09-20 09:14:26 +08:00
< div id = "outline-container-orgfcf736f" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "orgfcf736f" > < span class = "section-number-4" > 1.24.2.< / span > < a href = "http://www.incf19.com/yynotes/posts/2021-05-28-5-emacs%E7%9A%84cl%E6%89%A9%E5%B1%95" > emacs cl-lib< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-24-2" >
2022-09-19 15:42:43 +08:00
< blockquote >
< p >
Package cl is deprecated< br / >
< / p >
< / blockquote >
< / div >
< / div >
2022-09-20 09:14:26 +08:00
< div id = "outline-container-org6667f8c" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org6667f8c" > < span class = "section-number-4" > 1.24.3.< / span > < a href = "http://incf19.com/yynotes/posts/2021-03-22-1-%E7%94%B1(%CE%BB(x)(x%20x))%E7%9C%8Belisp%E4%B8%8Escheme%E4%B9%8B%E5%8C%BA%E5%88%AB" > 由(λ(x)(x x))看elisp与scheme之区别< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-24-3" >
2022-09-20 09:14:26 +08:00
< blockquote >
< p >
这个问题其实就是 Lisp-1 和 Lisp-2 的区别导致的< br / >
Lisp-1 的变量命名空间和函数命名空间是统一的,而在 Lisp-2 中两者是分开的< br / >
< / p >
< / blockquote >
< / div >
< ol class = "org-ol" >
< li > < a id = "org673c5a2" > < / a > < a href = "http://xahlee.info/emacs/emacs/lisp1_vs_lisp2.html" > Xah Lee Lisp-1 vs Lisp-2< / a > < br / > < / li >
< / ol >
< / div >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org1396359" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org1396359" > < span class = "section-number-3" > 1.25.< / span > < a href = "https://stardiviner.github.io/" > stardiviner< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-25" >
2022-09-11 11:20:31 +08:00
< p >
Coder & 文学< br / >
< / p >
< / div >
2022-09-19 15:42:43 +08:00
< div id = "outline-container-org80a9427" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org80a9427" > < span class = "section-number-4" > 1.25.1.< / span > < a href = "https://stardiviner.github.io/Blog/more-restrict-censorship-on-platforms.html" > 现在的审查确实相较于几年前要严格很多,难怪主流网站上大多都是娱乐内容了< / a > < / h4 >
2022-09-19 15:42:43 +08:00
< / div >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org326215f" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org326215f" > < span class = "section-number-3" > 1.26.< / span > < a href = "https://nihil.cc/posts/rust_closure_and_y/" > Rust 闭包递归与 Y 组合子< / a >       < span class = "tag" > < span class = "rust" > rust< / span > < / span > < / h3 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-20 09:14:26 +08:00
< div id = "outline-container-org57c3edb" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org57c3edb" > < span class = "section-number-3" > 1.27.< / span > < a href = "https://stevenbai.top/ethereum/%E4%BB%A5%E5%A4%AA%E5%9D%8Aevm%E7%AC%94%E8%AE%B0/" > 以太坊evm笔记< / a > < / h3 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgbf7f51c" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "orgbf7f51c" > < span class = "section-number-3" > 1.28.< / span > < a href = "https://sh.alynx.one/" > Alynx Zhou< / a >       < span class = "tag" > < span class = "linux" > linux< / span >   < span class = "rssable" > rssable< / span > < / span > < / h3 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org5d2a3ac" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org5d2a3ac" > < span class = "section-number-3" > 1.29.< / span > < a href = "https://coredumped.dev/" > Core Dumped< / a >       < span class = "tag" > < span class = "rust" > rust< / span >   < span class = "lowlevel" > lowlevel< / span >   < span class = "emacs" > emacs< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-29" >
2022-09-11 11:20:31 +08:00
< p >
VM< br / >
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org374bf27" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org374bf27" > < span class = "section-number-3" > 1.30.< / span > < a href = "https://liujiacai.net/" > keep coding< / a >       < span class = "tag" > < span class = "rust" > rust< / span >   < span class = "c" > c< / span >   < span class = "lowlevel" > lowlevel< / span >   < span class = "backend" > backend< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-30" >
2022-09-12 17:52:04 +08:00
< p >
写代码的西瓜< br / >
< / p >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org254cb3a" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org254cb3a" > < span class = "section-number-4" > 1.30.1.< / span > < a href = "https://emacstalk.github.io/" > EmacsTalk< / a > < / h4 >
2022-09-12 17:52:04 +08:00
< / div >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-20 16:35:49 +08:00
< div id = "outline-container-org94bb431" class = "outline-3" >
< h3 id = "org94bb431" > < span class = "section-number-3" > 1.31.< / span > < a href = "https://winsphinx.github.io/blog" > Cogito, ergo sum< / a >       < span class = "tag" > < span class = "rssable" > rssable< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-31" >
2022-09-11 11:20:31 +08:00
< p >
文学< br / >
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org4888645" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org4888645" > < span class = "section-number-3" > 1.32.< / span > < a href = "http://tomasp.net/" > Tomas Petricek< / a >       < span class = "tag" > < span class = "rssub" > rssub< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-32" >
2022-09-11 11:20:31 +08:00
< p >
2022-09-19 15:42:43 +08:00
F#, M1(r0$0f+, very high quality< br / >
2022-09-11 11:20:31 +08:00
< / p >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgfcbcf4b" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "orgfcbcf4b" > < span class = "section-number-4" > 1.32.1.< / span > < a href = "http://tomasp.net/commodore64" > commodore64 BASIC< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgd1b2b70" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "orgd1b2b70" > < span class = "section-number-4" > 1.32.2.< / span > < a href = "http://tomasp.net/blog/csharp-async-gotchas.aspx" > async in C#(gotchas) and F#< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org826b9fb" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org826b9fb" > < span class = "section-number-3" > 1.33.< / span > < a href = "http://www.xianwaizhiyin.net/" > 弦外之音< / a >       < span class = "tag" > < span class = "c" > c< / span >   < span class = "lowlevel" > lowlevel< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-33" >
2022-09-11 11:20:31 +08:00
< p >
2022-09-19 15:42:43 +08:00
源码分析< br / >
2022-09-11 11:20:31 +08:00
< / p >
< / div >
2022-09-20 16:35:49 +08:00
< div id = "outline-container-org86f20b7" class = "outline-4" >
< h4 id = "org86f20b7" > < span class = "section-number-4" > 1.33.1.< / span > < a href = "https://www.xianwaizhiyin.net/?cat=24" > state-thread 源码分析< / a > < / h4 >
< / div >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org3f1df7a" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org3f1df7a" > < span class = "section-number-3" > 1.34.< / span > < a href = "https://lightless.me/" > lightless blog< / a >       < span class = "tag" > < span class = "hack" > hack< / span > < / span > < / h3 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org997c4fd" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org997c4fd" > < span class = "section-number-3" > 1.35.< / span > < a href = "https://bheisler.github.io/post/state-of-gpgpu-in-rust/" > The State of GPGPU in Rust< / a >       < span class = "tag" > < span class = "rust" > rust< / span >   < span class = "lowlevel" > lowlevel< / span > < / span > < / h3 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgcf4fc98" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "orgcf4fc98" > < span class = "section-number-3" > 1.36.< / span > < a href = "https://liyafu.com" > Light & Truth< / a > < / h3 >
2022-09-20 09:14:26 +08:00
< div class = "outline-text-3" id = "text-1-36" >
2022-09-11 11:20:31 +08:00
< p >
2022-09-20 16:35:49 +08:00
from ruanyifeng< br / >
2022-09-11 11:20:31 +08:00
< / p >
< / div >
< / div >
2022-09-20 16:35:49 +08:00
< div id = "outline-container-orgfdd7a61" class = "outline-3" >
< h3 id = "orgfdd7a61" > < span class = "section-number-3" > 1.37.< / span > < a href = "https://litchipi.github.io/series/container_in_rust" > Writing a container in Rust< / a > < / h3 >
2022-09-20 09:14:26 +08:00
< div class = "outline-text-3" id = "text-1-37" >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-20 16:35:49 +08:00
< div id = "outline-container-org5233f4a" class = "outline-4" >
< h4 id = "org5233f4a" > < span class = "section-number-4" > 1.37.1.< / span > < a href = "https://litchipi.github.io/infosec/2022/07/08/copyit-until-you-makeit.html" > Copy it until you make it< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org32e68ee" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org32e68ee" > < span class = "section-number-3" > 1.38.< / span > < a href = "https://xeiaso.net/" > Xe Iaso< / a >       < span class = "tag" > < span class = "rssub" > rssub< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-38" >
2022-09-19 15:42:43 +08:00
< / div >
< div id = "outline-container-orgeafe108" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "orgeafe108" > < span class = "section-number-4" > 1.38.1.< / span > < a href = "https://xeiaso.net/blog/series/v" > series: V< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-38-1" >
2022-09-19 15:42:43 +08:00
< / div >
< ol class = "org-ol" >
< li > < a id = "org9479fc8" > < / a > < a href = "https://xeiaso.net/blog/v-vaporware-2019-06-23" > V for Vaporware< / a > < br / >
2022-09-20 16:35:49 +08:00
< div class = "outline-text-5" id = "text-1-38-1-1" >
2022-09-19 15:42:43 +08:00
< p >
经典永流传~< br / >
< / p >
< / div >
< / li >
< / ol >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-19 15:42:43 +08:00
< div id = "outline-container-orgb70b19b" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "orgb70b19b" > < span class = "section-number-4" > 1.38.2.< / span > < a href = "https://xeiaso.net/blog/nim-and-tup-2015-06-10" > Nim and Tup< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org212bb4d" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org212bb4d" > < span class = "section-number-3" > 1.39.< / span > < a href = "https://lantian.pub/" > 蓝天< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-39" >
2022-09-11 11:20:31 +08:00
< p >
大佬!< br / >
< / p >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org53d0d4d" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org53d0d4d" > < span class = "section-number-4" > 1.39.1.< / span > < a href = "https://lantian.pub/article/chat/how-i-nuked-my-btrfs-partition.lantian/" > 我把硬盘换到了新电脑上,这是 Btrfs 上的数据发生的变化< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-39-1" >
2022-09-22 19:20:19 +08:00
< div id = "org3b1718e" class = "figure" >
2022-09-20 16:35:49 +08:00
< p > < img src = "https://lantian.pub/usr/uploads/202112/chubbyemu.jpg.thumb.png" alt = "chubbyemu.jpg.thumb.png" / > < br / >
2022-09-11 11:20:31 +08:00
< / p >
< / div >
< / div >
2022-09-20 16:35:49 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org7e9eab7" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org7e9eab7" > < span class = "section-number-4" > 1.39.2.< / span > < a href = "https://lantian.pub/article/forward/foolish-code-typo.lantian/" > 最傻的代码错误:一个空格酿成的血案< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org7735e98" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org7735e98" > < span class = "section-number-4" > 1.39.3.< / span > < a href = "https://lantian.pub/article/modify-website/static-build-tiny-docker-images.lantian/" > 静态编译制作微型 Docker 镜像< / a > < a href = "https://lantian.pub/article/modify-website/4kb-infinite-sleep-docker-image.lantian/" > 制作只有 4KB 大小的永久挂起程序< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgadcbd8d" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "orgadcbd8d" > < span class = "section-number-4" > 1.39.4.< / span > < a href = "https://lantian.pub/article/modify-website/serve-gopher-with-nginx.lantian/" > 用 nginx 建立 Gopher 网站< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-39-4" >
2022-09-11 11:20:31 +08:00
< p >
gopher://gopher.lantian.pub< br / >
< / p >
< / div >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org3e14a36" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org3e14a36" > < span class = "section-number-3" > 1.40.< / span > < a href = "https://bryanbrattlof.com/" > Bryan Brattlof< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-40" >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org20700c4" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org20700c4" > < span class = "section-number-4" > 1.40.1.< / span > < a href = "https://git.sr.ht/~bryanb/bootloaders-101/tree" > ossu2022 bootloaders 101< / a > < / h4 >
2022-09-15 11:33:55 +08:00
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org5bd4b8d" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org5bd4b8d" > < span class = "section-number-3" > 1.41.< / span > < a href = "https://ulyc.github.io/" > UlyC< / a >       < span class = "tag" > < span class = "python" > python< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-41" >
2022-09-15 11:33:55 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org809ae33" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org809ae33" > < span class = "section-number-4" > 1.41.1.< / span > < a href = "https://ulyc.github.io/2022/08/10/sourcehut-the-hackers-forge/" > sourcehut, 一个反叛而又正统的代码托管平台< / a > < / h4 >
2022-09-15 11:33:55 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org82f5b39" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org82f5b39" > < span class = "section-number-4" > 1.41.2.< / span > < a href = "https://ulyc.github.io/2021/01/13/2021%E5%B9%B4-%E7%94%A8%E6%9B%B4%E7%8E%B0%E4%BB%A3%E7%9A%84%E6%96%B9%E6%B3%95%E4%BD%BF%E7%94%A8PGP-%E4%B8%8A/" > 2021年, 用更现代的方法使用PGP< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-41-2" >
2022-09-18 12:10:57 +08:00
< blockquote >
< p >
2022-09-20 16:35:49 +08:00
同样是非对称算法, 为什么PGP的私钥就长这么多呢? < br / >
因为他们用的算法不同, 比特币默认使用的是ECDSA的 secp256k1算法, 该算法只是用来签名和认证, 并不用来加密< br / >
(signify 只用于签名认证, age 只用于加密, 所以密钥也比较短)< br / >
2022-09-18 12:10:57 +08:00
< / p >
< / blockquote >
2022-09-15 11:33:55 +08:00
< / div >
< ol class = "org-ol" >
2022-09-15 17:18:00 +08:00
< li > < a id = "org693df2d" > < / a > < a href = "https://spwo.notion.site/GitHub-6b1e1d57f52c4664bff61cadb3f9cb8d" > 震惊! 竟然有人在 GitHub 上冒充我的身份!< / a > < br / > < / li >
2022-09-15 11:33:55 +08:00
< / ol >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org5581a62" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org5581a62" > < span class = "section-number-4" > 1.41.3.< / span > < a href = "https://ulyc.github.io/2019/08/01/%E5%88%9D%E7%AA%A5CORB/" > Cross-Origin Read Blocking< / a > < / h4 >
2022-09-15 11:33:55 +08:00
< / div >
< / div >
2022-09-18 12:10:57 +08:00
< div id = "outline-container-orgf7c1a9e" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "orgf7c1a9e" > < span class = "section-number-3" > 1.42.< / span > < a href = "https://kernal.eu" > kernal< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-42" >
2022-09-18 12:10:57 +08:00
< p >
Welcome to the darkest dungeon of kernal< br / >
< / p >
2022-09-15 11:33:55 +08:00
< / div >
2022-09-18 12:10:57 +08:00
< div id = "outline-container-org90cfba2" class = "outline-4" >
2022-09-20 16:35:49 +08:00
< h4 id = "org90cfba2" > < span class = "section-number-4" > 1.42.1.< / span > < a href = "https://kernal.eu/posts/linuxfx/" > Dumping Linuxfx customers - A Windows-like distro including the spyware and activation< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-42-1" >
2022-09-11 11:20:31 +08:00
< p >
2022-09-18 12:10:57 +08:00
哈哈哈笑死了!< br / >
< / p >
< / div >
< / div >
< / div >
2022-09-20 09:14:26 +08:00
< div id = "outline-container-org9e48610" class = "outline-3" >
2022-09-20 16:35:49 +08:00
< h3 id = "org9e48610" > < span class = "section-number-3" > 1.43.< / span > < a href = "https://blog.burntsushi.net/ripgrep/" > ripgrep is faster than {grep, ag, git grep, ucg, pt, sift}< / a > < / h3 >
< / div >
< div id = "outline-container-orge5c1454" class = "outline-3" >
< h3 id = "orge5c1454" > < span class = "section-number-3" > 1.44.< / span > < a href = "https://vimacs.wehack.space/laptop/" > vimacs< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-44" >
< p >
Written with Vim and Emacs< br / >
A member of Linux Club of Peking University.< br / >
cat-v-like sidebar style< br / >
< / p >
< / div >
< div id = "outline-container-org77b6db1" class = "outline-4" >
< h4 id = "org77b6db1" > < span class = "section-number-4" > 1.44.1.< / span > < a href = "https://vimacs.wehack.space/matrix-guide/" > Matrix聊天快速指南< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-44-1" >
< / div >
< ol class = "org-ol" >
< li > < a id = "org60edd1e" > < / a > < a href = "https://citizenlab.ca/2016/11/wechat-china-censorship-one-app-two-systems/" > 微信一app两制< / a > < br / > < / li >
< / ol >
< / div >
< div id = "outline-container-org28f41fd" class = "outline-4" >
< h4 id = "org28f41fd" > < span class = "section-number-4" > 1.44.2.< / span > < a href = "https://vimacs.wehack.space/Mail-vs-IM.htm" > 谈电子邮件和即时通讯< / a > < / h4 >
< / div >
2022-09-20 09:14:26 +08:00
< / div >
2022-09-22 11:48:49 +08:00
< div id = "outline-container-orgacacebd" class = "outline-3" >
< h3 id = "orgacacebd" > < span class = "section-number-3" > 1.45.< / span > < a href = "http://www.matrix67.com/blog/" > Matrix67< / a >       < span class = "tag" > < span class = "math" > math< / span > < / span > < / h3 >
2022-09-20 09:14:26 +08:00
< div class = "outline-text-3" id = "text-1-45" >
2022-09-22 11:48:49 +08:00
< p >
The Aha Moments< br / >
< / p >
< / div >
< div id = "outline-container-org6820b24" class = "outline-4" >
< h4 id = "org6820b24" > < span class = "section-number-4" > 1.45.1.< / span > < a href = "http://www.matrix67.com/blog/archives/6039" > 用三段 140 字符以内的代码生成一张 1024× 1024 的图片< / a > < / h4 >
< / div >
< / div >
< div id = "outline-container-orge3c0a2d" class = "outline-3" >
< h3 id = "orge3c0a2d" > < span class = "section-number-3" > 1.46.< / span > B< / h3 >
< div class = "outline-text-3" id = "text-1-46" >
2022-09-18 12:10:57 +08:00
< / div >
< div id = "outline-container-org2404de6" class = "outline-4" >
2022-09-22 11:48:49 +08:00
< h4 id = "org2404de6" > < span class = "section-number-4" > 1.46.1.< / span > < a href = "https://blog.yangmame.org/" > yanemame< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-46-1" >
2022-09-18 12:10:57 +08:00
< p >
2022-09-11 11:20:31 +08:00
猴哥推荐的< br / >
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orga6906e5" class = "outline-4" >
2022-09-22 11:48:49 +08:00
< h4 id = "orga6906e5" > < span class = "section-number-4" > 1.46.2.< / span > < a href = "https://evanmeek.github.io/" > 我不会编程< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-46-2" >
2022-09-11 11:20:31 +08:00
< p >
B站: 美味的樱桃菌< br / >
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orge712024" class = "outline-4" >
2022-09-22 11:48:49 +08:00
< h4 id = "orge712024" > < span class = "section-number-4" > 1.46.3.< / span > < a href = "https://yaocc.cc/" > CC< / a >       < span class = "tag" > < span class = "linux" > linux< / span > < / span > < / h4 >
< div class = "outline-text-4" id = "text-1-46-3" >
2022-09-11 11:20:31 +08:00
< p >
B站: 称呼我C先生< br / >
< / p >
< / div >
< / div >
2022-09-20 16:35:49 +08:00
< div id = "outline-container-org0ec0475" class = "outline-4" >
2022-09-22 11:48:49 +08:00
< h4 id = "org0ec0475" > < span class = "section-number-4" > 1.46.4.< / span > < a href = "https://blog.lunaixsky.com/" > lunaixsky< / a >       < span class = "tag" > < span class = "c" > c< / span >   < span class = "lowlevel" > lowlevel< / span > < / span > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org8eb95d8" class = "outline-4" >
2022-09-22 11:48:49 +08:00
< h4 id = "org8eb95d8" > < span class = "section-number-4" > 1.46.5.< / span > < a href = "https://endlesspeak.gitee.io/" > EndlessPeak< / a >       < span class = "tag" > < span class = "linux" > linux< / span > < / span > < / h4 >
2022-09-19 15:42:43 +08:00
< / div >
< / div >
< div id = "outline-container-org4bfb2a7" class = "outline-3" >
2022-09-22 11:48:49 +08:00
< h3 id = "org4bfb2a7" > < span class = "section-number-3" > 1.47.< / span > ZhiHu< / h3 >
< div class = "outline-text-3" id = "text-1-47" >
2022-09-19 15:42:43 +08:00
< / div >
< div id = "outline-container-org5e7ee72" class = "outline-4" >
2022-09-22 11:48:49 +08:00
< h4 id = "org5e7ee72" > < span class = "section-number-4" > 1.47.1.< / span > < a href = "https://zhuanlan.zhihu.com/p/138719668" > 用Go语言汇编计算fibonacci数列< / a >       < span class = "tag" > < span class = "lowlevel" > lowlevel< / span > < / span > < / h4 >
2022-09-19 15:42:43 +08:00
< / div >
< div id = "outline-container-org70c3786" class = "outline-4" >
2022-09-22 11:48:49 +08:00
< h4 id = "org70c3786" > < span class = "section-number-4" > 1.47.2.< / span > < a href = "https://www.zhihu.com/column/c_1313110231912726528" > 倔强的程序员< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-47-2" >
2022-09-19 15:42:43 +08:00
< p >
编! 译! 原! 理!< br / >
< / p >
< / div >
< / div >
< div id = "outline-container-orgb0fa06f" class = "outline-4" >
2022-09-22 11:48:49 +08:00
< h4 id = "orgb0fa06f" > < span class = "section-number-4" > 1.47.3.< / span > < a href = "https://www.zhihu.com/column/c_185117725" > 知乎专栏: 技术考古< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-47-3" >
2022-09-19 15:42:43 +08:00
< p >
plan9< br / >
< / p >
2022-09-11 11:20:31 +08:00
< / div >
< / div >
2022-09-20 16:35:49 +08:00
< div id = "outline-container-org50fc5bb" class = "outline-4" >
2022-09-22 11:48:49 +08:00
< h4 id = "org50fc5bb" > < span class = "section-number-4" > 1.47.4.< / span > < a href = "https://www.zhihu.com/column/roartalk" > 知乎专栏: 嘶吼RoarTalk< / a >       < span class = "tag" > < span class = "hack" > hack< / span > < / span > < / h4 >
< div class = "outline-text-4" id = "text-1-47-4" >
2022-09-20 16:35:49 +08:00
< p >
回归最本质的信息安全< br / >
< / p >
< / div >
< / div >
2022-09-19 15:42:43 +08:00
< / div >
2022-09-20 09:14:26 +08:00
< div id = "outline-container-org13a1db5" class = "outline-3" >
2022-09-22 11:48:49 +08:00
< h3 id = "org13a1db5" > < span class = "section-number-3" > 1.48.< / span > shenjack/HWS/fri3nds< / h3 >
< div class = "outline-text-3" id = "text-1-48" >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orga5013f3" class = "outline-4" >
2022-09-22 11:48:49 +08:00
< h4 id = "orga5013f3" > < span class = "section-number-4" > 1.48.1.< / span > < a href = "http://www.z.org.cn/" > 老网虫< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orge660108" class = "outline-4" >
2022-09-22 11:48:49 +08:00
< h4 id = "orge660108" > < span class = "section-number-4" > 1.48.2.< / span > < a href = "https://blog.yang-qwq.ml" > yang-qwq< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgf6cc30b" class = "outline-4" >
2022-09-22 11:48:49 +08:00
< h4 id = "orgf6cc30b" > < span class = "section-number-4" > 1.48.3.< / span > < a href = "http://blog.zhanganzhi.com/" > zhanganzhi< / a > < / h4 >
2022-09-19 15:42:43 +08:00
< / div >
< div id = "outline-container-org4e29c69" class = "outline-4" >
2022-09-22 11:48:49 +08:00
< h4 id = "org4e29c69" > < span class = "section-number-4" > 1.48.4.< / span > < a href = "https://blog.bluemangoo.net/" > 芒果快评< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-48-4" >
2022-09-19 15:42:43 +08:00
< p >
今年的新博客, 友链有踏浪< br / >
< / p >
< / div >
2022-09-11 11:20:31 +08:00
< / div >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org88ddd3e" class = "outline-2" >
< h2 id = "org88ddd3e" > < span class = "section-number-2" > 2.< / span > YouTube 收集(没有账号, 这就是我的收藏夹)< / h2 >
2022-09-11 11:20:31 +08:00
< div class = "outline-text-2" id = "text-2" >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgc50c6c6" class = "outline-3" >
< h3 id = "orgc50c6c6" > < span class = "section-number-3" > 2.1.< / span > Computer Science< / h3 >
2022-09-11 11:20:31 +08:00
< div class = "outline-text-3" id = "text-2-1" >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org72bc21b" class = "outline-4" >
< h4 id = "org72bc21b" > < span class = "section-number-4" > 2.1.1.< / span > < a href = "https://youtu.be/gG00NgcdNEk" > 代码视频片头< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< div class = "outline-text-4" id = "text-2-1-1" >
< p >
java bad, python slow, nvidia fuck you, vi-sual studio, C艹 sucks< br / >
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org8daaf83" class = "outline-4" >
< h4 id = "org8daaf83" > < span class = "section-number-4" > 2.1.2.< / span > < a href = "https://youtu.be/0rJ94rbdteE" > Rust 让你感觉像个天才< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< div class = "outline-text-4" id = "text-2-1-2" >
< / div >
< ol class = "org-ol" >
2022-09-15 17:18:00 +08:00
< li > < a id = "orgbe2a10b" > < / a > < a href = "https://youtu.be/sbVxq7nNtgo" > Rust on Rails (write code that never crashes)< / a > < br / > < / li >
< li > < a id = "org8eb0a63" > < / a > < a href = "https://youtu.be/k_4rLyqQeAA" > Clojure: Turtles All The Way Down< / a > < br / > < / li >
2022-09-11 11:20:31 +08:00
< / ol >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgef56577" class = "outline-4" >
< h4 id = "orgef56577" > < span class = "section-number-4" > 2.1.3.< / span > < a href = "https://youtu.be/nfF91Z6fqGk" > CMD 登录B站< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-20 09:14:26 +08:00
< div id = "outline-container-org9c2ba26" class = "outline-4" >
< h4 id = "org9c2ba26" > < span class = "section-number-4" > 2.1.4.< / span > < a href = "https://youtu.be/l0AmlU-4IRM" > Rust aes加密(legacy)< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org22b5c16" class = "outline-4" >
< h4 id = "org22b5c16" > < span class = "section-number-4" > 2.1.5.< / span > < a href = "https://youtu.be/hmMtQe_mYr0" > tsoding helloworld in c< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-20 09:14:26 +08:00
< div id = "outline-container-org5ed9002" class = "outline-4" >
< h4 id = "org5ed9002" > < span class = "section-number-4" > 2.1.6.< / span > < a href = "https://www.youtube.com/playlist?list=PLSiFUSQSRYAOFwfP-aMzXJlWKVyIuWfPU" > stack-based virtual machine(6 episode)< / a > and < a href = "https://youtu.be/cfPDeso3XwI" > register-based(13 episode)< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgd5d2be2" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "orgd5d2be2" > < span class = "section-number-4" > 2.1.7.< / span > < a href = "https://www.youtube.com/playlist?list=PLpM-Dvs8t0VY73ytTCQqgvgCWttV3m8LM" > tsoding virtual machine in C< / a > , < a href = "https://dongdigua.github.io/tsoding_bm" > some notes< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org3688c07" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "org3688c07" > < span class = "section-number-4" > 2.1.8.< / span > < a href = "https://youtu.be/Fq9chEBQMFE" > what if I try to malloc too much memory< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org43d6517" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "org43d6517" > < span class = "section-number-4" > 2.1.9.< / span > < a href = "https://youtu.be/zJ-8DZhzBEE" > what your favourite pl says about you< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orga68daa2" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "orga68daa2" > < span class = "section-number-4" > 2.1.10.< / span > < a href = "https://youtu.be/ziXgdkTfmPU" > tsoding irc client in ocaml< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-1-10" >
2022-09-11 11:20:31 +08:00
< p >
0:50 List.fold_left faster than fold_right, but haskell is opposite< br / >
1:00 I like ocaml, that's how python should look like,< br / >
but ocaml itself is not ideal, you have to take ocaml and throw O away, and that's perfect< br / >
1:03 to be fair p___hub is more interesting than this, that's for sure, so let's use Makefile (instead of dune)< br / >
1:50 sexplib?< br / >
2:14 "how many american server you have already hacked" - "I don't count them I'm sorry"< br / >
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgd671a26" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "orgd671a26" > < span class = "section-number-4" > 2.1.11.< / span > < a href = "https://youtu.be/Utse8P_L8k0" > ArcaOS: Modern OS/2 < / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-18 12:10:57 +08:00
< div id = "outline-container-org781dbb6" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "org781dbb6" > < span class = "section-number-4" > 2.1.12.< / span > < a href = "https://youtu.be/1z0ULvg_pW8" > 集线器,交换机和路由器的区别< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-1-12" >
2022-09-11 11:20:31 +08:00
< / div >
< ol class = "org-ol" >
2022-09-15 17:18:00 +08:00
< li > < a id = "org07fc3a0" > < / a > < a href = "https://youtu.be/pCcJFdYNamc" > Default Gateway Explained< / a > < br / > < / li >
< li > < a id = "org5c3a65f" > < / a > < a href = "https://youtu.be/TIiQiw7fpsU" > MAC Address Explained< / a > < br / > < / li >
< li > < a id = "org3fe1c49" > < / a > < a href = "https://youtu.be/6_giEv20En0" > Subnets vs VLANs< / a > < br / > < / li >
2022-09-11 11:20:31 +08:00
< / ol >
< / div >
2022-09-20 09:14:26 +08:00
< div id = "outline-container-orgf3adb21" class = "outline-4" >
< h4 id = "orgf3adb21" > < span class = "section-number-4" > 2.1.13.< / span > < a href = "https://youtu.be/UNkHditYGls" > I coded a fractal on an Apple II+< / a > < / h4 >
< / div >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-20 09:14:26 +08:00
< div id = "outline-container-orgd8a5166" class = "outline-3" >
< h3 id = "orgd8a5166" > < span class = "section-number-3" > 2.2.< / span > Cyber Security< / h3 >
< div class = "outline-text-3" id = "text-2-2" >
< / div >
< div id = "outline-container-org0178db9" class = "outline-4" >
< h4 id = "org0178db9" > < span class = "section-number-4" > 2.2.1.< / span > < a href = "https://youtube.be/TLa2VqcGGEQ" > CVE-2021-3156 sudo< / a > < / h4 >
< / div >
< div id = "outline-container-orgebda5f4" class = "outline-4" >
< h4 id = "orgebda5f4" > < span class = "section-number-4" > 2.2.2.< / span > < a href = "https://youtu.be/x_R1DeZxGc0" > Discover Vulnerabilities in Intel CPUs!< / a > < / h4 >
< / div >
< div id = "outline-container-orgc36ba08" class = "outline-4" >
< h4 id = "orgc36ba08" > < span class = "section-number-4" > 2.2.3.< / span > < a href = "https://youtu.be/2--1ph-4IaY" > shit express hacked< / a > < / h4 >
< / div >
< div id = "outline-container-org51a116a" class = "outline-4" >
< h4 id = "org51a116a" > < span class = "section-number-4" > 2.2.4.< / span > < a href = "https://www.youtube.com/playlist?list=PL5--8gKSku15NSeLgrZX9hSEnqPTWoSJ0" > DT: Privacy & Security< / a > < / h4 >
< / div >
< div id = "outline-container-org3b3909c" class = "outline-4" >
< h4 id = "org3b3909c" > < span class = "section-number-4" > 2.2.5.< / span > < a href = "https://youtu.be/QxNsyrftJ8I" > Chris Titus Tech: The Biggest Linux Security Mistakes< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-2-5" >
2022-09-11 11:20:31 +08:00
< p >
"Security is a journey, not a destination!"< br / >
< / p >
< / div >
< / div >
2022-09-20 09:14:26 +08:00
< div id = "outline-container-orgd932ef1" class = "outline-4" >
< h4 id = "orgd932ef1" > < span class = "section-number-4" > 2.2.6.< / span > < a href = "https://youtu.be/S4E4yAktjug?t=998" > How To Become Invisible Online # level 3< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org8547752" class = "outline-3" >
2022-09-20 09:14:26 +08:00
< h3 id = "org8547752" > < span class = "section-number-3" > 2.3.< / span > Math< / h3 >
< div class = "outline-text-3" id = "text-2-3" >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org2fbed72" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "org2fbed72" > < span class = "section-number-4" > 2.3.1.< / span > < a href = "https://youtu.be/KufsL2VgELo" > Group Theory< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org38d0306" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "org38d0306" > < span class = "section-number-4" > 2.3.2.< / span > < a href = "https://youtu.be/3gyHKCDq1YA" > p-adic Numbers: 2 ^ 10n< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgc9dfe74" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "orgc9dfe74" > < span class = "section-number-4" > 2.3.3.< / span > < a href = "https://vimeo.com/user543333" > Eric Cornwell< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-3-3" >
2022-09-11 11:20:31 +08:00
< p >
math on 1950~1980 computer< br / >
< / p >
< / div >
< / div >
2022-09-18 12:10:57 +08:00
< div id = "outline-container-org875089c" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "org875089c" > < span class = "section-number-4" > 2.3.4.< / span > < a href = "https://youtu.be/4nG49xTTjIA" > The Real Reason Why Negative Times Negative is Positive, Intro to Rings< / a > < / h4 >
2022-09-18 12:10:57 +08:00
< / div >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgcaca7a3" class = "outline-3" >
2022-09-20 09:14:26 +08:00
< h3 id = "orgcaca7a3" > < span class = "section-number-3" > 2.4.< / span > Minecraft< / h3 >
< div class = "outline-text-3" id = "text-2-4" >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org54585d3" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "org54585d3" > < span class = "section-number-4" > 2.4.1.< / span > < a href = "https://youtu.be/VKydXD6Lr20" > Mojang & Minecraft 开始衰落了吗?< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgc203d17" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "orgc203d17" > < span class = "section-number-4" > 2.4.2.< / span > < a href = "https://youtu.be/Y9DIIh0s9cg" > SciCraft Update Plans< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org8175c63" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "org8175c63" > < span class = "section-number-4" > 2.4.3.< / span > < a href = "https://youtu.be/m5S0gLgg2rs" > Tantan: MC + Fez< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org012082a" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "org012082a" > < span class = "section-number-4" > 2.4.4.< / span > < a href = "https://www.youtube.com/playlist?list=PLhixgUqwRTjwvBI-hmbZ2rpkAl4lutnJG" > Minecraft HACKED (LiveOverflow)< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgc21d8ae" class = "outline-3" >
2022-09-20 09:14:26 +08:00
< h3 id = "orgc21d8ae" > < span class = "section-number-3" > 2.5.< / span > ?< / h3 >
< div class = "outline-text-3" id = "text-2-5" >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org0e9b575" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "org0e9b575" > < span class = "section-number-4" > 2.5.1.< / span > < a href = "https://www.youtube.com/c/IceGuye" > IceGuye aka 姑射冰尘< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-5-1" >
2022-09-11 11:20:31 +08:00
< p >
< a href = "https://odysee.com/@IceGuye" > on odysee(lbry)< / a > < br / >
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org2141a6f" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "org2141a6f" > < span class = "section-number-4" > 2.5.2.< / span > < a href = "https://www.youtube.com/playlist?list=PL5--8gKSku17duy2-GrOfQma5FwsKA9LC" > DT: Odysee< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org08f82ed" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "org08f82ed" > < span class = "section-number-4" > 2.5.3.< / span > < a href = "https://youtu.be/IS5ycm7VfXg" > Homemade Silicon Chips!< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org07a335e" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "org07a335e" > < span class = "section-number-4" > 2.5.4.< / span > < a href = "https://youtu.be/4IaOeVgZ-wc" > Why I'm Suing YouTube.< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-5-4" >
2022-09-11 11:20:31 +08:00
< blockquote >
< p >
a story about YouTube’ s intentional efforts to undermine the United States of America in collusion with the Russian government.< br / >
It’ s also a story about copyright infringement< br / >
2022-09-20 16:35:49 +08:00
— and YouTube’ s willful blindness to bad actors who openly admit< br / >
to filing patently fraudulent DMCA counter-notifications to avoid the termination of their accounts.< br / >
2022-09-11 11:20:31 +08:00
< / p >
< / blockquote >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgf315011" class = "outline-4" >
2022-09-20 09:14:26 +08:00
< h4 id = "orgf315011" > < span class = "section-number-4" > 2.5.5.< / span > < a href = "https://youtu.be/RH3D1cpm6do" > Yes, Everyone on the Internet Is a Loser.< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-5-5" >
2022-09-11 11:20:31 +08:00
< p >
I agree< br / >
< / p >
< / div >
< / div >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org8b795e7" class = "outline-2" >
< h2 id = "org8b795e7" > < span class = "section-number-2" > 3.< / span > r< / h2 >
2022-09-11 11:20:31 +08:00
< div class = "outline-text-2" id = "text-3" >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org023db0a" class = "outline-3" >
< h3 id = "org023db0a" > < span class = "section-number-3" > 3.1.< / span > < a href = "https://www.reddit.com/r/unixporn/" > unixporn< / a > < / h3 >
2022-09-11 11:20:31 +08:00
< div class = "outline-text-3" id = "text-3-1" >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgda7ee73" class = "outline-4" >
< h4 id = "orgda7ee73" > < span class = "section-number-4" > 3.1.1.< / span > < a href = "https://www.reddit.com/r/unixporn/comments/v6fsui/sway_family_reunionr/" > reddit: family reunion< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org4fba7a2" class = "outline-4" >
< h4 id = "org4fba7a2" > < span class = "section-number-4" > 3.1.2.< / span > < a href = "https://www.reddit.com/r/unixporn/comments/wkba0x/jwm_if_i_had_a_pda/" > pocket pc< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orge8df81c" class = "outline-4" >
< h4 id = "orge8df81c" > < span class = "section-number-4" > 3.1.3.< / span > < a href = "https://www.reddit.com/r/unixporn/comments/b83fex/win7_my_first_rice/" > win7 :)< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org0fa513c" class = "outline-4" >
< h4 id = "org0fa513c" > < span class = "section-number-4" > 3.1.4.< / span > < a href = "https://www.reddit.com/r/unixporn/comments/wtvj46/kde_cherry_blossoms/" > [KDE] Cherry Blossoms< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org3415c13" class = "outline-3" >
< h3 id = "org3415c13" > < span class = "section-number-3" > 3.2.< / span > < a href = "https://www.reddit.com/r/ProgrammerHumor" > ProgrammerHumor< / a > < / h3 >
2022-09-11 11:20:31 +08:00
< div class = "outline-text-3" id = "text-3-2" >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org99c880e" class = "outline-4" >
< h4 id = "org99c880e" > < span class = "section-number-4" > 3.2.1.< / span > < a href = "https://www.reddit.com/r/ProgrammerHumor/comments/wpnvtg/microsoft_visual_rust_2018/" > Microsoft Visual Rust< / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org8bc586a" class = "outline-4" >
< h4 id = "org8bc586a" > < span class = "section-number-4" > 3.2.2.< / span > < a href = "https://www.reddit.com/r/ProgrammerHumor/comments/wsw78u/regex_be_like/" > MC enchant: regex be like… < / a > < / h4 >
2022-09-11 11:20:31 +08:00
< / div >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org1befae5" class = "outline-2" >
2022-09-22 11:48:49 +08:00
< h2 id = "org1befae5" > < span class = "section-number-2" > 4.< / span > Other< / h2 >
< div class = "outline-text-2" id = "text-4" >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org6b70b26" class = "outline-3" >
2022-09-22 11:48:49 +08:00
< h3 id = "org6b70b26" > < span class = "section-number-3" > 4.1.< / span > < a href = "https://en.wikipedia.org/wiki/Python_(missile)" > Python-5< / a > < / h3 >
< div class = "outline-text-3" id = "text-4-1" >
2022-09-11 11:20:31 +08:00
< p >
from < a href = "https://youtu.be/8QP2fDBIxjM" > tsoding's first porth video< / a > , (he is using debian, 37:00 copilot xd)< br / >
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org69d1b30" class = "outline-3" >
2022-09-22 11:48:49 +08:00
< h3 id = "org69d1b30" > < span class = "section-number-3" > 4.2.< / span > < a href = "http://cat-v.org/" > cat -v< / a > < / h3 >
< div class = "outline-text-3" id = "text-4-2" >
2022-09-11 11:20:31 +08:00
< p >
not only harmful stuff < 3< br / >
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org3cb23a9" class = "outline-3" >
2022-09-22 11:48:49 +08:00
< h3 id = "org3cb23a9" > < span class = "section-number-3" > 4.3.< / span > < a href = "http://sdf.org/" > http://sdf.org/< / a > < / h3 >
< div class = "outline-text-3" id = "text-4-3" >
2022-09-11 11:20:31 +08:00
< p >
SDF Public Access UNIX System .. Est. 1987< br / >
< / p >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org066ad48" class = "outline-3" >
2022-09-22 11:48:49 +08:00
< h3 id = "org066ad48" > < span class = "section-number-3" > 4.4.< / span > < a href = "https://joinfediverse.wiki/" > fediverse wiki< / a > < / h3 >
< div class = "outline-text-3" id = "text-4-4" >
2022-09-11 11:20:31 +08:00
< p >
The Fediverse is a giant Network of social media platforms< br / >
< / p >
< / div >
2022-09-20 09:14:26 +08:00
< div id = "outline-container-org8a6ce26" class = "outline-4" >
2022-09-22 11:48:49 +08:00
< h4 id = "org8a6ce26" > < span class = "section-number-4" > 4.4.1.< / span > there's another thing < a href = "https://www.w3.org/TR/webmention/" > webmention< / a > which I found from Xe's blog< / h4 >
2022-09-11 11:20:31 +08:00
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org679f3cd" class = "outline-3" >
2022-09-22 11:48:49 +08:00
< h3 id = "org679f3cd" > < span class = "section-number-3" > 4.5.< / span > < a href = "https://blog.stenmans.org/theBeamBook/" > the beam book< / a > and < a href = "https://learnyousomeerlang.com/content" > learn you some erlang< / a > < / h3 >
2022-09-11 11:20:31 +08:00
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-orgd574ff3" class = "outline-3" >
2022-09-22 11:48:49 +08:00
< h3 id = "orgd574ff3" > < span class = "section-number-3" > 4.6.< / span > < a href = "https://inadequacy.org/public/stories/2001.12.2.42056.2147.html" > Adequacy: Is Your Son a Computer Hacker?< / a > < / h3 >
< div class = "outline-text-3" id = "text-4-6" >
2022-09-11 11:20:31 +08:00
< blockquote >
< p >
BSD, Lunix, Debian and Mandrake are all versions of an illegal hacker operation system,< br / >
invented by a Soviet computer hacker named Linyos Torovoltos.< br / >
< / p >
< / blockquote >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org75a8ffb" class = "outline-3" >
2022-09-22 11:48:49 +08:00
< h3 id = "org75a8ffb" > < span class = "section-number-3" > 4.7.< / span > < a href = "https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00005.html" > GNU C Language Intro and Reference Manual< / a > < / h3 >
< div class = "outline-text-3" id = "text-4-7" >
2022-09-11 11:20:31 +08:00
< blockquote >
< p >
To any NSA and FBI agents reading my email: please consider< br / >
whether defending the US Constitution against all enemies,< br / >
foreign or domestic, requires you to follow Snowden's example.< br / >
< / p >
< / blockquote >
< / div >
< / div >
2022-09-15 17:18:00 +08:00
< div id = "outline-container-org0cba1ce" class = "outline-3" >
2022-09-22 11:48:49 +08:00
< h3 id = "org0cba1ce" > < span class = "section-number-3" > 4.8.< / span > < a href = "https://www.zhihu.com/question/20566787" > 如何解读EVA< / a > < / h3 >
< div class = "outline-text-3" id = "text-4-8" >
2022-09-12 17:52:04 +08:00
< blockquote >
< p >
人需不需要存在的意义< br / >
人需不需要互相之间完全理解< br / >
自我封闭是否是应对外界压力的合理方式< br / >
< / p >
< / blockquote >
< / div >
< / div >
2022-09-19 15:42:43 +08:00
< div id = "outline-container-orgc8e64b2" class = "outline-3" >
2022-09-22 11:48:49 +08:00
< h3 id = "orgc8e64b2" > < span class = "section-number-3" > 4.9.< / span > < a href = "https://www.gilesorr.com/wm/" > The Window Manager Report< / a > < / h3 >
2022-09-19 15:42:43 +08:00
< / div >
2022-09-20 16:35:49 +08:00
< div id = "outline-container-org1cde369" class = "outline-3" >
2022-09-22 11:48:49 +08:00
< h3 id = "org1cde369" > < span class = "section-number-3" > 4.10.< / span > < a href = "https://ghinda.net/oxygenos/" > oxygenos< / a > < / h3 >
< div class = "outline-text-3" id = "text-4-10" >
2022-09-20 16:35:49 +08:00
< p >
his final year project in high school, 2008< br / >
a webos using oxygen visual design< br / >
< / p >
< / div >
< / div >
2022-09-22 11:48:49 +08:00
< div id = "outline-container-org9a8c44e" class = "outline-3" >
< h3 id = "org9a8c44e" > < span class = "section-number-3" > 4.11.< / span > < a href = "https://news.ycombinator.com/item?id=32012566" > Hacker News: A better formulation of DRY(Don't Repeat Yourself) is SPOT (Single Point Of Truth)< / a > < / h3 >
< / div >
< div id = "outline-container-orgd1afe05" class = "outline-3" >
< h3 id = "orgd1afe05" > < span class = "section-number-3" > 4.12.< / span > < a href = "https://news-web.php.net/php.internals/70691" > PHP function hashing mechanism was strlen()< / a > < / h3 >
< / div >
2022-09-11 11:20:31 +08:00
< / div >
< / div >
< div id = "postamble" class = "status" >
2022-09-15 17:18:00 +08:00
< p class = "date" > Date: 2022-06-05 日 00:00< / p >
2022-09-11 11:20:31 +08:00
< p class = "author" > Author: dongdigua< / p >
2022-09-22 19:20:19 +08:00
< p class = "date" > Created: 2022-09-22 四 19:07< / p >
2022-09-11 11:20:31 +08:00
< / div >
< / body >
< / html >