Join us

ContentCurated links by FAUN.dev
Link
@devopslinks shared a link, 1 week ago
FAUN.dev()

How Netflix optimized its petabyte-scale logging system with

Netflix overhauled its logging pipeline to chew through5 PB/day. The stack now leans onClickHousefor speed andApache Icebergto keep storage costs sane. Out went regex fingerprinting - slow and clumsy. In came aJFlex-generated lexerthat actually keeps up. They also ditched generic serialization in fa.. read more  

How Netflix optimized its petabyte-scale logging system with
Dev Swag
@ByteVibe shared a product

Kubectl - Developer T-Shirt

#developer  #merchandise  #swag 

You probably typed it 3413 times today, why don't you get a t-shirt of it? This t-shirt feels soft with the right amount of stretch. It's comfortable and smooth. ✅ 100% cotton ✅ Classic fit ✅ Tear-awa...

Ad
www.faun.dev shared an ad

#ad  #sponsored 
Link
@devopslinks shared a link, 1 week ago
FAUN.dev()

The $1,000 AWS mistake

A missingVPC Gateway Endpointsent EC2-to-S3 traffic through aNAT Gateway, lighting up over$1,000in unnecessary data processing charges. All that for in-region traffic hitting an AWS service. Why? AWS defaulted the route to the NAT Gateway. It only takes the free S3 Gateway Endpoint if youtellit to. .. read more  

The $1,000 AWS mistake
Link
@devopslinks shared a link, 1 week ago
FAUN.dev()

A Love Letter to FreeBSD

A Linux user takes FreeBSD for a spin - and comes away impressed. What stands out? Clean, deliberate engineering.Boot environmentsmake updates stress-free. The newpkgbasesystem adds modularity without chaos. And the OS treatsuptimenot just as a metric, but as a design goal. The essay makes a solid c.. read more  

Link
@devopslinks shared a link, 1 week ago
FAUN.dev()

Terraform Workbook - Your Guide to Infra as Code (IaC)

This post outlines the various Terraform project files and their purposes, such as vars.tf for default variable declarations, terraform.tfvars for overriding default variable values, terraform.tf for tfstate backends and provider declarations, version.tf for Terraform version constraints, and .terra.. read more  

Terraform Workbook - Your Guide to Infra as Code (IaC)
Link
@varbear shared a link, 2 weeks, 1 day ago
FAUN.dev()

We are replacing OOP with something worse

Object-oriented programming didn’t die - it evolved. Now it lives in the guts of infrastructure. Services talk through strict interfaces, crossing process and network lines like pros. Classes and objects? They're nowOpenAPI schemas,Docker containers, andKubernetes clusters- same old encapsulation ga.. read more  

Link
@varbear shared a link, 2 weeks, 1 day ago
FAUN.dev()

Why is Zig so Cool?

Zig bringscross-compilationandC interoperabilityto the forefront - no extra setup, no toolchain fuss. It builds across architectures, links with C code like it was born to, and skips headers entirely. Its real flex?Compile-time execution, sharperror handling, and azero-fat runtime. All wrapped in a .. read more  

Ad
www.faun.dev shared an ad

#ad  #sponsored 
Link
@varbear shared a link, 2 weeks, 1 day ago
FAUN.dev()

How the classic anime 'Ghost in the Shell' predicted the future of cybersecurity 30 years ago

“Ghost in the Shell” turned 30 this week. Still hits hard. Back in 1989, it dropped cyberpunk bombs that would take the real world decades to catch up with: government-grade AI hackers, behavior-based intrusion detection, malware tailored for humans, and remote code attribution that vanishes into th.. read more  

How the classic anime 'Ghost in the Shell' predicted the future of cybersecurity 30 years ago
Link
@varbear shared a link, 2 weeks, 1 day ago
FAUN.dev()

Programming Languages in the Age of AI Agents

GitHub Copilot and friends tend to shine in languages with rich static types - think Rust or Scala. Why? The compiler does the heavy lifting. It flags mistakes fast, keeps structure tight, and gives the AI sharper signals to riff on. But drop that agent into a sprawling legacy repo, and cracks show... read more  

Programming Languages in the Age of AI Agents
Link
@varbear shared a link, 2 weeks, 1 day ago
FAUN.dev()

The (lazy) Git UI You Didn't Know You Need

Lazygit is a snappy terminal Git UI that’s picking up steam - and for good reason. It streamlines common tasks like staging, rebasing, and patching without dragging you through clunky menus. The interface sticks close to native Git commands but adds just enough structure to reduce context switches a.. read more  

The (lazy) Git UI You Didn't Know You Need
Link
@varbear shared a link, 2 weeks, 1 day ago
FAUN.dev()

Your URL Is Your State

Modern frontend apps love to complicate state. But they keep forgetting the URL - shareable, dependency-free, and built for the job. This piece breaks down how a well-structured URL can capture UI state, track history, and make bookmarking effortless. NolocalStorage. No cookies. No bloated global st.. read more