#+TAGS: elixir(e) rust(r) c(c) lisp(l) python(p) nim(n) #+TAGS: lowlevel(w) frontend(f) backend(b) algorithm(a) math(t) #+TAGS: hack(h) fun(u) wow(O) #+TAGS: emacs(m) linux(x) iot(i) plan9(9) BSD(B) #+OPTIONS: toc:1 ^:{} #+TITLE: Internet Collections #+DATE: <2022-06-05 日> * 一些(个人)博客收集 :PROPERTIES: :CUSTOM_ID: blog :END: #+TAGS: rssable(s) rssub(u) gopher(g) #+BEGIN_SRC text _ ___ /\ / _ ._ _|_ _. o ._ |\/| _. _ o _ _. | | ._ _| _ /--\ \_ (/_ | |_ (_| | | | | | (_| (_| | (_ (_| | _|_ | | (_| (/_ >< _| #+END_SRC ** [[http://www.paulgraham.com/todo.html][Paul Graham]] ** [[http://www.qiusir.com/][qiusir]] :rssub: ** [[http://xahlee.info][XahLee]] #+ATTR_HTML: :width 256px [[http://xahlee.info/emacs/misc/i/Marisa_Kirisame_emacs_magic.png]] ** [[http://www.yinwang.org/][王垠]] ** [[http://ruanyifeng.com/blog/][阮一峰]] :rssub: ** [[http://www.hackdig.com/][黑客技术]] :hack: really good website, butt, no rss ** [[https://bford.info][Bryan Ford]] leads the [[https://dedis.epfl.ch][Decentralized/Distributed Systems (DEDIS) lab]] #+BEGIN_QUOTE Two Principles of Deadlines: 1. All deadlines converge on the same day—Deadline Day. 2. Every day is Deadline Day. #+END_QUOTE *** [[https://bford.info/pub/net/p2pnat/][Peer-to-Peer Communication Across Network Address Translators]] :wow: ** [[https://shakaianee.top/][社会易姐]] ** [[https://floooh.github.io/][floooh(The Brain Dump)]] :c: 07 年开始, cpu emulator *** [[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://coredumped.dev/][Core Dumped]] :rust:lowlevel:emacs: all 7 article are of high quality ** [[https://blog.stdio.io][King's way]] :hack:iot: *** [[https://blog.stdio.io/438][Linux内核学习阶段小结 (MOOC)]] *** [[https://blog.stdio.io/1411][那些玩出花的“加速”/“隧道”工具]] **** [[https://blog.stdio.io/471][OpenWRT 绕过校园天翼宽带客户端限制(ppp)]] *** [[https://blog.stdio.io/935][一次意外的 hello world 探索之旅]] ** [[https://xiaosong.fun/][小耸]] :c: *** [[https://xiaosong.fun/2022/01/01/lock-free-base-queue/][无锁编程基础与无锁队列的实现]] *** [[https://xiaosong.fun/2020/11/05/tcp-shake/][为什么TCP是三次握手?而不是两次或四次?]] *** [[https://xiaosong.fun/2020/05/04/bug-and-mos/][打蚊子与找bug]] :fun: ** [[https://piaogewala.ga/][这可太刑了]] 学习通事件相关 ** [[https://www.cnblogs.com/zhongwencool/][写着写着就懂了]] :elixir: elixir/erlang大佬, 公众号: HelloElixir ** [[http://blog.lujun9972.win][lujun9972]] :emacs:rssub: 超~~~多emacs *** [[http://blog.lujun9972.win/emacs-document/][emacs document]] ** [[https://www.wenhui.space/docs][文辉的烂笔头]] :lowlevel: CPU, IC, ARM #+BEGIN_QUOTE 第一次查过的问题,就应该记下来 ! 第二次再查的问题,就必须记下来 ! #+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表格不对齐问题]] 更纱黑体 使中文恰好为英文宽度两倍, 使用字体比 valign 更通用, 但是不好看 ** [[http://scinart.is-programmer.com/][scinart]] :lisp: 13年最后更新 ** [[http://bzhang.lamost.org/website/][bozhang]] :rssable: 05 年开始, 天文学 ** [[https://www.luogu.com.cn/blog/ivystorm/emacs-adventuredunnet-tong-guan-jiao-cheng][luogu blog: emacs dunnet 教程]] :emacs: ** [[https://iceguye.com/blog][IceGuye]] ** [[http://jujuba.me/][Ground Oddity]] 出国 *** [[http://jujuba.me/posts/program-analysis-via-llvm-pass.html][LLVM Pass来实现简化版taint analysis]] *** [[http://jujuba.me/posts/taste-of-code.html][代码的taste]] :wow: #+ATTR_HTML: :width 400px [[http://jujuba.me/imgs/linus-on-TED.png]] ** [[https://cireu.github.io/2019/09/17/lisp-setf/][NIL: setf 中「f」的本意]] ** [[https://www.cnblogs.com/zjjws/p/13346020.html][第 N 个质数]] :c:algorithm: 看不懂, 先收藏着 ** [[https://mrxn.net/][mrxn]] :hack: 网安, data-leak ** [[http://incf19.com/yynotes/][include-yy]] :c:lisp:emacs: 许多东方的图诶 *** [[http://incf19.com/yynotes/posts/2021-10-25-14-蝴蝶效应与emacs动画][蝴蝶效应与emacs动画]] *** [[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]] ** [[https://nihil.cc][Nihil]] :rust: *** [[https://nihil.cc/posts/rust_closure_and_y/][Rust 闭包递归与 Y 组合子]] **** [[https://cps.ninja/2020/04/13/deriving-y-combinator/][行侠何须仗名剑: 推导 Y Combinator]] **** [[https://www.functor.me/post/programming/y-combinator][functor.me: 从零开始理解 Y 组合子]] *** [[https://nihil.cc/posts/gnu_c_ext/][GNU C 一些有趣的扩展语法]] *** [[https://nihil.cc/posts/shell-redirect/][特别全面! Shell 中的管道、重定向、进程替换]] ** [[https://liujiacai.net/][keep coding]] :rust:c:lowlevel:backend: 写代码的西瓜 *** [[https://emacstalk.github.io/][EmacsTalk]] *** [[https://liujiacai.net/blog/2022/04/30/modern-c/][现代化 C]] :c: *** [[https://liujiacai.net/blog/2018/06/15/garbage-collection-intro/][深入浅出垃圾回收(1/4)]] ** [[http://tomasp.net/][Tomas Petricek]] :rssub: F#, M1(r0$0f+, very high quality *** [[http://tomasp.net/commodore64][commodore64 BASIC]] *** [[http://tomasp.net/blog/csharp-async-gotchas.aspx][async in C#(gotchas) and F#]] ** [[http://www.xianwaizhiyin.net/][弦外之音]] :c:lowlevel: 源码分析 *** [[https://www.xianwaizhiyin.net/?cat=24][state-thread 源码分析]] ** [[https://lightless.me/categories.html][lightless blog]] :hack: ** [[https://bheisler.github.io/post/state-of-gpgpu-in-rust/][The State of GPGPU in Rust]] :rust:lowlevel: ** [[https://litchipi.github.io/series/container_in_rust][Writing a container in Rust]] *** [[https://litchipi.github.io/infosec/2022/07/08/copyit-until-you-makeit.html][Copy it until you make it]] ** [[https://xeiaso.net/][Xe Iaso]] :rssub: *** [[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://xeiaso.net/blog/openssl-alarm-fatigue][OpenSSL gave everyone alarm fatigue]] funny byte #+BEGIN_SRC diff --- a/crypto/punycode.c +++ b/crypto/punycode.c @@ -181,7 +181,7 @@ int ossl_punycode_decode(const char *pEncoded, const size_t enc_len, 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, #+END_SRC *** [[https://xeiaso.net/blog/rip-twitter][Goodbye Twitter, Hello Fediverse!]] ** [[https://lantian.pub/][蓝天]] 大佬! *** [[https://lantian.pub/article/chat/how-i-nuked-my-btrfs-partition.lantian/][我把硬盘换到了新电脑上,这是 Btrfs 上的数据发生的变化]] [[https://lantian.pub/usr/uploads/202112/chubbyemu.jpg.thumb.png]] *** [[https://lantian.pub/article/forward/foolish-code-typo.lantian/][最傻的代码错误:一个空格酿成的血案]] *** [[https://lantian.pub/article/modify-website/serve-gopher-with-nginx.lantian/][用 nginx 建立 Gopher 网站]] :gopher: *** [[https://lantian.pub/article/modify-website/dn42-experimental-network-2020.lantian/][DN42 实验网络介绍及注册教程]] **** [[https://lantian.pub/article/modify-website/how-to-kill-the-dn42-network.lantian/][如何引爆 DN42 网络]] ** [[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]] #+BEGIN_QUOTE 同样是非对称算法, 为什么PGP的私钥就长这么多呢? 因为他们用的算法不同, 比特币默认使用的是ECDSA的 secp256k1算法, 该算法只是用来签名和认证, 并不用来加密 (signify 只用于签名认证, age 只用于加密, 所以密钥也比较短) #+END_QUOTE **** [[https://spwo.notion.site/GitHub-6b1e1d57f52c4664bff61cadb3f9cb8d][震惊! 竟然有人在 GitHub 上冒充我的身份!]] *** [[https://ulyc.github.io/2019/08/01/初窥CORB/][Cross-Origin Read Blocking]] ** [[https://kernal.eu][kernal]] Welcome to the darkest dungeon of kernal *** [[https://kernal.eu/posts/linuxfx/][Dumping Linuxfx customers]] :fun: A Windows-like distro including the spyware and activation ** [[https://vimacs.wehack.space/laptop/][vimacs]] Written with Vim and Emacs. A member of Linux Club of Peking University. with cat-v-like sidebar style *** [[https://vimacs.wehack.space/matrix-guide/][矩阵一入深似海, 从此电幕是路人]] **** [[https://citizenlab.ca/2016/11/wechat-china-censorship-one-app-two-systems/][微信一app两制]] *** [[https://vimacs.wehack.space/Mail-vs-IM.htm][谈电子邮件和即时通讯]] ** [[http://www.matrix67.com/blog/][Matrix67]] :math: The Aha Moments *** [[http://www.matrix67.com/blog/archives/6039][用三段 140 字符以内的代码生成一张 1024×1024 的图片]] *** [[http://www.matrix67.com/blog/archives/7084][16 年后重谈 P 和 NP]] *** [[http://localhost-8080.com/][❤ localhost-8080]] ** [[https://nyxt.atlas.engineer/article/gopher.org][Nyxt: Why should I care about Gopher?]] :gopher: By making something a little bit more inaccessible, we are inadvertently putting a filter on what is being posted. #+BEGIN_QUOTE This makes it a great way to avoid a lot of the low effort noise published on popular/accessible platforms. As a result, Gopher is full of interesting, enriching, high quality content. The authors are posting out of passion, and with great commitment. Don't get me wrong, there's nonsense on Gopher too, but far less of it. #+END_QUOTE *** [[https://www.orangeclk.com/2022/08/22/eternal-september-community-locals/][社区本地人与永恒的九月(Eternal September)]] #+BEGIN_QUOTE 几乎所有大众互联网社区都难逃此宿命。要想避免永恒九月,社区必须要足够克制,有节奏地引导新人加入。 但是过去20年互联网行业大发展的基本模式就是吸引大量用户、获取大平台地位、取得超额收益。 用户量是商业成功的互联网平台所必须追求的第一目标。要想获得商业成功,永恒九月来得越早越凶猛越好。 #+END_QUOTE #+ATTR_HTML: :width 256px [[https://upload.wikimedia.org/wikipedia/commons/d/d7/Internet_is_Full_-_Go_Away_t-shirt.jpg]] ** TODO [[https://petermolnar.net/index.html][Peter 's Homepage]] :rssub: #+BEGIN_QUOTE 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+++* #+END_QUOTE *** [[https://petermolnar.net/article/gopher][Gopher? Gopher.]] ** [[https://secretgeek.github.io/html_wysiwyg/][巧用 CSS 显示 HTML 源码]] ** [[https://phenix3443.github.io/notebook/][phenix3443]] :c:emacs: 刘尚亮 *** [[https://phenix3443.github.io/notebook/emacs/modes/use-package-manual.html][use-package manual]] *** [[https://phenix3443.github.io/notebook/emacs/emacs-startup-process.html][Emacs 启动过程介绍]] *** [[https://phenix3443.github.io/notebook/c/tinyhttpd-analysis.html][TinyHTTPd 源码分析]] ** [[https://julienblanchard.com][julienblanchard/typed-hole]] :plan9: *** [[https://pmikkelsen.com][pmikkelsen]] ** [[https://konfou.xyz][Konstantinos Foutzopoulos]] *** [[https://konfou.xyz/posts/unix-filesystem-hierarchy/][Unix filesystem hierarchy]] *** [[https://konfou.xyz/posts/pantheon-of-distributed-operating-systems/][pantheon of distributed operating systems]] *** [[https://konfou.xyz/posts/urbit-an-alien-system-software/][Urbit, an alien system software]] ** [[http://www.jinbuguo.com][金步国作品集]] :lowlevel:linux: kernel, LFS ** [[https://blog.pg999w.top/too-many-channels/][Too many channels in Rust but only one in Go]] :rust: ** [[https://bugs.xdavidhu.me/google/2022/11/10/accidental-70k-google-pixel-lock-screen-bypass/][Accidental $70k Google Pixel Lock Screen Bypass]] ** [[https://mthli.xyz][Matthew Lee]] *** [[https://mthli.xyz/duff-device/][深入理解达夫设备]] *** [[https://mthli.xyz/stackful-stackless/][有栈协程与无栈协程]] **** [[https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html][PuTTY's author: Coroutines in C]] :wow: #+BEGIN_SRC c // Black Magic #define crBegin static int state=0; switch(state) { case 0: #define crReturn(x) do { state=__LINE__; return x; case __LINE__:; } while (0) #define crFinish } int function(void) { static int i; crBegin; for (i = 0; i < 10; i++) crReturn(i); crFinish; } #+END_SRC ** [[https://magcius.github.io/xplain/article/][explain X window system]] ** [[https://madaidans-insecurities.github.io][Security & Privacy Evaluations]] *** [[https://madaidans-insecurities.github.io/guides/linux-hardening.html][Linux Hardening Guide]] ** [[https://isamert.net/2022/03/16/global-interactive-emacs-functions.html][Global interactive Emacs functions]] ** B *** [[https://blog.yangmame.org/][yanemame]] 猴哥推荐的 *** [[https://evanmeek.github.io/][我不会编程]] EvanMeek B站: 美味的樱桃菌 *** [[https://yaocc.cc/][CC]] :linux: B站: 称呼我C先生 *** [[https://blog.lunaixsky.com/][lunaixsky]] :c:lowlevel: *** [[https://endlesspeak.gitee.io/][EndlessPeak]] :linux: *** [[https://hackflow.org][GNUman]] **** [[https://hackflow.org/index.php/archives/124][谈 HTTPS 协议的缺陷与反 HTTPS 联盟的谬误]] *** [[https://sh.alynx.one/][Alynx Zhou]] 口琴 **** [[https://sh.alynx.one/posts/Linux-Mooncake-Jokes/][Linux 用户的月饼食用手册]] :fun: **** [[https://sh.alynx.one/posts/Do-Not-Fill-My-Email-with-Silly-Ads/][不要拿愚蠢的广告来污染我的邮箱]] **** [[https://sh.alynx.one/posts/Proxy-Settings/][Linux 下面常见的代理设置]] ** 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: plan9 *** [[https://www.zhihu.com/column/roartalk][专栏: 嘶吼RoarTalk]] :hack: 回归最本质的信息安全 *** [[https://zhuanlan.zhihu.com/p/464565089][我抵制Notepad++的理由]] *** [[https://www.zhihu.com/question/20566787][如何解读EVA]] #+BEGIN_QUOTE 人需不需要存在的意义 人需不需要互相之间完全理解 自我封闭是否是应对外界压力的合理方式 #+END_QUOTE *** [[https://linux.cn/article-14388-1.html][linuxcn: 少年黑客对自由软件的自由漫谈]] linuxcn 里唯一一个让我感觉很有必要把链接放在这的文章 *** [[https://zhuanlan.zhihu.com/p/580368831][Z-library 域名被扣押,应急访问办法]] #+BEGIN_SRC text use the power of tor: http://zlibrary24tuxziyiyfr7zd46ytefdqbqd2axkmxm4o5374ptpc52fad.onion http://loginzlib2vrak5zzpcocc3ouizykn6k5qecgj2tzlnab5wcbqhembyd.onion http://loginzlib2vrak5zzpcocc3ouizykn6k5qecgj2tzlnab5wcbqhembyd.onion #+END_SRC ** shenjack/HWS/fri3nds *** [[http://www.z.org.cn/][老网虫]] *** [[https://blog.yang-qwq.ml][yang-qwq]] *** [[http://blog.zhanganzhi.com/][zhanganzhi]] *** [[https://blog.bluemangoo.net/][芒果快评]] 今年的新博客, 友链有踏浪 * YouTube 收集(没有账号, 这就是我的收藏夹) :PROPERTIES: :CUSTOM_ID: yt :END: # I think the quality of DT's video is falling ** Computer Science *** [[https://tsoding.org][tsoding]] **** [[https://youtu.be/hmMtQe_mYr0][helloworld in c]] **** [[https://www.youtube.com/playlist?list=PLpM-Dvs8t0VY73ytTCQqgvgCWttV3m8LM][virtual machine in C]] , [[https://dongdigua.github.io/tsoding_bm][some notes]] **** [[https://youtu.be/ziXgdkTfmPU][irc client in ocaml]] #+BEGIN_QUOTE 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" #+END_QUOTE **** [[https://youtu.be/67FmRyv8jTM][Parsing Java Bytecode with Python]] 0:05 look how TINY Java code is 0:06 nonono all the opensource are controlled by coporation actually, they create a text editor plugin and sell the free code for $10 a month **** [[https://youtu.be/yKI-VOBBFu8][Hacking TCC compiler]] #+BEGIN_QUOTE If we allowed `.` being treated /automagically/ as `->` in C when used on pointers to structs, how much existing C code would be broken? #+END_QUOTE *** [[https://youtu.be/0rJ94rbdteE][Rust 让你感觉像个天才]] *** [[https://youtu.be/nfF91Z6fqGk][CMD 登录B站]] *** [[https://youtu.be/jlPaby7suOc][Every Clojure Talk Ever]] *** [[https://youtu.be/Fq9chEBQMFE][what if I try to malloc too much memory]] *** [[https://youtu.be/zJ-8DZhzBEE][what your favourite pl says about you]] *** [[https://youtu.be/Utse8P_L8k0][ArcaOS: Modern OS/2 ]] *** [[https://youtu.be/1z0ULvg_pW8][集线器,交换机和路由器的区别]] **** [[https://youtu.be/TIiQiw7fpsU][MAC Address Explained]] **** [[https://youtu.be/6_giEv20En0][Subnets vs VLANs]] *** [[https://youtu.be/UNkHditYGls][I coded a fractal on an Apple II+]] *** [[https://youtu.be/p8u_k2LIZyo][Fast Inverse Square Root — A Quake III Algorithm]] =0x5f3759df= *** [[https://www.youtube.com/playlist?list=PLknodeJt-I5H_zK-udgi5XhhYrnDoLHkP][Gavin Freeborn: Commandline tools and tips]] ** [[https://www.youtube.com/@Computerphile][Computerphile]] *** [[https://youtu.be/BAo5C2qbLq8][Network Time Protocol (NTP)]] *** [[https://youtu.be/d7KHAVaX_Rs][Just In Time (JIT) Compilers]] *** [[https://youtu.be/PN7mPYcWFKg][Quantum Computing]] *** [[https://youtu.be/Qow8pIvExH4][Brain-Like (Neuromorphic) Computing]] **** [[http://bit.ly/C_AtomicBrain][Atomic Brain?]] ** Cyber Security *** LiveOverflow **** [[https://www.youtube.com/playlist?list=PLhixgUqwRTjwvBI-hmbZ2rpkAl4lutnJG][Minecraft HACKED]] **** [[https://youtu.be/x_R1DeZxGc0][Discover Vulnerabilities in Intel CPUs!]] **** [[https://youtu.be/UeAKTjx_eKA][Student Finds Hidden Devices in the College Library]] **** [[https://youtu.be/MS7WRuzNYDc][is leaking your IP really dangerous]] **** [[https://youtu.be/oJ6t7AImTdE][CSS Keylogger - old is new again]] *** [[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]] *** [[https://youtu.be/I4_ide0tEG8][JH: zip files & hack... (CVE-2022-1271 zgrep/gzip)]] ** Math *** [[https://youtu.be/KufsL2VgELo][Group Theory]] *** [[https://youtu.be/3gyHKCDq1YA][p-adic Numbers: 2 ^ 10n]] *** [[https://youtu.be/4nG49xTTjIA][The Real Reason Why Negative Times Negative is Positive, Intro to Rings]] *** [[https://youtu.be/v_HeaeUUOnc][How to Take the Factorial of Any Number]] *** [[https://youtu.be/NJCiUVGiNyA][Coding a 3D Fractal: Mandelbulb]] ** 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/c/IceGuye][IceGuye aka 姑射冰尘]] [[https://odysee.com/@IceGuye][on odysee(lbry)]] *** [[https://youtu.be/IS5ycm7VfXg][Homemade Silicon Chips!]] *** [[https://youtu.be/4IaOeVgZ-wc][Why I'm Suing YouTube.]] #+BEGIN_QUOTE a story about YouTube’s intentional efforts to undermine the United States of America in collusion with the Russian government. It’s also a story about copyright infringement — and YouTube’s 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.]] **** [[https://youtu.be/2CnAzLB0OjU][DT: As The Web Grows Bigger, It Seems Smaller]] *** [[https://youtu.be/Rsxao9ptdmI][Beating 5 Scam Arcade Games with Science]] 街机科学家~ *** [[https://youtube.com/playlist?list=PLgE-9Sxs2IBVgJkY-1ZMj0tIFxsJ-vOkv][BBS The Documentary(8)]] *** [[https://youtu.be/k35uDHs7Z9E][DT: A Disturbing Descent Into The Mind Of A Mad Man]] * r :PROPERTIES: :CUSTOM_ID: r :END: ** [[https://www.reddit.com/r/unixporn/][unixporn]] *** [[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 :)]] *** [[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]] *** [[https://www.reddit.com/r/ProgrammerHumor/comments/wsw78u/regex_be_like/][MC enchant: regex be like...]] *** [[https://www.reddit.com/r/ProgrammerHumor/comments/mr8gqx/new_episode_of_electricianhumor/][New episode of ElectricianHumor]] * Mail :PROPERTIES: :CUSTOM_ID: mail :END: #+BEGIN_SRC text [[[ 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_SRC ** [[https://news-web.php.net/php.internals/70691][PHP function hashing mechanism was strlen()]] ** [[https://swtch.com/duffs-device/td-1983.txt][Duffs device]] ** [[https://lists.freedesktop.org/archives/systemd-devel/2022-September/048352.html][Support for unmerged-usr systems will be REMOVED]] ** [[https://lists.gnu.org/archive/html/emacs-devel/2020-10/msg00376.html][Include leaf in Emacs distribution]] * Other :PROPERTIES: :CUSTOM_ID: misc :END: #+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) ** [[http://cat-v.org/][cat -v]] not only harmful stuff <3 ** [[https://joinfediverse.wiki/][fediverse wiki]] The Fediverse is a giant Network of social media platforms *** 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://www.gilesorr.com/wm/][The Window Manager Report]] ** [[https://ghinda.net/oxygenos/][oxygenos]] his final year project in high school, 2008 a webos using oxygen visual design ** [[http://phrack.org][Phrack Magazine]] worth reading *** [[http://phrack.org/issues/49/14.html][Smashing The Stack For Fun And Profit]] *** [[http://phrack.org/issues/70/15.html][YouTube Security Scene - LiveOverflow!]] ** [[https://akrl.sdf.org/gccemacs.html][gccemacs]] *** [[https://akrl.sdf.org/gccemacs_els2020.pdf][slides_els2020]] ** [[https://quotes.tilde.chat]] ** [[http://decss.zoy.org][42 ways to distribute DeCSS]] *** [[http://www.cs.cmu.edu/~dst/DeCSS/Kesden/index.html][Lecture 33: Content Scrambling System]] ** [[https://custodians.online/chinese.html][声援 Library Genesis 和 Sci-Hub]] ** [[https://tholman.com/cursor-effects/][90's Cursor Effects]] *** [[https://theuselessweb.com][The Useless Web]] ** [[http://oldlinux.org][OldLinux.org]] RTFSC – Read The F**king Source Code ☺! ** [[https://isopenbsdsecu.re][Is OpenBSD secure?]] ** [[http://litcave.rudi.ir][LITCAVE]] software minimalism, Neat*