frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

RIP Windows: Linux GPU Gaming Benchmarks on Bazzite [video]

https://www.youtube.com/watch?v=ovOx4_8ajZ8
1•doener•1m ago•0 comments

Sweden shutsdown 2g and 2g networks

https://pts.se/en/news-and-press-releases/operators-must-ensure-access-to-112--certain-mobile-pho...
1•shellkr•1m ago•1 comments

Dozens of Plugins to choose from: Unlock your Steam Deck's potential

https://decky.xyz/
1•doener•2m ago•0 comments

NerdPoetry – Poetry after language. Presence as form

https://www.nerdpoetry.com/
1•DrNuke•6m ago•0 comments

Did Nvidia Just Prove There Is No AI Bubble

https://www.planetearthandbeyond.co/p/did-nvidia-just-prove-there-is-no
1•lukax•8m ago•0 comments

Performance of LLMs on Advent of Code 2024

https://www.jerpint.io/blog/2024-12-30-advent-of-code-llms/
1•ingve•9m ago•0 comments

Exercise Added to Standard Care Promising for Adult ADHD

https://www.medscape.com/viewarticle/exercise-added-standard-care-promising-adult-adhd-2025a1000woc
1•wjb3•11m ago•1 comments

Effective Altruists Use Threats and Harassment to Silence Their Critics

https://www.realtimetechpocalypse.com/p/how-effective-altruists-use-threats
2•konmok•12m ago•1 comments

A pretty good email scam

https://cassidoo.co/post/email-settings-scam/
1•cassidoo•16m ago•0 comments

I applied 14 physics laws to computing – here's what happened – Humotica

https://www.humotica.com
1•jaspertvdm•17m ago•0 comments

FDA: Qualified Health Claim for Yogurt and Reduced Risk of Type 2 Diabetes

https://www.fda.gov/food/hfp-constituent-updates/fda-announces-qualified-health-claim-yogurt-and-...
1•wjb3•21m ago•2 comments

Free yourself from the Spotify desktop client with spotifyd

https://jonathanchang.org/blog/setting-up-spotifyd-on-macos/
1•fanf2•21m ago•0 comments

The wild and lucrative world of live stream sellers

https://www.businessinsider.com/live-selling-streaming-tiktok-whatnot-palmstreet-ecommerce-entrep...
1•geox•21m ago•0 comments

Will Psilocybin Have Its Day in Clinical Psychiatry?

https://www.medscape.com/viewarticle/will-psilocybin-finally-have-its-day-clinical-psychiatry-202...
1•wjb3•23m ago•0 comments

Building the Perfect Linux PC with Linus Torvalds

https://youtu.be/mfv0V1SxbNA
2•geerlingguy•23m ago•0 comments

AoC is starting! This project will help you bootstrap in C++

https://github.com/jphjsoares/aoc-cpp-template
1•unkn0wnUlv•28m ago•0 comments

Write Your Own Obituary – Then live up to it

https://jeffreylminch.substack.com/p/write-your-own-obituary
1•rmason•29m ago•0 comments

Google Starts Sharing All Your Text Messages with Your Employer

https://www.forbes.com/sites/zakdoffman/2025/11/30/google-starts-sharing-all-your-text-messages-w...
4•healsdata•31m ago•1 comments

Ty

https://docs.astral.sh/ty/
2•dvrp•32m ago•0 comments

Show HN: Tracktrip, Travel Expense Tracker

https://tracktrip.app/
1•fuegoio•33m ago•1 comments

The Fundamental Theorem of System Architecture and Change Management

https://pastebin.com/P14SUSFm
1•d4rkn0d3z•33m ago•0 comments

Pentagon's social media rules can't keep up with viral military influencers

https://www.businessinsider.com/military-influencers-social-media-pentagon-ethics-policy-gray-are...
2•gnabgib•33m ago•0 comments

Stackoverflow Is Down

https://stackoverflow.com/
1•ahmetozer•34m ago•0 comments

Be Nice to Recruiters

https://natashajaffe.substack.com/p/be-nice-to-recruiters
2•mooreds•37m ago•0 comments

Europe's water reserves drying up due to climate breakdown

https://www.theguardian.com/environment/2025/nov/29/climate-crisis-depleting-europe-groundwater-r...
4•mooreds•38m ago•0 comments

Stackoverflow Outage

https://www.stackstatus.net/
4•ga_to•38m ago•0 comments

Wikifunctions

https://www.wikifunctions.org/wiki/Wikifunctions:Catalogue
2•3rd3•39m ago•0 comments

The Enforced Conformity

https://smartmic.bearblog.dev/enforced-conformity/
1•smartmic•40m ago•0 comments

Online Documentation for Qt 6, KDE Frameworks, etc. for C and Zig

https://gist.github.com/rcalixte/63757948a7bf4190b469ff09c5ad7a67
1•rcalixte•42m ago•0 comments

How to Learn Something New

https://newsletter.bphogan.com/archive/issue-47-a-personal-learning-plan/
1•mooreds•43m 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.