Building a Navier-Stokes Solver in Python from Scratch: Simulating Airflow
A hands-on guide to implementing CFD with NumPy, from discretization to airflow simulation around a bird's wing
https://towardsdatascience.com/building-a-navier-stokes-solver-in-python-from-scratch-simulating-airflow/
A hands-on guide to implementing CFD with NumPy, from discretization to airflow simulation around a bird's wing
https://towardsdatascience.com/building-a-navier-stokes-solver-in-python-from-scratch-simulating-airflow/
Towards Data Science
Building a Navier-Stokes Solver in Python from Scratch: Simulating Airflow | Towards Data Science
A hands-on guide to implementing CFD with NumPy, from discretization to airflow simulation around a bird's wing
django-modern-rest
Modern REST framework for Django with types and async support!
https://github.com/wemake-services/django-modern-rest
Modern REST framework for Django with types and async support!
https://github.com/wemake-services/django-modern-rest
GitHub
GitHub - wemake-services/django-modern-rest: Modern REST framework for Django with types and async support!
Modern REST framework for Django with types and async support! - wemake-services/django-modern-rest
Autograd and Mutation
How does PyTorch autograd deal with mutation? In particular, what happens when a mutation occurs on a view, which aliases with some other tensor? In 2017, Sam Gross implemented support for in-place operations on views, but the details of which have never been described in plain English… until now.
https://blog.ezyang.com/2026/03/autograd-and-mutation/
How does PyTorch autograd deal with mutation? In particular, what happens when a mutation occurs on a view, which aliases with some other tensor? In 2017, Sam Gross implemented support for in-place operations on views, but the details of which have never been described in plain English… until now.
https://blog.ezyang.com/2026/03/autograd-and-mutation/
From zero to a RAG system: successes and failures
Building a production RAG system is far more about data pipelines, indexing strategy, and infrastructure tradeoffs than model choice, with most failures coming from scaling, retrieval quality, and compute constraints. The key lesson is that RAG success depends on iterative engineering and system design discipline, not just plugging in an LLM, with real-world performance shaped by bottlen...
https://en.andros.dev/blog/aa31d744/from-zero-to-a-rag-system-successes-and-failures/
Building a production RAG system is far more about data pipelines, indexing strategy, and infrastructure tradeoffs than model choice, with most failures coming from scaling, retrieval quality, and compute constraints. The key lesson is that RAG success depends on iterative engineering and system design discipline, not just plugging in an LLM, with real-world performance shaped by bottlen...
https://en.andros.dev/blog/aa31d744/from-zero-to-a-rag-system-successes-and-failures/
en.andros.dev
From zero to a RAG system: successes and failures | Andros Fenollosa
A few months ago I was tasked with creating an internal tool for the company's engineers: a Chat that used a local LLM. Nothing extraordinary so far.
Timesliced reservoir sampling: a new(?) algorithm for profilers
Reservoir sampling lets you pick a sample from an unlimited stream of events; learn how it works, and a new variant useful for profilers.
https://pythonspeed.com/articles/reservoir-sampling-profilers/
Reservoir sampling lets you pick a sample from an unlimited stream of events; learn how it works, and a new variant useful for profilers.
https://pythonspeed.com/articles/reservoir-sampling-profilers/
Python⇒Speed
Timesliced reservoir sampling: a new(?) algorithm for profilers
Reservoir sampling lets you pick a sample from an unlimited stream of events; learn how it works, and a new variant useful for profilers.
Making friendly classes
A friendly class accepts sensible arguments, has a nice string representation, and supports ...
https://www.pythonmorsels.com/friendly-classes/
A friendly class accepts sensible arguments, has a nice string representation, and supports ...
https://www.pythonmorsels.com/friendly-classes/
Pythonmorsels
Making friendly classes
A friendly class accepts sensible arguments, has a nice string representation, and supports equality checks.
Enforce Business Logic in the Database with Django
Use transactions, locks, and constraints in Django to enforce business logic in the database.
https://lincolnloop.com/blog/enforce-business-logic-in-the-database-with-django/
Use transactions, locks, and constraints in Django to enforce business logic in the database.
https://lincolnloop.com/blog/enforce-business-logic-in-the-database-with-django/
Lincoln Loop
Enforce Business Logic in the Database with Django | Lincoln Loop
Use transactions, locks, and constraints in Django to enforce business logic in the database.
Components of A Coding Agent
The post breaks down coding agents into a few core parts: a model, tools, instructions, and a loop for planning, acting, and verifying. Its main point is that good coding agents are less about raw model power and more about how well they coordinate context, tool use, and iterative feedback.
https://magazine.sebastianraschka.com/p/components-of-a-coding-agent
The post breaks down coding agents into a few core parts: a model, tools, instructions, and a loop for planning, acting, and verifying. Its main point is that good coding agents are less about raw model power and more about how well they coordinate context, tool use, and iterative feedback.
https://magazine.sebastianraschka.com/p/components-of-a-coding-agent
Sebastian Raschka, PhD
Components of A Coding Agent
How coding agents use tools, memory, and repo context to make LLMs work better in practice
caveman
A Claude Code skill/plugin and Codex plugin that makes agent talk like caveman - cutting ~75% of output tokens while keeping full technical accuracy. Plus a companion tool that compresses your memory files to cut ~45% of input tokens every session.
https://github.com/JuliusBrussee/caveman
A Claude Code skill/plugin and Codex plugin that makes agent talk like caveman - cutting ~75% of output tokens while keeping full technical accuracy. Plus a companion tool that compresses your memory files to cut ~45% of input tokens every session.
https://github.com/JuliusBrussee/caveman
GitHub
GitHub - JuliusBrussee/caveman: 🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking…
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman - JuliusBrussee/caveman
profiling-explorer
Table-based exploration tool for Python profiling data (pstats files).
https://github.com/adamchainz/profiling-explorer
Table-based exploration tool for Python profiling data (pstats files).
https://github.com/adamchainz/profiling-explorer
GitHub
GitHub - adamchainz/profiling-explorer: Table-based exploration tool for Python profiling data (pstats files).
Table-based exploration tool for Python profiling data (pstats files). - adamchainz/profiling-explorer
code-review-graph
Local knowledge graph for Claude Code. Builds a persistent map of your codebase so Claude reads only what matters - 6.8× fewer tokens on reviews and up to 49× on daily coding tasks.
https://github.com/tirth8205/code-review-graph
Local knowledge graph for Claude Code. Builds a persistent map of your codebase so Claude reads only what matters - 6.8× fewer tokens on reviews and up to 49× on daily coding tasks.
https://github.com/tirth8205/code-review-graph
GitHub
GitHub - tirth8205/code-review-graph: Local knowledge graph for Claude Code. Builds a persistent map of your codebase so Claude…
Local knowledge graph for Claude Code. Builds a persistent map of your codebase so Claude reads only what matters — 6.8× fewer tokens on reviews and up to 49× on daily coding tasks. - tirth8205/cod...
void-model
An open-source video editing model that removes objects from footage and also models the scene’s resulting physical interactions, not just the missing pixels.
https://github.com/Netflix/void-model
An open-source video editing model that removes objects from footage and also models the scene’s resulting physical interactions, not just the missing pixels.
https://github.com/Netflix/void-model
GitHub
GitHub - Netflix/void-model
Contribute to Netflix/void-model development by creating an account on GitHub.
❤1
I Replaced Kafka, Redis, and RabbitMQ With One Tool. Here’s What I Learned.
The post’s core idea is that NATS JetStream can replace separate Kafka, Redis, and RabbitMQ setups by covering streaming, queueing, and pub/sub in one system. It argues this can simplify architecture and reduce the operational overhead of running multiple messaging tools for different workloads.
https://scalebites.substack.com/p/i-replaced-kafka-redis-and-rabbitmq
The post’s core idea is that NATS JetStream can replace separate Kafka, Redis, and RabbitMQ setups by covering streaming, queueing, and pub/sub in one system. It argues this can simplify architecture and reduce the operational overhead of running multiple messaging tools for different workloads.
https://scalebites.substack.com/p/i-replaced-kafka-redis-and-rabbitmq
Substack
I Replaced Kafka, Redis, and RabbitMQ With One Tool. Here’s What I Learned.
The one tool your backend stack has been missing
🔥1
dj-signals-panel
Display registered Django signals and receivers, showing what fires and where.
https://github.com/yassi/dj-signals-panel
Display registered Django signals and receivers, showing what fires and where.
https://github.com/yassi/dj-signals-panel
GitHub
GitHub - yassi/dj-signals-panel: Display registered Django signals and receivers, showing what fires and where.
Display registered Django signals and receivers, showing what fires and where. - yassi/dj-signals-panel
Decentralized AI in 50 Lines of Python
A peer-to-peer AI that answers your friends' messages using local data and privacy controls.
https://iamtrask.github.io/2026/04/07/decentralized-ai-in-50-lines/
A peer-to-peer AI that answers your friends' messages using local data and privacy controls.
https://iamtrask.github.io/2026/04/07/decentralized-ai-in-50-lines/
iamtrask.github.io
Decentralized AI in 50 Lines of Python - i am trask
A machine learning craftsmanship blog.