frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Breaking Up with Google Play: Why Conversations Is Now Free

https://gultsch.de/posts/breaking-up-with-google-play/
1•inputmice•1m ago•0 comments

$5,999 Ryzen AI MAX+ 395 and Radeon R9700 workstation

https://videocardz.com/newz/lucebox-opens-direct-orders-for-5999-ryzen-ai-max-395-and-radeon-r970...
2•GreenGames•1m ago•0 comments

Analyst Calls for AMD Investigation over Restricted Chips in China

https://www.tomshardware.com/tech-industry/leading-semiconductor-analyst-accuses-amd-of-treason-o...
1•rndsignals•3m ago•0 comments

Eutetic: Codex for Data Scientist and Data Engineers

https://eutetic.com
1•FrancescoMassa•6m ago•1 comments

The worlds top cities for 2026 – and why they stand out

https://www.bbc.com/travel/article/20260923-the-worlds-top-cities-for-2026-and-why-they-stand-out
1•bookofjoe•7m ago•1 comments

Show HN: Hermes, Kokoro and Parakeet, behind a face you can talk to

https://memoe.app/
1•yisraelgottz•7m ago•0 comments

Show HN: Resume Claude Code subagents killed by a usage limit, don't redo them

https://github.com/error0702/agent-limit-retry
1•autorunfun•8m ago•0 comments

ask HN:Are we locking ourselves in the Google ecosystem?

1•KinetiNode•9m ago•4 comments

The most-cited vector DB benchmark is not publishing results from competitors

https://medium.com/@glitcher00/the-most-cited-vector-database-benchmark-is-not-publishing-results...
1•austin2020•10m ago•0 comments

Show HN: ContextDebt – finds code whose stated reason to exist has expired

https://github.com/ContextDebt/contextdebt
1•wittachai•11m ago•0 comments

Submersion AI Debuts Basin

https://submersion.ai/news/basin-cybergym-ranking/
1•Bluestein•11m ago•0 comments

AI Safety Is Mostly a Sex Cult in Berkeley

https://www.verysane.ai/p/ai-safety-is-mostly-a-sex-cult-in
7•martythemaniak•12m ago•0 comments

When to Use an LLM

https://extralongdivision.com/articles/when-to-use-an-llm/
1•extralongdivisi•13m ago•0 comments

Humans Are Reading Your ChatGPT Chats, Lawsuit Claims

https://openclassactions.com/lawsuits/privacy/openai-chatgpt-human-review-project-lily-class-acti...
2•nreece•14m ago•0 comments

Show HN: PreFlight – Local citation verifier and claim auditor for LaTeX

https://preflightai.tech/workbench
1•stackfrost•14m ago•0 comments

Show HN: PlaceCall (YC W26) – agentic API to call businesses and get things done

6•ymarkov•14m ago•0 comments

The Antennagate Q&A, which has never been available, has been posted today [video]

https://www.youtube.com/watch?v=BiN5ERktXz0
1•philistine•15m ago•0 comments

The Scene (2004–2006): Episode synopses of a warez drama told through IRC

https://github.com/skybohannon/thescene
1•crawforc3•15m ago•0 comments

Dynamic Abliteration: Non-Destructive Refusal Suppression via Engram Steering

https://blog.madhukaraphatak.in/non-destructive-refusal-supression-using-engram
3•phatak-dev•16m ago•0 comments

Unknown number of Texas voter registrations went unprocessed due to DPS error

https://www.votebeat.org/texas/2026/09/22/voter-registration-applications-unprocessed-dps-error/
3•hn_acker•18m ago•1 comments

"Not Conio but Compatible" Adapter for Atari ST Vbcc

https://retrogamecoders.com/atari-st-vbcc-c-not-conio/
1•ibobev•19m ago•0 comments

Unlocking parallel test-time scaling for long-horizon agents

https://blog.doubleword.ai/swe-bench-pro-64-deepseek-agents
1•ibobev•20m ago•0 comments

Bennett's Conjecture in Lean 4: Counter-Models of Spinoza's Propositions

https://arxiv.org/abs/2605.02331
1•wslh•20m ago•0 comments

Unfinished Business with 1-Bit Audio Chords

https://bumbershootsoft.wordpress.com/2026/09/19/unfinished-business-with-1-bit-audio-chords/
1•ibobev•20m ago•0 comments

Six months running my own trading system on a real account

https://romainfx.substack.com/p/six-months-running-my-own-trading
1•QSignalFX•20m ago•0 comments

Show HN: Sixup – IPv6 routing in one binary, replaces odhcp6c/radvd/odhcpd/ndppd

https://github.com/lqs/sixup
1•lqs_•20m ago•0 comments

Shakti

https://shakti.com/
1•merriman-xyz•21m ago•0 comments

Show HN: Griz`: a faster, more token efficient way to edit files

https://twitter.com/Douglance/status/2103115694074446258
1•douglaswlance•21m ago•0 comments

Is There a Monster in the Data Lake?

https://read.misalignedmag.com/is-there-a-monster-in-the-data-lake-93353e4ffd1c
1•lcubw•22m ago•1 comments

Orphanedfilms: Open-Source Movie Browser for the Internet Archive

https://archive-movie-browser.vercel.app/
1•toomuchtodo•23m ago•1 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.