Recent
[6/ 46]-
Stop Letting AI Review Its Own Code — Why I Built xreview
When the same model writes and reviews code, how strict can it really be? xreview uses codex for cross-model verification to solve the self-review blind spot.
-
讓 AI 不再自己改自己看 — 我為什麼做了 xreview
一個模型寫的 code,再用同一個模型 review,它會對自己多嚴格?xreview 用 codex 做交叉驗證,解決 self review 放水問題。
-
golang 在 alpine image 的一個常見坑
記錄 Go 程式部署到 Alpine Docker image 時遇到執行失敗的問題,說明 CGO 與 musl libc 不相容的原因與解決方案。
-
Bypassing the Load Balancer Without Regrets - SoCC ’20
閱讀 SoCC '20 論文 CRAB,介紹其提出的繞過 Load Balancer 直連後端的新型 L4 負載均衡設計,並比較各種常見 LB 技術的優缺點。
-
查找動態庫(.so) 是否安裝過以及路徑使用 ldconfig
介紹如何使用 ldconfig 搜尋動態函式庫(.so)是否已安裝及其路徑,快速解決編譯時 'cannot open shared object file' 的問題。