frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Transita – quiz that ranks your visa eligibility across 5 countries

https://transita.app
1•snenenenene•1m ago•1 comments

Why I Stopped Using Spotify

https://yarlson.dev/blog/why-i-stopped-using-spotify/
2•ivanppp•2m ago•0 comments

Why is a Fossilised Keyboard in this Pavement? [video]

https://www.youtube.com/watch?v=IxkCUi7HZfg
2•atombender•6m ago•0 comments

Meta is reportedly laying off up to 20 percent of its staff

https://www.theverge.com/business/895026/meta-laying-off-20-percent
3•jbraithwaite•7m ago•0 comments

Photographs of a Falling Cat (1894)

https://publicdomainreview.org/collection/photographs-of-a-falling-cat-1894/
2•jruohonen•8m ago•0 comments

My Thoughts on GDC 2026 – The Good, the Interesting, and the Bad (ARM, WTF)

2•swaggyteddy•8m ago•0 comments

AppsFlyer Web SDK hijacked to spread crypto-stealing JavaScript code

https://www.bleepingcomputer.com/news/security/appsflyer-web-sdk-used-to-spread-crypto-stealer-ja...
1•uyzstvqs•9m ago•0 comments

Backed by Reddit Co-Founder, Indoor Urban Farm Concept Launches Franchise Model

https://www.franchisetimes.com/franchise_news/backed-by-reddit-s-co-founder-indoor-urban-farm-con...
2•matthest•10m ago•1 comments

Wall Street Bankers Offered Lucrative Access to Join The Pentagon

https://www.nytimes.com/2026/03/13/us/politics/wall-street-access-pentagon.html
1•SilverElfin•11m ago•1 comments

Widemem: AI memory layer with importance scoring and conflict resolution

https://github.com/remete618/widemem-ai
1•eyepaqio•11m ago•1 comments

Manjaro 2.0 Manifesto

https://forum.manjaro.org/t/manjaro-2-0-manifesto/186171
2•RandomGerm4n•13m ago•0 comments

Prompt to make Claude more autonomous in web dev

3•louison11•15m ago•0 comments

Breaking the cell wall for efficient DNA delivery to diatoms

https://www.nature.com/articles/s41467-026-68562-6
2•PaulHoule•16m ago•0 comments

Ukrainian Drones to Receive Shield AI's Cutting-Edge Hivemind Autonomy System

https://militarnyi.com/en/news/ukraine-shield-ai-hivemind-autonomy-system/
2•throwoutway•18m ago•0 comments

Clawmacdo

1•kenken6477•18m ago•0 comments

Show HN: Ichinichi – One note per day, E2E encrypted, local-first

3•katspaugh•19m ago•0 comments

The Laid-Off Scientists and Lawyers Training AI to Steal Their Careers

https://nymag.com/intelligencer/article/white-collar-workers-training-ai.html
1•randycupertino•19m ago•1 comments

The RAM crisis could change the way developers make games

https://www.polygon.com/ram-crisis-gdc-2026-analysis/
2•HelloUsername•23m ago•0 comments

Claude broke a ZIP password in a smart way

4•jgrahamc•23m ago•0 comments

Ts-pattern – Pattern Matching library for TypeScript

https://github.com/gvergnaud/ts-pattern
2•h4ch1•24m ago•0 comments

Hegseth declares no quarter will be given

https://www.war.gov/News/Transcripts/Transcript/Article/4434484/secretary-of-war-pete-hegseth-and...
4•JasonADrury•28m ago•8 comments

Visualise Music Theory

1•Mimirm•28m ago•0 comments

Claude Lobo Brought the Digital Age to Ford (2023)

https://automobible.com/claude-lobo/
1•kaycebasques•28m ago•0 comments

Cascade of A.I. Fakes About War with Iran Causes Chaos Online

https://www.nytimes.com/interactive/2026/03/14/business/media/iran-disinfo-artificial-intelligenc...
3•saikatsg•30m ago•0 comments

Palantir Demos Show How the Military Could Use AI Chatbots to Generate War Plans

https://www.wired.com/story/palantir-demos-show-how-the-military-can-use-ai-chatbots-to-generate-...
6•thm•32m ago•2 comments

Why Postgres has won as the de facto database

https://www.infoworld.com/article/4144502/why-postgres-has-won-as-the-de-facto-database-today-and...
4•protik49•32m ago•0 comments

Show HN: StripeOnChain – Verify Stripe's stablecoin payments against blockchain

https://github.com/geminimir/stripeonchain
3•techdavepy•32m ago•0 comments

PiClaw 1.3.14 – Pi Day Experimental Release with Ghostty

https://github.com/rcarmo/piclaw/releases/tag/v1.3.14
1•rcarmo•33m ago•0 comments

NIS2 non-compliance, managers held liable

https://nis2directive.eu/nis2-fines/
1•jacquesm•33m ago•1 comments

Tech boss uses AI and ChatGPT to create cancer vaccine for his dying dog

https://www.theaustralian.com.au/business/technology/tech-boss-uses-ai-and-chatgpt-to-create-canc...
4•joenot443•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•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.