ContentPosts from @anammehar090..
Discovery IconThat's all from @anammehar090 โ€” explore more posts below...
Story
@laura_garcia shared a post, 6ย hours ago
Software Developer, RELIANOID

๐—”๐—ถ๐—ฟ๐—ฝ๐—ผ๐—ฟ๐˜ ๐—ผ๐—ฝ๐—ฒ๐—ฟ๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€

โœˆ๏ธ ๐—”๐—ถ๐—ฟ๐—ฝ๐—ผ๐—ฟ๐˜ ๐—ผ๐—ฝ๐—ฒ๐—ฟ๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€ depend on ๐—ต๐—ถ๐—ด๐—ต๐—น๐˜† ๐—ฎ๐˜ƒ๐—ฎ๐—ถ๐—น๐—ฎ๐—ฏ๐—น๐—ฒ, ๐˜€๐—ฒ๐—ฐ๐˜‚๐—ฟ๐—ฒ, ๐—ฎ๐—ป๐—ฑ ๐˜€๐—ฐ๐—ฎ๐—น๐—ฎ๐—ฏ๐—น๐—ฒ ๐—œ๐—ง ๐—ถ๐—ป๐—ณ๐—ฟ๐—ฎ๐˜€๐˜๐—ฟ๐˜‚๐—ฐ๐˜๐˜‚๐—ฟ๐—ฒ๐˜€. From AODB platforms and baggage handling to ATC systems and passenger services, every critical airport application requires uninterrupted performance. In our latest article, we explore how ๐—ฅ๐—˜๐—Ÿ๐—œ๐—”๐—ก๐—ข๐—œ๐—— helps ensu..

high_availiability_relianoid_solutions_airports
Link
@varbear shared a link, 1ย day ago
FAUN.dev()

Making your own programming language is easier than you think (but also harder)

A game developer explains how he built a low-level modding language, including sandbox constraints, an AArch64 JIT, and a small C++ compiler... read more ย 

Making your own programming language is easier than you think (but also harder)
Link
@varbear shared a link, 1ย day ago
FAUN.dev()

The Pulse: AI load breaks GitHub โ€“ why not other vendors?

GitHub leaders created the reliability problems through weak capacity planning. As AI-agent users drove heavier traffic, GitHub engineers found migration risk and engineering debt that teams had allowed to build up... read more ย 

The Pulse: AI load breaks GitHub โ€“ why not other vendors?
Link
@varbear shared a link, 1ย day 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, 1ย day 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, 1ย day 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, 1ย day 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, 1ย day 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, 1ย day 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, 1ย day 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