Skip to content

Instantly share code, notes, and snippets.

View hollow's full-sized avatar
👋

Benedikt Böhm hollow

👋
View GitHub Profile
@minimaxir
minimaxir / CLAUDE.md
Created January 2, 2026 01:53
Python CLAUDE.md (20260101)

Agent Guidelines for Python Code Quality

This document provides guidelines for maintaining high-quality Python code. These rules MUST be followed by all AI coding agents and contributors.

Your Core Principles

All code you write MUST be fully optimized.

"Fully optimized" includes:

@langerma
langerma / kafka.nomad.hcl
Created April 4, 2023 09:57
deploy kafka kraft cluster with nomad
job "kafka" {
datacenters = ["yourdatacenter"]
type = "service"
update {
stagger = "5s"
max_parallel = 3
}
group "kafka" {