Join us

ContentUpdates and recent posts about TruffleHog..
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

How to Build an Agent

Craft a code-editing agent in under 400 lines. It's just an LLM, a loop, and some enhanced tokens. No rocket science here—just solid, hands-on engineering... read more  

How to Build an Agent
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

Prompt chaining reimagined with type inference

Graceusesbidirectional type inferenceto simplify prompt chaining. No more wrestling with schema definitions. Think: less JSON, more wizardry... read more  

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

A DOGE recruiter is staffing a project to deploy AI agents across the US government

Anthony Jancsoaims to unleashAI agentson more than 300 tasks across federal fronts. Translation: watch out, 70k jobs might vanish. Unsurprisingly, not everyone's cheering; brace for the fireworks... read more  

A DOGE recruiter is staffing a project to deploy AI agents across the US government
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

v1.33: New features in DRA

Kubernetes Dynamic Resource Allocation (DRA)is shaking up device management. Expect tools likeDriver-owned Resource Claim Statusfor tracking device data like a hawk, andPartitionable Devicesto squeeze max juice from resources. Keep an eye out: DRA goes full throttle in v1.34, making device handling .. read more  

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

v1.33: Storage Capacity Scoring of Nodes for Dynamic Provisioning (alpha)

Kubernetes v1.33beta rolls out topology-aware volume provisioning, nudging pod scheduling in the right direction. It cleverly takes node storage capacity into account, unleashing the full potential of resource utilization... read more  

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

v1.33: Mutable CSI Node Allocatable Count

Kubernetes v1.33hits the scene swinging with an alpha feature that's shaking things up: dynamic volume limits. CSI drivers now sharpen pod scheduling accuracy while kicking outdated capacity errors to the curb... read more  

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

ngrok is also now your Kubernetes ingress

ngrok's Kubernetes Operatortakes the tangle out of K8s networking. Picture this: labyrinthine paths shrink into tidy URLs, and traffic feels the firm hand ofTraffic Policy. Get ready forv1.0. It promises shiny, new features and bids farewell to "edges" in favor of a sleek focus on endpoints. Expect .. read more  

ngrok is also now your Kubernetes ingress
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

Here are Some Docker Hacks That Changed my Life

Aliasesslash command lengths to mere blips. A pristine.dockerignoretrims the fat, speeding up image creation. Multi-stage builds churn out sleek, secure images with zero fuss. Docker Compose overrides? They separate environments with ease, evicting any messy configs. Keep your system nimble with reg.. read more  

Here are Some Docker Hacks That Changed my Life
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

Build and Query Knowledge Graphs with LLMs

Knowledge Graphs organize data in a human-like way. GraphRAG enhances LLMs by using a graph-based approach for more effective information retrieval and generation. Graphs reveal cross-document relationships, advancing search systems for data scientists and ML engineers. Neo4j and LangChain enable th.. read more  

Build and Query Knowledge Graphs with LLMs
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

Migrating Uber’s Compute Platform to Kubernetes: A Technical Journey

Uber dumped Mesos and hitched its ride to Kubernetes, rolling out a fleet of clusters across regions with sleek automation. They didn’t just switch platforms — they rewired the engine room. Thanks to crafty scheduling tweaks and sidecar tricks, devs didn’t feel a bump. All gas, no brakes on their cl.. read more  

TruffleHog is a high-accuracy secret-detection tool designed to uncover exposed credentials such as API keys, tokens, private keys, and cloud secrets across large codebases. Originally created to scan Git commit history, it has evolved into a multi-source scanning engine capable of analyzing GitHub, GitLab, Bitbucket, Docker images, file systems, Terraform states, and cloud environments.

The scanner combines entropy detection, an extensive library of regular expression detectors, and live credential validation to minimize false positives. TruffleHog is widely used in security research, supply chain security, DevSecOps workflows, and bug bounty programs. Its speed, accuracy, and broad ecosystem coverage make it a core tool for identifying and preventing credential leakage in modern software development.