frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Putting Down Your Phone May Help You Live Longer (2019)

https://www.nytimes.com/2019/04/24/well/mind/putting-down-your-phone-may-help-you-live-longer.html
1•abixb•1m ago•0 comments

Ask HN: How Do you undo or checkout changes from Codex CLI and others?

1•elpakal•2m ago•0 comments

Suppression of pair beam instabilities in a laboratory analogue of blazar jets

https://arxiv.org/abs/2509.09040
2•PaulHoule•3m ago•0 comments

Nvidia pushes hotfix after Windows 11 October update tanks gaming performance

https://www.theregister.com/2025/11/20/nvidia_windows_11_hotfix/
1•Bender•4m ago•0 comments

Morgan Stanley Delays Data Center Debt Sale Amid Alibaba Risks

https://www.bloomberg.com/news/articles/2025-11-20/morgan-stanley-delays-data-center-debt-sale-am...
1•petethomas•5m ago•0 comments

Apple Watch's algorithm detects 89% of sleep apnea

https://www.empirical.health/apple-watch-sleep-apnea
1•brandonb•9m ago•0 comments

Humanoid robot Figure 02 helps build over 30k BMW X3s

https://www.heise.de/en/news/Humanoid-robot-Figure-02-helps-build-over-30-000-BMW-X3s-11085687.html
1•thenaturalist•12m ago•0 comments

Abstractive Thinking Model

https://github.com/Jonathan-Monclare/Abstractive-Thinking-Model-ATM-
1•J_Monclare•16m ago•0 comments

Over-Regulation Is Doubling the Cost by Peter Reinhardt

https://rein.pk/over-regulation-is-doubling-the-cost
3•bilsbie•17m ago•0 comments

The Game Awards 2025 Nominations

https://thegameawards.com/nominees
1•mrzool•17m ago•0 comments

France is taking state actions against GrapheneOS

https://grapheneos.social/@GrapheneOS/115584160910016309
27•gabrielgio•18m ago•2 comments

When First Amendment free speech protections came up against the Red Scare

https://theconversation.com/first-amendment-in-flux-when-free-speech-protections-came-up-against-...
2•hn_acker•19m ago•1 comments

Color Palette Pro: A Synthesizer for Color

https://ryanfeigenbaum.com/color-palette-pro/
2•interpol_p•21m ago•0 comments

Spiral Development for Hardware Programs

https://www.asbuilt.pub/p/spiral-development-for-hardware-programs
2•bharbr•22m ago•0 comments

World Bank Published about Artificial Intelligence in Bulgarian

https://wbginstitute.nouswise.com/c/fcd839f7-c91c-412f-baef-32e4842064f3
1•kaven1234•23m ago•0 comments

Fired techie admits sabotaging ex-employer, causing $862K in damage

https://www.theregister.com/2025/11/20/it_contractor_sabotage/
1•Bender•24m ago•1 comments

Show HN: UsageFlow – API usage metering, rate-limits and usage reporting

1•ronenalbagli•25m ago•0 comments

I made a voice agent to call my internet provider

https://www.businessinsider.com/scammed-internet-provider-lower-my-bill-deepfakes-ai-2025-11
1•indigodaddy•27m ago•0 comments

Stop Paying for Kubernetes Load Balancers: Use Cloudflare Tunnel Instead

https://vinta.ws/code/stop-paying-for-kubernetes-load-balancers-use-cloudflare-tunnel-instead.html
1•gibuloto•27m ago•1 comments

Rewiring Mozilla: Doing for AI what we did for the web

https://blog.mozilla.org/en/mozilla/rewiring-mozilla-ai-and-web/
4•soheilpro•30m ago•0 comments

US Citizens and Chinese Nationals Arrested for Exporting AI Technology to China

https://www.justice.gov/opa/pr/us-citizens-and-chinese-nationals-arrested-exporting-artificial-in...
7•737min•31m ago•0 comments

We present Olmo 3, our next family of open, leading language models

https://twitter.com/natolambert/status/1991508141687861479
1•ljosifov•32m ago•0 comments

The Droid Wars: Breaking up an AI‑orchestrated cyber fraud campaign

https://factory.ai/news/droid-neutralizing-fraud
1•janpio•33m ago•0 comments

Elon Musk says: money will be irrelevant soon thanks to AI and robotics

https://fortune.com/2025/11/20/elon-musk-tesla-ai-work-optional-money-irrelevant/
4•iamtech•34m ago•2 comments

The new Grok on X is aligned to favor Elon Musk over anyone else when asked

7•kranke155•34m ago•0 comments

Does AI-Assisted Coding Deliver? A Difference-in-Differences Study

https://arxiv.org/abs/2511.04427
2•airstrike•38m ago•0 comments

Making Fast-Paced Multiplayer Networked Games Is Hard (2015)

https://www.codeproject.com/articles/Making-Fast-Paced-Multiplayer-Networked-Games-is-H
1•indigodaddy•39m ago•0 comments

Elon Musk's Grokipedia cites a neo-Nazi website 42 times, researchers say

https://www.nbcnews.com/tech/elon-musk/elon-musk-grokipedia-wikipedia-neo-nazi-grok-42-encycloped...
4•tastyface•39m ago•0 comments

Dell Now Shipping Laptop with Qualcomm NPU on Linux Ahead of Windows 11

https://www.phoronix.com/news/Dell-Pro-Max-With-Qualcomm-NPU
2•Bender•43m ago•0 comments

Show HN: TDS Compass – AI prompt for your communication style

https://resonantlabsai.github.io/tds.compass/index.html
1•relationalai•44m 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.