frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I wrote my lecture notes in Typst

https://github.com/zhengnanli/ss-notes
1•subtlemuffins•1m ago•0 comments

Turbine Transport Transformer

https://mitxela.com/projects/turbine_transport_transformer
1•mhb•1m ago•0 comments

Kubricks' 2001: One Man's Incredible Odyssey (2015)

http://nzpetesmatteshot.blogspot.com/2015/01/kubricks-2001-one-mans-incredible.html
1•exvi•1m ago•0 comments

Mind-altering 'brain weapons' no longer only science fiction, say researchers

https://www.theguardian.com/world/2025/nov/22/mind-altering-brain-weapons-no-longer-only-science-...
1•zdw•2m ago•0 comments

Magicians of the Miniature (2014)

http://nzpetesmatteshot.blogspot.com/2014/12/magicians-of-miniature.html
1•exvi•3m ago•0 comments

I built a $19 forensic ATS scanner because Jobscan costs $50/mo

https://www.interviewghost.us/
1•ryanpedram•4m ago•1 comments

Video posted by Garry Tan shows suspect who robbed his friend of $11M in crypto

https://www.sfchronicle.com/crime/article/sf-cryptocurrency-robbery-21203804.php
2•markerz•4m ago•0 comments

Show HN: I built a CLI to use devcontainers without VS Code

https://github.com/UPwith-me/Container-Maker
2•DEVINHE111•6m ago•0 comments

Mitigating Application Resource Overload with Targeted Task Cancellation

http://muratbuffalo.blogspot.com/2025/11/mitigating-application-resource.html
1•zdw•6m ago•0 comments

Unpaid Labor Allegations Cast Shadow over Naver WEBTOON's Market Dominance

https://www.animenewsnetwork.com/feature/2025-11-05/unpaid-labor-allegations-cast-shadow-over-nav...
1•PaulHoule•7m ago•0 comments

Through the Looking Glass: The Traditional Glass Shot Matte Painting (2016)

http://nzpetesmatteshot.blogspot.com/2016/08/through-looking-glass-traditional-glass.html
1•exvi•7m ago•0 comments

Eggroll: Novel general-purpose machine learning algorithm provides 100x speed

https://eshyperscale.github.io/
1•felineflock•9m ago•0 comments

Astrl– a free AI-powered Khan Academy for self-guided learning

https://tryastrl.com/
1•jjwilkin•23m ago•1 comments

We're Stuck in an Infinite Loop of Terrible Tech

https://timyc.substack.com/p/were-stuck-in-an-infinite-loop-of
2•TimDotC•24m ago•1 comments

An Auto Holy Grail: Motors That Don't Rely on Chinese Rare Earths

https://www.nytimes.com/2025/11/24/business/automakers-rare-earth-minerals-magnets.html
1•mmooss•25m ago•0 comments

Anthropic introduces cheaper, more powerful, more efficient Opus 4.5 model

https://arstechnica.com/ai/2025/11/anthropic-introduces-opus-4-5-cuts-api-pricing-and-enables-muc...
1•jnord•26m ago•0 comments

Humanoid robot walked 66 miles in 3 days, right into the Guinness World Records

https://www.cbsnews.com/news/china-humanoid-robot-agibot-a2-walks-66-miles-guinness-world-records/
1•satonakamoto•27m ago•1 comments

Jakarta overtakes Tokyo as largest city, according to UN

https://www.abc.net.au/news/2025-11-25/jakarta-overtakes-tokyo-as-worlds-largest-city/106049122
2•Gaishan•28m ago•1 comments

Endogenous Automation Will Hit You

https://lydianottingham.substack.com/p/endogenous-automation-will-hit-you
1•eatitraw•30m ago•1 comments

Revolut hits $75B valuation

https://news.crunchbase.com/fintech/revolut-valuation-spikes-secondary-share-sale/
2•rudderdev•30m ago•3 comments

Beddel: Secure, Declarative, and Extensible Agent Runtimes

https://github.com/botanarede/beddel-alpha
1•mesenga•31m ago•1 comments

The 'S&P 493' reveals a different U.S. economy

https://www.washingtonpost.com/business/2025/11/24/sp500-stock-market-tech-nvidia/
1•ProAm•35m ago•0 comments

The Valley of Death: Why $100k Is the New Poverty

https://www.thefp.com/p/why-do-americans-feel-poor-because
2•mhb•35m ago•0 comments

Claude Opus 4.5, and why evaluating new LLMs is increasingly difficult

https://simonw.substack.com/p/claude-opus-45-and-why-evaluating
1•hackthegibson2•36m ago•0 comments

Google Further Encroaches on Nvidia's Turf with New AI Chip Push

https://www.theinformation.com/articles/google-encroaches-nvidias-turf-new-ai-chip-push
2•JumpCrisscross•36m ago•2 comments

Real-world Nausicaa Ghibli anime glider completes its final flight in Japan

https://soranews24.com/2025/11/20/real-world-nausicaa-ghibli-anime-glider-completes-its-final-fli...
1•thunderbong•36m ago•0 comments

ULTIMATE EROS 3: An End to Fuckening

https://substack.com/home/post/p-179390401
1•eatitraw•36m ago•0 comments

The Tree That Produces the Only True Blue Fruit on the Planet

https://www.forbes.com/sites/scotttravers/2025/11/23/meet-the-tree-that-produces-the-only-true-bl...
1•malshe•41m ago•1 comments

Show HN: Device for visually impaired folks that describes their surroundings

https://piyushgupta.xyz/be-my-eyes-using-raspberry-pi-and-ai/
1•piyushgupta53•44m ago•0 comments

Will CoreWeave's Heavy Debt Load Disrupt Its Growth Momentum?

https://finance.yahoo.com/news/coreweaves-heavy-debt-load-disrupt-164500990.html
1•zerosizedweasle•47m 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•6mo 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•6mo ago
what's GTM?
venk12•6mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.