frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

iRobot Is in Trouble, but Roomba Is Already Dead

https://www.nytimes.com/wirecutter/reviews/roomba-obit/
1•ilamont•1m ago•0 comments

A Note on Fil-C

https://graydon2.dreamwidth.org/320265.html
1•signa11•2m ago•0 comments

Ask HN: Beta testers for a free AI crawler analytics dashboard

1•vieews•2m ago•0 comments

Death by a Thousand Prompts: Open Model Vulnerability Analysis

https://arxiv.org/abs/2511.03247
1•hsanthan•2m ago•1 comments

Mapping 2M votes in the NYC mayoral elction

https://kieranhealy.org/blog/archives/2025/11/06/mamdani-vs-sliwa-and-cuomo/
1•anigbrowl•4m ago•1 comments

I Use Typst Now

https://www.christopherbiscardi.com/i-use-typst-now
2•todsacerdoti•10m ago•0 comments

Are we all writing for AI?

https://theamericanscholar.org/baby-shoggoth-is-listening/
1•sameers•11m ago•1 comments

Record leap in CO2 fuels fears of accelerating global heating

https://www.theguardian.com/environment/2025/oct/15/record-leap-in-co2-fuels-fears-of-acceleratin...
3•PaulHoule•12m ago•1 comments

LLM-generated text is not testimony

https://www.lesswrong.com/posts/DDG2Tf2sqc8rTWRk3/llm-generated-text-is-not-testimony
1•goldemerald•13m ago•0 comments

Square Enix aims to have AI doing 70% of its QA work by the end of 2027

https://www.pcgamer.com/gaming-industry/square-enix-aims-to-have-ai-doing-70-percent-of-its-qa-wo...
1•cpeterso•14m ago•0 comments

$10k to highest coding challenge score

https://challenge.sphinxhq.com/
1•gentleseahorse•14m ago•1 comments

Remind: A sophisticated calendar and alarm program

https://dianne.skoll.ca/projects/remind/
1•n3t•14m ago•0 comments

Show HN: BindWeave – Subject-Consistent Video Generation via MLLM-DiT

https://www.bindweaveai.com/?i=d1d5k
1•lu794377•16m ago•0 comments

IRS Ends Direct File

https://www.wsj.com/politics/policy/irs-direct-file-tax-program-ended-00172148
2•anigbrowl•19m ago•1 comments

Among youth who vape, USC study finds rise in daily use and difficulty quitting

https://keck.usc.edu/news/among-youth-who-vape-usc-study-finds-rise-in-daily-use-and-difficulty-q...
1•gnabgib•24m ago•0 comments

Chinese EV maker plans to use solid-state batteries in humanoid robots

https://www.ft.com/content/96c4615c-7192-428d-a17e-49c2676de7db
2•hhs•27m ago•0 comments

Gamified planning poker – wizz teammates and climb the leaderboard

https://jonathanlink.ch/poker
1•jlink•28m ago•1 comments

Masahiro Sakurai on Creating Games [video]

https://www.youtube.com/channel/UCv1DvRY5PyHHt3KN9ghunuw
1•1317•29m ago•0 comments

Central role of firing neurons of centrolateral amygdala in affective behaviors

https://www.cell.com/iscience/fulltext/S2589-0042(25)00910-1
1•stevenjgarner•30m ago•1 comments

The .NET library to build AI agents with 25 built-in connectors

https://llmtornado.ai
1•lofcz•33m ago•0 comments

U.S. Congressional Budget Office hit by suspected foreign cyberattack

https://www.bleepingcomputer.com/news/security/us-congressional-budget-office-hit-by-suspected-fo...
2•fleahunter•39m ago•0 comments

Scientists find ways to boost memory in aging brains

https://news.vt.edu/articles/2025/10/cals-jarome-improving-memory.html
6•stevenjgarner•39m ago•2 comments

Fil-C: A memory-safe C implementation

https://lwn.net/Articles/1042938/
1•signa11•42m ago•1 comments

Show HN: Oolong – Lightweight Transparency Exchange API Implementation

https://github.com/relizaio/oolong
1•taleodor•44m ago•0 comments

Parents say ChatGPT encouraged son to kill himself

https://www.cnn.com/2025/11/06/us/openai-chatgpt-suicide-lawsuit-invs-vis
2•bryan0•45m ago•0 comments

Transformation Learning-50+Continual Learning Experiments (98.3% Mnist N=5

https://github.com/VoidTactician/transformation-learning
1•VoidTactician•45m ago•1 comments

Tesla delays reveal of production Roadster 2 to April Fools' Day

https://techcrunch.com/2025/11/06/tesla-delays-reveal-of-production-roadster-2-to-april-fools-day/
2•doener•49m ago•0 comments

Quantum nonlocality may be inherent in the nature of identical particles

https://phys.org/news/2025-11-quantum-nonlocality-inherent-nature-identical.html
1•bikenaga•49m ago•1 comments

Is Vibe Coding Dying?

https://garymarcus.substack.com/p/is-vibe-coding-dying
2•spking•51m ago•0 comments

Show HN: Ask questions your Slack Threads

https://github.com/autokitteh/kittehub/tree/main/anthropic_slack_thread_tldr
1•itayd•53m ago•0 comments
Open in hackernews

Show HN: ToolRegistry – A Python Library for Structured Tool Integration

https://github.com/Oaklight/ToolRegistry
3•Oaklight•6mo ago

Comments

Oaklight•6mo 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•5mo 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•5mo ago
what's GTM?
venk12•5mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.