frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenGlasses: Meta Glasses open source app

https://github.com/straff2002/OpenGlasses
2•exadeci•4m ago•0 comments

When everyone has access to the same AI models

https://www.mckinsey.com/capabilities/quantumblack/our-insights/from-ai-table-stakes-to-ai-advant...
2•jameslk•5m ago•0 comments

Hallucinate – Massively Multiplayer Online Rave

https://hallucinate.site
1•stagas•9m ago•0 comments

We're in the Over-Engineering Game Now

https://plc.vc/cdx
1•pclark•10m ago•0 comments

Relativistic Space Invaders

https://github.com/jarrydac/relativistic-space-invaders/
1•dargscisyhp•10m ago•0 comments

Dirty Frag: a kernel zero-day vs. container and microVM sandboxes

1•ShivamNayak11•15m ago•0 comments

I'm bad at game art. So I cheated. [video]

https://www.youtube.com/watch?v=gb0dY7VyoBg
1•sharma-arjun•24m ago•0 comments

The Spy Who Came in from the WiFi: Beware of Radio Network Surveillance

https://www.kit.edu/kit/english/pi_2025_069_the-spy-who-came-in-from-the-wifi-beware-of-radio-net...
1•gnabgib•27m ago•0 comments

RuView: See Through Walls with WiFi

https://github.com/ruvnet/RuView
1•jerlendds•29m ago•0 comments

Hologram v0.9: Realtime for Elixir running in the browser

https://hologram.page/blog/hologram-v0-9
2•bartblast•36m ago•0 comments

BYD Dolphin G DM-I revealed: 1000 km range Chinese supermini designed for Europe

https://www.carmagazine.co.uk/car-news/first-official-pictures/byd/2026-dolphin-g/
1•teleforce•41m ago•0 comments

Ask HN: Burned out on AI and want to go part time

1•llmlover•41m ago•2 comments

Why do companies need an individual person to manage cloud costs?

https://getnable.com/
1•chaandannn•45m ago•0 comments

A Friendly Tour of Substructural, Uniqueness, Ownership, Capabilities and more!

https://federicobruzzone.github.io/posts/eter/a-friendly-tour-of-substructural-uniqueness-ownersh...
1•matt_d•46m ago•0 comments

Popular LLM software hit by critical vulnerability in Python package Starlette

https://arstechnica.com/information-technology/2026/05/millions-of-ai-agents-imperiled-by-critica...
1•theanonymousone•53m ago•0 comments

Linux reportedly restored to the free version of Vivado

https://twitter.com/HotAisle/status/2059706563665998317
2•mindcrime•53m ago•0 comments

Harness Sensitivity Is Non-Monotone Across LLM Agent Tiers

https://arxiv.org/abs/2605.26731
1•simonpure•59m ago•0 comments

Biff is a command line datetime Swiss army knife

https://github.com/BurntSushi/biff
3•burntsushi•1h ago•0 comments

Carbon Nanotube CPU Cooling

https://www.lttlabs.com/articles/2026/05/26/carbice-ice-pads
2•LorenDB•1h ago•0 comments

Ask HN: What made you lose faith in God/Religion?

5•alonsovm44•1h ago•13 comments

Locked out of the city some young Canadian buyers are heading to cottage country

https://www.theglobeandmail.com/investing/personal-finance/retirement/article-locked-out-of-the-c...
1•petethomas•1h ago•0 comments

Rinderpest

https://en.wikipedia.org/wiki/Rinderpest
1•petethomas•1h ago•0 comments

State of Subscription Apps 2026

https://www.revenuecat.com/sosa-26-insights/
2•CobaltFire•1h ago•0 comments

Workload isolation using shuffle-sharding

https://aws.amazon.com/builders-library/workload-isolation-using-shuffle-sharding/
1•charleshn•1h ago•0 comments

EaglePress – Working 2.00 Status, with Marketplace Themes and Plugins

https://eaglepress.org/post/eaglepress-download
1•eagle10ne•1h ago•0 comments

Show HN: The Two Pillars – A conceptual framework for post-AI software work

https://zenodo.org/records/20371166
1•rlabbe•1h ago•0 comments

Anthropic takes 8 spots in top 10 most secure LLMs

https://www.thedeepview.com/articles/anthropic-takes-8-spots-in-top-10-most-secure-llms
2•mgh2•1h ago•0 comments

Objects of Design Metaphor

https://liamzebedee.com/design/articles/objects-of-design-metaphor/
1•liamzebedee•1h ago•0 comments

What It Takes to Preserve Floppy Disks

https://spectrum.ieee.org/floppy-disk-data-preservation-archives
2•pseudolus•1h ago•0 comments

The Damned Human Race by Mark Twain

https://faculty.mtsac.edu/jmcfaul/thedamnedhumanrace.html
2•rramadass•1h 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.