LIVE
3 articles
The promise of AI agents seamlessly interacting with your local data and tools has long felt like a distant future. Proprietary integrations and fragmented ecosystems made true interoperability a developer's nightmare. But what if you could bridge this gap, connecting your AI assistant to your...
May 26, 2026 · 8 min read
What is a Microsoft Azure Blob storage? A Microsoft Azure blob storage is a object storage for files, images, backups, videos, logs, static websites, etc. Think of it as "cloud hard drives accessible over HTTP". What is Private Access? Private access simply relates to permissions. To buttress...
May 26, 2026 · 5 min read
下面是一套可操作的方案,基于 OpenResty + MinIO + weserv/images 搭建一个可自托管、支持图片处理能力的“类阿里云 OSS” 服务。整体目标是: MinIO 作为对象存储(兼容 S3 API) OpenResty 提供反向代理、鉴权、图片处理网关 weserv/images 提供图片缩放、裁剪、格式转换等能力(类似阿里云 OSS 图片处理) 1. 安装 MinIO docker run -d --name minio \ -p 9000:9000 -p 9001:9001 \ -e...
May 26, 2026 · 2 min read