- A Simple Hack to Use Touch ID for sudo on macOS
Tired of typing your sudo password on macOS? Learn how to enable Touch ID for sudo commands in just a few simple steps.
3 min read en-US - The Hidden Cost of try-catch
Profiling revealed that using exceptions in C++ for expected control flow can lead to significant performance degradation.
5 min read en-US - My First VSCode Extension - ACMOJ Helper from Scratch
As a student frequently using ACMOJ, constantly switching between VSCode and browser was tedious. Could I complete all these operations within VSCode?
10 min read en-US - I'll Never Use memset Again...
The Pitfalls of the memset function
3 min read en-US - Caddy配置Typecho—Revisited
作为一个成熟的大学生,我决定不再使用别人配好环境的docker镜像了,而是自己手动配置 php + caddy + typecho。
2 min read zh-CN - A Few Things About OpenWRT Compilation
I encountered some issues during OpenWRT compilation that are worth documenting.
3 min read en-US - Use lsyncd for Real-Time File Synchronization
The limitations of rsync + inotify forced us to look for better solutions.
4 min read en-US