frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Tin Validate, a tax ID validator that explains why checks pass or fail

https://tin-validate.com/
1•bapito•18s ago•0 comments

VMAF v1: Good Is Not Good Enough

https://medium.com/netflix-techblog/vmaf-v1-good-is-not-good-enough-60d7e4244ea8
1•ledoge•2m ago•0 comments

Google display wrong flags for world cup 2026

https://swiss-cow.com/blog/google-world-cup-wrong-flags
3•jimseinta•6m ago•0 comments

Show HN: An ASCII 3D Rendering Engine

https://glyphcss.com
1•apresmoi•6m ago•0 comments

Russia no longer needs so many graduates, country's education minister warns

https://novayagazeta.eu/en/articles/2026/06/19/russia-no-longer-needs-so-many-graduates-countrys-...
2•randycupertino•7m ago•0 comments

The Market's AI Fanfare Is Running into a Harsh Political Reality

https://www.wsj.com/tech/ai/the-markets-ai-fanfare-is-running-into-a-harsh-political-reality-b919...
1•thm•9m ago•0 comments

The Next Generation of American Cheese (2023)

https://www.eater.com/23734992/new-school-cheese-artisanal-american-cheese
1•NaOH•10m ago•0 comments

AI in Games: The Impact on Sales

https://www.game-oracle.com/blog/ai-part2
1•Macha•10m ago•0 comments

Ask HN: Are people optimistic about the future?

3•JohnDSDev•11m ago•2 comments

GoPro and Roomba were U.S. pioneers. Chinese rivals now dominate

https://restofworld.org/2026/chinese-consumer-tech-brands/
3•thm•11m ago•0 comments

Russia Wants AI Sovereignty. It Has a Chip Problem

https://time.com/article/2026/06/18/russia-ai-putin-chip-us-china/
1•thm•12m ago•0 comments

America's Founders helped create a world they were not yet ready to live in

https://reason.com/2026/06/13/disillusioned-revolutionaries/
3•momentmaker•14m ago•0 comments

LLVM-Snippy: An Instruction Sequence Generator. Part 1: Overview [video]

https://www.youtube.com/watch?v=gomtQMGOFF8
2•matt_d•15m ago•0 comments

PostgresBench: A Reproducible Benchmark for Postgres Services

https://clickhouse.com/blog/postgresbench
3•saisrirampur•16m ago•0 comments

How the Fifth Lateran Council Unlocked Financial Theory

https://sebastiangarren.com/2026/06/17/lending-is-meritorious-and-should-be-praised-how-the-fifth...
2•momentmaker•16m ago•0 comments

World first, a man living with HIV received transplant from HIV-positive donor

https://www.scientificamerican.com/article/in-world-first-a-man-living-with-hiv-received-a-lung-t...
2•iancmceachern•17m ago•0 comments

Neuromorphic Computing with Sound Waves Cuts Power Use

https://spectrum.ieee.org/neuromorphic-computing-acoustic-chips
3•rbanffy•17m ago•0 comments

Machines or Mind?

https://antigonejournal.com/2024/11/machines-or-mind-loebs-rouse/
2•jruohonen•18m ago•0 comments

Claude Code Issue management extension for VS Code

https://www.forq.ink/
2•barakolshe•18m ago•1 comments

Dirty Little Zine – a tool for making an 8 page printable Zine

https://dirtylittlezine.com/
4•cianmm•19m ago•1 comments

The reason enterprise AI is stuck

https://www.fastcompany.com/91555415/real-reason-enterprise-ai-stuck
1•harperlee•19m ago•0 comments

Show HN: Tiny – A bytecode VM written in Go with inline Go native functions

https://github.com/confh/Tiny
2•confis•23m ago•0 comments

Oracles and Recursive Self Improvement

1•rando77•24m ago•0 comments

Show HN: Email client focused on reducing phishing risk and inbox overload

https://clutterstrike.com/
1•sourdoughy•28m ago•0 comments

My self-hosted local LLM server setup

https://old.reddit.com/r/LocalLLM/comments/1ub1iu2/my_selfhosted_llm_server_setup_to_access_open
2•onthemarkdata•28m ago•1 comments

The Book with the most meaningful Impact on my Life

https://rz01.org/most-meaningful-book/
1•exitnode•28m ago•0 comments

Concurrent JavaScript: It can work (2017)

https://webkit.org/blog/7846/concurrent-javascript-it-can-work/
1•ksec•29m ago•0 comments

OpenStep User Interface Guidelines [pdf]

https://www.gnustep.org/resources/documentation/OpenStepUserInterfaceGuidelines.pdf
3•jumpocelot•30m ago•0 comments

UK/GB: Plug-in solar: Regulatory amendment and interim product specification

https://www.gov.uk/government/consultations/plug-in-solar
4•DamonHD•31m ago•1 comments

Show HN: An n8n alternative where coding agents build the workflows, not humans

https://velane.sh/
3•abhishekraj272•32m 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.