» Tag
python
115 postsUsing Kubernetes ConfigMaps as a Real-Time State Store
A Python demo shows how Kubernetes' watch API turns ConfigMaps into a real-time pub/sub change feed using asyncio, without polling or pod restarts.
DOOMQL: A Doom-like FPS Where SQL Renders Every Pixel
DOOMQL is a terminal-based Doom-like FPS where SQL queries handle all game logic and pixel rendering, with a live SQL audit tool included.
Python Bytecode: The Security Blind Spot Beyond Source Review
Study of over 1M PyPI packages shows Python .pyc bytecode bypasses source-level security review, exposing CPython to crashes and memory-corruption bugs.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comActionRail: Runtime Value Grounding for AI Agent Tool Calls
ActionRail is an open-source runtime that verifies AI agent tool call arguments against live data before execution, blocking value-poisoning attacks.
GFQL runs Cypher on Polars, no graph database required
GFQL brings Cypher graph queries to Polars on CPU and GPU with no graph database, beating Neo4j and Memgraph by up to 85x on LDBC benchmarks.
venv-manager: A Python venv runtime built for humans and AI agents
venv-manager is an open-source Go tool with an MCP server and file watcher that manages Python venvs for both humans and AI coding agents.
memlineage v0.1.0: A Two-Layer Defense Against LLM Agent Memory Poisoning
memlineage v0.1.0 is an open-source Python library defending LLM agents against memory poisoning via cryptographic provenance and behavioral detection.
6x faster batched binary search in Rust via branch prediction fixes
scikit-learn's binary search bucketization gets a 6x Rust speedup by eliminating CPU branch mispredictions via branchless code.
Rejit: A Pure-Python Regex Engine Immune to ReDoS
Rejit is a pure-Python Pike VM regex engine with guaranteed linear-time matching, eliminating ReDoS vulnerabilities entirely. MIT licensed.
What 95 Generative AI Job Postings Reveal About Hiring Today
An analysis of 95 US Generative AI job postings shows RAG and agents converging, Python-LLM-RAG as the top skill combo, real salary data, and where hiring actually happens.