frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: A modern Music Player Daemon based on Rockbox firmware

https://github.com/tsirysndr/rockbox-zig
1•tsiry•3m ago•0 comments

The Trading Stack

https://nemorize.com/roadmaps/the-trading-stack
1•reverseblade2•5m ago•0 comments

Social Interaction Trainer

https://social-interaction-trainer.com/
1•gregzeng95•5m ago•1 comments

Show HN: An 8-bit computer made from one NAND gate, and live-evolving neural net

https://github.com/ninjahawk/VirtualPC
1•ninjahawk1•8m ago•0 comments

A Generalized Technique for Symbol Manipulation and Numerical Calculation (1960)

https://dl.acm.org/doi/pdf/10.1145/366199.366256
1•tosh•8m ago•0 comments

Google ties reCAPTCHA to Google Play Services, screwing de-Googled Android users

https://www.osnews.com/story/144909/google-is-tying-recaptcha-to-google-play-services-screwing-ov...
1•ColinWright•11m ago•0 comments

Using AI for Just 10 Minutes Might Make You Lazy and Dumb, Study Shows

https://www.wired.com/story/using-ai-negative-impact-thinking-problem-solving-study/
1•smartmic•12m ago•0 comments

I built the core loop of a browser multiplayer game

https://packagemain.tech/p/how-i-built-the-core-loop-of-a-browser
1•der_gopher•13m ago•0 comments

Tops-10: Essex BCPL

https://timereshared.com/tops-10-essex-bcpl/
1•naves•17m ago•0 comments

Boriel BASIC

https://zxbasic.readthedocs.io/en/docs/
1•AlexeyBrin•17m ago•0 comments

How AI Is recasting cement manufacturing

https://wpintelligence.washingtonpost.com/topics/energy-climate/2026/05/06/how-ai-is-recasting-ce...
1•bookofjoe•17m ago•1 comments

Free Solar Radiation and Heat Flux Data Stream

https://fiaos.org
1•iopoer•17m ago•0 comments

Bufstream Sold to CoreWeave

https://buf.build/blog/coreweave-acquires-bufstream
1•enether•18m ago•0 comments

Show HN: Share to ChatGPT Widgets

https://share2chatgpt.franzai.com/
1•franze•18m ago•0 comments

Typewhisper: Local speech-to-text on-device AI, private, optional cloud

https://github.com/TypeWhisper/typewhisper-mac
1•janandonly•19m ago•0 comments

Derive any environmental variable with FiaPhy from the ones you've got

https://github.com/fiaos-org/FiaPhy
1•iopoer•19m ago•0 comments

Anthropic and Elon Musk cornered Sam Altman this week

https://thenewstack.io/anthropic-elon-musk-cornered-sam-altman/
1•Brajeshwar•20m ago•0 comments

I've Solved AI Alignment,'Godfather' of AI, Yoshua Bengio

https://www.youtube.com/watch?v=PZqDFs2sbiY
1•quantummagic•23m ago•0 comments

AutoKernel: Autonomous GPU Kernel Optimization via Iterative Agent-Driven Search

https://arxiv.org/abs/2603.21331
1•OsamaJaber•27m ago•0 comments

CAD and Cam Applications on HP-UX Unix Workstations

https://www.openpa.net/hp-ux_cad.html
1•naves•28m ago•0 comments

I think AI is pushing me toward the AGPL – by Julio Merino

https://blogsystem5.substack.com/p/ai-and-agpl-licensing
4•rbanffy•31m ago•0 comments

UK abandons police database cloud move after £35M transformation stalls

https://www.theregister.com/public-sector/2026/05/08/uk-abandons-police-database-cloud-move-after...
2•latein•35m ago•0 comments

ActCam: Zero-Shot Joint Camera and 3D Motion Control for Video Generation

https://arxiv.org/abs/2605.06667
1•danborn26•35m ago•0 comments

Media over QUIC Demo

https://hang.live/
1•simonpure•37m ago•0 comments

Sketchpad

https://en.wikipedia.org/wiki/Sketchpad
1•tosh•38m ago•0 comments

Here's why all flyers should be worried if Spirit Airlines goes away (2025)

https://www.cnn.com/2025/08/17/business/spirit-airlines-air-fare-impact
2•thunderbong•46m ago•0 comments

Show HN: CADBench – every AI CAD tool I tested fails on basic mechanical parts

https://evals-for-ai-cads.vercel.app/
1•ryanrana•46m ago•0 comments

Show HN: Local AI search for your video library (local, open source)

https://edit-mind.com
1•iliashad•49m ago•1 comments

Kill your onboarding: selling to 10k new users a day

https://twitter.com/Railway/status/2052522801693958460
1•yakkomajuri•50m ago•0 comments

Shadowrun Boston Unlocked

https://hooby.blog/posts/shadowrun-boston-unlocked/
2•hooby•53m ago•1 comments
Open in hackernews

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

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

Comments

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