Hero Image
Articles

懷舊遊戲 See exactly what changed between two 3D models Github episteme: A multi-platform document and e-book reader. VictoriaMetrics: fast, cost-effective monitoring solution and time series database palmier-pro: macOS video editor built for AI A web browser extension for Chrome, Firefox, Edge, and Safari 14. Open-source credential gateway with a built-in vault. give your AI agents access to services without exposing keys. Desktop app to generate 3D models from images using local AI — runs entirely on your GPU darktable is an open source photography workflow application and raw developer Privacy oriented video player for iOS, tvOS and macOS Examples in the MLX framework Container registry which transparently builds images using the Nix package manager. Self-Hosted ReClip: Download videos from almost any website. Lightweight, self-hosted media downloader with a clean web UI. Sync-in Server · Sovereign platform for file storage, sharing, synchronization, and collaboration. 🏖️ A serverless, open-source file hosting solution built on Cloudflare. Supports image hosting, secure file storage, and personal cloud drive capabilities. FUSE-based file system for replicating SQLite databases across a cluster of machines A Go-based API that acts as a bridge to the ComfyUI backend Skill Skills for teaching agents how to build on Cloudflare. everything claude code: The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond. 逆向/渗透/安全技能路由包 - AI 自动路由 + 按需自举工具链 + 自动进化经验库 | 支持 Claude Code / Kiro / Cursor / Cline 等代码 AI 客户端 An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms Article https://pkg.go.dev/golang.org/x/tools/go/analysis Go 语言技能:AI 时代的 Go 开发工具链

Hero Image
Articles

https://medium.com/@0050211 精通比特幣 https://virtualosmuseum.org/ mathematical playground 台灣資料的 MCP Hub 幼園通:幼兒園地圖查詢系統 Github 小林 x 图解计算机基础 Awesome Docker Compose Examples Golang-Concurrency-Pattern-Demo Learn Go with Tests SystemDesign Prometheus Notes Rust算法题解 📝 Today I Learned golang-samples Golang 面试题搜集 打造超人學習能力 单机百万级别QPS 网络传输 AI 编程的测试用例 whichllm: Find the best local LLM that actually runs on your hardware. NeuTTS: On-device TTS model by Neuphonic OpenNutriTracker is a free and open source calorie tracker with a focus on simplicity and privacy. Algorithm powering the For You feed on X DigitalPlat FreeDomain: Free Domain For Everyone forge: A Python framework for self-hosted LLM tool-calling and multi-step agentic workflows.: Three ways to use it: Proxy server, WorkflowRunner, Guardrails middleware. Shannon Lite is an autonomous, white-box AI pentester for web applications and APIs. It analyzes your source code, identifies attack vectors, and executes real exploits to prove vulnerabilities before they reach production. cmux: Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents superset: Code Editor for the AI Agents Era - Run an army of Claude Code, Codex, etc. on your machine Maigret collects a dossier on a person by username only, checking for accounts on a huge number of sites and gathering all the available information from web pages. No API keys required. VoxCPM2: Tokenizer-Free TTS for Multilingual Speech Generation, Creative Voice Design, and True-to-Life Cloning Turn Claude Code into a full game dev studio — 49 AI agents, 72 workflow skills, and a complete coordination system mirroring real studio hierarchy. https://github.com/alistaitsacle/free-llm-api-keys Ian Xiaohei Illustrations 是一个 Codex Skill,用来指导 AI Agent 为中文文章、帖子、博客、Notion 文档和方法论内容生成正文配图。 odysseus: A self-hosted AI workspace – meant to be the self-hosted version of the UI experience you get from ChatGPT and Claude. But with more jank and fun. Running on your own hardware, with your own data – local-first, privacy-first, and no trojan. 🐸 Read Frog - Open Source Immersive Translate | 🐸 陪读蛙 - 开源沉浸式翻译 LiveContainer is an app launcher (not emulator or hypervisor) that allows you to run iOS apps inside it.: Allows you to install unlimited apps (3 app/10 app id free developer account limit does not apply here) with only one app & app id. You can also have multiple versions of an app installed with multiple data containers. Image Toolbox is a powerful app for advanced image manipulation. It offers dozens of features, from basic tools like crop and draw to filters, OCR, and a wide range of image processing options Nyx (goddess of the night in Greek mythology) is a self-contained script for cleaning forensic traces on Linux, macOS, and Windows. Open source games groupcache groupcache-go PEER.AS — explore global BGP routing, IP prefixes, ASNs, AS_PATH, origins and peering. The whole thing runs in your browser: there is no backend, no API, and no database server. The site is just a bundle of static files you can host, fork, or mirror anywhere. Tool ec2instances.info https://imagefree.net/zh-Hant Article XDG Base Directory Spec Zig vs Rust in 2026 Your Clippy Config Should Be Stricter 部落卷卷 HN Popularity Contest Tracing HTTP Requests with Go’s net/http/httptrace 免費 3D 列印模型網站 MakerWorld: Bambu Lab 官方模型平台。很多模型已經附好列印參數(3MF),下載後可直接列印。適合新手。 Printables: Prusa 官方社群平台。高品質免費模型很多,分類清楚。實用工具、收納、機械零件特別豐富。 Thingiverse: 歷史最悠久的 3D 模型網站之一。免費模型數量非常大。 Thangs: 兼具模型搜尋引擎與模型平台。可以搜尋多個模型網站的內容。有免費也有付費模型。 Cults3D: 設計師作品較多。公仔、模型、Cosplay 道具品質高。付費模型比例較高,但也有免費下載區。 XDG Base Directory Spec Category Environment Variable Default Value FHS Approximation Configuration $XDG_CONFIG_HOME $HOME/.config /etc Data $XDG_DATA_HOME $HOME/.local/share /usr/share State $XDG_STATE_HOME $HOME/.local/state /var/lib Cache $XDG_CACHE_HOME $HOME/.cache /var/cache package main import ( "os" "fmt" "log" "path/filepath" ) func getConfigDir() (string, error) { configDir := os.Getenv("XDG_CONFIG_HOME") // If the value of the environment variable is unset, empty, or not an absolute path, use the default if configDir == "" || configDir[0:1] != "/" { homeDir, err := os.UserHomeDir() if err != nil { return "", err } return filepath.Join(homeDir, ".config", "my-application-name"), nil } // The value of the environment variable is valid; use it return filepath.Join(configDir, "my-application-name"), nil } func main() { config_dir, err := getConfigDir() if err != nil { panic(err) } fmt.Println(config_dir) } whichllm uvx whichllm@latest