frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Ralphy – open-source autonomous Claude Codd built on the Ralph loop

https://github.com/Mizerness/Ralphy
1•miserness•2m ago•0 comments

Nvidia GTC Taipei 2026 Keynote [video]

https://www.youtube.com/watch?v=wSp6AiNIrsY
1•lrae•2m ago•0 comments

Codex app plugin integration can be better?

https://github.com/obra/superpowers
1•xiaoluolyg•6m ago•0 comments

Memoir TV

https://pages.cloudflare.com/
1•classic_films•11m ago•0 comments

Specialized Claude Code Agents for Unreal Engine 5

https://github.com/damien220/UnrealEngine_Agent
1•Damien_220•12m ago•0 comments

Croft: VSCode-style TUI written in Rust

https://codeberg.org/vitali87/croft
1•vitali87•12m ago•0 comments

Long read: Bluey deal FOMO will kill the next Bluey

https://oblongataresearch.substack.com/p/bluey-deal-fomo-will-kill-the-next
3•basiljh•12m ago•0 comments

A CS student's job hunt in 2026: an honest playbook

https://medium.com/@sjonany/a-cs-students-job-hunt-in-2026-an-honest-playbook-5a57b41bf7fb
1•eigenBasis•16m ago•0 comments

A bot to automatically update and merge GitHub PRs

https://github.com/chdsbd/kodiak
1•mooreds•18m ago•0 comments

Git-spice is a tool for stacking Git branches

https://abhinav.github.io/git-spice/
1•mooreds•19m ago•0 comments

A Shield or a Cudgel?

https://blacksheepcode.com/posts/a_shield_or_a_cudgel
1•davidbsc•19m ago•0 comments

How flat is replacing fat in AWS data center networks

https://www.amazon.science/blog/how-flat-is-replacing-fat-in-aws-data-center-networks
1•mooreds•20m ago•0 comments

How to Call an API from an Email

https://redo.com/eng-blog/how-to-call-an-api-from-an-email/
1•thunderbong•22m ago•0 comments

Why Local Minima Are Rare in High-Dimensional Landscapes

https://www.grantstenger.com/local-minima
1•brandonb•24m ago•0 comments

Instagram account takeover exploit via support chatbot prompt injection (fixed)

https://twitter.com/weezerOSINT/status/2061223556994965643
1•yogorenapan•27m ago•0 comments

The Book That Started It All [video]

https://www.youtube.com/watch?v=vBwaWRZyIBM
1•asim95•27m ago•0 comments

Hermes Agent co-founder defends Polymarket skill coming pre-installed

https://twitter.com/teknium/status/2060936405732438428
2•rob•28m ago•0 comments

Ask Hn: Is Hacker News the Real Backrooms??

1•wizardforhire•28m ago•1 comments

Smart Rename – renames image file downloads in real time using local AI

https://github.com/chudweiser/smart-rename
2•chudweiser•28m ago•0 comments

How designers work – making sense of authentic cognitive activities

https://lup.lub.lu.se/search/publication/d88efa51-c2f9-4551-a259-00bd36fe8d03
1•rramadass•30m ago•1 comments

PewDiePie launches AI workspace built on top of OpenCode [video]

https://www.youtube.com/watch?v=rAzT5lcezPs
2•shrikaranhanda•34m ago•0 comments

My client is replacing me with Claude for all DevOps/infra and most feature dev

4•goatwrangler•34m ago•1 comments

10th Anniversary of the End of Tandy Computers – July 1, 1993

https://groups.google.com/g/comp.sys.tandy/c/N2kW8jkqHYo/m/tE4N_h4d73oJ?pli=1
1•reaperducer•39m ago•0 comments

Big Tech bets on new mascots in bid to seem more cuddly

https://www.bbc.com/news/articles/c99l1zzp8xzo
1•1vuio0pswjnm7•41m ago•0 comments

Marc Andreessen on the 5 personality traits of an innovator

https://www.startuparchive.org/p/marc-andreessen-on-the-5-personality-traits-of-an-innovator-5e06
3•alirohde•46m ago•1 comments

They Are Top Spenders in the Midterms. and They Hate Each Other

https://www.nytimes.com/2026/05/30/us/politics/anthropic-openai-super-pacs-midterms.html
2•alirohde•46m ago•0 comments

Show HN: webrtcforthestreamer.com – How WHIP makes streaming more connected

https://webrtcforthestreamer.com
3•Sean-Der•47m ago•1 comments

NPM-Scan:Detecting Dependency Confusion, Typosquatting,and Credential Harvesting

https://github.com/lateos-ai/npm-scan
1•lateos-ai•50m ago•0 comments

Dialing In the Ghost in the Machine: LLMs for guitar tones

https://vishsubramanian.me/lm-guitar-tone-generator-polychrome/
2•ingvay7•51m ago•0 comments

Modos Flow: 60 Hz open-hardware e-ink monitor

https://www.crowdsupply.com/modos-tech/modos-flow
2•alex-a-soto•52m 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.