frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: How companies are protecting Claude Code from reading IP and PII data

1•pradeep1177•2m ago•0 comments

Truth Social to sell banks 'fastest' access to Trump's posts

https://www.reuters.com/technology/trump-media-unveils-data-feed-businesses-tracking-truth-social...
2•almog•6m ago•0 comments

The wonderful world of tools made by small teams, solo-devs, and shareware

https://www.nathalielawhead.com/candybox/the-wonderful-world-of-tools-made-by-small-teams-solo-de...
2•zetamax•6m ago•0 comments

Show HN: Animated map of US railroad and population growth

https://app.honeycombmaps.com/shared/UoeChOqwxXf3fI2PxKXRBmh_RHW-3UVa
1•carstonh•11m ago•0 comments

Urban Dictionary: Hacker News

https://www.urbandictionary.com/define.php?term=hacker+news
3•Gecko4072•11m ago•0 comments

Nobody Is Getting the Data-Center Water Question Right

https://www.theatlantic.com/technology/2026/07/how-much-water-data-centers-use/687934/
1•Jtsummers•13m ago•0 comments

Show HN: Rudo - A small, elegant dock for Wayland

https://github.com/skorotkiewicz/rudo
1•modinfo•15m ago•0 comments

England World Cup 2026 Preview

https://predx-article.fika.bar/england-world-cup-2026-preview-rising-stars-tactical-stren-01KXMH4...
1•joeymabia1•16m ago•1 comments

Show HN: A continuity checker for novels, tested on the Holmes canon

https://www.novilot.com
1•vizay08•16m ago•0 comments

Cq: A Shared Knowledge Commons for AI Agents

https://www.i-programmer.info/news/105-artificial-intelligence/19009-cq-a-shared-knowledge-common...
1•aquastorm•18m ago•0 comments

A Statement from the CEO of Windscribe [June]

https://xcancel.com/windscribecom/status/2063004063499706816
1•Cider9986•19m ago•0 comments

Show HN: BotTrade – a replayable benchmark for autonomous trading agents

https://bot-trade.org/
1•remote_ctrl•20m ago•1 comments

Collective Effervescence

1•donkorj•22m ago•0 comments

Self-hosting. Commercially available LLMs are increasingly hampered by cost

https://p4sc4l.substack.com/p/self-hosting-commercially-available
1•inferhaven•25m ago•2 comments

Ace: Apple Type-C Port Controller Secrets – Part 1 (2020)

https://web.archive.org/web/20211023034503/https://blog.t8012.dev/ace-part-1/
1•gregsadetsky•28m ago•0 comments

Equilibrium Points in Dyson's Toy Cell Model

https://chillphysicsenjoyer.substack.com/p/equilibrium-points-in-dysons-toy
1•crescit_eundo•28m ago•0 comments

Guidance on Lending to Individuals Not Legally Authorized to Work in the U.S.

https://www.occ.gov/news-issuances/news-releases/2026/nr-ia-2026-57.html
2•petethomas•31m ago•0 comments

Three Sacred Cows

https://world.hey.com/dhh/three-sacred-cows-that-must-die-so-europe-can-live-1afb203d
2•fmkamchatka•33m ago•0 comments

New spinning drone hides in plain sight

https://news.northwestern.edu/stories/2026/07/new-spinning-drone-hides-in-plain-sight
4•gnabgib•34m ago•0 comments

I let AI build a trading bot, then Reddit caught my overfitting mistake

https://aiprojectlog.com/overfitting-backtest/
1•vpsmonitor•34m ago•0 comments

XPal Launches Desktop App for Windows, macOS, and Browser

https://xpalapp.substack.com/p/xpal-launches-desktop-application
1•Brandon-Coll•34m ago•1 comments

Kimi K3 is ranked 3rd on artificial analysis, only 2 points behind Sol

https://artificialanalysis.ai
5•couAUIA•35m ago•2 comments

Whoop 4.0 Without a Subscription

https://github.com/OpenStrap/edge
3•guidoiaquinti•35m ago•0 comments

We decided not to limit VPNs: UK government U-turns on age-gating privacy tools

https://www.techradar.com/vpn/vpn-privacy-security/we-decided-not-to-limit-vpns-uk-government-u-t...
2•Cider9986•36m ago•0 comments

As a musician, I prefer illegal downloading over Spotify (2011)

https://derekwebb.tumblr.com/post/13503899950/giving-it-away-how-free-music-makes-more-than
5•teach•37m ago•0 comments

DHS Finalizes Rule Limiting How Long International Students Can Stay in U.S.

https://www.insidehighered.com/news/government/2026/07/16/rule-limiting-international-students-ti...
2•spindie•37m ago•0 comments

Show HN: Makefile tutorial that runs make in the browser

https://sandbox.bio/tutorials/makefile-intro
1•raboukhalil•38m ago•0 comments

Kimi K3 is now #1 in the Front end Code Arena with 1679 pts, surpassing Fable 5

https://twitter.com/arena/status/2077824029126504525
5•nekofneko•38m ago•0 comments

Natural Selection Favors AIs over Humans

https://arxiv.org/abs/2303.16200
4•StrauXX•40m ago•0 comments

Xint Pulse: On-Demand Web App Penetration Tests

https://xint.io/blog/xint-pulse-one-time-web-app-scans
1•alp1n3•42m 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.