frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Has China pulled the plug on largest particle collider?

https://www.scmp.com/news/china/science/article/3331618/chinas-god-particle-quest-over-worlds-lar...
1•elashri•28s ago•0 comments

YouChoose: Feed Your Head, Choose Your Algorithm

https://youchoose.ai/
1•thunderbong•3m ago•0 comments

Stirling V2

https://www.stirling.com/blog/introducing-v2
1•Tomte•4m ago•0 comments

Show HN: GemGuard – a security auditing tool for Linux and Windows

https://github.com/AlvaroHoux/gem-guard
1•Alvaro_Houx•6m ago•0 comments

Future Colliders Comparative Evaluation – Working Group Report

https://arxiv.org/abs/2511.20417
1•elashri•7m ago•0 comments

Tested OpenAI's prompt caching across models. Found undocumented behavior

1•harsharanga•8m ago•0 comments

Ingredient in diet sodas, ice cream and chewing gum now linked to liver disease

https://www.dailymail.co.uk/health/article-15328493/Ingredient-diet-sodas-ice-cream-chewing-gum-l...
1•Bender•9m ago•0 comments

Slipknot-gauged mechanical transmission and robotic operation

https://www.nature.com/articles/s41586-025-09673-w
1•bookofjoe•10m ago•0 comments

Dollar Radio Station – 1926 experimental private ship-to-shore radio network

https://www.dollaradiopacifica.com
1•supportengineer•11m ago•0 comments

OpenAI User Data Exposed in Mixpanel Hack

https://www.securityweek.com/openai-user-data-exposed-in-mixpanel-hack/
1•Bender•11m ago•1 comments

RFK Jr.'s new CDC deputy director prefers "natural immunity" over vaccines

https://arstechnica.com/health/2025/11/rfk-jr-s-new-cdc-deputy-director-prefers-natural-immunity-...
3•Bender•12m ago•0 comments

A Difference-in-Differences Study of Cursor's Impact on Software Projects

https://arxiv.org/abs/2511.04427
1•kllrnohj•13m ago•0 comments

Show HN: ZigFormer – An LLM implemented in pure Zig

2•habedi0•15m ago•0 comments

Same-day upstream Linux support for Snapdragon 8 Elite Gen 5

https://www.qualcomm.com/developer/blog/2025/10/same-day-snapdragon-8-elite-gen-5-upstream-linux-...
3•mfilion•16m ago•0 comments

I built a startupkit with built in AI agents acting as your product team

https://www.startupkit.today
1•VladCovaci•18m ago•1 comments

Face transplants promised hope. Patients were put through the unthinkable

https://www.theguardian.com/science/2025/nov/27/face-transplant-patients-results-outcomes
5•n1b0m•23m ago•1 comments

A.I.'s Anti-A.I. Marketing Strategy

https://www.nytimes.com/2025/11/26/opinion/ais-anti-ai-marketing-strategy.html
2•mitchbob•23m ago•1 comments

'Extraordinary Discovery' at Orkney's Ness of Brodgar Neolithic Site

https://www.bbc.com/news/articles/c7836wvx4q4o
2•ohjeez•26m ago•0 comments

Beyond the Geometry of Music

https://johncarlosbaez.wordpress.com/2025/11/22/dmitri-tymoczko/
1•surprisetalk•27m ago•0 comments

Understanding the Brilliant Design of an Automatic Center Punch

https://www.core77.com/posts/139029/Understanding-the-Brilliant-Design-of-an-Automatic-Center-Punch
2•surprisetalk•27m ago•0 comments

Show HN: Intrinsic – Desktop app for financial report metric extraction

https://github.com/vctrla/intrinsic
1•vctrla•27m ago•0 comments

The Easiest Way to Build a Type Checker

https://jimmyhmiller.com/easiest-way-to-build-type-checker
2•surprisetalk•27m ago•0 comments

So you want to build AI agent group chat?

https://zknill.io/posts/how-to-build-ai-group-chat/
1•zknill•28m ago•0 comments

Looking for 10–15 apps to test my LLM security scanner (pre-launch,free reports)

https://scanmyllm.com
1•adam_ftt•28m ago•1 comments

This Charming English Village Uses Sleds Instead of Cars

https://www.atlasobscura.com/places/the-sledges-of-clovelly-clovelly-england
1•thunderbong•30m ago•0 comments

Guided Meditation Podcast Aggregator

https://meditation.alastairrushworth.com/
2•alastairr•30m ago•1 comments

Tell HN: Happy Thanksgiving

1•turkeyboi•31m ago•0 comments

Exploring the Beauty of Roger Penrose's Journal

https://abakcus.com/article/exploring-the-beauty-of-roger-penroses-journal/
2•oliverkwebb•32m ago•0 comments

Electric Discharges Detected on Mars

https://phys.org/news/2025-11-electric-discharges-mars.html
2•the-mitr•33m ago•0 comments

Rep+ – Chrome DevTools HTTP Repeater with AI Insights

https://github.com/bscript/rep
1•bscript•36m ago•0 comments
Open in hackernews

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

https://github.com/Oaklight/ToolRegistry
3•Oaklight•6mo ago

Comments

Oaklight•6mo 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•6mo 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•6mo ago
what's GTM?
venk12•6mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.