JS Sequence Diagram support📅 Nov 18, 2019 · ☕ 1 min readGenerates UML sequence diagrams from simple text
Mermaid support📅 Nov 17, 2019 · ☕ 1 min readGenerate diagrams, charts, graphs or flows from markdown-like text via javascript.
MathJax support📅 Nov 16, 2019 · ☕ 1 min readA JavaScript display engine for mathematics that works in all browsers.No more setup for readers. It just works.
Katex support📅 Nov 15, 2019 · ☕ 1 min readKaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.
Flowchart support📅 Nov 14, 2019 · ☕ 1 min readflowchart.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.
memory ordering📅 Jan 1, 0001 · ☕ 2 min read怎麼突然研究memory ordering? 因為我幻想在M1 macbook pro可以用QEMU多核心模擬x86並且在上面操作,結論是可以用但是只能單核心慢到爆炸,開機可能
system call過程📅 Jan 1, 0001 · ☕ 2 min readlinux 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