使用软链接解决LLM配置文件同步问题
又是一篇在 draft 目录里躺了不知几个月的post,趁今天晚饭后有时间,去图书馆把草稿润色完发表出来。标题即摘要,已经了解的可以退出观看了;TL;DR -> See this chapter
琅邪台游记
Use Gum in Nushell Script for Better UIUX
海底世界 & 大熊猫基地


珠山秀谷游记: 岸海名山
macOS 26.4 Beta 1下Karabiner失效问题&应急方案
升级到 macOS 26.4 beta 后,Karabiner-Elements 的内置键盘映射失效。已确认这是系统层面的权限收紧,短期内无法通过用户侧“授权”或重签名解决。可行的替代方案是使用 Apple 官方的 hidutil 命令实现常见的单键映射,并通过 LaunchAgent 持久化配置。
Write Your Own HTML Elements (And When to Use Shadow DOM)
Type Less With Code Snippets
Developers often face repetitive coding patterns, ranging from standard if/for structures to Go’s error handling or HTML boilerplates. This redundancy is inefficient and error-prone.
Snippets offer the optimal solution. When you type a short prefix (e.g., if, for), your IDE suggests a completion item that can be expanded into a predefined code template.
Secret Diary 💤
此文章已加密
UI/UX Terminology
Vibe 毕设前端时,部分术语初看感觉很迷惑,为什么单选按钮叫Radio Button,导航栏叫作 Breadcrumb,弹窗提示叫Toast?这些术语的灵感分别来自老式收音机、格林童话、烤面包机。当时的 GUI 设计师,为了让普通人快速看懂数字世界,从现实世界里借用了熟悉的概念
Consolidate Your Project Commands With Just
图片渐进式加载方法探究
Job Control in Nushell
Effective Shell 书中的 Job Control 章节,介绍了如何在 Bash 中进行任务控制。感觉是比较有用的。本文将介绍其在 Nushell 中的用法。