X-ray: a Python library for finding bad redactions in PDF documents
https://github.com/freelawproject/x-ray
https://github.com/freelawproject/x-ray
GitHub
GitHub - freelawproject/x-ray: A tool to detect whether a PDF has a bad redaction
A tool to detect whether a PDF has a bad redaction - freelawproject/x-ray
Is it bad practice to type-annotate every variable assignment?
https://www.reddit.com/r/Python/comments/1pzpsb0/is_it_bad_practice_to_typeannotate_every_variable/
https://www.reddit.com/r/Python/comments/1pzpsb0/is_it_bad_practice_to_typeannotate_every_variable/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Python 3.15’s interpreter for Windows x86-64 should hopefully be 15% faster
https://fidget-spinner.github.io/posts/no-longer-sorry.html
https://fidget-spinner.github.io/posts/no-longer-sorry.html
Ken Jin’s Blog
Python 3.15’s interpreter for Windows x86-64 should hopefully be 15% faster
High-Performance Wavelet Matrix for Python, Implemented in Rust
https://pypi.org/project/wavelet-matrix/
https://pypi.org/project/wavelet-matrix/
❤1
Polymarket / py-clob-client
Python client for the Polymarket CLOB
https://github.com/Polymarket/py-clob-client
Python client for the Polymarket CLOB
https://github.com/Polymarket/py-clob-client
GitHub
GitHub - Polymarket/py-clob-client: Python client for the Polymarket CLOB
Python client for the Polymarket CLOB. Contribute to Polymarket/py-clob-client development by creating an account on GitHub.
calgebra
Set algebra for calendars. Compose lazily and query efficiently.
https://github.com/ashenfad/calgebra
Set algebra for calendars. Compose lazily and query efficiently.
https://github.com/ashenfad/calgebra
GitHub
GitHub - ashenfad/calgebra: Set operations for calendar intervals
Set operations for calendar intervals. Contribute to ashenfad/calgebra development by creating an account on GitHub.
MiroThinker
A series of open-source search agent designed to advance tool-augmented reasoning and information-seeking capabilities.
https://github.com/MiroMindAI/MiroThinker
A series of open-source search agent designed to advance tool-augmented reasoning and information-seeking capabilities.
https://github.com/MiroMindAI/MiroThinker
GitHub
GitHub - MiroMindAI/MiroThinker: MiroThinker is an open-source search agent model, built for tool-augmented reasoning and real…
MiroThinker is an open-source search agent model, built for tool-augmented reasoning and real-world information seeking, aiming to match the deep research experience of OpenAI Deep Research and Gem...
Clock Synchronization Is a Nightmare
The author explains that physical clock synchronization is a "nightmare" because hardware oscillators inevitably drift due to temperature and aging, leading to critical failures in distributed systems like database inconsistencies and impossible debug traces. He argues that while algorithms like NTP and Cristian's attempt to bridge the gap, truly robust systems often must rely on logical...
https://arpitbhayani.me/blogs/clock-sync-nightmare
The author explains that physical clock synchronization is a "nightmare" because hardware oscillators inevitably drift due to temperature and aging, leading to critical failures in distributed systems like database inconsistencies and impossible debug traces. He argues that while algorithms like NTP and Cristian's attempt to bridge the gap, truly robust systems often must rely on logical...
https://arpitbhayani.me/blogs/clock-sync-nightmare
Arpit Bhayani
Clock Synchronization Is a Nightmare
Time seems simple. But we engineers lose sleep over something as basic as keeping clocks in sync. Here’s why…
SAM-Audio
SAM-Audio is a foundation model for isolating any sound in audio using text, visual, or temporal prompts. It can separate specific sounds from complex audio mixtures based on natural language descriptions, visual cues from video, or time spans.
https://github.com/facebookresearch/sam-audio
SAM-Audio is a foundation model for isolating any sound in audio using text, visual, or temporal prompts. It can separate specific sounds from complex audio mixtures based on natural language descriptions, visual cues from video, or time spans.
https://github.com/facebookresearch/sam-audio
GitHub
GitHub - facebookresearch/sam-audio: The repository provides code for running inference with the Meta Segment Anything Audio Model…
The repository provides code for running inference with the Meta Segment Anything Audio Model (SAM-Audio), links for downloading the trained model checkpoints, and example notebooks that show how t...
Continuous-Claude-v2
Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows.
https://github.com/parcadei/Continuous-Claude-v2
Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows.
https://github.com/parcadei/Continuous-Claude-v2
GitHub
GitHub - parcadei/Continuous-Claude-v2: Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP…
Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows. - parcadei/Continuous-...
👏1
A different way to think about Python API Clients
The author argues that while building Python API servers has become mature and declarative through frameworks like FastAPI, API client integration remains a slow, "last mile" problem reliant on low-level boilerplate. To solve this, he introduces a new framework for his project, Clientele, which uses decorators and type hints to create a high-level, declarative developer experience for cl...
https://paulwrites.software/articles/python-api-clients
The author argues that while building Python API servers has become mature and declarative through frameworks like FastAPI, API client integration remains a slow, "last mile" problem reliant on low-level boilerplate. To solve this, he introduces a new framework for his project, Clientele, which uses decorators and type hints to create a high-level, declarative developer experience for cl...
https://paulwrites.software/articles/python-api-clients
Paul writes software
A different way to think about Python API Clients - Paul writes software
I've spent a lot of my free time in the past few months working on Clientele, which is a project I started way back in 2023. I've always had big ambitions for this project but I have been constrained…
"Enabling" C threads in a Python / Wasm environment
The author details the significant hurdles of implementing high-performance C++ multithreading within a Pyodide (Python on WebAssembly) environment, specifically for real-time applications where Python's GIL and FFI overhead are too slow. His solution involves a custom-patched Pyodide built with -pthread and a specialized C++ thread pool that avoids deadlocks by using low-level Wasm buil...
https://yosefk.com/blog/enabling-c-threads-in-a-python-wasm-environment.html
The author details the significant hurdles of implementing high-performance C++ multithreading within a Pyodide (Python on WebAssembly) environment, specifically for real-time applications where Python's GIL and FFI overhead are too slow. His solution involves a custom-patched Pyodide built with -pthread and a specialized C++ thread pool that avoids deadlocks by using low-level Wasm buil...
https://yosefk.com/blog/enabling-c-threads-in-a-python-wasm-environment.html
Auto updating knowledge graph from meeting notes
Build a meeting knowledge graph from Google Drive using LLM extraction and graph database, with automatic continuous updates.
https://github.com/cocoindex-io/meeting-notes-knowledge-graph
Build a meeting knowledge graph from Google Drive using LLM extraction and graph database, with automatic continuous updates.
https://github.com/cocoindex-io/meeting-notes-knowledge-graph
Tenso
High-performance zero-copy tensor serialization for Fastest Transmission.
https://github.com/Khushiyant/tenso
High-performance zero-copy tensor serialization for Fastest Transmission.
https://github.com/Khushiyant/tenso
GitHub
GitHub - Khushiyant/tenso: High-performance zero-copy tensor serialization for Fastest Transmission
High-performance zero-copy tensor serialization for Fastest Transmission - Khushiyant/tenso
randomized-svd
randomized-svd is a lightweight, high-performance Python library for computing the Randomized Singular Value Decomposition (rSVD).
https://github.com/massimofedrigo/randomized-svd
randomized-svd is a lightweight, high-performance Python library for computing the Randomized Singular Value Decomposition (rSVD).
https://github.com/massimofedrigo/randomized-svd
GitHub
GitHub - massimofedrigo/randomized-svd
Contribute to massimofedrigo/randomized-svd development by creating an account on GitHub.