frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Meta shares jump after Reuters report on plans for layoffs of 20% or more

https://www.reuters.com/business/meta-shares-jump-after-reuters-report-plans-layoffs-20-or-more-2...
1•1vuio0pswjnm7•2m ago•0 comments

My AI didn't misread a receipt – it fabricated one from scratch

1•Raywob•3m ago•0 comments

Show HN: Cursor for LibreOffice Week 2&3 (AI agents and voice)

https://keithcu.com/wordpress/?p=5112
1•keithcu2•3m ago•0 comments

Minute Timer

https://1minutetimer.org/
1•peter_zou2022•3m ago•0 comments

Manitoba introduces bill to ban surveillance pricing

https://www.cbc.ca/news/canada/manitoba/bill-49-predatory-pricing-9.7131963
1•jprs•4m ago•0 comments

Show HN: Dump – easily share context with AI

https://www.dump.page
2•vochsel•4m ago•0 comments

AI firm Anthropic seeks weapons expert to stop users from 'misuse'

https://www.bbc.com/news/articles/c74721xyd1wo
1•bookofjoe•5m ago•1 comments

Revise.js: library for building contenteditable-based web text editors

https://revise.js.org/
1•thunderbong•6m ago•0 comments

Staying Relevant in a Post-AI World

https://benjaminsen.substack.com/p/staying-relevant-in-a-post-ai-world
1•geswit2x•6m ago•0 comments

Elon Musk's lawyers sidestepped SEC team in Twitter case settlement talks

https://www.ft.com/content/018528f9-964f-42ab-aea7-72fadd173918
45•1vuio0pswjnm7•8m ago•0 comments

Hi

1•vorathbarber•13m ago•0 comments

Show HN: Vocaperso – Build vocabulary from books you read

1•61j3t•17m ago•0 comments

Monitor and improve your web app's load performance

https://blogs.windows.com/msedgedev/2026/03/17/monitor-and-improve-your-web-apps-load-performance/
1•xtrkil•19m ago•0 comments

Show HN: Local-first documentation MCP for AI agents

https://neuledge.com/
1•moshest•26m ago•0 comments

Google 2K

https://google2k.neoalpha.net/search?q=haha&btnG=Google+Search
1•keepamovin•26m ago•0 comments

Chrome Prepares Nudge to 'Move Tabs to the Side' as Vertical Tabs Near Release

https://onmsft.com/news/chrome-prepares-nudge-to-move-tabs-to-the-side-as-vertical-tabs-near-rele...
1•pabs3•27m ago•0 comments

Guarding Against Physical Attacks: The Xbox One Story (2019) [video]

https://www.youtube.com/watch?v=U7VwtOrwceo
1•mmooss•29m ago•1 comments

Too Much Color

https://www.keithcirkel.co.uk/too-much-color/
2•maguay•30m ago•1 comments

Do you make more money now that you use AI for everything?

1•hoppp•32m ago•0 comments

Show HN: AI agents that run real user interviews

https://github.com/junetic/usercall-mcp
1•jtccc•32m ago•0 comments

The Physics of Misunderstanding: When "Gaze" Almost Cost Me My Career

https://www.jsnover.com/blog/2026/02/27/the-physics-of-misunderstanding-when-gaze-almost-cost-me-...
1•joebig•35m ago•1 comments

Deploy Multiple OpenClaw AI Assistants with Local GPU Running DeepSeek-R1

https://www.pixelstech.net/article/1773650542-deploy-multiple-openclaw-ai-assistants-cluster-with...
2•misonic•35m ago•1 comments

'Celebrate, we're watching from the sky' Netanyahu to protect Iranians on Nowruz

https://www.i24news.tv/en/news/middle-east/iran-eastern-states/artc-celebrate-we-are-watching-fro...
2•thomassmith65•35m ago•1 comments

UBC study: artificial turf fields pose lethal chemical threat to salmon

https://todayinbc.com/2026/03/17/ubc-study-shows-artificial-turf-fields-pose-lethal-chemical-thre...
3•cf100clunk•37m ago•1 comments

Paintn't – A headless tribute to paint.exe, in TypeScript

https://github.com/RickCarlino/paintnt
1•rickcarlino•41m ago•0 comments

TIL Tues: Isotropic radiator [wiki]

https://en.wikipedia.org/wiki/Isotropic_radiator
1•sans_souse•46m ago•0 comments

Nvidia Launches Space Computing, Rocketing AI into Orbit

https://nvidianews.nvidia.com/news/space-computing
1•mattas•47m ago•0 comments

Laravel 13 Release Notes

https://laravel.com/docs/13.x/releases
1•virgildotcodes•48m ago•0 comments

Nazi salute photo led UF to kick College Republicans off campus

https://www.orlandosentinel.com/2026/03/17/nazi-salute-photo-led-uf-to-kick-college-republicans-o...
3•petethomas•53m ago•0 comments

Understanding Attention Residuals

https://www.k-a.in/AttnRes.html
1•byt3h3ad•53m ago•0 comments
Open in hackernews

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

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

Comments

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