About DevOps & Infra

DevOps covers infrastructure-as-code (Terraform, Pulumi), container orchestration (Kubernetes, Nomad), CI/CD (GitHub Actions, Argo), observability (Datadog, Honeycomb, Grafana), and cloud platforms (AWS, GCP, Azure). Feed surfaces tool releases, postmortems, and operational deep-dives.

TOPIC · DEVOPS

DevOps & Infra

Infrastructure, platforms, pipelines, and operational stories.

4 unique stories from the last 14 days across 8 sources.

Hacker News(2)

  1. Tin: full-text search for Postgres (planetscale.com)
  2. Training a 4B model to produce 81% faster query plans than Postgres (rohanbansal.com)

Hugging Face(1)

  1. Marigold V2: Revisiting Diffusion Transformers for Monocular Depth Estimation

    Monocular depth estimation is a ubiquitous yet highly ill-posed computer vision task, with downstream applications in scene reconstruction, computational photography, and robotics, among others. Despite the field's maturity, recent models still struggle to generalize to out-of-distribution inputs and to produce sharp and detailed depth maps. In this paper, we revisit Marigold, a set of techniques for repurposing modern image generation and editing models, powered by the diffusion transformer (DiT) architecture, into state-of-the-art monocular depth estimators. Our recipes target single-step inference from pretrained multi-step flow-matching models, with quantization where needed, preserving model capacity while remaining cheap to run. We analyze the artifacts of naive training and identify two effective remedies: aligning the model's internal representations with semantic features extracted from ground-truth, and adopting a 2-stage fine-tuning protocol built around a novel Sinkhorn-based loss. The results are crisper, cleaner depth maps that generalize well out-of-distribution, with 16-26% improvement in AbsRel over the previous best on KITTI and ETH3D. Qualitatively, our model resolves fur, foliage, and hair-thin edges that have eluded prior models. Furthermore, Marigold V2 achieves state-of-the-art results when applied to other dense regression tasks, such as surface normals estimation and intrinsic image decomposition. Project website: https://hf.co/spaces/huawei-bayerlab/marigold-v2-web

Solidot(1)

  1. 一款在浏览器里运行、部署在自己服务器上的 SQL 客户端

    Yusuf Gundogdu 写道:LibreDB Studio 是一个 MIT 协议的 SQL 客户端,不装在本地而是跑在服务器上,浏览器打开就能用,一条 docker run 就起来。16 个驱动覆盖 42 种数据库,PostgreSQL、MySQL、MongoDB、Redis、ClickHouse 这些都在内。9 月 8 日发布了 0.15.0 版本。我觉得值得一提的是他们把 AI 那部分做了实测:28 个模型跑同一套六项数据库任务,27 个通过 Ollama 完全在本地运行,最快的 qwen2.5:7b 只有 4.7 GB,一次完整运行中位数 6 秒,最小的 2.5 GB。数据逐个模型公开,包括没通过的和卡在哪一步。另外只读不是靠解析 SQL 挡的,是数据库自己挡的:PostgreSQL 上开只读事务,SQLite 上每条语句前重设 query_only。

Browse other topics