27 KiB
Internet Collections
(Personal) Blogs
_ ___
/\ / _ ._ _|_ _. o ._ |\/| _. _ o _ _. | | ._ _| _
/--\ \_ (/_ | |_ (_| | | | | | (_| (_| | (_ (_| | _|_ | | (_| (/_ ><
_|
qiusir rssub
阮一峰 rssub
黑客技术 hack
really good website, butt, no rss
Bryan Ford
leads the Decentralized/Distributed Systems (DEDIS) lab
Two Principles of Deadlines:
- All deadlines converge on the same day—Deadline Day.
- Every day is Deadline Day.
floooh(The Brain Dump) c
07 年开始, cpu emulator
Modern C for C++ Peeps
Modern C is not a subset of C++
Core Dumped rust lowlevel emacs
all 7 article are of high quality
King's way hack iot
这可太刑了
学习通事件相关
写着写着就懂了 elixir
elixir/erlang大佬, 公众号: HelloElixir
lujun9972 emacs rssub
超~~~多emacs
文辉的烂笔头 lowlevel
CPU, IC, ARM
第一次查过的问题,就应该记下来 ! 第二次再查的问题,就必须记下来 !
解决Org-Mode表格不对齐问题
更纱黑体 使中文恰好为英文宽度两倍, 使用字体比 valign 更通用, 但是不好看
scinart lisp
13年最后更新
bozhang rssable
05 年开始, 天文学
第 N 个质数 c algorithm
看不懂, 先收藏着
mrxn hack
网安, data-leak
include-yy 攒 emacs c lisp emacs
许多东方的图诶
由(λ(x)(x x))看elisp与scheme之区别
这个问题其实就是 Lisp-1 和 Lisp-2 的区别导致的 Lisp-1 的变量命名空间和函数命名空间是统一的,而在 Lisp-2 中两者是分开的
Nihil rust
keep coding rust c lowlevel backend
Tomas Petricek rssub
弦外之音 c lowlevel
源码分析
lightless blog hack
The State of GPGPU in Rust rust lowlevel
Xe Iaso rssub
series: V
V for Vaporware
经典永流传~
OpenSSL gave everyone alarm fatigue
funny byte
--- 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,
UlyC python
2021年, 用更现代的方法使用PGP
同样是非对称算法, 为什么PGP的私钥就长这么多呢? 因为他们用的算法不同, 比特币默认使用的是ECDSA的 secp256k1算法, 该算法只是用来签名和认证, 并不用来加密 (signify 只用于签名认证, age 只用于加密, 所以密钥也比较短)
kernal
Welcome to the darkest dungeon of kernal
Dumping Linuxfx customers fun
A Windows-like distro including the spyware and activation
vimacs
Written with Vim and Emacs. A member of Linux Club of Peking University. with cat-v-like sidebar style
Matrix67 math
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.
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.
社区本地人与永恒的九月(Eternal September)
几乎所有大众互联网社区都难逃此宿命。要想避免永恒九月,社区必须要足够克制,有节奏地引导新人加入。 但是过去20年互联网行业大发展的基本模式就是吸引大量用户、获取大平台地位、取得超额收益。 用户量是商业成功的互联网平台所必须追求的第一目标。要想获得商业成功,永恒九月来得越早越凶猛越好。
TODO Peter 's Homepage rssub
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+++*
phenix3443 c emacs
金步国作品集 lowlevel linux
kernel, LFS
Matthew Lee
有栈协程与无栈协程
PuTTY's author: Coroutines in C wow
// 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;
}
B
ZhiHu
用Go语言汇编计算fibonacci数列 lowlevel
倔强的程序员
编! 译! 原! 理!
专栏: 技术考古 plan9
plan9
专栏: 嘶吼RoarTalk hack
回归最本质的信息安全
如何解读EVA
人需不需要存在的意义 人需不需要互相之间完全理解 自我封闭是否是应对外界压力的合理方式
linuxcn: 少年黑客对自由软件的自由漫谈
linuxcn 里唯一一个让我感觉很有必要把链接放在这的文章
Z-library 域名被扣押,应急访问办法
use the power of tor:
http://zlibrary24tuxziyiyfr7zd46ytefdqbqd2axkmxm4o5374ptpc52fad.onion
http://loginzlib2vrak5zzpcocc3ouizykn6k5qecgj2tzlnab5wcbqhembyd.onion
shenjack/HWS/fri3nds
YouTube (没有账号, 这就是我的收藏夹)
Computer Science
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"
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
Hacking TCC compiler
If we allowed `.` being treated automagically as `->` in C when used on pointers to structs, how much existing C code would be broken?
Cyber Security
LiveOverflow
Chris Titus Tech: The Biggest Linux Security Mistakes
"Security is a journey, not a destination!"
Math
?
Why I'm Suing YouTube.
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.
r
[[[ 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. ]]]
Christmas present with Linux 6.2
Huwawei NB!
Other
cat -v
not only harmful stuff <3
fediverse wiki
The Fediverse is a giant Network of social media platforms
there's another thing webmention which I found from Xe's blog
Adequacy: Is Your Son a Computer Hacker?
BSD, Lunix, Debian and Mandrake are all versions of an illegal hacker operation system, invented by a Soviet computer hacker named Linyos Torovoltos.
oxygenos
his final year project in high school, 2008 a webos using oxygen visual design
OldLinux.org
RTFSC – Read The F**king Source Code ☺!
LITCAVE
software minimalism, Neat*