2022-12-02 12:45:26 +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-12-03 22:44:30 +08:00
<!-- 2022 - 12 - 03 六 22:45 -->
2022-12-02 12:45:26 +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 >
< link rel = 'stylesheet' type = 'text/css' href = 'css/main.css' / >
< / head >
< body >
< div id = "org-div-home-and-up" >
< a accesskey = "h" href = "./../posts" > 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 >
< li > < a > 1. 一些(个人)博客收集< / a > < / li >
< li > < a > 2. YouTube 收集(没有账号, 这就是我的收藏夹)< / a > < / li >
< li > < a > 3. r< / a > < / li >
2022-12-03 22:44:30 +08:00
< li > < a > 4. Mail< / a > < / li >
< li > < a > 5. Other< / a > < / li >
2022-12-02 12:45:26 +08:00
< / ul >
< / div >
< / div >
< div class = "outline-2" >
< h2 > < span class = "section-number-2" > 1.< / span > 一些(个人)博客收集< / h2 >
< div class = "outline-text-2" id = "text-1" >
< div class = "org-src-container" >
< pre class = "src src-text" > _ ___
/\ / _ ._ _|_ _. o ._ |\/| _. _ o _ _. | | ._ _| _
/--\ \_ (/_ | |_ (_| | | | | | (_| (_| | (_ (_| | _|_ | | (_| (/_ > <
_|
< / pre >
< / div >
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 1.1.< / span > < a href = "http://www.paulgraham.com/todo.html" > Paul Graham< / a > < / h3 >
< / div >
< div class = "outline-3" >
< h3 > < 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 >
< / div >
< div class = "outline-3" >
< h3 > < 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" >
< div class = "figure" >
< 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 >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 1.4.< / span > < a href = "http://www.yinwang.org/" > 王垠< / a > < / h3 >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < 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-12-02 12:45:26 +08:00
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < 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" >
< p >
really good website, butt, no rss< br / >
< / p >
< / div >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.7.< / span > < a href = "https://bford.info" > Bryan Ford< / a > < / h3 >
2022-12-02 12:45:26 +08:00
< div class = "outline-text-3" id = "text-1-7" >
< p >
2022-12-03 12:03:32 +08:00
leads the < a href = "https://dedis.epfl.ch" > Decentralized/Distributed Systems (DEDIS) lab< / a > < br / >
2022-12-02 12:45:26 +08:00
< / p >
2022-12-03 12:03:32 +08:00
< blockquote >
< p >
Two Principles of Deadlines:< br / >
< / p >
< ol class = "org-ol" >
< li > All deadlines converge on the same day—Deadline Day.< br / > < / li >
< li > Every day is Deadline Day.< br / > < / li >
< / ol >
< / blockquote >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.7.1.< / span > < a href = "https://bford.info/pub/net/p2pnat/" > Peer-to-Peer Communication Across Network Address Translators< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.8.< / span > < a href = "https://shakaianee.top/" > 社会易姐< / a > < / h3 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 1.9.< / 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-9" >
< p >
07 年开始, cpu emulator< br / >
< / p >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.9.1.< / span > < a href = "https://floooh.github.io/2021/12/17/cycle-stepped-z80.html" > 2021: A new cycle-stepped Z80 emulator< / a > < / h4 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.9.2.< / 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-9-2" >
< blockquote >
< p >
Modern C is not a subset of C++< br / >
< / p >
< / blockquote >
< / div >
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.10.< / 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 >
2022-12-02 12:45:26 +08:00
< div class = "outline-text-3" id = "text-1-10" >
2022-12-03 12:03:32 +08:00
< p >
all 7 article are of high quality< br / >
< / p >
< / div >
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 1.11.< / span > < a href = "https://blog.stdio.io" > King's way< / a >       < span class = "tag" > < span class = "hack" > hack< / span >   < span class = "iot" > iot< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-11" >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.11.1.< / span > < a href = "https://blog.stdio.io/438" > Linux内核学习阶段小结 (MOOC)< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.11.2.< / span > < a href = "https://blog.stdio.io/1411" > 那些玩出花的“加速”/“隧道”工具< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-11-2" >
< / div >
< ol class = "org-ol" >
< li > < a > < / a > < a href = "https://blog.stdio.io/471" > OpenWRT 绕过校园天翼宽带客户端限制(ppp)< / a > < br / > < / li >
< / ol >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.11.3.< / span > < a href = "https://blog.stdio.io/935" > 一次意外的 hello world 探索之旅< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.12.< / 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-12" >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.12.1.< / span > < a href = "https://xiaosong.fun/2022/01/01/lock-free-base-queue/" > 无锁编程基础与无锁队列的实现< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.12.2.< / span > < a href = "https://xiaosong.fun/2020/11/05/tcp-shake/" > 为什么TCP是三次握手? 而不是两次或四次? < / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.12.3.< / span > < a href = "https://xiaosong.fun/2020/05/04/bug-and-mos/" > 打蚊子与找bug< / a >       < span class = "tag" > < span class = "fun" > fun< / span > < / span > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.13.< / span > < a href = "https://piaogewala.ga/" > 这可太刑了< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-13" >
2022-12-02 12:45:26 +08:00
< p >
学习通事件相关< br / >
< / p >
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.14.< / 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-14" >
2022-12-02 12:45:26 +08:00
< p >
elixir/erlang大佬, 公众号: HelloElixir< br / >
< / p >
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.15.< / 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-15" >
2022-12-02 12:45:26 +08:00
< p >
超~~~多emacs< br / >
< / p >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.15.1.< / span > < a href = "http://blog.lujun9972.win/emacs-document/" > emacs document< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.16.< / 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-16" >
2022-12-02 12:45:26 +08:00
< p >
CPU, IC, ARM< br / >
< / p >
< blockquote >
< p >
第一次查过的问题,就应该记下来 !< br / >
第二次再查的问题,就必须记下来 !< br / >
< / p >
< / blockquote >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.16.1.< / span > < a href = "https://www.wenhui.space/docs/08-ic-design/cpu/meltdown-and-spectre/" > 浅谈熔断和幽灵< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.16.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-16-2" >
2022-12-02 12:45:26 +08:00
< p >
更纱黑体 使中文恰好为英文宽度两倍, 使用字体比 valign 更通用, 但是不好看< br / >
< / p >
< / div >
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.17.< / 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-17" >
2022-12-02 12:45:26 +08:00
< p >
13年最后更新< br / >
< / p >
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.18.< / 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-18" >
2022-12-02 12:45:26 +08:00
< p >
05 年开始, 天文学< br / >
< / p >
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.19.< / span > < a href = "https://www.luogu.com.cn/blog/ivystorm/emacs-adventuredunnet-tong-guan-jiao-cheng" > luogu blog: emacs dunnet 教程< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span > < / span > < / h3 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.20.< / span > < a href = "https://iceguye.com/blog" > IceGuye< / a > < / h3 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.21.< / span > < a href = "http://jujuba.me/" > Ground Oddity< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-21" >
2022-12-02 12:45:26 +08:00
< p >
出国< br / >
< / p >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.21.1.< / span > < a href = "http://jujuba.me/posts/program-analysis-via-llvm-pass.html" > LLVM Pass来实现简化版taint analysis< / a > < / h4 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.21.2.< / span > < a href = "http://jujuba.me/posts/taste-of-code.html" > 代码的taste< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-21-2" >
< div class = "figure" >
< p > < img src = "http://jujuba.me/imgs/linus-on-TED.png" alt = "linus-on-TED.png" width = "256px" / > < br / >
< / p >
< / div >
< / div >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.22.< / span > < a href = "https://cireu.github.io/2019/09/17/lisp-setf/" > NIL: setf 中「f」的本意< / a > < / h3 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.23.< / 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-23" >
2022-12-02 12:45:26 +08:00
< p >
看不懂, 先收藏着< br / >
< / p >
< / div >
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 1.24.< / 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-24" >
< p >
网安, data-leak< br / >
< / p >
< / div >
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 1.25.< / 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-25" >
< p >
许多东方的图诶< br / >
< / p >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.25.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 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.25.2.< / 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-25-2" >
< blockquote >
< p >
这个问题其实就是 Lisp-1 和 Lisp-2 的区别导致的< br / >
Lisp-1 的变量命名空间和函数命名空间是统一的,而在 Lisp-2 中两者是分开的< br / >
< / p >
< / blockquote >
< / div >
< ol class = "org-ol" >
< li > < a > < / a > < a href = "http://xahlee.info/emacs/emacs/lisp1_vs_lisp2.html" > Xah Lee Lisp-1 vs Lisp-2< / a > < br / > < / li >
< / ol >
< / div >
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 1.26.< / span > < a href = "https://nihil.cc" > Nihil< / a >       < span class = "tag" > < span class = "rust" > rust< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-26" >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.26.1.< / span > < a href = "https://nihil.cc/posts/rust_closure_and_y/" > Rust 闭包递归与 Y 组合子< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-26-1" >
< / div >
< ol class = "org-ol" >
< li > < a > < / a > < a href = "https://cps.ninja/2020/04/13/deriving-y-combinator/" > 行侠何须仗名剑: 推导 Y Combinator< / a > < br / > < / li >
< li > < a > < / a > < a href = "https://www.functor.me/post/programming/y-combinator" > functor.me: 从零开始理解 Y 组合子< / a > < br / > < / li >
< / ol >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.26.2.< / span > < a href = "https://nihil.cc/posts/gnu_c_ext/" > GNU C 一些有趣的扩展语法< / a > < / h4 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.26.3.< / span > < a href = "https://nihil.cc/posts/shell-redirect/" > 特别全面! Shell 中的管道、重定向、进程替换< / a > < / h4 >
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.27.< / 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 >
2022-12-02 12:45:26 +08:00
< div class = "outline-text-3" id = "text-1-27" >
< p >
2022-12-03 12:03:32 +08:00
写代码的西瓜< br / >
2022-12-02 12:45:26 +08:00
< / p >
< / div >
2022-12-03 12:03:32 +08:00
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.27.1.< / span > < a href = "https://emacstalk.github.io/" > EmacsTalk< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
2022-12-03 12:03:32 +08:00
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.27.2.< / span > < a href = "https://liujiacai.net/blog/2022/04/30/modern-c/" > 现代化 C< / a >       < span class = "tag" > < span class = "c" > c< / span > < / span > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.27.3.< / span > < a href = "https://liujiacai.net/blog/2018/06/15/garbage-collection-intro/" > 深入浅出垃圾回收(1/4)< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.28.< / 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-28" >
2022-12-02 12:45:26 +08:00
< p >
F#, M1(r0$0f+, very high quality< br / >
< / p >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.28.1.< / span > < a href = "http://tomasp.net/commodore64" > commodore64 BASIC< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.28.2.< / span > < a href = "http://tomasp.net/blog/csharp-async-gotchas.aspx" > async in C#(gotchas) and F#< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.29.< / 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-29" >
2022-12-02 12:45:26 +08:00
< p >
源码分析< br / >
< / p >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.29.1.< / span > < a href = "https://www.xianwaizhiyin.net/?cat=24" > state-thread 源码分析< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.30.< / span > < span class = "todo TODO" > TODO< / span > < a href = "https://lightless.me/categories.html" > lightless blog< / a >       < span class = "tag" > < span class = "hack" > hack< / span > < / span > < / h3 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.31.< / 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-12-02 12:45:26 +08:00
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.32.< / span > < a href = "https://litchipi.github.io/series/container_in_rust" > Writing a container in Rust< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-32" >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.32.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-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.33.< / 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-33" >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.33.1.< / span > < a href = "https://xeiaso.net/blog/series/v" > series: V< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-33-1" >
2022-12-02 12:45:26 +08:00
< / div >
< ol class = "org-ol" >
< li > < a > < / a > < a href = "https://xeiaso.net/blog/v-vaporware-2019-06-23" > V for Vaporware< / a > < br / >
2022-12-03 12:03:32 +08:00
< div class = "outline-text-5" id = "text-1-33-1-1" >
2022-12-02 12:45:26 +08:00
< p >
经典永流传~< br / >
< / p >
< / div >
< / li >
< / ol >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.33.2.< / span > < a href = "https://xeiaso.net/blog/nim-and-tup-2015-06-10" > Nim and Tup< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.33.3.< / span > < a href = "https://xeiaso.net/blog/openssl-alarm-fatigue" > OpenSSL gave everyone alarm fatigue< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-33-3" >
< p >
funny byte< br / >
< / p >
< div class = "org-src-container" >
< pre class = "src src-diff" > < span style = "font-weight: bold;" > --- < / span > < span style = "font-weight: bold;" > a/crypto/punycode.c< / span >
< span style = "font-weight: bold;" > +++ < / span > < span style = "font-weight: bold;" > b/crypto/punycode.c< / span >
< span style = "font-weight: bold;" > @@ -181,7 +181,7 @@< / span > < span style = "font-weight: bold;" > int ossl_punycode_decode(const char *pEncoded, const size_t enc_len,< / span >
n = n + i / (written_out + 1);
i %= (written_out + 1);
- if (written_out > max_out)
+ if (written_out > = max_out)
return 0;
memmove(pDecoded + i + 1, pDecoded + i,
< / pre >
< / div >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.33.4.< / span > < a href = "https://xeiaso.net/blog/rip-twitter" > Goodbye Twitter, Hello Fediverse!< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.34.< / span > < a href = "https://lantian.pub/" > 蓝天< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-34" >
2022-12-02 12:45:26 +08:00
< p >
大佬!< br / >
< / p >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.34.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-34-1" >
2022-12-02 12:45:26 +08:00
< div class = "figure" >
< p > < img src = "https://lantian.pub/usr/uploads/202112/chubbyemu.jpg.thumb.png" alt = "chubbyemu.jpg.thumb.png" / > < br / >
< / p >
< / div >
< / div >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.34.2.< / span > < a href = "https://lantian.pub/article/forward/foolish-code-typo.lantian/" > 最傻的代码错误:一个空格酿成的血案< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.34.3.< / span > < a href = "https://lantian.pub/article/modify-website/serve-gopher-with-nginx.lantian/" > 用 nginx 建立 Gopher 网站< / a >       < span class = "tag" > < span class = "gopher" > gopher< / span > < / span > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.34.4.< / span > < a href = "https://lantian.pub/article/modify-website/dn42-experimental-network-2020.lantian/" > DN42 实验网络介绍及注册教程< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-34-4" >
2022-12-02 12:45:26 +08:00
< / div >
< ol class = "org-ol" >
< li > < a > < / a > < a href = "https://lantian.pub/article/modify-website/how-to-kill-the-dn42-network.lantian/" > 如何引爆 DN42 网络< / a > < br / > < / li >
< / ol >
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.35.< / 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-35" >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.35.1.< / span > < a href = "https://ulyc.github.io/2022/08/10/sourcehut-the-hackers-forge/" > sourcehut, 一个反叛而又正统的代码托管平台< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.35.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-35-2" >
2022-12-02 12:45:26 +08:00
< blockquote >
< p >
同样是非对称算法, 为什么PGP的私钥就长这么多呢? < br / >
因为他们用的算法不同, 比特币默认使用的是ECDSA的 secp256k1算法, 该算法只是用来签名和认证, 并不用来加密< br / >
(signify 只用于签名认证, age 只用于加密, 所以密钥也比较短)< br / >
< / p >
< / blockquote >
< / div >
< ol class = "org-ol" >
< li > < a > < / a > < a href = "https://spwo.notion.site/GitHub-6b1e1d57f52c4664bff61cadb3f9cb8d" > 震惊! 竟然有人在 GitHub 上冒充我的身份!< / a > < br / > < / li >
< / ol >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.35.3.< / span > < a href = "https://ulyc.github.io/2019/08/01/%E5%88%9D%E7%AA%A5CORB/" > Cross-Origin Read Blocking< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.36.< / span > < a href = "https://kernal.eu" > kernal< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-36" >
2022-12-02 12:45:26 +08:00
< p >
Welcome to the darkest dungeon of kernal< br / >
< / p >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.36.1.< / span > < a href = "https://kernal.eu/posts/linuxfx/" > Dumping Linuxfx customers< / a >       < span class = "tag" > < span class = "fun" > fun< / span > < / span > < / h4 >
< div class = "outline-text-4" id = "text-1-36-1" >
2022-12-02 12:45:26 +08:00
< p >
2022-12-03 12:03:32 +08:00
A Windows-like distro including the spyware and activation< br / >
2022-12-02 12:45:26 +08:00
< / p >
< / div >
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.37.< / span > < a href = "https://vimacs.wehack.space/laptop/" > vimacs< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-37" >
2022-12-02 12:45:26 +08:00
< p >
2022-12-03 12:03:32 +08:00
Written with Vim and Emacs. A member of Linux Club of Peking University.< br / >
with cat-v-like sidebar style< br / >
2022-12-02 12:45:26 +08:00
< / p >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.37.1.< / span > < a href = "https://vimacs.wehack.space/matrix-guide/" > 矩阵一入深似海, 从此电幕是路人< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-37-1" >
2022-12-02 12:45:26 +08:00
< / div >
< ol class = "org-ol" >
< li > < a > < / a > < a href = "https://citizenlab.ca/2016/11/wechat-china-censorship-one-app-two-systems/" > 微信一app两制< / a > < br / > < / li >
< / ol >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.37.2.< / span > < a href = "https://vimacs.wehack.space/Mail-vs-IM.htm" > 谈电子邮件和即时通讯< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.38.< / span > < a href = "http://www.matrix67.com/blog/" > Matrix67< / a >       < span class = "tag" > < span class = "math" > math< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-38" >
2022-12-02 12:45:26 +08:00
< p >
The Aha Moments< br / >
< / p >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.38.1.< / span > < a href = "http://www.matrix67.com/blog/archives/6039" > 用三段 140 字符以内的代码生成一张 1024× 1024 的图片< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.38.2.< / span > < a href = "http://www.matrix67.com/blog/archives/7084" > 16 年后重谈 P 和 NP< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.38.3.< / span > < a href = "http://localhost-8080.com/" > ❤ localhost-8080< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.39.< / span > < a href = "https://nyxt.atlas.engineer/article/gopher.org" > Nyxt: Why should I care about Gopher?< / a >       < span class = "tag" > < span class = "gopher" > gopher< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-39" >
2022-12-02 12:45:26 +08:00
< p >
By making something a little bit more inaccessible, we are inadvertently putting a filter on what is being posted.< br / >
< / p >
< blockquote >
< p >
This makes it a great way to avoid a lot of the low effort noise published on popular/accessible platforms.< br / >
As a result, Gopher is full of interesting, enriching, high quality content.< br / >
The authors are posting out of passion, and with great commitment.< br / >
Don't get me wrong, there's nonsense on Gopher too, but far less of it.< br / >
< / p >
< / blockquote >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.39.1.< / span > < a href = "https://www.orangeclk.com/2022/08/22/eternal-september-community-locals/" > 社区本地人与永恒的九月(Eternal September)< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-39-1" >
2022-12-02 12:45:26 +08:00
< blockquote >
< p >
几乎所有大众互联网社区都难逃此宿命。要想避免永恒九月,社区必须要足够克制,有节奏地引导新人加入。< br / >
但是过去20年互联网行业大发展的基本模式就是吸引大量用户、获取大平台地位、取得超额收益。< br / >
用户量是商业成功的互联网平台所必须追求的第一目标。要想获得商业成功,永恒九月来得越早越凶猛越好。< br / >
< / p >
< / blockquote >
< div class = "figure" >
< p > < img src = "https://upload.wikimedia.org/wikipedia/commons/d/d7/Internet_is_Full_-_Go_Away_t-shirt.jpg" alt = "Internet_is_Full_-_Go_Away_t-shirt.jpg" width = "256px" / > < br / >
< / p >
< / div >
< / div >
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 1.40.< / span > < span class = "todo TODO" > TODO< / span > < a href = "https://petermolnar.net/index.html" > Peter 's Homepage< / a >       < span class = "tag" > < span class = "rssub" > rssub< / span > < / span > < / h3 >
2022-12-03 12:03:32 +08:00
< div class = "outline-text-3" id = "text-1-40" >
2022-12-02 12:45:26 +08:00
< blockquote >
< p >
GE d@ s: a C++$ UBL+++$ P++(– )$ L++(-)$ !E W+++(-)$ !N !o K– ? w !O !M !V PS++ PE- Y+ PGP+ t+ 5+++ X+ R tv b+ DI D+ G e++ h r+++ y+++*< br / >
< / p >
< / blockquote >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.40.1.< / span > < a href = "https://petermolnar.net/article/gopher" > Gopher? Gopher.< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.41.< / span > < a href = "https://secretgeek.github.io/html_wysiwyg/" > 巧用 CSS 显示 HTML 源码< / a > < / h3 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.42.< / span > < a href = "https://phenix3443.github.io/notebook/" > phenix3443< / a >       < span class = "tag" > < span class = "c" > c< / span >   < span class = "emacs" > emacs< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-42" >
2022-12-02 12:45:26 +08:00
< p >
刘尚亮< br / >
< / p >
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.42.1.< / span > < a href = "https://phenix3443.github.io/notebook/emacs/modes/use-package-manual.html" > use-package manual< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.42.2.< / span > < a href = "https://phenix3443.github.io/notebook/emacs/emacs-startup-process.html" > Emacs 启动过程介绍< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.42.3.< / span > < a href = "https://phenix3443.github.io/notebook/c/tinyhttpd-analysis.html" > TinyHTTPd 源码分析< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.43.< / span > < a href = "https://julienblanchard.com" > julienblanchard/typed-hole< / a >       < span class = "tag" > < span class = "plan9" > plan9< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-43" >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.43.1.< / span > < a href = "https://pmikkelsen.com" > pmikkelsen< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.44.< / span > < a href = "https://konfou.xyz" > Konstantinos Foutzopoulos< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-44" >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.44.1.< / span > < a href = "https://konfou.xyz/posts/unix-filesystem-hierarchy/" > Unix filesystem hierarchy< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.44.2.< / span > < a href = "https://konfou.xyz/posts/pantheon-of-distributed-operating-systems/" > pantheon of distributed operating systems< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 12:03:32 +08:00
< h4 > < span class = "section-number-4" > 1.44.3.< / span > < a href = "https://konfou.xyz/posts/urbit-an-alien-system-software/" > Urbit, an alien system software< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.45.< / span > < a href = "http://www.jinbuguo.com" > 金步国作品集< / a >       < span class = "tag" > < span class = "lowlevel" > lowlevel< / span >   < span class = "linux" > linux< / span > < / span > < / h3 >
< div class = "outline-text-3" id = "text-1-45" >
2022-12-02 12:45:26 +08:00
< p >
kernel, LFS< br / >
< / p >
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 12:03:32 +08:00
< h3 > < span class = "section-number-3" > 1.46.< / span > < a href = "https://blog.pg999w.top/too-many-channels/" > Too many channels in Rust but only one in Go< / a >       < span class = "tag" > < span class = "rust" > rust< / span > < / span > < / h3 >
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 1.47.< / span > < a href = "https://bugs.xdavidhu.me/google/2022/11/10/accidental-70k-google-pixel-lock-screen-bypass/" > Accidental $70k Google Pixel Lock Screen Bypass< / a > < / h3 >
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 1.48.< / span > < span class = "todo TODO" > TODO< / span > < a href = "https://herman.bearblog.dev" > Herman< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-48" >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.48.1.< / span > < a href = "https://herman.bearblog.dev/riding-through-the-desert/" > Meditations on riding through the desert< / a > < / h4 >
< / div >
2022-12-02 12:45:26 +08:00
< / div >
2022-12-03 12:03:32 +08:00
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 1.49.< / span > < a href = "https://mthli.xyz" > Matthew Lee< / a > < / h3 >
< div class = "outline-text-3" id = "text-1-49" >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.49.1.< / span > < a href = "https://mthli.xyz/duff-device/" > 深入理解达夫设备< / a > < / h4 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.49.2.< / span > < a href = "https://mthli.xyz/stackful-stackless/" > 有栈协程与无栈协程< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-49-2" >
< / div >
< ol class = "org-ol" >
< li > < a > < / a > < a href = "https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html" > PuTTY's author: Coroutines in C< / a > < br / > < / li >
< / ol >
< / div >
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 1.50.< / span > < span class = "todo TODO" > TODO< / span > < a href = "https://magcius.github.io/xplain/article/" > explain X window system< / a > < / h3 >
< / div >
2022-12-02 12:45:26 +08:00
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 1.51.< / span > B< / h3 >
< div class = "outline-text-3" id = "text-1-51" >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.51.1.< / span > < a href = "https://blog.yangmame.org/" > yanemame< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-51-1" >
< p >
猴哥推荐的< br / >
< / p >
< / div >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.51.2.< / span > < a href = "https://evanmeek.github.io/" > 我不会编程< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-51-2" >
< p >
EvanMeek< br / >
B站: 美味的樱桃菌< br / >
< / p >
< / div >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.51.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-51-3" >
< p >
B站: 称呼我C先生< br / >
< / p >
< / div >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.51.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 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.51.5.< / span > < a href = "https://endlesspeak.gitee.io/" > EndlessPeak< / a >       < span class = "tag" > < span class = "linux" > linux< / span > < / span > < / h4 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.51.6.< / span > < a href = "https://hackflow.org" > GNUman< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-51-6" >
< / div >
< ol class = "org-ol" >
< li > < a > < / a > < a href = "https://hackflow.org/index.php/archives/124" > 谈 HTTPS 协议的缺陷与反 HTTPS 联盟的谬误< / a > < br / > < / li >
< / ol >
< / div >
2022-12-03 12:03:32 +08:00
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.51.7.< / span > < a href = "https://sh.alynx.one/" > Alynx Zhou< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-51-7" >
< p >
口琴< br / >
< / p >
< / div >
< ol class = "org-ol" >
< li > < a > < / a > < a href = "https://sh.alynx.one/posts/Linux-Mooncake-Jokes/" > Linux 用户的月饼食用手册< / a >       < span class = "tag" > < span class = "fun" > fun< / span > < / span > < br / > < / li >
< li > < a > < / a > < a href = "https://sh.alynx.one/posts/Do-Not-Fill-My-Email-with-Silly-Ads/" > 不要拿愚蠢的广告来污染我的邮箱< / a > < br / > < / li >
< li > < a > < / a > < a href = "https://sh.alynx.one/posts/Proxy-Settings/" > Linux 下面常见的代理设置< / a > < br / > < / li >
< / ol >
< / div >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 1.52.< / span > ZhiHu< / h3 >
< div class = "outline-text-3" id = "text-1-52" >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.52.1.< / span > < a href = "https://zhuanlan.zhihu.com/p/138719668" > 用Go语言汇编计算fibonacci数列< / a >       < span class = "tag" > < span class = "lowlevel" > lowlevel< / span > < / span > < / h4 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.52.2.< / span > < a href = "https://www.zhihu.com/column/c_1313110231912726528" > 倔强的程序员< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-52-2" >
< p >
编! 译! 原! 理!< br / >
< / p >
< / div >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.52.3.< / span > < a href = "https://www.zhihu.com/column/c_185117725" > 专栏: 技术考古< / a >       < span class = "tag" > < span class = "plan9" > plan9< / span > < / span > < / h4 >
< div class = "outline-text-4" id = "text-1-52-3" >
< p >
plan9< br / >
< / p >
< / div >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.52.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-52-4" >
< p >
回归最本质的信息安全< br / >
< / p >
< / div >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.52.5.< / span > < a href = "https://zhuanlan.zhihu.com/p/464565089" > 我抵制Notepad++的理由< / a > < / h4 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.52.6.< / span > < a href = "https://www.zhihu.com/question/20566787" > 如何解读EVA< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-52-6" >
< blockquote >
< p >
人需不需要存在的意义< br / >
人需不需要互相之间完全理解< br / >
自我封闭是否是应对外界压力的合理方式< br / >
< / p >
< / blockquote >
< / div >
< / div >
2022-12-03 12:03:32 +08:00
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.52.7.< / span > < a href = "https://linux.cn/article-14388-1.html" > linuxcn: 少年黑客对自由软件的自由漫谈< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-52-7" >
< p >
linuxcn 里唯一一个让我感觉很有必要把链接放在这的文章< br / >
< / p >
< / div >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.52.8.< / span > < a href = "https://zhuanlan.zhihu.com/p/580368831" > Z-library 域名被扣押,应急访问办法< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-52-8" >
< div class = "org-src-container" >
< pre class = "src src-text" > use the power of tor:
http://zlibrary24tuxziyiyfr7zd46ytefdqbqd2axkmxm4o5374ptpc52fad.onion
http://loginzlib2vrak5zzpcocc3ouizykn6k5qecgj2tzlnab5wcbqhembyd.onion
http://loginzlib2vrak5zzpcocc3ouizykn6k5qecgj2tzlnab5wcbqhembyd.onion
< / pre >
< / div >
< / div >
2022-12-02 12:45:26 +08:00
< / div >
2022-12-03 12:03:32 +08:00
< / div >
2022-12-02 12:45:26 +08:00
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 1.53.< / span > shenjack/HWS/fri3nds< / h3 >
< div class = "outline-text-3" id = "text-1-53" >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.53.1.< / span > < a href = "http://www.z.org.cn/" > 老网虫< / a > < / h4 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.53.2.< / span > < a href = "https://blog.yang-qwq.ml" > yang-qwq< / a > < / h4 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.53.3.< / span > < a href = "http://blog.zhanganzhi.com/" > zhanganzhi< / a > < / h4 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 1.53.4.< / span > < a href = "https://blog.bluemangoo.net/" > 芒果快评< / a > < / h4 >
< div class = "outline-text-4" id = "text-1-53-4" >
< p >
今年的新博客, 友链有踏浪< br / >
< / p >
< / div >
< / div >
< / div >
< / div >
< div class = "outline-2" >
< h2 > < span class = "section-number-2" > 2.< / span > YouTube 收集(没有账号, 这就是我的收藏夹)< / h2 >
< div class = "outline-text-2" id = "text-2" >
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 2.1.< / span > Computer Science< / h3 >
< div class = "outline-text-3" id = "text-2-1" >
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.1.1.< / span > < a href = "https://tsoding.org" > tsoding< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-1-1" >
2022-12-02 12:45:26 +08:00
< / div >
2022-12-03 22:44:30 +08:00
< ol class = "org-ol" >
< li > < a > < / a > < a href = "https://youtu.be/hmMtQe_mYr0" > helloworld in c< / a > < br / > < / li >
< li > < a > < / a > < a href = "https://www.youtube.com/playlist?list=PLpM-Dvs8t0VY73ytTCQqgvgCWttV3m8LM" > virtual machine in C< / a > , < a href = "https://dongdigua.github.io/tsoding_bm" > some notes< / a > < br / > < / li >
< li > < a > < / a > < a href = "https://youtu.be/ziXgdkTfmPU" > irc client in ocaml< / a > < br / >
< div class = "outline-text-5" id = "text-2-1-1-3" >
2022-12-03 12:03:32 +08:00
< blockquote >
2022-12-02 12:45:26 +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 >
2022-12-03 12:03:32 +08:00
< / blockquote >
2022-12-02 12:45:26 +08:00
< / div >
2022-12-03 22:44:30 +08:00
< / li >
< li > < a > < / a > < a href = "https://youtu.be/67FmRyv8jTM" > Parsing Java Bytecode with Python< / a > < br / >
< div class = "outline-text-5" id = "text-2-1-1-4" >
< p >
0:05 look how TINY Java code is< br / >
0:06 nonono all the opensource are controlled by coporation actually,< br / >
they create a text editor plugin and sell the free code for $10 a month< br / >
< / p >
< / div >
< / li >
< li > < a > < / a > < a href = "https://youtu.be/yKI-VOBBFu8" > Hacking TCC compiler< / a > < br / >
< div class = "outline-text-5" id = "text-2-1-1-5" >
< blockquote >
< p >
If we allowed `.` being treated < i > automagically< / i > as `-> ` in C when used on pointers to structs,< br / >
how much existing C code would be broken?< br / >
< / p >
< / blockquote >
< / div >
< / li >
< / ol >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.1.2.< / span > < a href = "https://youtu.be/0rJ94rbdteE" > Rust 让你感觉像个天才< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.1.3.< / span > < a href = "https://youtu.be/nfF91Z6fqGk" > CMD 登录B站< / a > < / h4 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 2.1.4.< / span > < a href = "https://youtu.be/jlPaby7suOc" > Every Clojure Talk Ever< / a > < / h4 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 2.1.5.< / span > < a href = "https://youtu.be/Fq9chEBQMFE" > what if I try to malloc too much memory< / a > < / h4 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 2.1.6.< / span > < a href = "https://youtu.be/zJ-8DZhzBEE" > what your favourite pl says about you< / a > < / h4 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 2.1.7.< / span > < a href = "https://youtu.be/Utse8P_L8k0" > ArcaOS: Modern OS/2 < / a > < / h4 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 2.1.8.< / span > < a href = "https://youtu.be/1z0ULvg_pW8" > 集线器,交换机和路由器的区别< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-1-8" >
2022-12-02 12:45:26 +08:00
< / div >
< ol class = "org-ol" >
< li > < a > < / a > < a href = "https://youtu.be/TIiQiw7fpsU" > MAC Address Explained< / a > < br / > < / li >
< li > < a > < / a > < a href = "https://youtu.be/6_giEv20En0" > Subnets vs VLANs< / a > < br / > < / li >
< / ol >
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.1.9.< / span > < a href = "https://youtu.be/UNkHditYGls" > I coded a fractal on an Apple II+< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.1.10.< / span > < a href = "https://youtu.be/p8u_k2LIZyo" > Fast Inverse Square Root — A Quake III Algorithm< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-1-10" >
2022-12-02 12:45:26 +08:00
< p >
< code > 0x5f3759df< / code > < br / >
< / p >
< / div >
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.1.11.< / span > < a href = "https://www.youtube.com/playlist?list=PLknodeJt-I5H_zK-udgi5XhhYrnDoLHkP" > Gavin Freeborn: Commandline tools and tips< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
2022-12-03 22:44:30 +08:00
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 2.2.< / span > < a href = "https://www.youtube.com/@Computerphile" > Computerphile< / a > < / h3 >
< div class = "outline-text-3" id = "text-2-2" >
< / div >
2022-12-02 12:45:26 +08:00
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.2.1.< / span > < a href = "https://youtu.be/BAo5C2qbLq8" > Network Time Protocol (NTP)< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.2.2.< / span > < a href = "https://youtu.be/d7KHAVaX_Rs" > Just In Time (JIT) Compilers< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 2.3.< / span > Cyber Security< / h3 >
< div class = "outline-text-3" id = "text-2-3" >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.3.1.< / span > LiveOverflow< / h4 >
< div class = "outline-text-4" id = "text-2-3-1" >
2022-12-02 12:45:26 +08:00
< / div >
2022-12-03 22:44:30 +08:00
< ol class = "org-ol" >
< li > < a > < / a > < a href = "https://www.youtube.com/playlist?list=PLhixgUqwRTjwvBI-hmbZ2rpkAl4lutnJG" > Minecraft HACKED< / a > < br / > < / li >
< li > < a > < / a > < a href = "https://youtu.be/x_R1DeZxGc0" > Discover Vulnerabilities in Intel CPUs!< / a > < br / > < / li >
< li > < a > < / a > < a href = "https://youtu.be/UeAKTjx_eKA" > Student Finds Hidden Devices in the College Library< / a > < br / > < / li >
< li > < a > < / a > < a href = "https://youtu.be/MS7WRuzNYDc" > is leaking your IP really dangerous< / a > < br / > < / li >
< li > < a > < / a > < a href = "https://youtu.be/oJ6t7AImTdE" > CSS Keylogger - old is new again< / a > < br / > < / li >
< / ol >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.3.2.< / span > < a href = "https://youtu.be/2--1ph-4IaY" > shit express hacked< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.3.3.< / span > < a href = "https://www.youtube.com/playlist?list=PL5--8gKSku15NSeLgrZX9hSEnqPTWoSJ0" > DT: Privacy & Security< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.3.4.< / 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-3-4" >
2022-12-02 12:45:26 +08:00
< p >
"Security is a journey, not a destination!"< br / >
< / p >
< / div >
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.3.5.< / span > < a href = "https://youtu.be/S4E4yAktjug?t=998" > How To Become Invisible Online # level 3< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.3.6.< / span > < a href = "https://youtu.be/I4_ide0tEG8" > JH: zip files & hack… (CVE-2022-1271 zgrep/gzip)< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 2.4.< / span > Math< / h3 >
< div class = "outline-text-3" id = "text-2-4" >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.4.1.< / span > < a href = "https://youtu.be/KufsL2VgELo" > Group Theory< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.4.2.< / span > < a href = "https://youtu.be/3gyHKCDq1YA" > p-adic Numbers: 2 ^ 10n< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.4.3.< / span > < a href = "https://youtu.be/4nG49xTTjIA" > The Real Reason Why Negative Times Negative is Positive, Intro to Rings< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.4.4.< / span > < a href = "https://youtu.be/v_HeaeUUOnc" > How to Take the Factorial of Any Number< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.4.5.< / span > < a href = "https://youtu.be/NJCiUVGiNyA" > Coding a 3D Fractal: Mandelbulb< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 2.5.< / span > Minecraft< / h3 >
< div class = "outline-text-3" id = "text-2-5" >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.5.1.< / span > < a href = "https://youtu.be/VKydXD6Lr20" > Mojang & Minecraft 开始衰落了吗?< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.5.2.< / span > < a href = "https://youtu.be/Y9DIIh0s9cg" > SciCraft Update Plans< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.5.3.< / span > < a href = "https://youtu.be/m5S0gLgg2rs" > Tantan: MC + Fez< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 2.6.< / span > ?< / h3 >
< div class = "outline-text-3" id = "text-2-6" >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.6.1.< / span > < a href = "https://www.youtube.com/c/IceGuye" > IceGuye aka 姑射冰尘< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-6-1" >
2022-12-02 12:45:26 +08:00
< p >
< a href = "https://odysee.com/@IceGuye" > on odysee(lbry)< / a > < br / >
< / p >
< / div >
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.6.2.< / span > < a href = "https://youtu.be/IS5ycm7VfXg" > Homemade Silicon Chips!< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.6.3.< / span > < a href = "https://youtu.be/4IaOeVgZ-wc" > Why I'm Suing YouTube.< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-6-3" >
2022-12-02 12:45:26 +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 / >
— 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 / >
< / p >
< / blockquote >
< / div >
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.6.4.< / 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-6-4" >
2022-12-02 12:45:26 +08:00
< / div >
< ol class = "org-ol" >
< li > < a > < / a > < a href = "https://youtu.be/2CnAzLB0OjU" > DT: As The Web Grows Bigger, It Seems Smaller< / a > < br / > < / li >
< / ol >
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.6.5.< / span > < a href = "https://youtu.be/Rsxao9ptdmI" > Beating 5 Scam Arcade Games with Science< / a > < / h4 >
< div class = "outline-text-4" id = "text-2-6-5" >
2022-12-02 12:45:26 +08:00
< p >
街机科学家~< br / >
< / p >
< / div >
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.6.6.< / span > < a href = "https://youtube.com/playlist?list=PLgE-9Sxs2IBVgJkY-1ZMj0tIFxsJ-vOkv" > BBS The Documentary(8)< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 2.6.7.< / span > < a href = "https://youtu.be/k35uDHs7Z9E" > DT: A Disturbing Descent Into The Mind Of A Mad Man< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< / div >
< div class = "outline-2" >
< h2 > < span class = "section-number-2" > 3.< / span > r< / h2 >
< div class = "outline-text-2" id = "text-3" >
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 3.1.< / span > < a href = "https://www.reddit.com/r/unixporn/" > unixporn< / a > < / h3 >
< div class = "outline-text-3" id = "text-3-1" >
< / div >
< div class = "outline-4" >
< h4 > < 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 >
< / div >
< div class = "outline-4" >
< h4 > < 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 >
< / div >
< div class = "outline-4" >
< h4 > < 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 >
< / div >
< div class = "outline-4" >
< h4 > < 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 >
< / div >
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 3.2.< / span > < a href = "https://www.reddit.com/r/ProgrammerHumor" > ProgrammerHumor< / a > < / h3 >
< div class = "outline-text-3" id = "text-3-2" >
< / div >
< div class = "outline-4" >
< h4 > < 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 >
< / div >
< div class = "outline-4" >
< h4 > < 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 >
< / div >
< div class = "outline-4" >
< h4 > < span class = "section-number-4" > 3.2.3.< / span > < a href = "https://www.reddit.com/r/ProgrammerHumor/comments/mr8gqx/new_episode_of_electricianhumor/" > New episode of ElectricianHumor< / a > < / h4 >
< / div >
< / div >
< / div >
< div class = "outline-2" >
2022-12-03 22:44:30 +08:00
< h2 > < span class = "section-number-2" > 4.< / span > Mail< / h2 >
2022-12-02 12:45:26 +08:00
< div class = "outline-text-2" id = "text-4" >
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 4.1.< / span > < a href = "https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00005.html" > GNU C Language Intro and Reference Manual< / a > < / h3 >
2022-12-02 12:45:26 +08:00
< div class = "outline-text-3" id = "text-4-1" >
2022-12-03 22:44:30 +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 >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 4.2.< / span > < a href = "https://news-web.php.net/php.internals/70691" > PHP function hashing mechanism was strlen()< / a > < / h3 >
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 4.3.< / span > < a href = "https://swtch.com/duffs-device/td-1983.txt" > Duffs device< / a > < / h3 >
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 4.4.< / span > < a href = "https://lists.freedesktop.org/archives/systemd-devel/2022-September/048352.html" > Support for unmerged-usr systems will be REMOVED< / a > < / h3 >
< / div >
< / div >
< div class = "outline-2" >
< h2 > < span class = "section-number-2" > 5.< / span > Other< / h2 >
< div class = "outline-text-2" id = "text-5" >
< / div >
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 5.1.< / span > < a href = "https://en.wikipedia.org/wiki/Python_(missile)" > Python-5< / a > < / h3 >
< div class = "outline-text-3" id = "text-5-1" >
2022-12-02 12:45:26 +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 >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 5.2.< / span > < a href = "http://cat-v.org/" > cat -v< / a > < / h3 >
< div class = "outline-text-3" id = "text-5-2" >
2022-12-02 12:45:26 +08:00
< p >
not only harmful stuff < 3< br / >
< / p >
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 5.3.< / span > < a href = "https://joinfediverse.wiki/" > fediverse wiki< / a > < / h3 >
< div class = "outline-text-3" id = "text-5-3" >
2022-12-02 12:45:26 +08:00
< p >
The Fediverse is a giant Network of social media platforms< br / >
< / p >
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 5.3.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-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 5.4.< / 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-12-02 12:45:26 +08:00
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 5.5.< / 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-5-5" >
2022-12-02 12:45:26 +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 >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 5.6.< / span > < a href = "https://www.gilesorr.com/wm/" > The Window Manager Report< / a > < / h3 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 5.7.< / span > < a href = "https://ghinda.net/oxygenos/" > oxygenos< / a > < / h3 >
< div class = "outline-text-3" id = "text-5-7" >
2022-12-02 12:45:26 +08:00
< p >
his final year project in high school, 2008< br / >
a webos using oxygen visual design< br / >
< / p >
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 5.8.< / span > < a href = "http://phrack.org" > Phrack Magazine< / a > < / h3 >
< div class = "outline-text-3" id = "text-5-8" >
2022-12-02 12:45:26 +08:00
< p >
worth reading< br / >
< / p >
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 5.8.1.< / span > < a href = "http://phrack.org/issues/49/14.html" > Smashing The Stack For Fun And Profit< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 5.8.2.< / span > < a href = "http://phrack.org/issues/70/15.html" > YouTube Security Scene - LiveOverflow!< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 5.9.< / span > < a href = "https://akrl.sdf.org/gccemacs.html" > gccemacs< / a > < / h3 >
< div class = "outline-text-3" id = "text-5-9" >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 5.9.1.< / span > < a href = "https://akrl.sdf.org/gccemacs_els2020.pdf" > slides_els2020< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 5.10.< / span > < a href = "https://tildeverse.org" > https://tildeverse.org< / a > < / h3 >
< div class = "outline-text-3" id = "text-5-10" >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 5.10.1.< / span > < a href = "https://quotes.tilde.chat" > https://quotes.tilde.chat< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 5.11.< / span > < a href = "http://decss.zoy.org" > 42 ways to distribute DeCSS< / a > < / h3 >
< div class = "outline-text-3" id = "text-5-11" >
2022-12-02 12:45:26 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 5.11.1.< / span > < a href = "http://www.cs.cmu.edu/~dst/DeCSS/Kesden/index.html" > Lecture 33: Content Scrambling System< / a > < / h4 >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 5.12.< / span > < a href = "https://custodians.online/chinese.html" > 声援 Library Genesis 和 Sci-Hub< / a > < / h3 >
2022-12-02 12:45:26 +08:00
< / div >
2022-12-03 12:03:32 +08:00
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 5.13.< / span > < a href = "https://tholman.com/cursor-effects/" > 90's Cursor Effects< / a > < / h3 >
< div class = "outline-text-3" id = "text-5-13" >
2022-12-03 12:03:32 +08:00
< / div >
< div class = "outline-4" >
2022-12-03 22:44:30 +08:00
< h4 > < span class = "section-number-4" > 5.13.1.< / span > < a href = "https://theuselessweb.com" > The Useless Web< / a > < / h4 >
2022-12-03 12:03:32 +08:00
< / div >
< / div >
< div class = "outline-3" >
2022-12-03 22:44:30 +08:00
< h3 > < span class = "section-number-3" > 5.14.< / span > < a href = "http://oldlinux.org" > OldLinux.org< / a > < / h3 >
2022-12-03 12:03:32 +08:00
< / div >
2022-12-02 12:45:26 +08:00
< / div >
< / div >
< div id = "postamble" class = "status" >
< p class = "author" > Author: dongdigua< / p >
2022-12-03 12:03:32 +08:00
< p class = "date" > Date: 2022-06-05 日 00:00< / p >
2022-12-03 22:44:30 +08:00
< p class = "date" > Build: 2022-12-03 六 22:45< / p >
2022-12-03 12:03:32 +08:00
< p > LICENCE: CC BY-NC-SA< / p >
< p > If you have any idea, please contact me! I may add your comment< / p >
2022-12-02 12:45:26 +08:00
< / div >
< / body >
< / html >