ContentPosts from @vinayak-pol..
 Activity
@klodnitsky started using tool Jenkins , 2 days, 7 hours ago.
 Activity
@klodnitsky started using tool Grafana Loki , 2 days, 7 hours ago.
 Activity
@klodnitsky started using tool Grafana , 2 days, 7 hours ago.
 Activity
@klodnitsky started using tool GitHub Actions , 2 days, 7 hours ago.
 Activity
@kkz7777 gave 🐾 to 🚀 RELIANOID is heading to Washington, DC! , 2 days, 11 hours ago.
Story
@laura_garcia shared a post, 3 days ago
Software Developer, RELIANOID

🚀 RELIANOID is heading to Washington, DC!

From September 9–12, 2025, we’ll be at the 16th Billington CyberSecurity Summit — the premier government cybersecurity event gathering 2,500+ leaders and innovators to shape the future of AI, Zero Trust, cloud security, and critical infrastructure protection. Meet our team and discover how RELIANOID..

billington cybersecurity summit washington event
Story Trending
@idjuric660 shared a post, 3 days, 4 hours ago
Technical Content Writer, Mailtrap

Send emails with v0 and Mailtrap

Vercel Mailtrap.io

Learn how to integrate Mailtrap with your v0 application to send transactional emails and manage contacts without writing complex code.

Link
@faun shared a link, 3 days, 4 hours ago

How Salesforce Delivers Reliable, Low-Latency AI Inference

Salesforce’s AI Metadata Service (AIMS) just got a serious speed boost. They rolled out a multi-layer cache—L1 on the client, L2 on the server—and cut inference latency from 400ms to under 1ms. That’s over 98% faster. But it’s not just about speed anymore. L2 keeps responses flowing even when the b..

How Salesforce Delivers Reliable, Low-Latency AI Inference
Link
@faun shared a link, 3 days, 4 hours ago

We Needed Better Cloud Storage for Python so We Built Obstore

Obstoreis a new stateless object store that skips fsspec-style caching and keeps its API tight and predictable across S3, GCS, and Azure. Sync and async both work. Under the hood? Fast, zero-copy Rust–Python interop. And on small concurrent async GETs, it reportedly crushes S3FS with up to9x better ..

We Needed Better Cloud Storage for Python so We Built Obstore
Link
@faun shared a link, 3 days, 4 hours ago

Everything I know about good API design

This guide lays out the playbook for running tough, user-first APIs: no breaking changes, stick to familiar patterns, honor long-lived API keys, and make every write idempotent. It pushes cursor-based pagination for heavy data, rate limits that come with context, and optional fields to keep things ..