ContentPosts from @diogoalexandria..
Link
@faun shared a link, 7 months, 1 week ago

Harnessing AI for Complex Systems: A New Paradigm for Industrial DevOps

AI's not just another wrench in the toolbox—it's your new coworker, reshaping Industrial DevOps and revolutionizing complex cyber-physical systems. AI revs up CI/CD pipelines and collaborates with humans like a hyper-disciplined lab partner. It demands careful handling, though. Responsible use is cr.. read more  

Harnessing AI for Complex Systems: A New Paradigm for Industrial DevOps
Link
@faun shared a link, 7 months, 1 week ago

OTel Sucks (But Also Rocks!)

OpenTelemetry(OTel) delivers observability without handcuffing you to a single vendor. But brace yourself; it's ever-evolving, with a learning curve that rivals your favorite rollercoaster. There’s no coasting—constant updates are your new normal. With its modular design and a thriving community, OT.. read more  

OTel Sucks (But Also Rocks!)
Link
@faun shared a link, 7 months, 1 week ago

Prepping for post-quantum: a beginner’s guide to lattice cryptography

TLS isn’t safe from quantum—lattices step in. ML-KEM secures encryption, ML-DSA signs it tight. Key exchange gets bigger, not slower. Vectors, matrices, and modular math drive post-quantum security. Cloudflare’s already using it. Now it’s your turn to understand how... read more  

Link
@faun shared a link, 7 months, 1 week ago

Serverless Horrors: The Real Cost of “Simple” Cloud Deployments

ServerlessHorrorsspins spine-tingling yarns of five- or six-figure bills lurking behind so-called "free tiers." Those sneaky fees laugh in the face of your budget. Watch out for bandwidth traps, sneaky egress costs, and AI code that can't stop itself.... read more  

Serverless Horrors: The Real Cost of “Simple” Cloud Deployments
Link
@faun shared a link, 7 months, 1 week ago

TIL: Any program can be a GitHub Actions shell

GitHub Actionsgives you the keys to the car. Use any executable as your shell, not just the usual suspects. Go wild, but hey, keep an eye on those security gremlins lurking in the shadows... read more  

Link
@faun shared a link, 7 months, 1 week ago

How to Keep Distributed Systems Consistent: Versioning vs Vector Clocks

Optimistic lockinglaughs in the face of traditional locking's sluggishness. It just checks that data remains unchanged before a write—dodging deadlocks and ditching lock overhead like yesterday’s news. Meanwhile,sequential version numbersdeliver the knockout punch totimestampswhen it comes to mainta.. read more  

How to Keep Distributed Systems Consistent: Versioning vs Vector Clocks
Link
@faun shared a link, 7 months, 1 week ago

Beyond “5 Whys”: A Better Way to Learn from Incidents

The most important purpose of a post-incident review is to learn from incidents and improve the system. The "5 Whys" technique, while intuitive and easy to explain, may have limitations in facilitating meaningful learning from incidents. Open-ended questions in post-incident reviews can lead to rich.. read more  

Link
@faun shared a link, 7 months, 1 week ago

Git turns 20: A Q&A with Linus Torvalds

Git 2.49rolls out the red carpet with upgrades like slicker sparse-checkout patterns and beefed-up partial clone support—just what the code wizards ordered... read more  

Git turns 20: A Q&A with Linus Torvalds
Link
@faun shared a link, 7 months, 1 week ago

Optimizing network footprint in serverless applications

AWS Serverless app developers canchop network footprint by 80%using gzip compression, defying Lambda's 6 MB payload ceiling. Sleek tricks like tapping intoAmazon S3 for hefty payloadsand fine-tuningAPI Gateway with binaryMediaTypeshelp devs sidestep payload constraints, shedding network latency and .. read more  

Optimizing network footprint in serverless applications
Link
@faun shared a link, 7 months, 1 week ago

Handling Network Throttling with AWS EC2 at Pinterest

PinterestbattledEC2 network throttlingfrom sneaky microbursts. Unearthed some killer bandwidth insights usingENA metricsto amp up performance. A leap toAWS Nitro instancesrevealed the real kicker—you need to stay on top of bandwidth constraints and wieldfine-grained rate limitinglike a pro... read more  

Handling Network Throttling with AWS EC2 at Pinterest