Jul 16, 2026
Caution Tape Border with CALayerThis is an intermediate product from one of my projects. The feature was not in use, but the view itself is a fun little thing: a caution tape-style border (yellow and black stripes) drawn around a rounded rect. Several interesting attempts were made. Rather than discarding them outright, I have documented the attempts here.
Oct 19, 2025
Play sound on macOS when Codex complete taskCodex CLI can run a command when a task finishes. On macOS, that command can trigger a Shortcut with elevated permissions so the system plays a sound (or delivers any other notification) without additional prompts.
Oct 22, 2023
SVG 转换 SwiftUI Shape周末遇到了 SVG 转 SwiftUI Shape 的场景,发现了这个老项目:https://swiftvg.mike-engel.com
Apr 30, 2022
我希望自己知道的 103 条建议 - 凯文 · 凯利每年凯文凯利都会总结一个经验清单,今年也不例外,在他 70 岁生日,他写下了 103 条建议,读完受益匪浅,做了一个简单的翻译,不当的地方请点击下方的链接查看英文原版。
Jan 26, 2022
Wordle 起手式 - 五字母零重复单词组Wordle 要求玩家具备一定的词汇量才能愉快的享受猜词的趣味,但从游戏的角度来看,它可以设定一组高效的测试单词作为固定的开局方式。虽然这种想法有可能破坏游戏的趣味性,但我仍想尝试这个可能,并对 Wordle 的巧妙设计表示敬意。
Dec 15, 2021
macOS 风格的编辑快捷键macOS 具有类似 Emacs 的文本编辑快捷方式,但略有一些区别。以下是一些常用的快捷键组合。苹果官方文档提供了更详细的描述,可以作为本文的拓展。