Soft Engineering
Good software is more than correct, fast, and scalable. It should understand hesitation, allow mistakes, and leave room to breathe.
Written for my future self, and for whoever happens to pass by. No feed here—only things worth reading slowly.
Good software is more than correct, fast, and scalable. It should understand hesitation, allow mistakes, and leave room to breathe.
A practical Neo4j and Python field guide covering connections, CRUD operations, relationships, constraints, indexes, and batch work.
在国内网络环境中通过 HF-Mirror 获取模型,并用 HF_ENDPOINT 为 Hugging Face 工具链统一配置镜像地址。
集中整理 flex 子项滚动失效、min-height 约束与 line-clamp 被 white-space 阻断等常见布局问题。
排查 OSS 请求的 403 与跨域问题:确认允许的请求头,并在 JavaScript SDK 中使用带 oss 前缀的 Region。
处理无扩展名静态文件的 Content-Type、认证中间件误拦截 Universal Links,以及 React Hooks 调用顺序变化。
从异常响应的 CORS 头,到 SQLAlchemy 可选筛选条件和分页顺序,整理几个容易被本地测试掩盖的后端问题。
避免嵌套 form 带来的冒泡提交,并在保存成功后正确重置 React Hook Form 的 isDirty 状态。
整理状态所有权、NotificationCenter、页面导航、应用生命周期,以及 SwiftData 与 iCloudKit 配合时的实用注意事项。
用短期会话关联网页与手机,通过 WebSocket 同步扫码和确认状态,再用一次性 code 安全换取登录态。
集中记录 InstantID、LayerDiffuse、macOS 兼容、局部重绘、IP-Adapter 与 Anything Everywhere 的排错思路。
从精确检索与余弦相似度入门,逐步理解业务 ID、IVF、PQ、索引持久化,以及召回率和性能之间的取舍。
下载中文 Llama 权重、借助 llama.cpp 转换并量化为 GGUF,最后通过 Modelfile 导入 Ollama。
Core Location 返回 WGS-84 坐标,而国内地图通常使用 GCJ-02;显示位置前需要识别数据来源和目标坐标系。