quip-protocol
This project implements a quantum blockchain using quantum annealing for proof-of-work consensus. It features competitive mining between quantum computers (QPU) and classical simulated annealing (SA) with a dynamic difficulty adjustment mechanism.
https://github.com/QuipNetwork/quip-protocol
This project implements a quantum blockchain using quantum annealing for proof-of-work consensus. It features competitive mining between quantum computers (QPU) and classical simulated annealing (SA) with a dynamic difficulty adjustment mechanism.
https://github.com/QuipNetwork/quip-protocol
GitHub
GitHub - QuipNetwork/quip-protocol: experimental quip protocol network node
experimental quip protocol network node. Contribute to QuipNetwork/quip-protocol development by creating an account on GitHub.
Building a FOSS live streaming camera
The author walks through designing and building an open source live streaming camera using a Raspberry Pi and camera module, aiming for low-latency HDMI output suitable for event livestreams instead of consumer cameras. They discuss hardware selection (Pi 4B, HQ camera, lenses), software using picamera2, HDMI output and potential future improvements like custom PCBs and enclosures.
https://blog.brixit.nl/building-a-custom-live-streaming-camera/
The author walks through designing and building an open source live streaming camera using a Raspberry Pi and camera module, aiming for low-latency HDMI output suitable for event livestreams instead of consumer cameras. They discuss hardware selection (Pi 4B, HQ camera, lenses), software using picamera2, HDMI output and potential future improvements like custom PCBs and enclosures.
https://blog.brixit.nl/building-a-custom-live-streaming-camera/
BrixIT Blog
Building a FOSS live streaming camera
I have used a lot of cameras but never made one myself. Specifically one optimized for live streaming so it just outputs the camera feed over HDMI.
CinderX
CinderX is a Python extension that improves the performance of the Python runtime.
https://github.com/facebookincubator/cinderx
CinderX is a Python extension that improves the performance of the Python runtime.
https://github.com/facebookincubator/cinderx
GitHub
GitHub - facebookincubator/cinderx: High-performance Python runtime extensions
High-performance Python runtime extensions. Contribute to facebookincubator/cinderx development by creating an account on GitHub.
Use your Claude Max subscription as an API with CLIProxyAPI
The post explains how to use CLIProxyAPI, a local proxy that takes your Claude Max subscription’s OAuth token and exposes it as an OpenAI-compatible API endpoint so you can use your subscription in tools that expect standard API keys. It covers setup steps, installation, and how this lets you avoid paying for separate API access while working with models like Claude Opus and Sonnet throu...
https://rogs.me/2026/02/use-your-claude-max-subscription-as-an-api-with-cliproxyapi/
The post explains how to use CLIProxyAPI, a local proxy that takes your Claude Max subscription’s OAuth token and exposes it as an OpenAI-compatible API endpoint so you can use your subscription in tools that expect standard API keys. It covers setup steps, installation, and how this lets you avoid paying for separate API access while working with models like Claude Opus and Sonnet throu...
https://rogs.me/2026/02/use-your-claude-max-subscription-as-an-api-with-cliproxyapi/
rogs.me
Use your Claude Max subscription as an API with CLIProxyAPI
So here’s the thing: I’m paying $100/month for Claude Max. I use it a lot, it’s worth it. But then I wanted to use my subscription with my Emacs packages — specifically forge-llm (which I wrote!) for generating PR descriptions in Forge, and magit-gptcommit…
sift-kg
Turn any collection of documents into a knowledge graph. Extract entities and relationships via LLM, deduplicate with your approval, and explore the result in your browser — all from the CLI.
https://github.com/juanceresa/sift-kg
Turn any collection of documents into a knowledge graph. Extract entities and relationships via LLM, deduplicate with your approval, and explore the result in your browser — all from the CLI.
https://github.com/juanceresa/sift-kg
GitHub
GitHub - juanceresa/sift-kg: Turn any collection of documents into a knowledge graph. Extract entities and relationships via LLM…
Turn any collection of documents into a knowledge graph. Extract entities and relationships via LLM, deduplicate with your approval. Map domains, find hidden connections, spot patterns across docum...
CQRS in Python: Clean Reads, Clean Writes
When your FastAPI list endpoint starts pulling full documents just to compute derived fields, it’s usually a sign your read and write models are drifting apart. This video demonstrates how to refactor a tickets API (FastAPI + MongoDB) using CQRS, explain projections and eventual consistency, and show when this architecture is worth the added complexity, and when it’s not.
https://www.youtube.com/watch?v=Spp-uzXzzdE
When your FastAPI list endpoint starts pulling full documents just to compute derived fields, it’s usually a sign your read and write models are drifting apart. This video demonstrates how to refactor a tickets API (FastAPI + MongoDB) using CQRS, explain projections and eventual consistency, and show when this architecture is worth the added complexity, and when it’s not.
https://www.youtube.com/watch?v=Spp-uzXzzdE
YouTube
CQRS in Python: Clean Reads, Clean Writes
💡 Check out MongoDB Atlas: https://www.mongodb.com/atlas.
When your FastAPI list endpoint starts pulling full documents just to compute derived fields, it’s usually a sign your read and write models are drifting apart.
In this video, I refactor a tickets…
When your FastAPI list endpoint starts pulling full documents just to compute derived fields, it’s usually a sign your read and write models are drifting apart.
In this video, I refactor a tickets…
light weight MCP for code indexing that just works
A super light-weight, effective embedded MCP that understand and searches your codebase that just works!Instant token saving by 70% and improves speed. No API Key, completely free.
https://github.com/cocoindex-io/cocoindex-code
A super light-weight, effective embedded MCP that understand and searches your codebase that just works!Instant token saving by 70% and improves speed. No API Key, completely free.
https://github.com/cocoindex-io/cocoindex-code
GitHub
GitHub - cocoindex-io/cocoindex-code: A super light-weight embedded code search engine CLI (AST based) that just works - saves…
A super light-weight embedded code search engine CLI (AST based) that just works - saves 70% token and improves speed for coding agent 🌟 Star if you like it! - cocoindex-io/cocoindex-code
Type-based alias analysis in the Toy Optimizer
The post explains the basics of Type Based Alias Analysis (TBAA), a compiler optimization that uses type information to determine whether different memory accesses can alias, enabling more aggressive optimization. It walks through a simple “toy” example to make the concept concrete and shows how TBAA improves generated code by removing unnecessary load and store barriers.
https://bernsteinbear.com/blog/toy-tbaa/
The post explains the basics of Type Based Alias Analysis (TBAA), a compiler optimization that uses type information to determine whether different memory accesses can alias, enabling more aggressive optimization. It walks through a simple “toy” example to make the concept concrete and shows how TBAA improves generated code by removing unnecessary load and store barriers.
https://bernsteinbear.com/blog/toy-tbaa/
Max Bernstein
Type-based alias analysis in the Toy Optimizer
Another entry in the Toy Optimizer series.
model-context-shell
Unix-style pipelines for MCP tools - compose complex tool workflows as a single tool call.
https://github.com/StacklokLabs/model-context-shell
Unix-style pipelines for MCP tools - compose complex tool workflows as a single tool call.
https://github.com/StacklokLabs/model-context-shell
GitHub
GitHub - StacklokLabs/model-context-shell: Unix-style pipelines for MCP. Deterministic tool calls.
Unix-style pipelines for MCP. Deterministic tool calls. - StacklokLabs/model-context-shell
Visual Introduction to PyTorch
This article provides a visual, intuition-first guide to PyTorch, focusing on how tensors and computational graphs enable automatic differentiation. It strips away complex mathematical jargon to explain how the "Autograd" engine tracks operations to compute gradients for neural network training.
https://0byte.io/articles/pytorch_introduction.html
This article provides a visual, intuition-first guide to PyTorch, focusing on how tensors and computational graphs enable automatic differentiation. It strips away complex mathematical jargon to explain how the "Autograd" engine tracks operations to compute gradients for neural network training.
https://0byte.io/articles/pytorch_introduction.html
0byte.io
Introduction to PyTorch | 0byte
An easy to follow, visual introduction to PyTorch.
Runtime validation in type annotations
The article shows how Python’s typing.Annotated metadata can be used to attach runtime validators to type annotations and then automatically apply those validators when instances are created. It walks through extracting annotation metadata, handling callable validators, and improving error reporting so that annotated fields are validated and meaningful errors are thrown during object ini...
https://blog.natfu.be/validation-in-type-annotations/
The article shows how Python’s typing.Annotated metadata can be used to attach runtime validators to type annotations and then automatically apply those validators when instances are created. It walks through extracting annotation metadata, handling callable validators, and improving error reporting so that annotated fields are validated and meaningful errors are thrown during object ini...
https://blog.natfu.be/validation-in-type-annotations/
blog.natfu.be
Runtime validation in type annotations | Gribouillis
Mindless sketches ✐ᝰ
OpenCastor
The Universal Runtime for Embodied AI. Connect any AI model to any robot hardware through a single YAML config.
https://github.com/craigm26/OpenCastor
The Universal Runtime for Embodied AI. Connect any AI model to any robot hardware through a single YAML config.
https://github.com/craigm26/OpenCastor
GitHub
GitHub - craigm26/OpenCastor: Open-source AI robotics framework — tiered brain, 8 AI providers, multi-robot swarm, self-improving…
Open-source AI robotics framework — tiered brain, 8 AI providers, multi-robot swarm, self-improving loop - craigm26/OpenCastor
anthropics / claude-plugins-official
Official, Anthropic-managed directory of high quality Claude Code Plugins.
https://github.com/anthropics/claude-plugins-official
Official, Anthropic-managed directory of high quality Claude Code Plugins.
https://github.com/anthropics/claude-plugins-official
GitHub
GitHub - anthropics/claude-plugins-official: Official, Anthropic-managed directory of high quality Claude Code Plugins.
Official, Anthropic-managed directory of high quality Claude Code Plugins. - anthropics/claude-plugins-official
nao
nao is a framework to build and deploy analytics agent. Create the context of your analytics agent with nao-core cli: data, metadata, modeling, rules, etc. Deploy a UI for anyone to chat with your agent and run analytics on your data.
https://github.com/getnao/nao
nao is a framework to build and deploy analytics agent. Create the context of your analytics agent with nao-core cli: data, metadata, modeling, rules, etc. Deploy a UI for anyone to chat with your agent and run analytics on your data.
https://github.com/getnao/nao
GitHub
GitHub - getnao/nao: 👾 nao is an open source analytics agent. (1) Create context with nao-core cli, (2) deploy nao chat interface…
👾 nao is an open source analytics agent. (1) Create context with nao-core cli, (2) deploy nao chat interface for everyone - getnao/nao
Coodie: A 4-year-old idea brought to life by AI (and some coffee)
After shelving the idea for four years, the author used AI to rapidly bootstrap Coodie, a Pydantic v2 based ODM for Cassandra and ScyllaDB inspired by Beanie for MongoDB. The result is a fully working library with declarative schemas, automatic table management, sync and async APIs, and chainable queries, built largely with AI assistance in a fraction of the time.
https://fruch.github.io/python/2026/02/24/coodie-ai-pydantic-odm
After shelving the idea for four years, the author used AI to rapidly bootstrap Coodie, a Pydantic v2 based ODM for Cassandra and ScyllaDB inspired by Beanie for MongoDB. The result is a fully working library with declarative schemas, automatic table management, sync and async APIs, and chainable queries, built largely with AI assistance in a fraction of the time.
https://fruch.github.io/python/2026/02/24/coodie-ai-pydantic-odm
fruch.github.io
Coodie: A 4-year-old idea brought to life by AI (and some coffee)
The bug fix paradox: why AI agents keep breaking working code
The article explains that when you ask an AI coding agent to fix a bug, it often makes unnecessary changes to working code because it does not explicitly know which behavior should stay the same and which should change, leading to regressions. It then proposes a property-aware code evolution approach that defines a clear bug condition and corresponding preservation properties so the fix ...
https://kiro.dev/blog/bug-fix-paradox/
The article explains that when you ask an AI coding agent to fix a bug, it often makes unnecessary changes to working code because it does not explicitly know which behavior should stay the same and which should change, leading to regressions. It then proposes a property-aware code evolution approach that defines a clear bug condition and corresponding preservation properties so the fix ...
https://kiro.dev/blog/bug-fix-paradox/
kiro.dev
The bug fix paradox: why AI agents keep breaking working code
Guido van Rossum Interviews Thomas Wouters (Python Core Dev)
https://gvanrossum.github.io/interviews/Thomas.html
https://gvanrossum.github.io/interviews/Thomas.html
Django ORM Standalone: Querying an existing database
A practical step-by-step guide to using Django ORM in standalone mode to connect to and query an existing database using inspectdb.
https://www.paulox.net/2026/02/20/django-orm-standalone-database-inspectdb-query/
A practical step-by-step guide to using Django ORM in standalone mode to connect to and query an existing database using inspectdb.
https://www.paulox.net/2026/02/20/django-orm-standalone-database-inspectdb-query/
Paolo Melchiorre
Django ORM Standalone⁽¹⁾: Querying an existing database
A practical step-by-step guide to using Django ORM in standalone mode to connect to and query an existing database using inspectdb.