Join us

ContentUpdates and recent posts about Flux..
 Activity
@oseweka2 started using tool GitHub Actions , 2 weeks, 3 days ago.
 Activity
@oseweka2 started using tool Docker , 2 weeks, 3 days ago.
 Activity
@oseweka2 started using tool AWS EKS , 2 weeks, 3 days ago.
 Activity
@oseweka2 started using tool Argo CD , 2 weeks, 3 days ago.
 Activity
@oseweka2 started using tool Ansible , 2 weeks, 3 days ago.
 Activity
@oseweka2 started using tool Amazon Web Services , 2 weeks, 3 days ago.
 Activity
@oseweka2 started using tool Amazon ECS , 2 weeks, 3 days ago.
 Activity
@oseweka2 started using tool Amazon CloudWatch , 2 weeks, 3 days ago.
Story FAUN.dev() Team Trending
@eon01 shared a post, 2 weeks, 3 days ago
Founder, FAUN.dev

16 Things Anthropic Didn't Want You to Know About Claude Code

Claude Code

Earlier today (March 31, 2026), Anthropic accidentally shipped the full source code of Claude Code inside an npm package. The 512,000 lines of TypeScript have since been picked apart by the developer community, and what's inside is more revealing than anyone expected.

Claude Code Leaked
News FAUN.dev() Team Trending
@kala shared an update, 2 weeks, 4 days ago
FAUN.dev()

Anthropic Accidentally Leaks Claude Code's Entire Source Code via npm

Claude Code

Anthropic shipped a source map file inside the latest npm release of Claude Code - and with it, the full source code of its flagship AI coding CLI. The leak exposed 512,000 lines of TypeScript across 1,900 files, 43 built-in tools, 44 feature flags, 26 hidden slash commands, and over 120 secret environment variables. It is one of the most detailed accidental exposures of a commercial AI product's internals to date.

Claude Code leaked source
Flux is a Kubernetes-native GitOps toolkit designed to manage and automate infrastructure and application deployments using Git as the source of truth. It continuously watches Git repositories for changes to configuration files, then applies and reconciles those changes within Kubernetes clusters. This guarantees that the live state of the system always matches what’s defined in Git, providing a reliable, auditable, and repeatable deployment workflow.

Flux supports multi-tenancy, progressive delivery, and secure secrets handling, making it suitable for both simple and complex production environments. It integrates seamlessly with tools like Helm, Kustomize, and SOPS, and is built to scale across teams and clusters. Maintained under the CNCF, Flux is a core enabler of modern GitOps practices, used by organizations aiming for high automation, traceability, and operational stability in their cloud native infrastructure.