ContentPosts from @ankurlemarc..
Link
@faun shared a link, 17 hours ago

One Dataset. No Warning. Google Took Everything. You’re Not Safe Either.

An indie dev got their Google account nuked—no warning—right after unzipping an NSFW dataset on Drive. It was for benchmarking a private, on-device AI model that actually beat the cloud. Didn’t matter. The system flagged a CSAM violation, locked everything, and offered no appeals. Key takeway:If yo..

Link
@faun shared a link, 18 hours ago

AWS CLI Cheatsheet

The AWS CLI lets developers skip the console and drive AWS straight from the terminal. It’s scriptable, cross-region, and built for automation. Run a command, get back JSON. Pipe it intojq, slice what you need, done. Tab-completion and in-line help make it faster to poke around and stitch together ..

Link
@faun shared a link, 18 hours ago

GitOps Done Right: 10 Best Practices That Make It Work

GitOps ditches hand-rolled deployment scripts for a cleaner, declarative model. Git becomes the truth. Agents likeArgo CDorFlux CDwatch for changes and sync your clusters on their own. It’s not just about pushing YAML. Good GitOps setups lean onKustomizefor modular config, wire inautomated image up..

GitOps Done Right: 10 Best Practices That Make It Work
Link
@faun shared a link, 18 hours ago

GitHub Copilot DevOps Excellence: Prompt Files vs Instructions vs Chat Modes

GitHub Copilot just leveled up:prompt files,custom instructions, andcustom chat modesare live. Now it's not just tagging along—it’s shaping how you work. Automate code reviews, security scans, or implementation plans. Reuse setups across teams. Control it all from VS Code...

Link
@faun shared a link, 18 hours ago

Indexed Views in SQL Server: A Production DBA's Complete Guide

Indexed viewsare apowerfulyet underutilized feature in SQL Server for optimizing complex query performance, with potential for significant performance gains in read-heavy applications. Automatic query substitution is a game-changer when it comes to leveragingindexed viewsfor performance optimization..

Link
@faun shared a link, 18 hours ago

When Process Becomes Latency: Optimizing Incident Response Cadence

In incident response, adaptability is key. Instead of endless playbooks, focus on flexible frameworks for faster, more effective responses. Brandon Chalk,16-year Google SRE, shares insights onbalancing structure and speedwhen every second counts...

Link
@faun shared a link, 18 hours ago

Writing a basic service for GNU Guix

A developer walks through building acustom GNU Guix system serviceforkmonad—yes, the keyboard remapper—by wiring up a newservice-typethat plugs intoShepherdandaccount-service-type. To get there, they lift patterns from services likewesnothd, usemake-forkexec-constructorto spin up the daemon, and de..

Link
@faun shared a link, 18 hours ago

Automating infrastructure deployments in the Cloud with Terraform and Azure Pipelines

This Azure lab wires upTerraformwithAzure Pipelines CI/CDto spin up infrastructure and deploy a .NET Core app using IaC. It handles remote state with Azure Storage, automatesplanandapplyin pipelines, and swaps in config values via token replacement during deploy...

Link
@faun shared a link, 18 hours ago

You might not need tmux

A dev swapped outtmuxfor a slick combo:Zellij,SSH multiplexing, andsystemdsocket daemons. No more virtual splits. Just clean session persistence and tight remote control. This setup brings scrollback back where it belongs—your terminal’s native buffer. It plays nice with extras like theKitty graphi..

Link
@faun shared a link, 18 hours ago

How I Scanned all of GitHub’s “Oops Commits” for Leaked Secrets

Truffle Security dropped a sharp new open-source tool that digs through GitHub’s public commit history looking forzero-commit force pushes—a tactic devs use to erase mistakes, usually secrets. Problem is, they don’t go quietly. By tapping into historical GitHub PushEvents via GH Archive, the tool h..