ContentPosts from @hamit..
Link
@varbear shared a link, 6 days, 19 hours ago
FAUN.dev()

Formatting an entire 25 million line codebase overnight: the rubyfmt story

Stripe's Developer Productivity team rolled out rubyfmt, a Rust-based zero-config Ruby autoformatter, across 25 million lines of Ruby in one Saturday morning in 2024, after the project had been in flight since 2018 as Fable Tales's personal OSS work. The hard parts were Ruby itself (no Ruby parser e.. read more  

Formatting an entire 25 million line codebase overnight: the rubyfmt story
Link
@varbear shared a link, 6 days, 19 hours ago
FAUN.dev()

Replacing a 3 GB SQLite database with a 10 MB FST (finite state transducer) binary

Andrew Quinn shipped Taskusanakirja (tsk), a Finnish-English pocket dictionary with search-as-you-type, originally backed by a trie for ~400k base words plus a 3 GB SQLite FTS database to cover the 40-60M inflected forms that Finnish's agglutinative morphology demands. Reaching for BurntSushi'sIndex.. read more  

Link
@varbear shared a link, 6 days, 19 hours ago
FAUN.dev()

Why I'm leaving GitHub for Forgejo

The Dutch Ministry of the Interior launched code.overheid.nl, a self-hosted Forgejo instance for government source code. This move was driven by the need to own and control the platform where code is published. Forgejo was chosen over GitLab for its open-source nature and alignment with the ministry.. read more  

Link
@kaptain shared a link, 6 days, 19 hours ago
FAUN.dev()

Mirantis has entered into an agreement to be acquired by IREN

Mirantis has agreed to an acquisition by IREN. The companies have announced no customer-facing product changes... read more  

Mirantis has entered into an agreement to be acquired by IREN
Link
@kaptain shared a link, 6 days, 19 hours ago
FAUN.dev()

What kubectl debug doesn’t tell you: The silent evidence gap

kubectl debugsessions leave almost no forensic trace: by design,EphemeralContainerStatushas nolastStateorrestartCount, so the exit code, session duration, target container, and debugger logs disappear from the Kubernetes API the moment anything else updates the pod. That breaks incident handoffs (th.. read more  

What kubectl debug doesn’t tell you: The silent evidence gap
Link
@kaptain shared a link, 6 days, 19 hours ago
FAUN.dev()

Extending AI gateways with Rust

Every gateway ships with a set of built-in policies. Authentication. Rate limiting. Request routing. Prompt guards. These cover most use cases. But what about the ones they don’t cover? What if you need to add a custom header based on a database lookup? What if you need to transform a request body i.. read more  

Extending AI gateways with Rust
Link
@kaptain shared a link, 6 days, 19 hours ago
FAUN.dev()

When AI agents become contributors: How KubeStellar reached 81% PR acceptance

The KubeStellar Console team learned that AI coding agents improve after engineers build deterministic feedback loops into the codebase. Engineers who grant more autonomy give agents more room to guess, with no new correction signal... read more  

When AI agents become contributors: How KubeStellar reached 81% PR acceptance
Link
@kaptain shared a link, 6 days, 19 hours ago
FAUN.dev()

v1.36: Deprecation and removal of Service ExternalIPs

Kubernetes v1.36 deprecatesService.spec.externalIPsand starts the removal path, finally closing CVE-2020-8554, the trust-everyone hole the field has carried since the early days. The project has recommended disabling it via theDenyServiceExternalIPsadmission controller since v1.21, but SIG Network h.. read more  

Link
@kala shared a link, 6 days, 19 hours ago
FAUN.dev()

How Code works in large codebases: Best practices and where to start

Anthropic breaks down the patterns behind successful Claude Code rollouts in monorepos, legacy systems, and codebases spanning thousands of developers, arguing that Claude Code performs agentic search over a live filesystem instead of relying on a RAG index that drifts out of sync with active engine.. read more  

How Code works in large codebases: Best practices and where to start
Link
@kala shared a link, 6 days, 19 hours ago
FAUN.dev()

Claude’s next enterprise battle is not models: it’s the agent control plane

New data shows Microsoft and OpenAI leading agent orchestration, but Anthropic's rising stake signals a shift in control of AI infrastructure. Anthropic's move from model to orchestration layer hints at a strategic battle over agent runtime platforms where operational AI work happens... read more Â