frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Send secrets a server can't decrypt, even if compelled to

https://serial.sumitdwivedi.com/
1•AuraFarm•1m ago•1 comments

How I use GBNF grammars to make small local models stop hallucinating JSON

https://eris-system.dev/blog/gbnf-grammars
1•teleforce•1m ago•0 comments

Ask HN: Rename ChatGPT?

1•alansaber•1m ago•0 comments

Nicholas Polson Has Written Over 200 Academic Papers in 2026 (so far)

https://economistwritingeveryday.com/2026/08/26/nicholas-polson-has-written-over-200-academic-pap...
1•luu•7m ago•0 comments

Show HN: Prices.eu.org

https://prices.eu.org/
2•sourcecodeplz•8m ago•1 comments

BlackRock CEO said Americans' savings and investments will fund data centers

https://www.msn.com/en-us/money/economy/blackrock-ceo-said-americans-savings-and-investments-will...
1•SockThief•9m ago•0 comments

Promptmatics – Free telemprompter following your voice

https://promptmatics.vercel.app/
1•olvy0•11m ago•0 comments

Weird Little Guys of FOSS

https://drewdevault.com/weird-guys/
1•absoluteleyyes•14m ago•0 comments

Job Loss Fears in the First Years of Generative Artificial Intelligence

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5136877
1•luu•14m ago•0 comments

Muse Spark 1.3 Ranks #3 on Artificial Analysis Intelligence Index

https://artificialanalysis.ai/#artificial-analysis-intelligence-index
1•alefalfa•14m ago•0 comments

I built CashmApp – a "GPS for your finances" that reroutes when life changes

https://apps.apple.com/pl/app/cashmapp-financial-gps/id6788372249
2•tem_uche•16m ago•0 comments

NPM audit service is down while NPM status page reports otherwise

https://github.com/orgs/community/discussions/187552
2•morbusfonticuli•16m ago•0 comments

The most important half-hour of my life

https://greghadfield.medium.com/tony-greenstein-the-most-important-half-hour-of-my-life-d03f7877a492
1•luu•17m ago•0 comments

Show HN: Videm – An AI image generator with 3 free daily images

https://videm.ai/
1•Evanmo666•19m ago•0 comments

Amazon and Meta AI bots account for most website visits

https://pressgazette.co.uk/platforms/amazon-and-meta-ai-bots-account-for-most-website-visits/
1•giuliomagnifico•22m ago•0 comments

The Raspberry Pi Interactive Timeline · 2006–2026

https://raspberry.tips/en/raspberrypi-infos/raspberry-pi-history-timeline
3•mariuz•25m ago•0 comments

The Birds Outside, Drawn for You Automatically

https://hackaday.com/2026/09/04/the-birds-outside-drawn-for-you-automatically/
1•arnemunthekaas•31m ago•0 comments

ApplyOnce – Local-first job application autofill that reads scanned resumes

https://github.com/Nyadzayo/ApplyOnce
1•knyadzayo•31m ago•0 comments

73% of What We Blocked in a Month Was One Syscall Your Sandbox Cannot See

https://grith.ai/blog/io-uring-the-syscall-your-sandbox-cant-see
2•edf13•35m ago•0 comments

A connectomics milestone: Mapping the complete male fruit fly brain

https://research.google/blog/a-connectomics-milestone-mapping-the-complete-male-fruit-fly-brain/
1•fittingopposite•37m ago•0 comments

Carbon-aware electricity pricing, measured daily on 38 grids

https://carbonawarepricing.com/
9•High-Five•40m ago•1 comments

Today markets scores 67, almost confident

https://gmdmarkets.com/markets-today
3•shlomysh•41m ago•0 comments

Show HN: NGPDFs – 50 PDF tools that never upload your files

https://ngpdfs.com
3•amulyakashyap09•46m ago•0 comments

Show HN: Aurict – An open-source Terminal AI

https://github.com/aurict/aurict
1•hamzakhrmn2•52m ago•0 comments

Nvidia will buy Hugging Face for $13B

https://www.economist.com/the-world-in-brief/2026/09/04/8cc011b9-bfb9-48a5-a786-222e9a90c088
1•nrsapt•54m ago•0 comments

Beyond Wukong: an AI generated animated drama series [video]

https://www.youtube.com/watch?v=T2Xzd7KHSis
1•livinglist•56m ago•1 comments

Where Measurement Replaces Meaning

https://medium.com/@gurvinder372/article-4-where-measurement-replaces-meaning-8d595ce54eb0
1•gps372•58m ago•0 comments

How to Secure SSH and Postgres with Warpgate

https://packagemain.tech/p/secure-ssh-and-postgres-with-warpgate
1•der_gopher•58m ago•0 comments

Weathernext 3

https://blog.google/innovation-and-ai/models-and-research/google-deepmind/introducing-weathernext-3/
3•tcumulus•1h ago•1 comments

HubSpots recording links are not authenticated and therefore publicly accessible

https://knowledge.hubspot.com/calling/what-are-the-call-recording-laws
1•5h•1h ago•1 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.