frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How to stop fighting with coherence and start writing context-generic trait imp

https://contextgeneric.dev/blog/rustlab-2025-coherence/
2•todsacerdoti•32s ago•0 comments

I rewatched Silicon Valley. Now it's not a comedy, it's a manual

1•Andronovman•38s ago•0 comments

The One-Person Stack

https://www.ivan.codes/blog/the-one-person-stack
1•andout_•1m ago•0 comments

Anthropic and The Pentagon

https://www.schneier.com/blog/archives/2026/03/anthropic-and-the-pentagon.html
1•aduffy•2m ago•0 comments

Gitzy is now on TestFlight A modern, native iOS Git client

https://testflight.apple.com/join/SB16NCfr
1•marc0janssen•3m ago•1 comments

My dad made the biggest jewelled egg in the world

https://www.theguardian.com/books/2026/mar/07/paul-kutchinsky-egg-obsession-destroy-marriage-fami...
1•n1b0m•4m ago•0 comments

Palantir and Anthropic AI helped the US hit 1k Iran targets in 24 hours

https://www.moneycontrol.com/europe/?url=https://www.moneycontrol.com/world/how-palantir-and-anth...
1•rainhacker•5m ago•0 comments

Show HN: OSle now has a C API and still fits in 510 bytes

https://github.com/shikaan/osle/releases/tag/16800a5
1•shikaan•6m ago•0 comments

'Mainly, you fast fooded': Monzo UK bank under fire over 'shaming' year reviews

https://www.theguardian.com/money/2026/mar/07/monzo-customer-language-year-in-monzo-review
2•lonelyasacloud•7m ago•1 comments

Tell HN: If your idea is worth stealing, AI makes it easy. NDA or not

3•NatalijaAAD•9m ago•1 comments

Show HN: I gave Claude a Stripe account and said make $1M. Day 1

https://dashboard-mocha-delta-98.vercel.app
1•Auto_Claude•9m ago•0 comments

Show HN: Torrent Preview – macOS QuickLook extension for .torrent files

https://github.com/sveinbjornpalsson/TorrentPreview
1•sveinbjornp•10m ago•0 comments

Claude Code deletes developers' production setup, including database

https://www.tomshardware.com/tech-industry/artificial-intelligence/claude-code-deletes-developers...
2•vanburen•11m ago•0 comments

Paperclip – Open-source orchestration for zero-human companies

https://paperclip.ing/
3•microsoftedging•11m ago•0 comments

Show HN: Turn ordinary selfies into high-quality dating photos

https://www.aidatepics.com/
1•mohitvaswani•12m ago•0 comments

Dropcomments for your static site generator blog

https://dropcomments.net/
2•shozzipen•14m ago•0 comments

No you can't build it in a day

https://blog.alaindichiappari.dev/p/no-you-cant-build-it-in-a-day
1•alainrk•16m ago•0 comments

Show HN: Smelt – Extract structured data from PDFs and HTML using LLM

https://github.com/akdavidsson/smelt
2•smeltcli•16m ago•0 comments

Claude built a system in 3 rounds, latent bugs from round 1 exploded in round 3

https://github.com/mycelium-clj/mycelium/blob/main/benchmarks/SCALING.md
3•yogthos•21m ago•0 comments

The Case of the Disappearing Secretary

https://rowlandmanthorpe.substack.com/p/the-case-of-the-disappearing-secretary
2•rwmj•21m ago•0 comments

Show HN: Recruiter Analytics for Developer Portfolios

https://portlumeai.com/blog/recruiter-analytics-developer-portfolio-tracking
4•portlumeai•21m ago•0 comments

The yoghurt delivery women combatting loneliness in Japan

https://www.bbc.com/travel/article/20260302-the-yoghurt-delivery-women-combatting-loneliness-in-j...
3•ranit•22m ago•0 comments

Show HN: I built an API that adds auth, OAuth and billing to apps

https://www.syntro.fun/
2•vivuusik•22m ago•0 comments

Impending kOS (2014)

https://vector.org.uk/impending-kos/
2•tosh•24m ago•0 comments

Global Warming Has Accelerated Significantly

https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2025GL118804
2•Noaidi•25m ago•1 comments

Show HN: Implica – The news app that connects the dots for you

https://implica.app
2•balazsvincze_•28m ago•0 comments

Iran's Guards challenges Trump to have US Navy escort oil tankers

https://www.reuters.com/world/middle-east/irans-guards-challenges-trump-have-us-navy-escort-oil-t...
3•geox•28m ago•0 comments

DJI will pay $30K to the man who accidentally hacked 7k Romo robovacs

https://www.theverge.com/news/890982/dji-pay-sammy-azdoufal-robot-vacuum-hack-romo-security
2•gradus_ad•29m ago•0 comments

Show HN: Diamond – an interactive CLI for editing trees

https://github.com/justindmassey/diamond
1•justindmassey•31m ago•0 comments

Memory and storage shortages may lead to shipping Steam Machines in 2027

https://www.pcgamer.com/hardware/valve-still-hopes-to-ship-steam-machines-in-2026-but-a-delay-int...
1•joaogui1•33m ago•0 comments
Open in hackernews

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

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

Comments

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