frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Three Ways to Get Paid

https://jasonzweig.com/three-ways-to-get-paid/
1•nate•1m ago•0 comments

F# RISC-V v0.6.0 released

https://github.com/mrLSD/riscv-fs/releases/tag/v0.6.0
1•mrLSD-dev•1m ago•0 comments

CLI tool that packages data science projects for LLM context windows

https://github.com/arianmokhtariha/data2prompt
1•ArianM•1m ago•0 comments

Show HN: Hop – JSX for Rust

https://hoplang.com
2•lyxell•2m ago•0 comments

Show HN: I built a way to find and install Claude skills

https://www.claudinho.xyz/
1•patrickmds•2m ago•0 comments

HackathonHub is an all-in-one platform for running hackathons and game jams

https://hackathonhub.xyz/
1•igorthenomad•3m ago•1 comments

It's not just Taylor series

https://www.johndcook.com/blog/2026/06/01/not-just-taylor-series/
1•ibobev•3m ago•0 comments

US Metals Company REalloys Locks Up Greenland Rare Earths for the Next 15 Years

https://www.autonocion.com/us/greenland-rare-earths/
1•dataflow•3m ago•0 comments

The Data Behind the Google Polymarket Insider

https://mattlsmith.com/posts/real-data-google-polymarket-insider/
1•theanonymousone•4m ago•0 comments

BPF support in GCC 16 and beyond

https://lwn.net/SubscriberLink/1071973/19e2866f07249dfb/
2•tuananh•5m ago•0 comments

The Download: AI can run your admin department now

https://www.technologyreview.com/2026/06/02/1138277/the-download-ai-tips-small-businesses-admin/
1•joozio•6m ago•0 comments

Show HN: MetaBrain – A local document memory for AI agents

https://metabrain.eu
1•acoye•7m ago•0 comments

Hallucination Detection Comparison

https://blueguardrails.com/en/blog/hallucination-detection-comparison
1•taubek•7m ago•0 comments

Anthropic Files for IPO

https://www.npr.org/2026/06/01/nx-s1-5843199/anthropic-ipo-filing-ai-large
1•Telstrom90•7m ago•0 comments

Training over a thousand LoRA adapters at once

https://osmosis.ai/blogs/training-thousands-of-lora-adapters-at-once
1•WorldPeas•8m ago•0 comments

Surface RTX Spark Dev Box

https://blogs.windows.com/devices/2026/06/02/building-the-next-generation-of-devices-for-develope...
1•tosh•8m ago•1 comments

Show HN: Form an LLC or C-Corp from Claude/Cursor via MCP

https://www.lovie.co/formation/ai-operator
5•sahin•8m ago•0 comments

The independent writer's advantage in the age of AI

https://on.substack.com/p/the-independent-writers-advantage
1•thm•9m ago•0 comments

LibreWXR – Self-Hosted Weather Radar Data API

https://librewxr.net/
1•ChrisArchitect•10m ago•2 comments

Stop driving Slicer by hand – give your agent the wheel

https://slicervm.com/blog/let-your-agent-drive/
1•alexellisuk•10m ago•0 comments

El Niño confirmed, set to fuel more extreme weather

https://news.un.org/en/story/2026/06/1167620
2•geox•11m ago•0 comments

China's Blueprint for the Annexation of Kinmen

https://www.taiwannews.com.tw/news/6375186
1•ilamont•12m ago•0 comments

AI society simulations: Claude safest, Grok commits 180 crimes and goes extinct

https://fortune.com/2026/05/28/ai-model-simulation-claude-chatgpt-grok-gemini/
2•Geekette•13m ago•0 comments

Sweden prepares prisons for 13-year-old gang killers

https://www.reuters.com/world/sweden-prepares-prisons-13-year-old-gang-killers-2026-06-02/
3•JumpCrisscross•13m ago•0 comments

Why a Neo Geo port of Doom is functionally impossible

https://arstechnica.com/gaming/2026/06/why-a-neo-geo-port-of-doom-is-functionally-impossible/
1•tosh•13m ago•0 comments

Russian spy agency says foreign spies turned officials' smartphones surveillance

https://www.theregister.com/security/2026/06/02/russian-spy-agency-says-foreign-spies-turned-offi...
1•Bender•14m ago•1 comments

Immich: FUTO – 2 Years Later

https://immich.app/blog/futo-two-years-later
1•sylens•14m ago•0 comments

Microsoft reaches for olive branch after public dustup with 0-day researcher

https://www.theregister.com/security/2026/06/02/microsoft-reaches-for-olive-branch-after-public-d...
1•Bender•15m ago•0 comments

Coreutils for Windows

https://github.com/microsoft/coreutils
4•gigel82•15m ago•1 comments

Microsoft to Ship Coreutils with Windows

https://www.theverge.com/news/941314/microsoft-windows-11-developer-optimized-experience-linux
3•dshacker•15m 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.