frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I Am in need of Testers

https://agaro.ai/
2•yusufghyasi•3m ago•1 comments

An actively maintained and updated Motif fork exists

https://www.osnews.com/story/145877/an-actively-maintained-and-updated-motif-fork-actually-exists/
1•birdculture•3m ago•0 comments

LLMs Are Too Big. My Log Router Doesn't Need to Sing

https://www.distributedthoughts.org/my-log-router-doesnt-need-to-sing/
2•pgr0ss•4m ago•0 comments

Trump says U.S. working on deal to buy potash from Belarus instead of Canada

https://www.cbc.ca/lite/story/9.7352583
4•colinprince•6m ago•0 comments

Markdown in /src

https://htmx.org/essays/markdown-in-src/
1•perrygeo•11m ago•0 comments

Self-hosted, end-to-end encrypted 1:1 chat app. Offline key-exchange

https://github.com/pkMinhas/walkytalky-private-messenger
1•pkMinhas•11m ago•0 comments

Show HN: Transom – easily manage multiple browser profiles on macOS

https://github.com/darvid/transom
1•darvid•14m ago•0 comments

Where do AI norms come from?

https://charity.wtf/p/where-do-ai-norms-come-from
1•BerislavLopac•16m ago•0 comments

Bitrig Now Builds iPhone Duo Apps

https://bitrig.com/blog/bitrig-builds-iphone-duo-apps
1•alwillis•17m ago•0 comments

Do not fear AI. Fear AI companies

https://df7sc6o35ljoz.cloudfront.net/posts/do-not-fear-ai-rev-2.html
4•rDr4g0n•18m ago•0 comments

An LLM Beat NetHack

https://kenforthewin.github.io/blog/posts/llm-nethack-ascension/
1•kenforthewin•19m ago•0 comments

Singapore auctions luxury goods seized in $2.4B money-laundering bust

https://www.cnn.com/2026/09/14/style/singapore-money-laundering-auctions
1•kelt•19m ago•0 comments

Tupo: A daily sudoku-style logic puzzle with a colorful twist

https://playtupo.com/
1•slymax•20m ago•0 comments

Entropy Is Spare Capacity

https://fffej.substack.com/p/entropy-is-spare-capacity
1•mooreds•22m ago•0 comments

Show HN: Ultracapitalism, a Company-Building Autobattler

https://ultracapitalism.io/play/
1•ChromaGolem•23m ago•0 comments

Show HN: A Dice Roguelike

https://www.reddit.com/r/roguelites/s/hSYBj5jri9
1•selimonder•23m ago•0 comments

Data Protection Commission fines Google €403M over processing of location data

https://www.dataprotection.ie/en/news-media/latest-news/data-protection-commission-fines-google-e...
16•DeepLogin•25m ago•3 comments

Advice for finding a technical co-founder (2021)

https://www.mooreds.com/wordpress/archives/3445
2•mooreds•27m ago•0 comments

B5-BJ2 – Ice Cream Barges – Concrete Ship Constructors

https://thecretefleet.com/blog/f/b5-bj2---ice-cream-barges---concrete-ship-constructors
2•nixass•27m ago•0 comments

I don't want to read what you didn't write

https://blog.colinbreck.com/i-dont-want-to-read-what-you-didnt-write/
36•mooreds•28m ago•6 comments

Turn your Mac notch into an arcade

https://notcharcade.com/
2•danilovilhena•29m ago•0 comments

Trump TV: The Essentials Station [video]

https://www.youtube.com/watch?v=A4gNgHfZ-v4
1•ortusdux•30m ago•0 comments

A Call for Control of Frontier AI Models

https://www.presidentti.fi/en/a-call-for-control-of-frontier-ai-models/
2•gone35•30m ago•0 comments

Almost started a war: Report reveals dark reality as AI permeates civilisation

https://www.news.com.au/technology/innovation/military/almost-started-a-war-report-reveals-dark-r...
4•striker44•32m ago•0 comments

Show HN: Laya decision engine on AWS Lambda, backed by Lambda SnapStart

https://github.com/HQarroum/laymbda
1•hqm_•34m ago•0 comments

Newly Discovered Neo 2026SC Will Improve Orbital Refinement Education

https://www.astrophyzix.com/2026/09/neo-asteroid-2026SC.html
1•UniverseToday•34m ago•0 comments

Igalia Celebrates "Twenty-Five Years Upstream"

https://lwn.net/Articles/1095723/
1•debo_•35m ago•0 comments

How to talk about "AI" without adding to the anthropomorphization

https://buttondown.com/maiht3k/archive/how-to-talk-about-ai-without-adding-to-the/
1•cdrnsf•36m ago•1 comments

Unattended 24hr Full-Stack Build: Qwen 3.8 27B on a Single RTX 5090

https://github.com/anglepoiselife/Self-Directed-Agent/blob/main/INTRODUCTION.md
2•anglepoiselife•39m ago•0 comments

Information is Matter is Energy

1•sans_souse•39m 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.