frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Is the U.S. Labor Force Nearing Its Peak?

https://fedinprint.org/item/fedkeb/103458
1•toomuchtodo•1m ago•1 comments

Technological Involution

https://rohan.ga/blog/technological-involution/
1•ocean_moist•2m ago•0 comments

When Impressive Performance Gains Do Not Matter

https://blog.colinbreck.com/when-impressive-performance-gains-do-not-matter/
2•matheusmoreira•8m ago•0 comments

Caution: Content Warnings Do Not Reduce Distress, Study Shows (2023)

https://www.psychologicalscience.org/news/2023-october-content-warnings-distress.html
3•Teever•9m ago•1 comments

'Perfumed Palaces: Purgatory Simulator' "found" roguelike vibe-coded in 30 days

https://store.steampowered.com/app/4802100/Perfumed_Palaces_Purgatory_Simulator/
2•MUTHRI•11m ago•0 comments

Plaintiffs allege the use of scents discriminates against them under the Ada

https://www.law.com/corpcounsel/2026/06/28/hotels-face-a-new-kind-of-disability-lawsuit-over-frag...
1•cnst•12m ago•1 comments

Markit – a fast, native Markdown editor (Go and Wails)

https://markit-md.vercel.app/
1•bilal-shemsu•16m ago•0 comments

Tech Morality Is Hard

https://forkingmad.blog/tech-morality-is-hard/
1•birdculture•17m ago•1 comments

GrapheneOS cites Hyundai, Kia as it pressures Volkswagen over app block

https://cyberinsider.com/grapheneos-cites-hyundai-kia-as-it-pressures-volkswagen-over-app-block/
1•Cider9986•18m ago•1 comments

Show HN: Vibe zsh, turn natural language into shell commands

https://github.com/skymoore/vibe-zsh
2•iamsky•18m ago•0 comments

Show HN: Crudio – Turn an OpenAPI spec into a stateful mock back end

https://github.com/enricodeleo/crudio
1•enricodeleo•19m ago•0 comments

WhatsApp opens username reservations ahead of feature rollout

https://cyberinsider.com/whatsapp-opens-username-reservations-ahead-of-feature-rollout/
1•Cider9986•20m ago•0 comments

Gino Bartali – Some medals are made to hang on the soul, not the jacket

https://en.wikipedia.org/wiki/Gino_Bartali
1•lifeisstillgood•21m ago•0 comments

Compiler-Assisted Floating-Point Error Analysis and Profiling with FPChecker

https://fpanalysistools.org/ISC26/
1•matt_d•25m ago•0 comments

OpenClaw Is Now on iOS and Android

https://twitter.com/openclaw/status/2071688039114342592
1•minimaxir•27m ago•0 comments

Meta Posed as Teens to Prompt Rival Chatbots About Suicide, Sex, and Drugs

https://www.wired.com/story/meta-contractors-pretending-to-be-teens-chatbot-testing/
5•meander_water•28m ago•1 comments

Show HN: Hawkeye – local code search for MS/Linux, fast 500k+ file codebase

https://www.zaragsoft.se
2•hawkeye_zarag•28m ago•0 comments

macOS Golden Gate icon comparison

https://basicappleguy.com/basicappleblog/macos-golden-gate-icon-comparison
3•tzmlab•34m ago•0 comments

Super Micro Raided as Taiwan Expands Chip Smuggling Probe

https://www.bloomberg.com/news/articles/2026-06-29/super-micro-office-raided-as-taiwan-expands-ch...
3•voxadam•36m ago•0 comments

HamsterOS – Mean Hamster Software

https://www.meanhamster.com/products/hamsteros
4•colinprince•41m ago•1 comments

I Built a Voice API So My Mother Could Book a Taxi in Lomé(Togo)

https://kuma.compeel.com/
2•catdieng•42m ago•0 comments

Basha256.sh – Pure Bash 3.2 implementation of sha256

https://gist.github.com/ozkatz/dc7606ea68138b75999cbb1b271072a6
2•ozkatz•42m ago•0 comments

Apple iPhone 18 Pro supplier list, parts and photos exposed in Tata data leak

https://www.reuters.com/business/media-telecom/apple-iphone-18-pro-supplier-list-parts-photos-exp...
2•neilfrndes•43m ago•0 comments

Gemini's personalized AI image generation is now free for US users

https://techcrunch.com/2026/06/29/geminis-personalized-ai-image-generation-is-now-free-for-u-s-us...
2•haritha1313•44m ago•0 comments

Show HN: OpenSfM v1.0

https://github.com/OpenSfM/OpenSfM
2•AlgerianSam•47m ago•0 comments

Show HN: An Institutional Terminal for Retail Investors

https://marketterminal.com/chart
2•adamfontan•48m ago•0 comments

Ask HN: What's SOTA for AI Voice Narration

2•JimsonYang•50m ago•0 comments

Open-source AI agent workflow for auditing Solidity smart contracts

https://github.com/chain-shield/ai-agent-audit
2•chainshieldai•50m ago•0 comments

PlayStation Is Deleting 551 Movies from Customers' Accounts

https://www.gadgetreview.com/playstation-is-deleting-551-movies-from-customers-accounts
3•haritha-j•51m ago•1 comments

Zeus – a local AI agent orchestrator with web and phone UI (open source)

https://github.com/shreyasks094/Zeus
2•blackhawk094•52m 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.