frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

WAB Web Agent Bridge -An Open-Source OS for AI Agents

https://webagentbridge.com
1•abokenan444•2m ago•0 comments

Show HN: I remade my blog into a Windows 3.1 environment

https://passo.uno/
2•theletterf•6m ago•0 comments

Show HN: <hyper-frame> – an iframe to frame 100% of the Internet

https://www.hyper-frame.art/?actual
2•keepamovin•8m ago•0 comments

Blockchain as an Artistic Medium

https://silkarthouse.com/features/why-i-keep-track-of-what-0xg-is-coding
2•0xG•9m ago•0 comments

Show HN: I built a tool to bootstrap VLESS and REALITY over SSH (with rollback)

1•insany•9m ago•0 comments

A short-lived lock for a long-running evaluation

https://swaranga.dev/posts/a-short-lived-lock-for-a-long-running-evaluation/
2•swaranga•10m ago•0 comments

Musk and Altman's bitter feud over OpenAI to be laid bare in court

https://www.theguardian.com/technology/2026/apr/26/musk-altman-openai-court
2•beardyw•11m ago•0 comments

Do I even want to be a coder anymore?

https://polso.info/do-i-even-want-to-be-a-coder-anymore
3•Risse•11m ago•0 comments

Chat GPT wrote your code, what else is missing?

https://blog.viewfromtheweb.com/chat-gpt-wrote-your-code-what-else-is-missing-57dc2cd8/
2•rickdg•11m ago•0 comments

Show HN: A template to build desktop, web and mobile apps from the same codebase

https://github.com/odest/tntstack
3•odest•12m ago•1 comments

The Secret Life of NaN

https://anniecherkaev.com/the-secret-life-of-nan
2•prakashqwerty•12m ago•0 comments

System over Model: Zero-Day Discovery at the Jagged Frontier

https://aisle.com/blog/system-over-model-zero-day-discovery-at-the-jagged-frontier
2•ahoog42•13m ago•0 comments

AI, Vikings and Magic Swords

https://yadin.com/notes/swords/
2•dryadin•16m ago•0 comments

Asahi Linux Progress Linux 7.0

https://asahilinux.org/2026/04/progress-report-7-0/
2•elisaado•18m ago•0 comments

Vacant House Shark: A B-movie created with AI featuring sharks and kung fu [video]

https://www.youtube.com/watch?v=LD4UNHAIQcs
2•nogajun•21m ago•0 comments

Chornobyl: 40 years after disaster, nuclear site still at risk

https://www.theguardian.com/news/ng-interactive/2026/apr/25/chornobyl-power-plant-at-risk-amid-ru...
2•Anon84•24m ago•0 comments

Show HN: Nice TUI for Go Pprof

https://github.com/owenrumney/lazypprof
2•rumno0•25m ago•0 comments

A List of Post-Mortems

https://github.com/danluu/post-mortems
2•carlos-menezes•25m ago•0 comments

Mystery Around Venezuelan Cyberattack Deepens, with New Highly Destructive Wiper

https://www.zetter-zeroday.com/hwiper-targeting-venezuelas-state-oil-company-discovered/
2•campuscodi•25m ago•0 comments

Show HN: no look

https://www.hyper-frame.art/console
2•keepamovin•26m ago•0 comments

Sebastian Sawe breaks two-hour mark in marathon world record

https://www.bbc.co.uk/sport/athletics/live/cjd9xpmnvj3t
4•beejiu•29m ago•0 comments

Ask HN: When did Spotify become YouTube/TikTok?

3•binarypixel•34m ago•1 comments

The Paradox of Karl Popper

https://www.scientificamerican.com/blog/cross-check/the-paradox-of-karl-popper/
2•baxtr•36m ago•0 comments

I factored the number RSA1024-1 using my home-built QPU stack

https://twitter.com/veorq/status/2048320115075137864
2•keepamovin•36m ago•0 comments

Craving work-life balance is a red flag, says Fortune 500 Europe CEO

https://fortune.com/2026/04/22/work-life-balance-bupa-fortune-500-ceo-barack-obama-work-weekend/
2•thisislife2•38m ago•0 comments

Car Dependency in Urban Accessibility

https://arxiv.org/abs/2604.01019
2•Anon84•42m ago•0 comments

What Made Lisp Different (2002)

https://paulgraham.com/diff.html
3•tosh•48m ago•0 comments

Magnet with near-zero external field could reshape future electronics

https://phys.org/news/2026-04-magnet-external-field-reshape-future.html
2•rbanffy•50m ago•0 comments

Web UI in Go? Nothing Can Stop Me

https://medium.com/@mailbox.sq7/web-ui-in-go-nothing-can-stop-me-60d75c4cd4f0
2•alzhi7•54m ago•1 comments

Show HN: Axle – a11y/WCAG CI that proposes real source-code fixes via Claude

https://axle-iota.vercel.app
2•swapvideo•54m ago•1 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.