Mermaid support
Mermaid support
· ☕ 1 min read
Generate diagrams, charts, graphs or flows from markdown-like text via javascript.

MathJax support
MathJax support
· ☕ 1 min read
A JavaScript display engine for mathematics that works in all browsers.No more setup for readers. It just works.

Katex support
Katex support
· ☕ 1 min read
KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.

Flowchart support
Flowchart support
· ☕ 1 min read
flowchart.js is a flowchart DSL and SVG render that runs in the browser and terminal. Nodes and connections are defined in separately so that nodes can be reused and connections can be quickly changed.

Cartoon
Cartoon
· ☕ 1 min read
cartoon gallery

Photo
Photo
· ☕ 1 min read
photo gallery

memory ordering
· ☕ 2 min read
怎麼突然研究memory ordering? 因為我幻想在M1 macbook pro可以用QEMU多核心模擬x86並且在上面操作,結論是可以用但是只能單核心慢到爆炸,開機可能

system call過程
· ☕ 2 min read
linux v5.10 x64作為範例 為什麼syscal A.2 AMD64 Linux Kernel Conventions syscall_init(void) wrmsrl(MSR_LSTAR, (unsigned long)entry_SYSCALL_64); entry_SYSCALL_64 do_syscall_64 sys_call_tablenr Invalid system call number:38 為什麼syscall不符合abi? syscall macro 接下來實驗SYSCALL_DEFI