frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tesla driver in fatal Texas crash pressed accelerator 100%, NTSB confirms

https://techcrunch.com/2026/07/15/tesla-driver-in-fatal-texas-crash-pressed-accelerator-100-ntsb-...
1•gsky•3m ago•0 comments

But what is the Central Limit Theorem?(2023) 3B1B [video]

https://www.youtube.com/watch?v=zeJD6dqJ5lo
1•o4c•4m ago•0 comments

Show HN: InteractInk – Anonymous Text Board

https://interactink.vercel.app/interactink.html
1•squeezes•5m ago•1 comments

China's EV pirate ship is coming for Western carmakers

https://www.politico.eu/article/china-ev-pirate-ship-is-coming-for-western-carmakers-byd/
1•ironyman•7m ago•0 comments

Just got an AWS billing alert projecting my monthly cost at $140B

4•mirzap•9m ago•3 comments

Show HN: EasyDocs – generate OpenAPI docs from real traffic

https://github.com/RubenGlez/easydocs
1•rubenglez•9m ago•0 comments

TSMC Expands US Semiconductor Investment to $265B

https://www.hpcwire.com/off-the-wire/tsmc-expands-us-semiconductor-investment-to-265b/
1•rbanffy•9m ago•0 comments

High temperatures put French gas plant at risk of outage

https://www.reuters.com/business/energy/high-temperatures-shut-french-gas-plant-adding-heat-relat...
1•leonidasrup•11m ago•0 comments

Mass Surveillance Wasn't an Accident

https://www.youtube.com/watch?v=mvsgrhS5bV8
4•soupspaces•17m ago•0 comments

US postgraduate student visas will be limited to 4 years

https://www.dhs.gov/news/2026/07/16/trump-administration-issues-final-rule-end-foreign-student-vi...
1•macleginn•20m ago•2 comments

Ask HN: What are you working on(2026)?

2•adithyaharish•22m ago•0 comments

Mario Kart Wii recompiled for PC using AI, with 4K potential and uncapped FPS

https://www.tomshardware.com/video-games/retro-gaming/mario-kart-wii-recompiled-for-pc-using-ai-w...
3•gloxkiqcza•27m ago•0 comments

Is the AI Boom over for Kospi and Asian Tech Stocks?

https://www.disruptionbanking.com/2026/07/17/is-the-ai-boom-over-for-kospi-and-asian-tech-stocks/
1•technewssss•27m ago•0 comments

Time-Series Language Models for Reasoning over Multivariate Data at Scale (ICML)

https://www.aioniclabs.ai/research/opentslm
6•rjakob•29m ago•4 comments

Company Blew $500M on Claude Because Nobody Set a Spending Limit

https://mrkt30.com/company-blew-500m-on-claude-because-nobody-set-a-spending-limit/
3•technewssss•29m ago•0 comments

The Self-Driving Company

https://twitter.com/amasad/status/2077802290304684404
1•tosh•30m ago•0 comments

How OpenAI's Sol Learned Design Taste

https://notes.designarena.ai/how-openais-sol-finally-learned-design-taste/
1•tomduncalf•31m ago•1 comments

Turn an existing CV into a personal website in under a minute

https://self.cv/en/blog/why-we-built-self
1•javier_yc_new•34m ago•1 comments

AI can now control Reaper DAW

https://github.com/xDarkzx/Reaper-MCP/tree/main/reaper_mcp/tools
3•DanHodgetts•38m ago•1 comments

Show HN: Senbonzakura – remove the safety guardrails from open AI models

https://github.com/elementmerc/senbonzakura
2•ElementMerc•38m ago•0 comments

M-PESA cornered the market in Kenya (2024)

https://www.wbs.ac.uk/news/how-mpesa-cornered-the-market/
2•zeristor•39m ago•0 comments

Using AI to build your own software

https://lemire.me/blog/2026/07/16/using-ai-to-build-your-own-software/
1•ingve•40m ago•0 comments

Show HN: I applied for a position at PostHog, so I built a game

https://www.alexis-fournier.com/hognarok/
1•alxfrnr•41m ago•1 comments

Principia Artificialis Open mathematical research program onthe theory of AI

https://github.com/holland202/Principia-Artificialis
1•badatchess•42m ago•0 comments

SpaceX scrubs Starship launch after some of its engines didn't start

https://arstechnica.com/space/2026/07/spacex-scrubs-starship-launch-after-some-of-its-engines-did...
5•rbanffy•46m ago•0 comments

Tell HN: AWS said I was projected to spend $5B this month on my personal account

4•throwaway_5753•48m ago•1 comments

Which IELTS writing scorer is more accurate? A test on 73 official responses

https://ieltswritingchecker.org/blog/ielts-writing-checker-accuracy-study
1•iamin•49m ago•0 comments

AxiomProver at IMO 2026 (perfect score)

https://github.com/AxiomMath/IMO2026
1•chaoxu•50m ago•0 comments

Compliant-Mechanism Mattress for Preventing Pressure Ulcers – First Prototype [video]

https://www.youtube.com/watch?v=KfIB_e_6rzY&list=PLWeErkRyxkhJLAOiogjiNLPDU5KPlRVwm
1•o4c•52m ago•0 comments

Representations of Power and Rarity (2026)

https://icely.neocities.org/articles/representations-of-power-and-rarity
1•icely•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.