frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Costasiella Kuroshimae

https://en.wikipedia.org/wiki/Costasiella_kuroshimae
1•thunderbong•3m ago•0 comments

24/7 AI Lo-Fi Radio Station

https://airwaves.fm/
1•newtechwiz•10m ago•0 comments

TokenFence – Per-workflow budget caps and kill switch for AI agents

https://tokenfence.dev/
2•karhagba•14m ago•0 comments

H100 prices are melting *UP

https://www.latent.space/p/ainews-h100-prices-are-melting-up
2•swyx•15m ago•0 comments

The toughest new sport in Japan is street-racing office chairs

https://www.cnn.com/2026/03/27/asia/japan-office-chair-racing-intl-hnk
2•rawgabbit•16m ago•0 comments

Habitat Avatar Simulator

https://juliendorra.com/habitat/
2•niedzielski•19m ago•0 comments

Programmatic SEO is just noise based on my last 5 years experience

1•milanspeaks•21m ago•0 comments

He suddenly couldn't speak in space. NASA astronaut says his medical scare remai

https://phys.org/news/2026-03-suddenly-couldnt-space-nasa-astronaut.html
3•bookmtn•29m ago•0 comments

The AI Boom Is Missing the Secret Sauce of the 1990s

https://www.bloomberg.com/news/articles/2026-03-27/why-today-s-ai-boom-won-t-repeat-the-1990s-eco...
1•petethomas•39m ago•0 comments

Australia's Social Media Ban Runs into a Wave of Teen Workarounds

https://www.bloomberg.com/news/articles/2026-03-27/instagram-and-tiktok-ban-for-australian-kids-i...
2•petethomas•40m ago•0 comments

Gulf Countries' Frustration with the US Grows as War Wears On

https://www.bloomberg.com/news/articles/2026-03-27/gulf-countries-frustration-with-the-us-grows-a...
2•petethomas•41m ago•0 comments

Tyler Cowen on the state of economics and AI

https://arnoldkling.substack.com/p/tyler-cowen-on-the-state-of-economics
2•paulpauper•42m ago•0 comments

Social Security Should Be a Forced Savings Program Not a Welfare Program

https://marginalrevolution.com/marginalrevolution/2026/03/social-security-should-be-a-forced-savi...
1•paulpauper•43m ago•1 comments

PonderingEffects

https://wiki.alopex.li/PonderingEffects
1•vinhnx•46m ago•0 comments

How to use mutliple Android devices together to make music and more

https://codeberg.org/ohmstone/android-multi-device-demo
1•tonelord•50m ago•1 comments

Everyone is building a software factory

https://blog.exe.dev/bones-of-the-software-factory
2•farmerbb•53m ago•0 comments

FitBit Fakes Data: Google Treats Integrity as Career Poison

https://www.flyingpenguin.com/fitbit-fakes-data-google-treats-integrity-as-career-poison/
2•astennumero•1h ago•0 comments

Your Defense Code Is Already AI-Generated. Now What?

https://warontherocks.com/2026/03/your-defense-code-is-already-ai-generated-now-what/
1•KnuthIsGod•1h ago•0 comments

The future of text layout is not CSS

https://chenglou.me/pretext/editorial-engine/
3•skeptrune•1h ago•0 comments

Consumer Rights Wiki

https://consumerrights.wiki/w/Main_Page
3•basilikum•1h ago•0 comments

Americans can 'directly text Donald Trump' with new White House app

https://www.the-sun.com/news/16147962/donald-trump-new-white-house-app-livestreams-unfiltered-news/
1•nh43215rgb•1h ago•0 comments

Show HN: Sigil – A zero-knowledge steganography vault for AI training data

1•nishalk•1h ago•0 comments

The Worst-Case Scenario for AI and the News Is Here

https://www.theatlantic.com/international/2026/03/netanyahu-not-dead-israel-ai/686593/
3•JumpCrisscross•1h ago•0 comments

Musk has a plan to make human labor obsolete. Billionaires are joining in.

https://www.washingtonpost.com/technology/2026/03/27/musk-optimus-robot-physical-ai/
3•bookofjoe•1h ago•7 comments

Trump Said This Policy Would Make Manhattan a 'Ghost Town.' He Was Wrong

https://www.nytimes.com/2026/03/27/opinion/congestion-pricing-traffic-new-york.html
3•lxm•1h ago•0 comments

SlopCodeBench: Benchmarking How Coding Agents Degrade over Long-Horizon Tasks

https://www.scbench.ai/
2•matt_d•1h ago•0 comments

ViraxLog – Tamper-Proof Logging Using Merkle Trees and BLAKE2B for Python

https://github.com/damienos61/viraxlog
2•DamienOS•1h ago•0 comments

Chezmoi: Manage Dotfiles Across Machines

https://www.chezmoi.io/
2•cdrnsf•1h ago•0 comments

SpaceX IPO Probability Tracker – S-1 filing imminent, built with Kalshi data

https://spacexipotracker.com/
2•RuslanPoptsov•1h ago•1 comments

An early-adopter used my software to build for their client

https://struere.dev
2•MarcoKueks•1h ago•1 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•10mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.