- 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 Configuration for Typecho — Revisited
I decided to stop using pre-built Docker images and instead manually configure PHP + Caddy + Typecho.
3 min read en-US - 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