the1024
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Cloudflare Repackages Pricing (blog.cloudflare.com)
-
Hi HN! AI Product Rank lets you to search for topics and products, and see how OpenAI, Anthropic, and Perplexity rank them. You can also see the citations for each ranking. We’re interested in seeing how AI decides to…
- So you want to break down monolith? Read that first (architecture-weekly.com)
-
Hey everyone! We're Evan and Caelean, the authors of Tach. Tach lets you visualize the architecture of your Python codebase, and gives you the tools to incrementally improve it. It uses module boundaries to give teams…
- Microservices Can Wait (gauge.sh)
- Why Tach – The Problem with Python (docs.gauge.sh)
- Tackling the Monolith/Microservices Dilemma at Instawork (engineering.instawork.com)
- The Problem with Monoliths (gauge.sh)
- Microservices Can Wait (gauge.sh)
- Should we decompose our monolith? (lethain.com)
- Measuring Software Modularity (ncbi.nlm.nih.gov)
-
Tach is a pip package that lets you define module boundaries, automatically detect all cross-module dependencies, and then validate and enforce those dependencies. It also supports strict interfaces for modules by…
- Gaggiuino – Augmenting Home Espresso (gaggiuino.github.io)
- Flavor Flav Wants You to Watch More Water Polo (nytimes.com)
- The Trouble with __all__ (gauge.sh)
- Calm down about Service Weaver (newsletter.goodtechthings.com)
- How to isolate a Python module with Tach (gauge.sh)
- Gauge – solving the microservices/monolith dilemma (ycombinator.com)
- Parsing Python ASTs 20x Faster with Rust (gauge.sh)
-
tach is a lightweight Python tool that enforces boundaries and dependencies in your Python project. Inspired by nx, tach helps you maintain a decoupled and modular Python codebase. By default, Python allows you to…
- Show HN: Chatpdb – GPT for your Python debugger (github.com)
chatpdb - gpt for your python debugger ChatGPT can be an awesome tool for quickly diagnosing issues from error output, but pasting snippets into the chat window often misses important context and forces you to switch…