frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tussle in Cyberspace

https://conferences.sigcomm.org/sigcomm/2002/papers/tussle.html
1•jruohonen•2m ago•0 comments

"Capitalism is not natural – it is enforced."

https://www.youtube.com/watch?v=9M_dq_0ljsc
1•28304283409234•3m ago•0 comments

DIY Bipedal Robot Used Pneumatic "Air-Muscles" Instead of Motors

https://spectrum.ieee.org/shadow-walker-biped-humanoid-robot
1•sohkamyung•4m ago•0 comments

AI content is great if you know it's AI

https://www.geekbeard.dev/p/cosplaying-humans
1•drunx•7m ago•0 comments

Octopus Energy meter and billing dashboard with EV charging

https://github.com/macsmax/maxihome-octopi
1•macsmax•8m ago•0 comments

Show HN: Stable Audio 3 – one-shot sample generator (110gb download)

https://github.com/shiehn/sas-sample-generator
1•stevehiehn•10m ago•0 comments

Ask HN: Anyone missing the human aspect of pre AI?

2•hnthrow10282910•10m ago•0 comments

Fan-made game remake of legendary PS1 Medal of Honor 1999

https://www.moddb.com/games/medal-of-honor-retro-remake/news/medal-of-honor-retro-remake-final-re...
1•HelloUsername•16m ago•0 comments

Puzzles about Digital Lipograms

https://logoggilo.substack.com/p/what-if-every-great-brand-had-its
1•gillesr•20m ago•0 comments

Remembering Dotcom, Pondering LLMs: Comparing Hypes and Bubbles

https://www.datagubbe.se/dhabi/
2•ingve•24m ago•0 comments

You Weren't Meant to Have a Boss (2008)

https://paulgraham.com/boss.html
2•downbad_•26m ago•0 comments

Show HN: Graph-Based Firebase Alternative with Real-Time Sync

https://linkedrecords.com/getting-started/
1•WolfOliver•31m ago•0 comments

MemoryArena – generic memory arena in Golang

https://github.com/Protocol-Lattice/memoryArena
1•raezil•31m ago•1 comments

United Airlines 767 Returns to Newark After Bluetooth Name Sparks Alert

https://simpleflying.com/united-airlines-767-returns-newark-bluetooth-name-alert/
3•Eridanus2•34m ago•0 comments

Data center frenzy is spurring a jobs boomlet for blue-collar workers

https://www.cbsnews.com/news/ai-data-center-jobs-construction-technician/
1•wyclif•36m ago•0 comments

How Long Can You Expect Your Blu-ray and DVD Collection to Last?

https://www.bgr.com/2180997/bluray-dvd-collection-expected-lifespan-disc-rot-explained/
2•edthri•36m ago•0 comments

Show HN: I found a prompt injection in my own IDs triage tool – what stopped it

https://triagewall.io/posts/prompt-injection-phase-2
1•aaronphifer•36m ago•0 comments

Steadfast – Python Playwright wrapper that keeps social accounts logged in

https://steadfast.rustral.com/
1•memalama•38m ago•0 comments

California passes bill criminalizing bypass of 3D printer gun-blocking software

https://www.tomshardware.com/3d-printing/california-assembly-passes-3d-printer-bill-that-would-cr...
3•barbacoa•39m ago•0 comments

Show HN: Atomic Editor – Obsidian-style live preview for CodeMirror 6

https://kenforthewin.github.io/atomic-editor/
2•kenforthewin•42m ago•0 comments

Gaze into the Face of Madness!

https://cinemasojourns.com/2022/04/12/stare-into-the-face-of-madness-if-you-dare/
3•jruohonen•42m ago•0 comments

Show HN: My tiny project MyTube Newsletter – daily AI digest of YouTube subs

1•questmas•44m ago•0 comments

AI Agents Plunged the Tech World into Chaos

https://www.wired.com/story/how-ai-agents-plunged-tech-world-into-chaos/
1•uxhacker•45m ago•1 comments

Jasper

https://lab.alexanderobenauer.com/jasper/
1•tosh•48m ago•0 comments

Creating got easier. Meaning got harder (AI and volume creation)

https://emot.substack.com/p/creating-got-easier-meaning-got-harder
1•emot•49m ago•0 comments

A zot extension that makes answering your coding agent's questions painless

https://github.com/patriceckhart/zot-answer
9•patriceckhart•50m ago•0 comments

Hey Database Go Ffffine tune yourself

https://maxdemarzi.com/2026/05/29/hey-database-go-fine-tune-yourself/
1•maxdemarzi•50m ago•1 comments

Keet: Tether's P2P communication app built to survive internet shutdowns – CIO

https://www.cio.com/article/4175793/keet-tethers-p2p-communication-app-built-to-survive-internet-...
1•janandonly•51m ago•0 comments

Error Analysis for the Global Positioning System

https://en.wikipedia.org/wiki/Error_analysis_for_the_Global_Positioning_System
1•thunderbong•52m ago•0 comments

The Risk of GCP Viewer role: Snapshot bypass of a cross-project disk replication

https://aneviaro.eu/posts/snapshot-based-cmek-bypass/
1•xrustalik•55m 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.