ContentPosts from @naren..
Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

Proton launches free standalone cross-platform Authenticator app

Proton just droppedProton Authenticator, a free 2FA app that actually respects your privacy. Itโ€™s cross-platform, offline-friendly, and skips the usual junkโ€”no ads, no trackers, no bait-and-lock-in. Itโ€™s gotend-to-end encryption, a biometric lock, and lets youexport TOTP seedslike itโ€™s your data (b.. read more ย 

Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

We built an MCP server so Claude can access your incidents

Incident.io dropped an open sourceMCP server in Gothat plugs Claude into their API using theModel Context Protocol. That means Claude can now ask questions, spin up incidents, and dig into timelinesโ€”just by talking. The server translates Claudeโ€™s prompts into REST calls, turning AI babble into real.. read more ย 

We built an MCP server so Claude can access your incidents
Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

How to use Terraform to generate secrets

Terraform just leveled up secret handling inAzure Key Vault. It now supports automated secret generation withrandom_password, plus full lifecycle controlโ€”rotation, expiration, and storageโ€”baked right into your IaC. Secrets stay marked as sensitive. They're managed in one place. And thanks to Terraf.. read more ย 

How to use Terraform to generate secrets
Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

Does platform engineering make sense for startups?

Platform engineering isn't just for the big dogs anymore. Startups are picking it up as astrategic edge, building tight, high-leverage tooling from day one. Think:templated CI/CD pipelines, plug-and-play infra modules, zero-handoff onboarding. Done right, these early bets smooth the path and keep d.. read more ย 

Does platform engineering make sense for startups?
Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

AWS Lambda now supports GitHub Actions to simplify function deployment

AWS Lambda just got a smoother ride to prod. Thereโ€™s now a nativeGitHub Actions integrationโ€”no more DIY scripts to ship your serverless. On commit, the new action packages your code, wires up IAM viaOIDC, and deploys using either.zip bundles or containers. All from a tidy, declarative GitHub workfl.. read more ย 

Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

Terraform Validate Disagrees with Terraform Docs

Terraformโ€™s CLI will throw errors on configs that match the docsโ€”because your local provider schema might be stale or out of sync. Docs follow the latest release. Your machine might not. So even supported fields can break validation. Love that for us... read more ย 

Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

Who does the unsexy but essential work for open source?

Oracle led the line-count race in the Linux 6.1 kernel releaseโ€”beating out flashier open source names. Most of its work isnโ€™t headline material. Itโ€™s deep-core stuff: memory management tweaks, block device updates, the quiet machinery real systems run on... read more ย 

Who does the unsexy but essential work for open source?
Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

Pinterest Uncovers Rare Search Failure During Migration to Kubernetes

Pinterest hit a weird one-in-a-million query mismatch during its search infra move to Kubernetes. The culprit? A slippery timing bug. To catch it, engineers pulled out every trickโ€”live traffic replays, their own diff tools, hybrid rollouts layered on both the legacy and K8s stacks. Painful, but it .. read more ย 

Pinterest Uncovers Rare Search Failure During Migration to Kubernetes
Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

Estimate Your K8s Deployment Costs (Portainer Calculator)

A new TCO calculator breaks down what it really costs to run Kubernetesโ€”DIY CNCF stacks, COSS platforms, and Portainer Business Edition. It crunches infra, labor, and software spend, then maps out staffing needs. It shows exactly where Portainer cuts Kubernetes bloat: itmaybe biased but it's worth t.. read more ย 

Estimate Your K8s Deployment Costs (Portainer Calculator)
Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

Building a RAG chat-based assistant on Amazon EKS Auto Mode and NVIDIA NIMs

AWS and NVIDIA just dropped a full-stack recipe for running Retrieval-Augmented Generation (RAG) onAmazon EKS Auto Modeโ€”built on top ofNVIDIA NIM microservices. It's LLMs on Kubernetes, but without the hair-pulling. Inference? GPU-accelerated. Embeddings? Covered. Vector search? Handled byAmazon Op.. read more ย 

Building a RAG chat-based assistant on Amazon EKS Auto Mode and NVIDIA NIMs