frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Mathematics Subject Classification (2020)

https://mathscinet.ams.org/mathscinet/msc/msc2020.html
1•nill0•3m ago•0 comments

Show HN: NyaayWatch – Observability layer for the Indian judiciary

https://nyaaywatch.in
1•Rudraksh06•5m ago•0 comments

The Privacy of Apple Location Services and Analytics

https://duti.dev/randoms/wip-location-services/
2•Cider9986•6m ago•0 comments

Jakarta airport's official site blocks international visitors, so I built my own

https://blog.terrydjony.com/i-built-a-better-cgk-airport-website/
1•terryds•7m ago•0 comments

A Dangerous New Attack on Press Freedom

https://www.theatlantic.com/ideas/2026/05/kash-patel-fitzpatrick-fbi-investigation/687077/
7•petethomas•21m ago•3 comments

Net May 15 Starship • Flight 12

https://spaceflightnow.com/launch-schedule/
2•bookmtn•21m ago•0 comments

AWS EC2 outage in use1-az4 (us-east-1)

https://health.aws.amazon.com/health/status?t=2026-05-07
7•philip1209•23m ago•3 comments

6 years of CS2 skin market data, indexed S&P-style (open methodology)

https://skintrackers.com/en
1•Jorgincs•31m ago•1 comments

The Long Journey from the Strait of Hormuz to the Gas Tank

https://www.nytimes.com/interactive/2026/05/07/world/middleeast/oil-tanker-strait-hormuz-iran-war...
3•voxadam•32m ago•1 comments

Yarbo Nat in My Backyard

https://github.com/Bin4ry/yarbo-nat-in-my-back-yard
1•greedo•33m ago•0 comments

UBC, SFU among universities affected by Canvas software cyber breach

https://www.cbc.ca/news/canada/british-columbia/ubc-sfu-canvas-cyber-breach-9.7191972
1•uladzislau•33m ago•0 comments

GPT-5.5 Price Increase: What It Costs

https://openrouter.ai/announcements/gpt55-cost-analysis
1•gmays•34m ago•0 comments

OpenAI end of lifes fine-tuning

https://developers.openai.com/api/docs/deprecations
1•dandiep•34m ago•0 comments

Pentagon CTO demonstrates Palantir's Maven system, used for military operations [video]

https://www.youtube.com/watch?v=Q5uVckUvGcQ
1•LostMyLogin•34m ago•0 comments

Netflix tests its own AI-powered voice search

https://www.lowpass.cc/p/ask-netflix-ai-voice-search
1•andsoitis•35m ago•0 comments

The IDE Should Become an Operating System for AI

https://avkcode.github.io/blog/ide-operating-system-ai.html
1•akrylov•38m ago•0 comments

New open source city-state, with new constitution functional on one site

https://arkology.org/
2•TravelingTTime•38m ago•0 comments

The first repo with 500k+ stars

https://github.com/codecrafters-io/build-your-own-x
2•sarupbanskota•39m ago•0 comments

How Does decoding="async" Affect LCP?

https://blaines-blog.com/how-does-decoding-async-affect-lcp/
1•B56c•40m ago•0 comments

Seeing Birdsong

https://www.lucioarese.net/seeing-birdsong/
3•carabiner•41m ago•0 comments

Eradicating Batch Effects and Enabling Cross-Species Zero-Shot Oncology

https://github.com/massimilianoconcas0-del/Relational_Loss_ML/tree/main/rna_sequencing
1•massimiliano_c•41m ago•0 comments

Show HN: Selvedge – an MCP server that captures why AI agents change code

https://selvedge.sh/
1•masondelan•45m ago•3 comments

Show HN: I had a random domain and made a thing

https://0r.cx
1•stavros•53m ago•0 comments

Show HN: Armorer – A secure local control plane for AI agents

1•cristianleo•57m ago•0 comments

Trump administration cut funding to study hantavirus

https://www.scientificamerican.com/article/trump-administration-cut-funding-to-study-hantavirus-b...
11•solid_fuel•1h ago•9 comments

"Surface" a Governed AI-Agentic Surface

2•paulbernard•1h ago•0 comments

Subjective: Building a Native VFX Editor with Agentic Coding

https://sxp.studio/blog/subjective-building-a-native-vfx-editor-with-agentic-coding
2•tasoeur•1h ago•0 comments

Mistral Medium 3.5 Is Now Available in Puter.js

https://developer.puter.com/blog/mistral-medium-3-5-puter-js/
2•ent101•1h ago•0 comments

What Happened on the Hantavirus Cruise, According to a Doctor on Board

https://www.theatlantic.com/health/2026/05/hantavirus-cruise-doctor/687095/
5•petethomas•1h ago•1 comments

The AI Ad-Hoc Prior Restraint Era Begins

https://thezvi.substack.com/p/the-ai-ad-hoc-prior-restraint-era
1•iamnothere•1h ago•1 comments
Open in hackernews

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

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

Comments

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