frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Programmers will document for Claude, but not for each other

https://blog.plover.com/2026/03/09/#documentation-wins-2
1•surprisetalk•2m ago•0 comments

Engine9000 – Amiga Game Engine

https://engine9000.com/
1•doener•2m ago•0 comments

vLLM: An Efficient Inference Engine for Large Language Models [pdf]

https://www2.eecs.berkeley.edu/Pubs/TechRpts/2025/Archive/EECS-2025-192.pdf
1•ankitg12•2m ago•0 comments

AI Hiring Tools Can Yield Racial Bias and Systemic Rejection

https://hai.stanford.edu/news/ai-hiring-tools-can-yield-racial-bias-and-systemic-rejection
2•breckenedge•2m ago•0 comments

How to force AI agents to use an egress proxy

https://simedw.com/2026/06/05/proxy-agents/
1•simedw•4m ago•0 comments

A cross-platform system tray app and CLI for Kubernetes port forwarding

https://kftray.app/
1•w3ll_w3ll_w3ll•10m ago•0 comments

Everyone on Google's Engineering Education team had been laid off recently

https://twitter.com/gergelyorosz/status/2062861559009820976
3•taubek•12m ago•0 comments

AI simply can't replicate it': Japan embraces zine trend

https://www.japantimes.co.jp/culture/2026/06/01/books/japan-zines-kyoto-shimbun/
1•Michelangelo11•15m ago•0 comments

Investigation: Russian censorship systems (TMCT) expose Chinese DPI signatures

https://freenet.monster/china-unicom.html?lang=en
1•aliowka•15m ago•0 comments

Becoming a Magician (2018)

https://autotranslucence.wordpress.com/2018/03/30/becoming-a-magician/
2•surprisetalk•17m ago•1 comments

The Attacker Lives Between Your Tools

https://medium.com/@eldorzufarov66/the-attacker-lives-between-your-tools-a312246f9712
1•EldorZ•19m ago•0 comments

Women are getting most of the new jobs. What's going on with men? – OPB

https://www.opb.org/article/2026/04/10/men-fall-behind-as-women-get-most-new-jobs/
2•bilsbie•20m ago•0 comments

Ask HN: Azure, GCP, AWS Free Tiers or Something Else

1•ARMack•20m ago•1 comments

New Free Online Survival Game

2•desinxstudio•21m ago•1 comments

Building a highly accurate digital twin of the Earth

https://destination-earth.eu/
1•ZacnyLos•22m ago•0 comments

Engineers building MCPs in regulated industries: what's been the hardest part?

https://deepsense.ai/resource/designing-compliance-first-architectures-for-regulated-production/
1•Applied_AI•22m ago•1 comments

RP2040 DMA is Turing Complete (2023)

https://people.ece.cornell.edu/land/courses/ece4760/RP2040/C_SDK_DMA_machine/DMA_machine_rp2040.html
1•birdculture•22m ago•0 comments

I built my own music collection and why you should too

https://blog.rishabhps.com/posts/2026-06-04-i-built-my-own-music-collection-and-why-you-should-too/
2•speckx•23m ago•0 comments

I built a new dictionary for pedantic word game players

https://wordtrak.com/blog/2026-05-28-how-i-built-a-new-dictionary-for-pedantic-word-game-players
1•qrush•24m ago•0 comments

Dexinx_studio

https://www.instagram.com/desinx_studio/
1•desinxstudio•24m ago•0 comments

Agyn – OSS Alternative to AWS AgentCore: FS, Network, Credential Isolation

https://arxiv.org/abs/2605.27575
2•NBenkovich•25m ago•1 comments

Algorithmic Monocultures in Hiring

https://algorithmichiring.github.io/
2•hunglee2•25m ago•0 comments

We've boosted the performance of Grand Theft Auto V by 30% at night

https://danielgp.com/blog/gta-v-night-fps-prefetch
2•divocbn•29m ago•0 comments

Exploring the Game with Graph Capabilities of LadybugDB, DuckDB and PostgreSQL

https://theconsensus.dev/p/2026/05/29/ladybug-duckdb-and-postgresql.html
3•eatonphil•31m ago•0 comments

A Survey of Inlining Heuristics

https://bernsteinbear.com/blog/inlining-heuristics/
2•surprisetalk•31m ago•0 comments

1970: Could Machines Become Intelligent? [video]

https://www.youtube.com/watch?v=7Bb6yTPZrnA
3•vinhnx•32m ago•0 comments

The polarization transition in a double-random field model of elections

https://arxiv.org/abs/2510.00612
2•PaulHoule•33m ago•0 comments

How I created an AI pipeline to build a fireworks/drone show app in 30 days

https://stellarspot.app/
3•allentackett•34m ago•0 comments

Questions arise after Waymo blocks road in midst of Dallas apartment explosion

https://www.nbcdfw.com/news/local/waymo-block-road-dallas-apartment-explosion/4032442/
2•6stringmerc•35m ago•0 comments

Anthropic urges pause in AI development, says industry needs 'brake pedal'

https://abcnews.com/video/133610860/
2•mgh2•35m ago•0 comments
Open in hackernews

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

https://github.com/Oaklight/ToolRegistry
3•Oaklight•1y ago

Comments

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