Join us

ContentUpdates and recent posts about pre-commit..
Link
@faun shared a link, 5 months, 2 weeks ago
FAUN.dev()

Engineering Principles for Building a Successful Cloud-Prem Solution

Cloud-Premmarries cloud's nimble speed with on-prem's tight grip. It fuses avendor-managed control planewith acustomer-owned data plane—a dream match for regulated sectors.Redpanda's BYOCslashed costs tenfold by axing egress fees. Meanwhile,Couchbase's Capellaserves up hybrid deployment like a maste.. read more  

Engineering Principles for Building a Successful Cloud-Prem Solution
Link
@faun shared a link, 5 months, 2 weeks ago
FAUN.dev()

Oracle Linux 10 Officially Released: Next-Gen Security, Developer Tooling and a Strategic Edge Over Red Hat Enterprise Linux 10

Oracle Linux 10struts in withquantum-resistant cryptographyandzero-downtime patching. It swoops pastRHEL 10in a security showdown, showing off sleek flexibility... read more  

Oracle Linux 10 Officially Released: Next-Gen Security, Developer Tooling and a Strategic Edge Over Red Hat Enterprise Linux 10
Link
@faun shared a link, 5 months, 2 weeks ago
FAUN.dev()

Highlights from Git 2.50

Git 2.49rolls out a fresh bag of tricks. Now, lightweight tags swagger with commit signatures, adding a splash of authenticity... read more  

Highlights from Git 2.50
Link
@faun shared a link, 5 months, 2 weeks ago
FAUN.dev()

5 Cloud Storage Best Practices for AI Workloads

AI teamssegment data lifecyclesto reduce costs by moving inactive datasets to cheaper storage tiers. Theycheckpoint training progressregularly andback up checkpointsto cloud storage to prevent loss from failures. Models getprotected via object locks, automated backups, andgeo-redundant storagefor di.. read more  

5 Cloud Storage Best Practices for AI Workloads
Link
@faun shared a link, 5 months, 2 weeks ago
FAUN.dev()

Bots are overwhelming websites with their hunger for AI data

Rampaging AI bots are wreaking havoc on39 out of 43cultural institutions, bulldozing their way through digital collections and often causing epic crashes.Robots.txtis waving the white flag. AWS and Cloudflare put up a decent fight, but the bot swarms still drain money like a leaky faucet... read more  

Bots are overwhelming websites with their hunger for AI data
Link
@faun shared a link, 5 months, 2 weeks ago
FAUN.dev()

GitHub Advisory Database by the numbers: Known security vulnerabilities and what you can do about them

GitHub Advisory Database curates22 000+reviewed and30 000+imported advisories from the NVD, repo advisories, and community sources. It fuels Dependabot, CVSS & EPSS ratings, and CNA services to ruthlessly prioritize and patch vulnerabilities at scale.. read more  

Link
@faun shared a link, 5 months, 2 weeks ago
FAUN.dev()

Introducing Northguard and Xinfra: scalable log storage at LinkedIn

LinkedIn's shake-up:NorthguardkicksKafkato the curb to handle its1.2 billion users. The prize? Sharper operability, striped logs, and nimble metadata management.Xinfrasteps up to virtualize Pub/Sub, easing the Kafka-to-Northguard leap. Kafka's client-centric stubbornness? Not a problem... read more  

Link
@faun shared a link, 5 months, 2 weeks ago
FAUN.dev()

The Journey of Bypassing Ubuntu’s Unprivileged Namespace Restriction

Ubuntu's sandbox for unprivileged namespaces flops like a soggy cardboard box; one keen Twitter user blew wide open a glaring weakness.Billed as invincible, these post-exploitation defenses crumbled when a process shimmies into an unconfined AppArmor profile. Suddenly, infamous attack paths throw up.. read more  

The Journey of Bypassing Ubuntu’s Unprivileged Namespace Restriction
Link
@faun shared a link, 5 months, 2 weeks ago
FAUN.dev()

Cloudflare blocks largest DDoS attack - here's how to protect yourself

Cloudflare just stared down a raging beast: a7.3 Tbps DDoS attack, like blasting 10,000 HD movies straight through your eyes in a heartbeat. This monster, 99.996%UDP floods, erupted from122,145 source IPsscattered across 161 countries. Its real claim to fame? Not sheer size, but breakneck speed. In .. read more  

Cloudflare blocks largest DDoS attack - here's how to protect yourself
Link
@faun shared a link, 5 months, 2 weeks ago
FAUN.dev()

Kafka in 2025: A Clean Docker Compose Setup Without ZooKeeper

KafkakickedZookeeperto the curb as of version 4.0. And by 2023, Docker images were no longer invited to the party. Want to set it up locally?Bitnami'sversion steps in, offering custom settings to play with... read more  

pre-commit is an open source framework that makes it easy to install, manage, and run Git hooks across any programming language. Developers define their hooks in a simple YAML configuration file, and pre-commit handles environment isolation, version pinning, and consistent execution. It supports code formatting, linting, security checks, secret scanning, and custom scripts. Teams use it to enforce code quality and security rules before code is committed, reducing noise in CI pipelines and improving overall code hygiene. Its lightweight design and broad ecosystem of community hooks make it one of the most widely adopted tools for source control automation.