frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Explain This – select text, get an explanation from a local LLM

https://github.com/Vishwamitra/explain-this
1•vmmishra•2m ago•0 comments

Cisco FMC static credential vulnerability exploited as a zero-day

https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-fmc-static...
1•nyku•3m ago•0 comments

Keeping goals to yourself increases the chances of completing them? [pdf]

https://www.socmot.uni-konstanz.de/sites/default/files/09_Gollwitzer_Sheeran_Seifert_Michalski_Wh...
2•jimsojim•10m ago•0 comments

Why Higher-Order Logic Is a Good Foundation for Deep Verification

https://sequent.inc/blog/posts/why-hol-for-deep-verification/
2•matt_d•11m ago•0 comments

New microwave frying method could make French fries much healthier

https://www.sciencedaily.com/releases/2026/07/260729044048.htm
3•london_safari•12m ago•0 comments

Is Cloudflare classifying opencode.ai as malware?

1•_raz•14m ago•3 comments

Following the Scent

https://johnwbrown.substack.com/p/following-the-scent
1•ankitg12•17m ago•0 comments

Show HN: Found Live Driving Conditions all over the world. Lets see

https://www.wfy24.com/en/routes
1•weatherfun•19m ago•0 comments

Why Catching Skin Cancer Early Is a Home Robotics Problem

https://marionlepert.github.io/blog/openderm-robotics-problem.html
1•futurecat•22m ago•0 comments

Information Foraging Theory [pdf]

https://www.peterpirolli.com/ewExternalFiles/31354_C01_UNCORRECTED_PROOF.pdf
1•ankitg12•22m ago•0 comments

The scraper bugs that don't throw

https://gist.github.com/ConorsCode/ea7dbfa4e389554c16c308d0a19b67b2
1•Wevegotscrapys•25m ago•0 comments

Ron Gilbert started production on Thimbleweed Park 2

https://www.grumpygamer.com/twp2_announce/
1•alberto-m•26m ago•0 comments

Lessons for founders (from the Wright Brothers biography)

https://blog.thinkst.com/2026/07/other-lessons-for-security-product-founders-from-the-wright-brot...
3•mh_•28m ago•1 comments

Sam Altman is now talking to the White House about decelerating AI

https://twitter.com/AISafetyMemes/status/2082569026929394008
5•abhishekdev•29m ago•3 comments

Hearsay: Vision-Language Medical Diagnoses Without an Image

https://arxiv.org/abs/2607.26886
1•sbulaev•30m ago•0 comments

Instrumenting my espresso machine with OpenTelemetry

https://clickhouse.com/blog/espresso-machine-observability-with-otel
3•g0xA52A2A•30m ago•0 comments

Trellis: Workspace Tooling for Gleam Monorepos

https://tylerbutler.com/trellis/
1•crowdhailer•31m ago•0 comments

Backlink Exchange for Indie Builders

https://github.com/nicklaunches/builders-backlinks.com
1•theorchid•32m ago•0 comments

Maximum Marginal Relevance and Elastic: Diversifying Search Results

https://www.elastic.co/search-labs/blog/maximum-marginal-relevance-diversify-results
1•ankitg12•35m ago•0 comments

Simulating Realistic Order Execution for Crypto Backtesting

https://medium.com/@DolphinDB_Inc/stop-backtesting-in-theory-simulate-the-real-crypto-market-with...
1•chaercling•40m ago•0 comments

Show HN: Focal Harvest – local web research and OSINT pipeline

https://techno-neighbour.github.io/focal-harvest/
1•xlr8_track•42m ago•2 comments

I Have Thoughts on the iPhone Air

https://christianselig.com/2026/07/iphone-air-review/
18•janandonly•42m ago•6 comments

AV1Converter

https://github.com/framicheli/av1converter
1•francescomi•43m ago•1 comments

Self-Hosting Turns Your Team into the Knowledge Base's Service Provider

https://ones.com/blog/self-hosting-turns-your-team-into-the-knowledge-bases-service-provider/
2•coding1134•48m ago•0 comments

Encrypted, but wrong: Group chats vulnerable to manipulated content

https://www.heise.de/en/news/Encrypted-but-wrong-Group-chats-vulnerable-to-manipulated-content-11...
2•codethief•54m ago•1 comments

Solsticio – a daily sun/moon logic puzzle with a deterministic generator

https://solsticio.app/
2•pepinal•54m ago•0 comments

Graft

https://github.com/NanoNets/Graft
1•handfuloflight•54m ago•0 comments

Guix by Nix

https://fzakaria.com/2026/07/29/guix-by-nix
1•ingve•56m ago•0 comments

Low Danube river levels force Romania to shut down its nuclear power reactors

https://www.reuters.com/business/energy/low-danube-river-levels-force-romania-shut-down-both-its-...
4•_tk_•1h ago•0 comments

SFR (French Internet provider) is blocking opencode.ai

3•krikou•1h ago•4 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.