ContentPosts from @darthvader..
Discovery IconThat's all from @darthvader — explore more posts below...
Story
@laura_garcia shared a post, 8 hours ago
Software Developer, RELIANOID

🚀 RELIANOID at DevOpsDays Istanbul 2025 – Building the Future of DevOps Together

🗓 November 1st, 2025 | 📍 Istanbul, Türkiye The DevOps world never stops evolving — and DevOpsDays Istanbul 2025 is where innovation, collaboration, and continuous improvement meet. Join RELIANOID and the global DevOps community to explore: 🔹 Continuous Delivery & Automation – Streamlining pipelines ..

devopsdays Istanbul relianoid
Link
@varbear shared a link, 10 hours ago
FAUN.dev

Build Your Own Database

LSM trees fix the mess naive key-value stores run into. They blendin-memory sorted indexeswithappend-only disk filesto keep things snappy. Writes get logged, not scattered. Reads stay fast. When files pile up,compaction and segmentingkick in to keep storage lean. This is a rewrite of the storage pla..

Build Your Own Database
Link
@varbear shared a link, 10 hours ago
FAUN.dev

100X Faster: How We Supercharged Netflix Maestro’s Workflow Engine

The Maestro engine has been revamped for jaw-dropping improvement: a speed boost of100Xwith overhead slashed from seconds to milliseconds. The groundbreaking redesign delivers massive performance gains, solving past workflow development hurdles and elevating user experiences sky-high!..

Link
@varbear shared a link, 10 hours ago
FAUN.dev

How I Reversed Amazon's Kindle Web Obfuscation Because Their App Sucked

A developer cracked Kindle Cloud Reader’s font obfuscation, sidestepping randomized glyph swaps withSVG renderingandSSIM-powered perceptual hashingto rebuild actual EPUBs. Amazon rotates font mappings every five pages, using finicky micro-paths to jam scrapers and derail OCR. It wasn’t enough. Syste..

How I Reversed Amazon's Kindle Web Obfuscation Because Their App Sucked
Link
@varbear shared a link, 10 hours ago
FAUN.dev

Discussion of the Benefits and Drawbacks of the Git Pre-Commit Hook

Pre-commit hooks catch secrets and fix formatting before bad stuff hits your repo. But if they’re clunky or slow, devs bail. Tools likePre-Commit,Husky, anddevenvare trying to fix that.devenvstands out—hooks are baked right into your Nix env, no extra glue scripts...

Link
@varbear shared a link, 10 hours ago
FAUN.dev

Measuring Engineering Productivity

A former engineering leader lays out a no-nonsense framework for tracking team output without turning into Big Brother. Think:daily Slack updates,weekly GitHub changelogs,tight 1:1s,demo-fueled All-Hands, andauto-verified deploys. It leans onpublic artifacts, not peeking over shoulders - and puts th..

Measuring Engineering Productivity
Link
@varbear shared a link, 10 hours ago
FAUN.dev

You already have a git server

A plain-oldgit repo on an SSH-accessible servercan double as a lean deployment rig. Drop in somegit hooks- like apost-receive- and every push can kick off static site builds or publish code on the spot. No extra tools. Just Git doing Git things. Turns basic Git infra into a no-frills CI/CD pipeline...

Link
@varbear shared a link, 10 hours ago
FAUN.dev

State of AI Report 2025

The 2025 State of AI Report just landed—China’s catching up fast on reasoning and coding. Models like DeepSeek, Qwen, and Kimi are starting to nip at OpenAI’s heels. AI is thinking longer-term now. Reinforced reasoning and rubric-style feedback are pushing models into deeper, more deliberate plannin..

State of AI Report 2025
Link
@kaptain shared a link, 11 hours ago
FAUN.dev

Debugging container image creation with a Dockerfile

Docker just made debugging Dockerfiles inVS Codefeel like real development. With the latest Docker extension and Docker Desktop update, you can now set breakpoints, step through builds with F10/F11, poke at variables, and mess with the container’s file system mid-build...

Debugging container image creation with a Dockerfile
Link
@kaptain shared a link, 11 hours ago
FAUN.dev

Kubernetes Gateway API in action

The Kubernetes Gateway API leveled up - unifying North-South, East-West, and egress traffic with standard CRDs likeGRPCRoute,HTTPRoute, andReferenceGrant. In a Linkerd world, that means clean, declarative canary releases, granular egress control to outside APIs (say, Mistral AI), and clearer lines b..

Kubernetes Gateway API in action