mirror.dongdigua.github.io/org/internet_collections.org

265 lines
16 KiB
Org Mode
Raw Normal View History

2022-09-15 11:33:55 +08:00
#+TAGS: elixir(e) rust(r) c(c) lisp(l) python(p)
2022-09-19 15:42:43 +08:00
#+TAGS: lowlevel(w) frontend(f) backend(b) emacs(m) hack(h) algorithm(a) linux(x) iot(i)
#+TAGS: rssable(s) rssub(u)
2022-09-11 11:20:31 +08:00
#+OPTIONS: toc:1
#+OPTIONS: ^:{}
2022-07-25 11:57:54 +08:00
#+TITLE: Internet Collections
2022-09-15 17:18:00 +08:00
#+DATE: <2022-06-05 日>
2022-07-25 11:57:54 +08:00
* 一些(个人)博客收集
2022-09-09 16:08:21 +08:00
** [[http://www.paulgraham.com/todo.html][Paul Graham]]
2022-08-20 21:42:16 +08:00
** [[http://www.qiusir.com/][qiusir]] :rssub:
2022-07-25 11:57:54 +08:00
** [[http://www.yinwang.org/][王垠]]
2022-08-20 21:42:16 +08:00
** [[http://ruanyifeng.com/blog/][阮一峰]] :rssub:
** [[http://www.hackdig.com/][黑客技术]] :hack:
really good website, butt, no rss
2022-07-25 11:57:54 +08:00
** [[https://shakaianee.top/][易姐]]
2022-09-19 15:42:43 +08:00
** [[https://blog.stdio.io/1385][King's way]] :hack:iot:
** [[https://floooh.github.io/][floooh(The Brain Dump)]] :c:
07 年开始, cpu emulator
2022-09-19 15:42:43 +08:00
*** [[https://floooh.github.io/2017/12/10/z80-emu-evolution.html][2017: Z80 Emu Evolution]]
*** [[https://floooh.github.io/2021/12/17/cycle-stepped-z80.html][2021: A new cycle-stepped Z80 emulator]]
*** [[https://floooh.github.io/2019/09/27/modern-c-for-cpp-peeps.html][Modern C for C++ Peeps]]
#+BEGIN_QUOTE
Modern C is not a subset of C++
#+END_QUOTE
** [[https://xiaosong.fun/][小耸]] :c:
*** [[https://xiaosong.fun/2022/01/01/lock-free-base-queue/][无锁编程基础与无锁队列的实现]]
*** [[https://xiaosong.fun/2020/05/04/bug-and-mos/][打蚊子与找bug]]
2022-07-25 11:57:54 +08:00
** [[https://piaogewala.ga/][这可太刑了]]
学习通事件相关
** [[https://www.cnblogs.com/zhongwencool/][写着写着就懂了]] :elixir:
elixir/erlang大佬, 公众号: HelloElixir
2022-09-19 15:42:43 +08:00
** [[http://blog.lujun9972.win/emacs-document/][lujun9972]] :emacs:rssub:
超~~~多emacs
** [[https://www.wenhui.space/docs][文辉的烂笔头]] :lowlevel:
CPU, IC, ARM
#+BEGIN_QUOTE
2022-07-25 11:57:54 +08:00
第一次查过的问题,就应该记下来 !
第二次再查的问题,就必须记下来 !
2022-09-19 15:42:43 +08:00
#+END_QUOTE
*** [[https://www.wenhui.space/docs/08-ic-design/cpu/meltdown-and-spectre/][浅谈熔断和幽灵]]
*** [[https://www.wenhui.space/docs/02-emacs/org_mode_table_align/][解决Org-Mode表格不对齐问题]]
2022-09-20 09:14:26 +08:00
更纱黑体 使中文恰好为英文宽度两倍
使用字体比 valign 更通用, 但是不好看
2022-07-25 11:57:54 +08:00
** [[http://scinart.is-programmer.com/][scinart]] :lisp:
13年最后更新
** [[http://bzhang.lamost.org/website/][bozhang]] :rssable:
2022-07-25 11:57:54 +08:00
05 年开始, 天文学
** [[https://www.luogu.com.cn/blog/ivystorm/emacs-adventuredunnet-tong-guan-jiao-cheng][emacs dunnet 教程]] :emacs:
luogu
** [[https://iceguye.com/blog][IceGuye]]
** [[http://jujuba.me/][Ground Oddity]]
出国
2022-09-20 09:14:26 +08:00
*** [[http://jujuba.me/posts/program-analysis-via-llvm-pass.html][LLVM Pass来实现简化版taint analysis]]
2022-07-25 11:57:54 +08:00
** [[https://cireu.github.io/][NIL]] :emacs:
elisp
** [[https://www.cnblogs.com/zjjws/p/13346020.html][第 N 个质数]] :c:algorithm:
看不懂, 先收藏着
2022-09-19 15:42:43 +08:00
** [[https://www.coder.rs/][阳光少年(coder.rs)]] :rust:python:
2022-08-20 21:42:16 +08:00
** [[https://mrxn.net/][mrxn]] :hack:
2022-07-25 11:57:54 +08:00
网安
** [[http://incf19.com/yynotes/][include-yy]] :c:lisp:emacs:
2022-09-19 15:42:43 +08:00
许多东方的图诶
2022-09-20 09:14:26 +08:00
*** [[http://incf19.com/yynotes/posts/2021-10-25-14-蝴蝶效应与emacs动画][蝴蝶效应与emacs动画]]
*** [[http://www.incf19.com/yynotes/posts/2021-05-28-5-emacs的cl扩展][emacs cl-lib]]
2022-09-19 15:42:43 +08:00
#+BEGIN_QUOTE
Package cl is deprecated
#+END_QUOTE
2022-09-20 09:14:26 +08:00
*** [[http://incf19.com/yynotes/posts/2021-03-22-1-由(λ(x)(x x))看elisp与scheme之区别][由(λ(x)(x x))看elisp与scheme之区别]]
#+BEGIN_QUOTE
这个问题其实就是 Lisp-1 和 Lisp-2 的区别导致的
Lisp-1 的变量命名空间和函数命名空间是统一的,而在 Lisp-2 中两者是分开的
#+END_QUOTE
**** [[http://xahlee.info/emacs/emacs/lisp1_vs_lisp2.html][Xah Lee Lisp-1 vs Lisp-2]]
2022-07-25 11:57:54 +08:00
** [[https://stardiviner.github.io/][stardiviner]]
Coder & 文学
2022-09-19 15:42:43 +08:00
*** [[https://stardiviner.github.io/Blog/more-restrict-censorship-on-platforms.html][现在的审查确实相较于几年前要严格很多,难怪主流网站上大多都是娱乐内容了]]
2022-07-25 11:57:54 +08:00
** [[https://nihil.cc/posts/rust_closure_and_y/][Rust 闭包递归与 Y 组合子]] :rust:
2022-09-20 09:14:26 +08:00
** [[https://stevenbai.top/ethereum/以太坊evm笔记/][以太坊evm笔记]]
** [[https://sh.alynx.one/][Alynx Zhou]] :linux:rssable:
2022-07-25 11:57:54 +08:00
** [[https://coredumped.dev/][Core Dumped]] :rust:lowlevel:emacs:
VM
** [[https://liujiacai.net/][keep coding]] :rust:c:lowlevel:backend:
2022-09-12 17:52:04 +08:00
写代码的西瓜
*** [[https://emacstalk.github.io/][EmacsTalk]]
2022-07-27 11:26:45 +08:00
** [[https://winsphinx.github.io/][Cogito, ergo sum]] :rssable:
文学
** [[http://tomasp.net/][Tomas Petricek]] :rssub:
2022-09-19 15:42:43 +08:00
F#, M1(r0$0f+, very high quality
2022-07-27 11:26:45 +08:00
*** [[http://tomasp.net/commodore64][commodore64 BASIC]]
*** [[http://tomasp.net/blog/csharp-async-gotchas.aspx][async in C#(gotchas) and F#]]
2022-07-29 16:13:34 +08:00
** [[http://www.xianwaizhiyin.net/][弦外之音]] :c:lowlevel:
2022-09-19 15:42:43 +08:00
源码分析
2022-08-20 21:42:16 +08:00
** [[https://lightless.me/][lightless blog]] :hack:
2022-08-07 13:08:23 +08:00
** [[https://bheisler.github.io/post/state-of-gpgpu-in-rust/][The State of GPGPU in Rust]] :rust:lowlevel:
2022-08-14 17:04:27 +08:00
** [[https://liyafu.com][Light & Truth]]
from ruanyifeng
** [[https://ghinda.net/][ghinda]] :frontend:
*** [[https://ghinda.net/oxygenos/][oxygenos]]
his final year project in high school, 2008
a webos using oxygen visual design
** [[https://www.zhihu.com/column/roartalk][知乎专栏: 嘶吼RoarTalk]] :hack:
回归最本质的信息安全
** [[https://litchipi.github.io/series/container_in_rust][Writing a container in Rust]]
** [[https://xeiaso.net/][Xe Iaso]] :rssub:
2022-09-19 15:42:43 +08:00
*** [[https://xeiaso.net/blog/series/v][series: V]]
**** [[https://xeiaso.net/blog/v-vaporware-2019-06-23][V for Vaporware]]
经典永流传~
*** [[https://xeiaso.net/blog/nim-and-tup-2015-06-10][Nim and Tup]]
** [[https://lantian.pub/][蓝天]]
大佬!
*** [[https://lantian.pub/article/chat/how-i-nuked-my-btrfs-partition.lantian/][我把硬盘换到了新电脑上,这是 Btrfs 上的数据发生的变化]]
2022-09-12 17:52:04 +08:00
[[https://lantian.pub/usr/uploads/202112/chubbyemu.jpg.thumb.png][presenting to the emergency room]]
*** [[https://lantian.pub/article/forward/foolish-code-typo.lantian/][最傻的代码错误:一个空格酿成的血案]]
*** [[https://lantian.pub/article/modify-website/static-build-tiny-docker-images.lantian/][静态编译制作微型 Docker 镜像]] [[https://lantian.pub/article/modify-website/4kb-infinite-sleep-docker-image.lantian/][制作只有 4KB 大小的永久挂起程序]]
*** [[https://lantian.pub/article/modify-website/serve-gopher-with-nginx.lantian/][用 nginx 建立 Gopher 网站]]
gopher://gopher.lantian.pub
2022-09-15 11:33:55 +08:00
** [[https://bryanbrattlof.com/][Bryan Brattlof]]
*** [[https://git.sr.ht/~bryanb/bootloaders-101/tree][ossu2022 bootloaders 101]]
** [[https://ulyc.github.io/][UlyC]] :python:
*** [[https://ulyc.github.io/2022/08/10/sourcehut-the-hackers-forge/][sourcehut, 一个反叛而又正统的代码托管平台]]
*** [[https://ulyc.github.io/2021/01/13/2021年-用更现代的方法使用PGP-上/][2021年, 用更现代的方法使用PGP]]
2022-09-18 12:10:57 +08:00
#+BEGIN_QUOTE
同样是非对称算法,为什么PGP的私钥就长这么多呢
因为他们用的算法不同比特币默认使用的是ECDSA的 secp256k1算法 该算法只是用来签名和认证,并不用来加密
(signify 也只用于签名和认证,所以密钥也比较短)
#+END_QUOTE
2022-09-15 11:33:55 +08:00
**** [[https://spwo.notion.site/GitHub-6b1e1d57f52c4664bff61cadb3f9cb8d][震惊! 竟然有人在 GitHub 上冒充我的身份!]]
*** [[https://ulyc.github.io/2019/08/01/初窥CORB/][Cross-Origin Read Blocking]]
2022-09-18 12:10:57 +08:00
** [[https://kernal.eu][kernal]]
Welcome to the darkest dungeon of kernal
*** [[https://kernal.eu/posts/linuxfx/][Dumping Linuxfx customers - A Windows-like distro including the spyware and activation]]
哈哈哈笑死了!
2022-09-20 09:14:26 +08:00
** [[https://blog.burntsushi.net/ripgrep/][ripgrep is faster than {grep, ag, git grep, ucg, pt, sift}]]
2022-08-14 17:04:27 +08:00
** B
*** [[https://blog.yangmame.org/][yanemame]]
2022-08-07 13:08:23 +08:00
猴哥推荐的
2022-08-14 17:04:27 +08:00
*** [[https://evanmeek.github.io/][我不会编程]]
B站: 美味的樱桃菌
*** [[https://yaocc.cc/][CC]] :linux:
B站: 称呼我C先生
*** [[https://www.lunaixsky.com/][lunaixsky]] :c:lowlevel:
2022-08-20 21:42:16 +08:00
*** [[https://endlesspeak.gitee.io/][EndlessPeak]] :linux:
2022-09-19 15:42:43 +08:00
** ZhiHu
*** [[https://zhuanlan.zhihu.com/p/138719668][用Go语言汇编计算fibonacci数列]] :lowlevel:
*** [[https://www.zhihu.com/column/c_1313110231912726528][倔强的程序员]]
编! 译! 原! 理!
*** [[https://www.zhihu.com/column/c_185117725][知乎专栏: 技术考古]]
plan9
2022-09-20 09:14:26 +08:00
** shenjack/HWS/fri3nds
2022-08-14 17:04:27 +08:00
*** [[http://www.z.org.cn/][老网虫]]
2022-09-20 09:14:26 +08:00
**** [[http://w.org.cn/user1/4/subject/72.html][中国IPv9调查]]
2022-08-14 17:04:27 +08:00
*** [[https://blog.yang-qwq.ml][yang-qwq]]
2022-08-20 21:42:16 +08:00
*** [[http://blog.zhanganzhi.com/][zhanganzhi]]
2022-09-19 15:42:43 +08:00
*** [[https://blog.bluemangoo.net/][芒果快评]]
今年的新博客, 友链有踏浪
2022-07-25 11:57:54 +08:00
* YouTube 收集(没有账号, 这就是我的收藏夹)
** Computer Science
*** [[https://youtu.be/gG00NgcdNEk][代码视频片头]]
java bad, python slow, nvidia fuck you, vi-sual studio, C艹 sucks
2022-07-25 11:57:54 +08:00
*** [[https://youtu.be/0rJ94rbdteE][Rust 让你感觉像个天才]]
*** [[https://youtu.be/nfF91Z6fqGk][CMD 登录B站]]
2022-09-20 09:14:26 +08:00
*** [[https://youtu.be/l0AmlU-4IRM][Rust aes加密(legacy)]]
2022-07-25 11:57:54 +08:00
*** [[https://youtu.be/hmMtQe_mYr0][tsoding helloworld in c]]
2022-09-20 09:14:26 +08:00
*** [[https://www.youtube.com/playlist?list=PLSiFUSQSRYAOFwfP-aMzXJlWKVyIuWfPU][stack-based virtual machine(6 episode)]] and [[https://youtu.be/cfPDeso3XwI][register-based(13 episode)]]
2022-07-29 16:13:34 +08:00
*** [[https://www.youtube.com/playlist?list=PLpM-Dvs8t0VY73ytTCQqgvgCWttV3m8LM][tsoding virtual machine in C]] , [[https://dongdigua.github.io/tsoding_bm][some notes]]
2022-07-25 11:57:54 +08:00
*** [[https://youtu.be/Fq9chEBQMFE][what if I try to malloc too much memory]]
*** [[https://youtu.be/qF7dkrce-mQ][fireship bitcoin]]
大概是我见过最好的讲区块链的视频了, 除了...JS 啊啊啊
2022-07-25 11:57:54 +08:00
*** [[https://youtu.be/zJ-8DZhzBEE][what your favourite pl says about you]]
*** [[https://youtu.be/ziXgdkTfmPU][tsoding irc client in ocaml]]
0:50 List.fold_left faster than fold_right, but haskell is opposite
1:00 I like ocaml, that's how python should look like,
but ocaml itself is not ideal, you have to take ocaml and throw O away, and that's perfect
1:03 to be fair p___hub is more interesting than this, that's for sure, so let's use Makefile (instead of dune)
1:50 sexplib?
2:14 "how many american server you have already hacked" - "I don't count them I'm sorry"
*** [[https://youtu.be/Utse8P_L8k0][ArcaOS: Modern OS/2 ]]
2022-09-18 12:10:57 +08:00
*** [[https://youtu.be/1z0ULvg_pW8][集线器,交换机和路由器的区别]]
2022-08-20 21:42:16 +08:00
**** [[https://youtu.be/pCcJFdYNamc][Default Gateway Explained]]
**** [[https://youtu.be/TIiQiw7fpsU][MAC Address Explained]]
**** [[https://youtu.be/6_giEv20En0][Subnets vs VLANs]]
2022-09-15 11:33:55 +08:00
*** [[https://youtu.be/UNkHditYGls][I coded a fractal on an Apple II+]]
2022-07-25 11:57:54 +08:00
2022-09-20 09:14:26 +08:00
** Cyber Security
*** [[https://youtube.be/TLa2VqcGGEQ][CVE-2021-3156 sudo]]
*** [[https://youtu.be/x_R1DeZxGc0][Discover Vulnerabilities in Intel CPUs!]]
*** [[https://youtu.be/2--1ph-4IaY][shit express hacked]]
*** [[https://www.youtube.com/playlist?list=PL5--8gKSku15NSeLgrZX9hSEnqPTWoSJ0][DT: Privacy & Security]]
*** [[https://youtu.be/QxNsyrftJ8I][Chris Titus Tech: The Biggest Linux Security Mistakes]]
"Security is a journey, not a destination!"
*** [[https://youtu.be/S4E4yAktjug?t=998][How To Become Invisible Online # level 3]]
2022-08-14 17:04:27 +08:00
** Math
*** [[https://youtu.be/KufsL2VgELo][Group Theory]]
*** [[https://youtu.be/3gyHKCDq1YA][p-adic Numbers: 2 ^ 10n]]
2022-09-18 12:10:57 +08:00
*** [[https://youtu.be/4nG49xTTjIA][The Real Reason Why Negative Times Negative is Positive, Intro to Rings]]
2022-08-14 17:04:27 +08:00
2022-07-25 11:57:54 +08:00
** Minecraft
*** [[https://youtu.be/VKydXD6Lr20][Mojang & Minecraft 开始衰落了吗?]]
*** [[https://youtu.be/Y9DIIh0s9cg][SciCraft Update Plans]]
*** [[https://youtu.be/m5S0gLgg2rs][Tantan: MC + Fez]]
*** [[https://www.youtube.com/playlist?list=PLhixgUqwRTjwvBI-hmbZ2rpkAl4lutnJG][Minecraft HACKED (LiveOverflow)]]
2022-07-25 11:57:54 +08:00
** ?
*** [[https://www.youtube.com/c/IceGuye][IceGuye aka 姑射冰尘]]
[[https://odysee.com/@IceGuye][on odysee(lbry)]]
*** [[https://www.youtube.com/playlist?list=PL5--8gKSku17duy2-GrOfQma5FwsKA9LC][DT: Odysee]]
2022-08-20 21:42:16 +08:00
*** [[https://youtu.be/IS5ycm7VfXg][Homemade Silicon Chips!]]
*** [[https://youtu.be/4IaOeVgZ-wc][Why I'm Suing YouTube.]]
#+BEGIN_QUOTE
a story about YouTubes intentional efforts to undermine the United States of America in collusion with the Russian government.
Its also a story about copyright infringement
— and YouTubes willful blindness to bad actors who openly admit to filing patently fraudulent DMCA counter-notifications to avoid the termination of their accounts.
#+END_QUOTE
*** [[https://youtu.be/RH3D1cpm6do][Yes, Everyone on the Internet Is a Loser.]]
I agree
2022-07-25 11:57:54 +08:00
2022-08-07 13:08:23 +08:00
* r
** [[https://www.reddit.com/r/unixporn/][unixporn]]
2022-08-20 21:42:16 +08:00
*** [[https://www.reddit.com/r/unixporn/comments/v6fsui/sway_family_reunionr/][reddit: family reunion]]
*** [[https://www.reddit.com/r/unixporn/comments/wkba0x/jwm_if_i_had_a_pda/][pocket pc]]
*** [[https://www.reddit.com/r/unixporn/comments/b83fex/win7_my_first_rice/][win7 :)]]
2022-08-20 21:42:16 +08:00
*** [[https://www.reddit.com/r/unixporn/comments/wtvj46/kde_cherry_blossoms/][[KDE] Cherry Blossoms]]
** [[https://www.reddit.com/r/ProgrammerHumor][ProgrammerHumor]]
*** [[https://www.reddit.com/r/ProgrammerHumor/comments/wpnvtg/microsoft_visual_rust_2018/][Microsoft Visual Rust]]
2022-08-20 21:42:16 +08:00
*** [[https://www.reddit.com/r/ProgrammerHumor/comments/wsw78u/regex_be_like/][MC enchant: regex be like...]]
2022-08-07 13:08:23 +08:00
2022-09-09 16:08:21 +08:00
* Hacker News
** [[https://news.ycombinator.com/item?id=32012566][A better formulation of DRY(Don't Repeat Yourself) is SPOT (Single Point Of Truth)]]
2022-07-25 11:57:54 +08:00
* Other
#+BEGIN_COMMENT
#+END_COMMENT
** [[https://en.wikipedia.org/wiki/Python_(missile)][Python-5]]
from [[https://youtu.be/8QP2fDBIxjM][tsoding's first porth video]], (he is using debian, 37:00 copilot xd)
2022-08-14 17:04:27 +08:00
** [[http://cat-v.org/][cat -v]]
not only harmful stuff <3
2022-08-07 13:08:23 +08:00
** http://sdf.org/
SDF Public Access UNIX System .. Est. 1987
2022-08-14 17:04:27 +08:00
** [[https://joinfediverse.wiki/][fediverse wiki]]
The Fediverse is a giant Network of social media platforms
2022-09-20 09:14:26 +08:00
*** there's another thing [[https://www.w3.org/TR/webmention/][webmention]] which I found from Xe's blog
** [[https://blog.stenmans.org/theBeamBook/][the beam book]] and [[https://learnyousomeerlang.com/content][learn you some erlang]]
** [[https://inadequacy.org/public/stories/2001.12.2.42056.2147.html][Adequacy: Is Your Son a Computer Hacker?]]
#+BEGIN_QUOTE
BSD, Lunix, Debian and Mandrake are all versions of an illegal hacker operation system,
invented by a Soviet computer hacker named Linyos Torovoltos.
#+END_QUOTE
** [[https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00005.html][GNU C Language Intro and Reference Manual]]
#+BEGIN_QUOTE
To any NSA and FBI agents reading my email: please consider
whether defending the US Constitution against all enemies,
foreign or domestic, requires you to follow Snowden's example.
#+END_QUOTE
2022-09-12 17:52:04 +08:00
** [[https://www.zhihu.com/question/20566787][如何解读EVA]]
#+BEGIN_QUOTE
人需不需要存在的意义
人需不需要互相之间完全理解
自我封闭是否是应对外界压力的合理方式
#+END_QUOTE
2022-09-19 15:42:43 +08:00
** [[https://www.gilesorr.com/wm/][The Window Manager Report]]