Recently Updated Pages
基本指令操作
常用指令 # List running containers docker ps # ssh into the container docker exec -it <containe...
Learning Git
Git 檔案狀態 狀態 2 與 3 的檔案已經由 Git 控管內容變更。 Modified/Untracked: 檔案已修改,尚未執行 git add Staged: 檔案已經 g...
AI Applications
Cherry Studio Cherry Studio is a desktop client that supports for multiple LLM providers, availa...
Docker Management
Portainer https://www.portainer.io/ A centralized service delivery platform for containerized ...
Pull request
拉取請求可讓您通知其他貢獻者有關 Git 分支的變更。 拉取請求時,您可以先討論並評估建議的變更,然後再將變更執行到主分支。 您最終可以透過建立拉取請求,將變更合併回主儲存庫 (或 repo)...
Cloudflare Tunnel
Cloudflare Tunnel 是一款內網穿透的隧道軟體,也是 Argo Tunnel 前身分出來做為免費版使用,它可以快速建立安全地加密到任何服務的流量,可以保護您的伺務器免受直接攻擊,就...
Code review
程式碼審閱 (Code Review) 也稱為同儕程式碼審閱 (peer code review),是指有目的、有條理地聚集其他程式設計師,以檢查彼此的程式碼是否有錯誤。與其他技術不同,程式碼審...
AI Dev
AI Develop Framework LangChain (python + node.js) LlamaIndex (python) Haystack (python) Phi...
Git 進階使用
使用 rev-parse # Getting the top-level directory git rev-parse --show-toplevel # Find your way...
Merge
Git merge 區分兩種類型: Fast-forward merge: 兩分支的所有 commit 紀錄沒有分歧 Three-way merge: 兩分支的 commit 紀錄有分歧...
Remote repository
Git repository 除了本機以外,還可以是遠端 repository ,例如雲端 GitHub、Gitlab、Bitbucket,或者自架的 Git Server。 作為版本控制用途...
Git Tips
Tutorials 50+ Useful Git Commands for Everyone 全域設定檔 # Using git to edit the configuration...
Functions
參數類型定義範例 def _gpt_parse_images( image_infos: List[Tuple[str, List[str]]], prom...
實例流程
多人協作基本 人員A push 更新至遠端庫時發生錯誤: ! [rejected] master -> master (fetch first) error: faile...
Branch
Tips Branch : 指向特定 commit 的指標,代表專案中獨立的開發流程 HEAD: 指向目前的分支 main (master): 新專案建立時的預設分支,通常用於主版本 ...
AI Cloud Providers
LLM API Fireworks.ai - Fast, Affordable, Customizable Gen AI Platform Blog: https://blog.fi...
patch & diff
單一檔案 # 建立更新檔 diff -uN my_original.code my_fixed.code > my.patch # 套用更新至指定檔 patch my.code < ...
Learning AI
AI 常見專用名詞 Gen AI (生成式 AI) 人工智慧 (AI) 藉由使用機器學習與環境互動並執行工作來模擬人類行為,而不需明確指示輸出的內容。 生成式 AI 是人工智慧的分支,可根...
Connect with someone Hi, Tim. I recently completed the Google Cybersecurity Certificate program,...
Glossary terms
Technical debt: The pending work that accumulates when a quick-and-easy solution is applied ins...