frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

GameStop offers $56B for eBay, struggles to explain how it'll pay for it

https://arstechnica.com/tech-policy/2026/05/gamestop-offers-56-billion-for-ebay-struggles-to-expl...
1•joozio•59s ago•0 comments

Gcx: A CLI for managing Grafana Cloud resources

https://github.com/grafana/gcx
1•zdkaster•2m ago•0 comments

Hayashi – Architecture Boundary Diagrams as Code

https://github.com/comradenala/hayashi
1•jdbohrman•5m ago•0 comments

Retrospective on Black and White and it's connection to Google DeepMind

https://www.eurogamer.net/black-and-white-lionhead-peter-moylneux-retrospective-google-deepmind-g...
1•MrDresden•9m ago•0 comments

Microsoft fixes VS Code after app gives Copilot credit for human's work

https://www.theregister.com/2026/05/04/microsoft_reverses_ai_credit_grab/
1•beardyw•9m ago•0 comments

A complete Llama2 inference engine that fits in 1356 bytes of x86 assembly

https://github.com/rdmsr/sectorllm
1•monax•10m ago•0 comments

Designing Microkernel IPC

https://seiya.me/blog/microkernel-ipc-design
1•mpweiher•11m ago•0 comments

A Brief History of Who Gets to Run Money

https://podium-finance.com/blog/a-brief-history-of-who-gets-to-run-money
1•nlpnerd•11m ago•0 comments

AI business and the issue of context drift

https://tensorpm.com
1•Neo552•13m ago•1 comments

AI is 'creating an enormous number of jobs'

https://techcrunch.com/2026/05/04/as-workers-worry-about-ai-nvidias-jensen-huang-says-ai-is-creat...
1•tijana3290•16m ago•0 comments

Claude Code: /effort is global across concurrent sessions instead of session

https://github.com/anthropics/claude-code/issues/49166
1•esher•20m ago•0 comments

The Laboratory and the Artist

https://clereviewofbooks.com/the-laboratory-and-the-artist/
1•Michelangelo11•22m ago•0 comments

InstaPurge – Rapid Mass Instagram DM Deletion Script

https://github.com/mahdixmohammad/instapurge
1•instagraham•22m ago•1 comments

The Paranal Solar Espresso Telescope, a New Tool for Finding Exoplanets

https://www.universetoday.com/articles/the-paranal-solar-espresso-telescope-a-new-tool-for-findin...
1•rbanffy•24m ago•0 comments

Suspected hantavirus outbreak traps 150 on ship off Cape Verde

https://www.reuters.com/business/healthcare-pharmaceuticals/who-says-risk-public-is-low-after-sus...
1•mgh2•24m ago•0 comments

Transgender Homicides in Britain, 2000-2025: Victims and Perpetrators

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6182901
2•fodmap•26m ago•0 comments

A minimal weather app that just shows your week

https://apps.apple.com/us/app/wthr/id6763099599
1•gokbek•27m ago•0 comments

Ace Template: create and deploy a Rails app in < 5 minutes (self-hosted or PaaS)

https://github.com/jeromedalbert/ace-template
1•jdalbert•29m ago•0 comments

Anonymous hacked Chinese satellite systems to protest against age check laws

https://old.reddit.com/r/privacy/comments/1t3vbyn/anonymous_hacked_chinese_satellite_systems_to/
1•mostcallmeyt•30m ago•0 comments

A Rust implementation of the Teal programming language compiler

https://github.com/rustq/tear
1•meloyc•34m ago•0 comments

Got tired of clunky extensions for pdf from ChatGPT Export

https://getchatcache.com
2•vedant28t•37m ago•1 comments

OTUS Project – Observations of Tornadoes by UAV Systems

https://www.theotusproject.com
2•unsnap_biceps•42m ago•0 comments

Cool project to replace PCB in not-very-private home tech

https://www.crowdsupply.com/micimike-rev-devices/micimike-home-mini-drop-in-pcb
2•m463•43m ago•0 comments

Turn geopolitical buzz into concrete risk alerts

https://github.com/vassiliylakhonin/agenda-intelligence-md
2•vassilbek•47m ago•0 comments

A man who blew up a nuclear power station and disappeared

https://www.theguardian.com/world/2026/may/05/the-man-who-blew-up-a-nuclear-power-station-koeberg...
2•sam-cop-vimes•47m ago•0 comments

How do I inform Windows that I'm writing a binary file?

https://devblogs.microsoft.com/oldnewthing/20260504-00/?p=112296
3•ingve•49m ago•0 comments

SEC and Elon Musk agree to settle lawsuit over Twitter buyout in 2022

https://www.cnbc.com/2026/05/04/sec-and-elon-musk-agree-to-settle-lawsuit-over-twitter-buyout-in-...
3•1vuio0pswjnm7•50m ago•1 comments

Germany's main left-wing parties quit Musk's X over disinformation

https://dpa-international.com/politics/urn:newsml:dpa.com:20090101:260504-930-30940/
3•vrganj•50m ago•0 comments

Amazon rolls out Claude Code and Codex internally

https://www.businessinsider.com/amazon-claude-code-codex-all-employees-after-pushback-2026-5
4•preston-kwei•54m ago•0 comments

Free world city time and weather tracker for multiple cities simultaneously

https://weatherdesk.app/
2•abereza•58m ago•2 comments
Open in hackernews

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

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

Comments

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