frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ethics.md – distributed AI Ethics Framework (co-created with AIs)

https://github.com/davyvalekestrel/ethics.md
1•davyvalekestrel•1m ago•1 comments

Cops Use AI to Jail Innocent Grandmother for 6 Months [video]

https://www.youtube.com/watch?v=4ifXObNvTaA
1•ghastmaster•3m ago•1 comments

What did your strengths cost you? (Interactive)

https://secondorder-469bce2c03ac.herokuapp.com/simulations/tradeoff-atlas
1•icyou780•3m ago•0 comments

Edera spent years calling KVM less secure. Here's why it changed its mind

https://thenewstack.io/edera-adds-kvm-support/
1•CrankyBear•7m ago•0 comments

Zero Days: Electric Motorcycles Are a Security Nightmare

https://persephonekarnstein.github.io/post/zero-days/
1•Ivoah•8m ago•0 comments

Native Instant Space Switching on macOS

https://arhan.sh/blog/native-instant-space-switching-on-macos/
1•birdculture•9m ago•0 comments

Mitochondrial Ca2 efflux controls neuronal metabolism and long-term memory

https://www.nature.com/articles/s42255-026-01451-w
1•PaulHoule•12m ago•0 comments

Siclair Microvision (1977)

https://r-type.org/articles/art-452.htm
1•joebig•13m ago•0 comments

Android Canary blesses the Linux Terminal with a modern UI, new features

https://www.androidauthority.com/android-canary-linux-terminal-upgrades-3651830/
1•thunderbong•14m ago•0 comments

Open-source startups should do more embedded/OEM deals

https://getlago.com/blog/embedded-software
1•FinnLobsien•14m ago•0 comments

Red Lobster's Last Gasp

https://www.bloomberg.com/news/features/2026-03-24/red-lobster-turnaround-in-question-as-restaura...
1•herbertl•15m ago•1 comments

$500 GPU outperforms Claude Sonnet on coding benchmarks

https://github.com/itigges22/ATLAS
1•yogthos•15m ago•0 comments

Show HN: pubclub – Historical figures and political bots debate today's news

https://www.pubclub.ai/
1•dwshorowitz•15m ago•0 comments

Colibri – chat platform built on the AT Protocol for communities big and small

https://colibri.social/
5•todotask2•16m ago•2 comments

Uncensored: Explicit only playlists on YouTube Music

https://github.com/ttlequals0/uncensored
1•Ttlequals0•18m ago•0 comments

How do you guys handle MFA for AI agents?

1•rayruizhiliao•19m ago•0 comments

The Shape of Jaggedness

https://www.oneusefulthing.org/p/the-shape-of-ai-jaggedness-bottlenecks
1•colonCapitalDee•19m ago•0 comments

Google bumps up Q Day deadline to 2029

https://arstechnica.com/security/2026/03/google-bumps-up-q-day-estimate-to-2029-far-sooner-than-p...
1•rediguanayum•20m ago•1 comments

Want to use the Windows 11 stopwatch? Please update first

https://stopwatch.court.is/
1•jscnz•21m ago•0 comments

We couldn't find an API that understood construction drawings, so we built one

https://www.getanchorgrid.com/developer/docs/changelog/construction-drawings-are-data-prisons
1•wcisco17•22m ago•1 comments

California Regulator Says Tesla's 'Robotaxis' Are More Like a Limo in the Law

https://gizmodo.com/california-regulator-says-teslas-robotaxis-are-more-like-a-limo-in-the-eyes-o...
1•MaysonL•22m ago•1 comments

Cline Kanban

https://cline.bot/kanban
1•Flere-Imsaho•23m ago•0 comments

Base experiment at CERN succeeds in transporting antimatter

https://home.cern/news/press-release/experiments/base-experiment-cern-succeeds-transporting-antim...
1•bko•23m ago•0 comments

EPA approves sale of a higher-ethanol fuel to try to lower gas prices

https://apnews.com/article/gasoline-ethanol-e15-epa-price-pollution-efd15da2b3016cb77fc3cbcf7478be87
1•geox•24m ago•1 comments

The Oxford Comma – Why and Why Not

https://www.deborahcourtbooks.com/post/the-oxford-comma-why-and-why-not
1•taubek•24m ago•0 comments

New study says gnomes are responsible for breaking your electronics

https://lzon.ca/posts/series/duck/gadget-gnomes/
1•jpmitchell•25m ago•0 comments

Reinventing the Pull Request

https://lubeno.dev/blog/reinventing-the-pull-request
3•bkolobara•26m ago•2 comments

How Can America Be So Miserable When It's So Rich?

https://www.nytimes.com/2026/03/26/opinion/economy-attitudes-republicans-democrats.html
3•simonebrunozzi•27m ago•6 comments

Old-Games.com

https://www.old-games.com/
3•helloplanets•27m ago•0 comments

Algorithms, Neo-Brokers, and Political Power Reshaping Who Wins on Wall Street

https://respublica.media/the-rigged-casino/
1•amadeuspagel•27m 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•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.