frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Subjective reports and visual targets during attempted out-of-body experiences

https://www.sciencedirect.com/science/article/abs/pii/S1550830726001941?via%3Dihub
1•bookofjoe•2m ago•0 comments

Here Comes the Sun

https://granta.com/here-comes-the-sun/
1•jruohonen•4m ago•0 comments

Show HN: TattooPreview AI – a planning workflow for tattoo artist conversations

https://tattoopreviewai.com
2•robot1996•7m ago•0 comments

Show HN: I wrote a book on using AI in game design production (free on GitHub)

https://github.com/eremes81/game-design-ai-practice-en
2•eremes81•8m ago•0 comments

Fuck it, make it anyway

https://www.joelotter.com/posts/2026/09/make-it-anyway/
4•JayOtter•10m ago•0 comments

Dimit – warm a Mac screen to pure red and pin the backlight against PWM

https://github.com/azakapro/dimit
2•azakapro•11m ago•0 comments

Show Us the Wonder Where Is Your Wonder?

https://www.rosalux.de/en/news/id/39794/show-us-the-wonder-where-is-your-wonder
2•jruohonen•12m ago•0 comments

Resting electronic device on bare skin risks disfiguration due to heat

https://bmjgroup.com/resting-electronic-device-on-bare-skin-risks-disfiguration-due-to-heat-docto...
2•giuliomagnifico•12m ago•0 comments

CobaltC Semantic Compiler

https://github.com/strawberry9/CobaltC-Semantic-Compiler
2•SilentLambda•14m ago•0 comments

Nvidia in talks to invest in Anthropic's mega IPO

https://www.reuters.com/legal/transactional/nvidia-talks-invest-anthropics-mega-ipo-sources-say-2...
3•JumpCrisscross•14m ago•0 comments

Crypto farm in Mexican mountains puts spotlight on cartel funding

https://www.reuters.com/world/americas/hidden-crypto-farm-mexican-mountains-puts-spotlight-cartel...
5•JumpCrisscross•15m ago•0 comments

GoHighLevel starts at $97 a month. At 4 clients, the bill is $422

https://aimarkdeck.com/gohighlevel-bill-by-client-count
1•aimarkdeck•16m ago•0 comments

Random Ahh

https://snap.berkeley.edu/project?username=wentz&projectname=Random%20ahh
3•Bluestein•19m ago•0 comments

Altman tells staff OpenAI is open to slowing AI development

https://www.reuters.com/business/altman-tells-staff-openai-is-open-slowing-ai-development-bloombe...
3•signa11•20m ago•0 comments

Artificial Neural Networks – Sprite Layers

https://snap.berkeley.edu/project?username=jens&projectname=Artificial%20Neural%20Networks%20%2d%...
2•Bluestein•21m ago•0 comments

After mapping a fruit fly's brain, engineers made it play Doom and Mario 64

https://www.pcgamer.com/hardware/after-google-mapped-an-adult-male-fruit-flys-brain-software-engi...
1•signa11•21m ago•0 comments

Aqorin Phone – an open-source cross-platform SIP softphone in .NET

https://aqorin.net/phone/
1•jambel•21m ago•0 comments

Trail of Bits helps verify the integrity of your Signal chats

https://blog.trailofbits.com/2026/08/11/how-trail-of-bits-helps-verify-the-integrity-of-your-sign...
3•dgroshev•25m ago•0 comments

Show HN: A screen recorder/editor that runs in browser

https://demoreel.app/
1•mehrant•30m ago•0 comments

Neat-annotations – neat hand-drawn CSS annotations

https://neat-annotations.syabro.com/
2•syabro•32m ago•0 comments

A decade of dev tools, and I picked the most boring one: email

https://getparlo.io/blog/our-story
2•lovrocolic•33m ago•0 comments

The Houthi's weapon programme and AI

https://www.karlsnotes.com/the-houthis-weapon-programme-and-ai/
2•Sizzling4028•36m ago•0 comments

The Worst Spam Emails: Inside iLands' AI Agent Hustle

https://tedium.co/2026/09/11/ilands-agents-email-spam-kaixin-tang/
5•ColinWright•39m ago•0 comments

André Weil and the Hodge Conjecture

https://jiahao116.github.io/Articles/
1•caojiahao•40m ago•0 comments

Anatomy of a Kafka Lock Convoy

https://alex.bularca.me/posts/anatomy-of-a-kafka-lock-convoy/
3•Clokze•42m ago•0 comments

Naomi Klein: Extreme wealth has a deranging effect. Turns you into a supremacist

https://www.theguardian.com/books/2026/sep/12/naomi-klein-extreme-wealth-has-a-deranging-effect-i...
14•beardyw•44m ago•2 comments

A quick overview of atomics in C

https://lemire.me/blog/2026/09/09/a-quick-overview-of-atomics-in-c/
2•signa11•45m ago•0 comments

The first external submitter just ran the full pipeline from Window

https://vsarena.vercel.app
1•AranKair•46m ago•0 comments

Andrew Ng: AI Engineering Skills Map: Shaping the Build

https://twitter.com/andrewyng/status/2098459474608672916
3•Anon84•47m ago•0 comments

God told them to sell crypto. Their investors lost everything

https://www.technologyreview.com/2026/09/10/1143588/indxcoin-god-regalados-sell-crypto-investors-...
3•joozio•52m ago•0 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.