frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

America Broke Its Own Military

https://tribunemag.co.uk/2026/07/how-america-broke-its-own-military
1•robtherobber•3m ago•0 comments

From the Editor: Commercial Aviation's Innovation Dilemma – Aviation Week

https://aviationweek.com/aerospace/manufacturing-supply-chain/editor-commercial-aviations-innovat...
1•rbanffy•4m ago•0 comments

The Zoom hack that says, 'Don't record me'

https://techcrunch.com/2026/07/17/the-zoom-hack-that-says-dont-record-me/
1•nyku•6m ago•0 comments

Baba Is Solved by Fable 5 and GPT-5.6 Sol, but at what cost?

https://quesma.com/blog/baba-is-bench/
1•stared•8m ago•0 comments

What if restaurant menus had AI copilots?

1•irnco•9m ago•0 comments

Claude Code team should try macro so users can complete 3x as many tasks

1•yohji1984•12m ago•0 comments

Show HN: We built fractional GPU slicing without Nvidia MiG – works on AMD too

https://podstack.ai/
1•saurav7055•14m ago•0 comments

No don't Google it, ask me about it

https://river.berlin/blog/no-don-t-google-it-ask-me-about-it/
1•adityashankar•17m ago•0 comments

They Ran Nattokinase Against a Statin. The Enzyme Won

https://sayerji.substack.com/p/they-ran-nattokinase-against-a-statin
1•bilsbie•18m ago•0 comments

Show HN: Csvtool.io – 60 free CSV tools that run in the browser

https://www.csvtool.io
1•jamesweb•20m ago•0 comments

Show HN: BlazeRules – vectorized YAML rules for JSON, Kafka, and Arrow events

1•jspuri•26m ago•0 comments

Laser Fault Injection on the TROPIC01 Open-Source Secure Element

https://donjon.ledger.com/blog/tropic01-laser-fault-injection/
1•ahlCVA•27m ago•0 comments

Optimistic Sync Library for the Web

https://therealpaulplay.github.io/PlaySocketJS/
1•PaulPlay•29m ago•0 comments

Another Taste of Verse [video]

https://www.youtube.com/watch?v=QIiU-QGzcqc&list=PLQtDWkrawhsE&index=2
1•mpweiher•30m ago•0 comments

Slople – can you pass the reverse Turing test?

https://unslop.run/slople
1•dopamine_daddy•35m ago•1 comments

What AI did to stackoverflow in a graph

https://data.stackexchange.com/stackoverflow/query/1953768#graph
3•secretslol•37m ago•0 comments

Why do AI company logos look like buttholes?

https://velvetshark.com/ai-company-logos-that-look-like-buttholes
83•miniBill•42m ago•13 comments

HAMgpt – what can I do with my radio today?

https://hamgpt.co
1•howard941•44m ago•0 comments

'The Odyssey' Backlash Failed Tremendously

https://www.wired.com/story/the-odyssey-backlash-failed-tremendously/
3•joozio•47m ago•3 comments

Fable 5 vs. GPT-5.6 Sol on an NP-Hard Problem: Does /goal help?

https://charlesazam.com/blog/fable-5-gpt-5-6-sol-goal/
1•couAUIA•49m ago•1 comments

Mr. Spock Does Not Code in ASCII

https://lqlang.org/blog/spock-does-not-code-in-ascii/
3•wickund•52m ago•0 comments

NextBSD project revived: macOS userland tools on FreeBSD kernel

https://www.theregister.com/os-platforms/2026/07/18/nextbsd-returns-to-dollop-apple-source-on-fre...
2•lproven•53m ago•0 comments

Steam Machine: Between 12k and 15k Units Sold per week

https://boilingsteam.com/steam-machine-between-10k-and-15k-sold-per-week/
5•ekianjo•53m ago•0 comments

There's any easy way to rename multiple photos at once

https://apps.microsoft.com/detail/9nl267vtkkmg?hl=en-US&gl=US
1•SolvyCode•56m ago•0 comments

GitHub: TypeScript compiler and JavaScript engine in Lean

https://github.com/jessealama/thales
2•fagnerbrack•1h ago•0 comments

Business Success: Luck, Not Merit

https://fagnerbrack.com/business-success-luck-not-merit-51deca80bfaf
1•fagnerbrack•1h ago•0 comments

Software Engineering Laws

https://newsletter.techworld-with-milan.com/p/the-20-software-engineering-laws
1•fagnerbrack•1h ago•0 comments

AG of Texas secured a settlement of bankruptcy claims against 23andMe

https://www.texasattorneygeneral.gov/news/releases/attorney-general-paxton-secures-150-million-se...
1•kythanh•1h ago•0 comments

The Htop for LLM Inference

https://github.com/helasaoudi/llm-inspector
3•helasaoudi•1h ago•1 comments

Continually aim just beyond your current range (2007)

https://terrytao.wordpress.com/career-advice/continually-aim-just-beyond-your-current-range/
1•dorjoy•1h 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.