A new open-source project called OpenDuck enables distributed query execution across multiple DuckDB instances, extending the in-process analytical database's capabilities to distributed environments.
OpenDuck, available on GitHub, allows users to partition data and queries across several DuckDB nodes rather than relying on a single instance. The project addresses scalability constraints for users handling datasets that exceed single-machine capacity.
DuckDB has gained traction as a lightweight SQL engine optimized for analytical workloads. OpenDuck maintains this focus while adding horizontal scaling through distributed execution. The implementation handles data distribution, query planning, and result aggregation across cluster nodes.
The project generated 111 points on Hacker News with 24 comments, indicating moderate developer interest. Discussion centered on practical use cases, performance characteristics compared to traditional distributed databases, and integration with existing DuckDB workflows.
OpenDuck targets scenarios where users need DuckDB's performance characteristics but require multi-node deployments. The approach differs from cloud-native analytical databases by maintaining DuckDB's simplicity and embedded design philosophy.
A developer successfully indexed a full year of video footage locally on a 2021 MacBook using the Gemma 2-31B model with 50GB of swap space, demonstrating practical on-device AI capabilities without cloud infrastructure.
Google has refreshed Android Bench with additional large language models, though its own Gemini model continues to underperform compared to competitors in benchmarking tests.
Former GitHub CEO Thomas Dohmke's startup Entire has launched a decentralized Git network designed to handle traffic from AI coding agents. The infrastructure spans servers across the US, EU, and Australia.
Claude Cowork has expanded beyond desktop to include mobile and web platforms. Users can now start tasks on their computer, monitor progress on their phone, and access completed work from any device—even when their laptop is offline.