个人博客

关于

I’m TuxNode, a computer science major student.

Passionate and interested in free software. fsf

My Github

自由软件的拥护者

I have to admit that it’s hard to get started using Free Software,

also, FSF(Free Software) is not prevalent to used for work or creation.

However, free software has significant implications for breaking monopolies and closures.

Let’s get started.

软件极简主义 (Minimalism)

Are you be tired of bloated commercial software?

Those software that’s overloaded with features you’ll never use and littered with ads.

So, in order to keep our mind clean. Start to use Arch Linux and free software

Keep you attention in one thing

Arch Linux

Tags:
recent-work

分析musl libc 1.2.0 malloc实现

musl libc 最近决定着手malloc的实现,一方面是比较感兴趣,另一方面可以加强对内存管理的理解,同时也可以推进对堆安全的理解。 相对于glibc的复杂,或许应该先抛开复杂的性能优化,从最简单的开始学习 所以我选择了musl libc 1.2.0版本 musl libc的 …

Read more →

Hardware Knowledge You Have to Know Before Assembly

Summary After leaving the abstract world of high-level programming languages, you plan to start with assembly. In assembly, you need to …

Read more →