Join us

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

Don't fall into the anti-AI hype

The writer recently left their job to explore AI and programming through various projects, including creating a YouTube channel focused on these topics. They discuss how AI is changing the landscape of programming, allowing for faster, more efficient coding methods. Despite concerns about job displa.. read more  

Dev Swag
@ByteVibe shared a product

Desk Mat - Cute cats

#developer  #merchandise  #swag 

Apart from looking cool, these desk mats keep surfaces free from scratches and stains. Great for making spaces more organized with minimal effort. These mats have a smooth surface and a non-slip base....

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

How we built an AI SRE agent that investigates like a team of engineers

Datadog just droppedBits AI SRE, an autonomous agent that thinks more like an SRE than a chatbot. It doesn't just regurgitate summaries - it investigates. It builds hypotheses, tests them against telemetry, and chases down actual root causes. Older tools leaned hard on LLMs to summarize alerts. That.. read more  

How we built an AI SRE agent that investigates like a team of engineers
Link
@devopslinks shared a link, 1 month ago
FAUN.dev()

Preparing for Post-Quantum Cryptography

NIST locked in itsPost-Quantum Cryptography (PQC) standardsin August 2024. The countdown’s on: U.S. federal systems need to make the leap by 2035. Wiz jumped early with aPQC Security Framework. It scans for shaky encryption, maps your crypto assets, and flags what’s PQC-ready, all cloud-wide, using .. read more  

Preparing for Post-Quantum Cryptography
Link
@devopslinks shared a link, 1 month ago
FAUN.dev()

What came first: the CNAME or the A record?

A recent change to 1.1.1.1 accidentally altered the order of CNAME records in DNS responses, breaking resolution for some clients. This post explores the technical root cause, examines the source code of affected resolvers, and dives into the inherent ambiguities of the DNS RFCs... read more  

What came first: the CNAME or the A record?
Link
@devopslinks shared a link, 1 month ago
FAUN.dev()

The best tools for bare metal automation that people actually use

Bare metal ops aren’t what they used to be. The game’s gone full stack:API-driven provisioning,declarative workflows, andconfig convergencenow run the show. Tools likeMAAS,Foreman,Ironic, andTinkerbelltreat physical servers as programmable units. Real hardware, real APIs. Meanwhile,Kubernetes-native.. read more  

The best tools for bare metal automation that people actually use
Link
@devopslinks shared a link, 1 month ago
FAUN.dev()

SSH has no Host header

A dev built a custom SSH proxy that punches through IPv4 limits without handing out public IPs like candy. Their trick:shared IPv4s with per-user relative IP mapping. It maps incoming SSH traffic to the right VM using thesource IPandpublic key combo. No Host header? No problem. They sidestep that ho.. read more  

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

Keeping Secrets Out of Logs

A new writeup lays out a layered plan to keep secrets out of logs, no silver bullets here, just ten solid "lead bullets" that actually stack. Think of it as defense in depth for log hygiene. Highlights include: Type-safe domain primitives for secrets, Taint-based static analysis, Read-once secret wr.. read more  

Keeping Secrets Out of Logs
Link
@varbear shared a link, 1 month, 1 week ago
FAUN.dev()

Reversing YouTube's "Most Replayed" Graph

An engineer cracked open YouTube’s “most replayed” heatmap. Turns out it runs onsampled view frequency arrays, client-sidenormalization, andSVG renderingstitched together withCubic Bézier splinesfor that smooth, snappy curve. Behind the scenes, playback gets logged with adifference array + prefix su.. read more  

Reversing YouTube's "Most Replayed" Graph
Link
@varbear shared a link, 1 month, 1 week ago
FAUN.dev()

An Honest Review of Go

Go gets big props for its built-in concurrency model withgoroutinesandchannels, which make lightweight, scalable parallelism easy and ergonomic. The author criticizes Go's type system for lacking things likeenums, closed type sets, and tuples, making certain patterns awkward compared with Rust's ric.. read more  

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

How Github monopoly is destroying the open source ecosystem

Out of 238 student open source contributions over seven years, 237 landed onGitHub- even though they were told to look elsewhere. One short-lived GitHub IP block brought everything to a standstill. No commits. No reviews. Just silence. Turns out, a single platform holds the keys to a whole ecosystem.. read more  

How Github monopoly is destroying the open source ecosystem