frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Brazil markets rattled by report linking Flavio Bolsonaro to disgraced banker

https://www.reuters.com/world/americas/brazil-markets-rattled-by-report-linking-flavio-bolsonaro-...
1•CXSHNGCB•58s ago•0 comments

Understanding the Linux Kernel: The Linux Kernel Startup

https://internals-for-interns.com/posts/linux-kernel-startup/
1•valyala•1m ago•0 comments

First public macOS kernel memory corruption exploit on Apple M5

https://blog.calif.io/p/first-public-kernel-memory-corruption
1•quadrige•1m ago•0 comments

OracleGPT: Thought Experiment on an AI Powered Executive

https://senteguard.com/blog/oraclegpt-thought-experiment-of-an-ai-powered-executive-1768719394050
1•paulpauper•1m ago•0 comments

There Is a Fire Sale on M.B.A.s

https://www.wsj.com/lifestyle/careers/there-is-a-fire-sale-on-m-b-a-s-87d56c69
1•paulpauper•1m ago•0 comments

The Most Surprising Capitalist Makeover Is Under Way in Sweden

https://www.wsj.com/world/europe/the-worlds-most-surprising-capitalist-makeover-is-under-way-in-s...
1•paulpauper•2m ago•0 comments

House Republicans Vote to Dilute Gas as Prices Rise Above $4.50

https://www.newsweek.com/republicans-vote-to-dilute-gas-as-prices-rise-above-4-50-11949494
1•solid_fuel•2m ago•0 comments

Which country will be the first to pass laws limiting Meta Ray-Ban glasses?

1•nothrowaways•3m ago•0 comments

Runge–Kutta Methods

https://en.wikipedia.org/wiki/Runge%E2%80%93Kutta_methods
1•tosh•4m ago•0 comments

Show HN: PlanBridge: open-source tool for precise feedback on coding agent plans

https://github.com/contextbridge/planbridge
3•floodfx•4m ago•0 comments

Normalizing Trajectory Models

https://arxiv.org/abs/2605.08078
1•gmays•5m ago•0 comments

Portolanmap.com: World Connectivity Map

https://portolanmap.com/
1•rembish•6m ago•1 comments

God Damn AI is making me dumb

https://jpain.io/god-damn-ai-is-making-me-dumb/
1•Eighth•6m ago•0 comments

The tortoise and the hare: will China beat the US in the race back to the moon?

https://www.theguardian.com/science/2026/apr/26/china-us-space-race-moon
1•PaulHoule•7m ago•0 comments

You Don't Align an AI, You Align with It

https://danieltan.weblog.lol/2026/05/you-dont-align-an-ai-you-align-with-it
1•danieltanfh95•7m ago•0 comments

OpenData Vector: MIT-Licensed Vector Search on Object Storage

https://www.opendata.dev/blog/introducing-vector/
2•apurvamehta•7m ago•0 comments

Micron unveils a 256 GB memory module destined for AI servers

https://www.pcgamer.com/hardware/memory/while-i-can-barely-find-two-sticks-of-16-gb-to-rub-togeth...
1•speckx•7m ago•0 comments

Grok Build

https://x.ai/news/grok-build-cli
2•meetpateltech•8m ago•0 comments

Digital arson spree by 'AI Bonnie and Clyde' raises fears over autonomous tech

https://www.theguardian.com/technology/2026/may/14/ai-agents-behaviour-arson-safety
1•uxhacker•9m ago•0 comments

Goto Considered Harmful: Why Event-Driven Is a Poor Architecture

https://www.dbos.dev/blog/goto-considered-harmful-2026
1•KraftyOne•9m ago•0 comments

Show HN: image-3D – a web component for 3D images

https://mukba.ng/image-3d/docs/
2•mnorris•9m ago•1 comments

Cambridge Dictionary new words: slopper, trend slop, slopaganda

https://dictionaryblog.cambridge.org/2026/04/20/new-words-20-april-2026/
1•cdrnsf•10m ago•0 comments

Japan runs out of robot wolves in fight against bears

https://www.popsci.com/environment/japan-robot-wolf-army/
1•speckx•11m ago•0 comments

NASA Artemis II in HDR

https://hdrjpg.com/showcases/nasa-artemis
1•Eduard•12m ago•0 comments

Using Chinese AI models to get a degree

https://nonogra.ph/using-chinese-ai-models-to-get-a-degree-05-14-2026
3•han1•13m ago•0 comments

Show HN: Browse 61 3D Printable Robots

https://orobot.io/
2•xanderjanz•15m ago•0 comments

How Poor Sleep Drove Me Insane and My Long Path to Recovery

https://writing.samsonhu.com/how-poor-sleep-drove-me-insane-and-my-long-path-to-recovery/
1•James72689•17m ago•0 comments

The Artificial Intelligence Commission [pdf]

https://download.ssrn.com/2026/4/20/6615258.pdf?response-content-disposition=inline&X-Amz-Securit...
1•droidjj•18m ago•0 comments

LinkedIn, Cisco and Amazon are the latest tech companies laying off more workers

https://www.latimes.com/business/story/2026-05-14/linkedin-cisco-amazon-are-latest-tech-companies...
4•1vuio0pswjnm7•18m ago•0 comments

A Fish That Hitches Rides Where the Sun Doesn't Shine

https://www.nytimes.com/2026/05/11/science/a-fish-that-hitches-rides-where-the-sun-doesnt-shine.html
1•gmays•18m 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.