frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Lucidml – Playable World Models that run on consumer GPUs

https://www.reddit.com/r/lucidmlx/s/8d7ZjIvmV3
1•abhisoflucidml•2m ago•0 comments

Why frontier LLMs can't read the hard documents without experts involved

https://idp-software.com/news/the-76-percent-wall/
1•chelm•3m ago•0 comments

Ratflow NYC: Real-Time NYC Rat Map

https://ratflow.nyc/
1•ohjeez•5m ago•0 comments

Peruvians promised jobs in Russia, but landed on the front lines in Ukraine

https://www.cnn.com/2026/06/28/americas/russia-ukraine-peruvian-fighters-latam-intl
1•breve•6m ago•0 comments

Ten Takeaways from the AI Engineering Report 2026: The Acceleration Whiplash

https://www.faros.ai/blog/ai-acceleration-whiplash-takeaways
1•mustaphah•6m ago•0 comments

Fixed-Rate Mortgages Are Rent Control for Homeoweners

https://precon.substack.com/p/fixed-rate-mortgages-are-rent-control
2•NomNew•9m ago•0 comments

Content-defined chunking in Go: 3.7 GB/s and a third less memory

https://www.plakar.io/posts/2026-06-14/go-cdc-chunkers-v1.1.0-faster-leaner-and-provably-correct/
1•vcoisne•9m ago•0 comments

Too Many Islands, Too Few Bridges: Notes from the Event Modeling Conference 2026

https://docs.eventsourcingdb.io/blog/2026/06/29/too-many-islands-too-few-bridges-notes-from-the-e...
1•goloroden•10m ago•0 comments

Show HN: Selixes - Self-hosted LLM failover gateway, budget caps and PII

1•selixes•12m ago•0 comments

Making POSIX filesystems replicated and highly available

https://www.zerofs.net/blog/highly-available-posix-on-s3
1•Eikon•12m ago•0 comments

Self-Destructing Graphics Cards

https://www.tomshardware.com/pc-components/gpus/melting-power-connectors-and-how-to-safeguard-aga...
1•TEHERET•15m ago•0 comments

Using Home Assistant in a botanical garden

https://vooijs.eu/posts/why-is-there-smoke-from-the-boiler-room/
1•wildekek•16m ago•0 comments

Ha-Joon Chang on the Future of India's Industrialization

https://frontline.thehindu.com/interviews/india-industrialisation-ha-joon-chang-interview/article...
1•pessimizer•20m ago•0 comments

Reading Is the Ultimate Cognitive Enhancer

https://neurosciencenews.com/literacy-reshapes-cognition-30955/
6•bookofjoe•21m ago•1 comments

Uyuni Joins OpenSUSE Project Ahead of Annual Conference

https://news.opensuse.org/2026/06/22/uyuni-joins-opensuse/
2•ferryth•22m ago•0 comments

The 'Two Ships' Theory of American History

https://www.theatlantic.com/magazine/2026/08/the-slave-ship-and-the-mayflower/687628/
1•paulpauper•22m ago•0 comments

New Manager Guide Series

https://yusufaytas.com/series/new-manager-guide
7•yusufaytas•24m ago•1 comments

Living Codegraph

https://rlmlocal.com
2•fortsignal•25m ago•0 comments

I Added TurboQuant to Pgvector

https://github.com/pgvector/pgvector/pull/989
1•mxfeinberg•25m ago•0 comments

Show HN: I built a "living proof-of-work" for builders (Show HN that persists)

https://kritive.com
1•sonOfHades•25m ago•0 comments

Give AI-built websites a real design with DESIGN.md

https://getdesign.md/
1•spking•26m ago•0 comments

Unfathomable bugs #10: The Broken Windows Build

https://algassert.com/post/2603
1•fanf2•27m ago•0 comments

Free and Private Bookmarking Tool / Browser Start Page

https://vectorization.eu/start-page/
1•alsusart•27m ago•1 comments

30-Year Sentence for Transporting Zines Is a Five-Alarm Fire for Free Speech

https://theintercept.com/2026/06/26/daniel-sanchez-estrada-zines-prairieland-free-speech/
1•xrd•29m ago•0 comments

New mathematical operator just dropped – reality's kernel just got an upgrade

https://zenodo.org/records/20976243
2•CarloLoopTheory•34m ago•3 comments

Code responsibly, don't drink and vibecode

https://usama.leaflet.pub/3mpdjez6cz22g
2•iarchetype•35m ago•0 comments

Show HN: Rendering Markdown with LaTeX in the Terminal

https://mil.ad/blog/2026/latex-in-markdown.html
2•playnext•43m ago•1 comments

Show HN: Looped Whisper (FOSS) – Voice transcription menubar app for macOS

https://github.com/loopedautomation/whisper
1•RatulMaharaj•43m ago•0 comments

Build System Improvements, Centralized Overview, etc.

https://gist.github.com/rcalixte/0afb119cbcc130c21063839f65b53ab7
2•rcalixte•48m ago•0 comments

How information theory saved my word game

https://motplot.app/helloworld
1•jamwise•49m ago•2 comments
Open in hackernews

Show HN: ToolRegistry – A Python Library for Structured Tool Integration

https://github.com/Oaklight/ToolRegistry
3•Oaklight•1y ago

Comments

Oaklight•1y ago
Author here!

I’ve been working on ToolRegistry, a Python library for registering, managing, and invoking tools—from local functions to MCP/OpenAPI endpoints—in a structured, composable way.

With ToolRegistry, you can:

* Register Python functions, classes, or external tools. * Auto-generate JSON Schemas for parameters. * Run tools synchronously or asynchronously in parallel. * Integrate tools over STDIO, HTTP, WebSocket, or SSE via Model Context Protocol (MCP). * Experimental support for OpenAPI services * Compose tools dynamically and reconstruct tool output messages.

The goal is to make it easier to build apps, agents, or systems that coordinate multiple tools flexibly—without getting bogged down in glue code.

GitHub: [https://github.com/Oaklight/ToolRegistry](https://github.com/Oaklight/ToolRegistry) PyPI: [https://pypi.org/project/toolregistry/](https://pypi.org/project/toolregistry/) Docs: [https://toolregistry.lab.oaklight.cn](https://toolregistry.lab.oaklight.cn)

Would love feedback—ideas, issues, or use cases welcome!

Thanks for checking it out.

venk12•1y ago
This is interesting. I am working on an adjacent idea. I am working on GTM side of things. Would you like to collaborate?
Oaklight•1y ago
what's GTM?
venk12•1y ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.