frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Khosla-backed startup can track drones, trucks, and robotaxis, inch by inch

https://techcrunch.com/2025/11/20/this-khosla-based-startup-can-track-drones-trucks-and-robotaxis...
1•iamtech•5m ago•0 comments

Notes from a Pyre, by Amal Singh

https://psychopomp.com/deadlands/issue-23/pyre/
1•thunderbong•7m ago•0 comments

No copays for asthma inhalers in New York under new law

https://gothamist.com/news/breathe-freely-no-copays-for-asthma-inhalers-in-ny-under-new-law-signe...
2•geox•9m ago•0 comments

BREX Syntax Reference

https://www.proxylity.com/docs/destinations/brex-syntax.html
1•mlhpdx•10m ago•0 comments

Show HN: A faster day-count to Y,M,D algorithm – 30-40% speedup

https://www.benjoffe.com/fast-date-64
2•benjoffe•10m ago•0 comments

Enabling cheap LCD HUDs – 0.015px calibration eliminates waveguide optics

1•nighthawkcar•13m ago•0 comments

Development-Cycle in Cargo: 1.92

https://blog.rust-lang.org/inside-rust/2025/11/24/this-development-cycle-in-cargo-1.92/
1•todsacerdoti•17m ago•0 comments

Show HN: X Timeline Cleaner, block tweets by location from your X timeline

https://github.com/jawerty/X-Timeline-Cleaner
2•jawerty•20m ago•0 comments

The Colonists

https://store.steampowered.com/app/677340/The_Colonists/
1•doener•23m ago•1 comments

Fastest LLM Picker

https://metrik-dashboard.vercel.app/
1•mbouassa•23m ago•0 comments

Modern trick-taking games: beyond Whist

https://brainbaking.com/post/2025/09/modern-trick-taking-games-beyond-whist/
1•ekrapivin•28m ago•0 comments

Toyota's "Tip of the Spear" Is Choosing Rust

https://filtra.io/rust/interviews/woven-by-toyota-nov-25
2•steveklabnik•28m ago•0 comments

US Leveraged Loans Under Strain as Buyers Yank Cash from Funds

https://www.bloomberg.com/news/articles/2025-11-24/us-leveraged-loans-under-strain-as-buyers-yank...
1•zerosizedweasle•30m ago•0 comments

NeuroCode – A Structural Neural IR for Codebases

1•gabrielekarra•32m ago•0 comments

I built a micro script to monitor OpenRouter and notify me on Slack

https://github.com/demetrius-edelin/openrouter_monitor
1•edelind•35m ago•1 comments

Unsupervised Hebbian Learning from an Artificial Intelligence Perspectives

https://www.mdpi.com/2504-4990/7/4/143
1•PaulHoule•36m ago•0 comments

SIMD Programming with Highway [video]

https://www.youtube.com/watch?v=R57biOOhnJM
1•creata•39m ago•0 comments

1,700-year-old Roman sarcophagus is unearthed in Budapest

https://apnews.com/article/hungary-roman-sarcophagus-discovery-budapest-77a41fe190bbcc167b43d0514...
2•gmays•39m ago•0 comments

The Clipegg Manifesto

https://github.com/daaaave-ATX/clipegg
1•DaaaaveATX•40m ago•1 comments

Go struct field name retrieval: comparing runtime and codegen approaches

https://alvarolm.github.io/named/
1•alvaroflm•40m ago•1 comments

Australia to establish AI safety institute

https://www.innovationaus.com/australia-to-establish-ai-safety-institute/
1•ajdlinux•41m ago•0 comments

Obesity jab drug fails to slow Alzheimer's

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

Core: AI coding with immutable constitution and human quorum (open-source)

https://github.com/DariuszNewecki/CORE
1•DNewecki•42m ago•1 comments

Signal's secure message backups arrive on iOS

https://www.theverge.com/news/828091/signal-secure-backups-ios-launch
2•tabletcorry•44m ago•0 comments

DoGE "cut muscle, not fat"; 26K experts rehired after brutal cuts

https://arstechnica.com/tech-policy/2025/11/doge-doesnt-exist-anymore-but-expert-says-its-still-n...
63•jnord•45m ago•8 comments

Building an AR app that reskins reality

https://substack.com/home/post/p-179598415
1•sidnaik27•49m ago•0 comments

Visualizing Research: How I Use Gemini 3.0 to Turn Papers into Comics

https://gonzoml.substack.com/p/visualizing-research-how-i-use-gemini
1•che_shr_cat•49m ago•0 comments

Show HN: DataTalk CLI, Query CSV and Excel in Plain English Using LLM and DuckDB

https://github.com/vtsaplin/datatalk-cli
2•vtsaplin•58m ago•1 comments

A Kind of Pascal's Triangle as a Giant Square Matrix

https://number-garden.netlify.app/?m
1•cpuXguy•59m ago•0 comments

Two UK clinical trials to assess impact of puberty blockers in young people

https://www.theguardian.com/science/2025/nov/22/two-uk-clinical-trials-to-assess-impact-of-pubert...
1•gmays•1h ago•0 comments
Open in hackernews

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

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

Comments

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