frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Run or get eaten: a GPS zombie chase app [video]

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

Commodore 64 released September 1, 1982

https://dfarq.homeip.net/commodore-64-released-september-1-1982/
1•giuliomagnifico•2m ago•0 comments

Google Pics

https://pics.new
2•ms7892•2m ago•0 comments

CoolDeck – keyboard-first terminal UI for Coolify

https://github.com/Resetnak/cooldeck
1•resetneac•2m ago•0 comments

Is Minifying CSS Necessary? (2023)

https://shivjm.blog/is-minifying-css-necessary/
2•birdculture•3m ago•0 comments

Celebrating 500 Releases of Construct

https://www.construct.net/en/blogs/construct-official-blog-1/celebrating-releases-construct-1905
1•AshleysBrain•3m ago•0 comments

Acto – Delegate tasks via link (assignee needs no account)

https://actohub.com
1•aralewalles•5m ago•0 comments

Complicated vs. Complex – From IC Software Engineer to CTO

https://www.henryarmburgjennings.com/blog/complicated-vs-complex
1•jenningsh•9m ago•0 comments

Show HN: Image3d AI-One interface for multiple image to 3D models

https://www.aiimageto3d.com/
1•cairnechou•10m ago•0 comments

HOM-AIMOS – Auditable persistent memory for agent security

https://github.com/wallidsaydi-creator/HOM-AIMOS
1•walldad2•17m ago•0 comments

Show HN: Comparing eight LLMs on 38 Berlin election questions

https://bensk1.github.io/berlin-wahllm/en/
1•bensk1•17m ago•0 comments

Build a Reasoning Model Scratch 1: Motivation, Code Setup [Sebastian Raschka] [video]

https://www.youtube.com/watch?v=Kh9mqTzjuEQ
1•mdp2021•17m ago•0 comments

OpenAI gates cyber defense in 44 ChatGPT markets with a 1996 US export list

https://lubaretsi.com/en/writing/openai-tac-country-gate/
1•Bluestein•19m ago•0 comments

A Single Flaw Lets Untrusted Repos Run Code in Claude Code, Codex, Cursor, Grok

https://www.manifold.security/blog/ai-coding-agents-git-hijack
2•axsharma•24m ago•2 comments

"I have the code and Claude AI – why would I pay you?" [video]

https://www.youtube.com/watch?v=1L48dy4Lyjo
1•AzZtro•27m ago•1 comments

Tracing np.add, all the way down

https://blog.veitheller.de/numpy.html
1•hellerve•27m ago•0 comments

The Singularity Is Not What It Seems: Whatever the AI Future Is, We're in It Now

https://www.theatlantic.com/technology/2026/09/ai-future-reckoning-singularity/688487/
2•ryan_j_naughton•29m ago•0 comments

Show HN: Campsend – open-source Alternative to WeTransfer

https://campsend.app/
2•bakimosadi•29m ago•0 comments

Farmanix – An AI agent that can use your Mac like a human

https://farmanix.com/
1•Amirali_•30m ago•0 comments

Study reveals substantial misdirection in EU automotive regulation

https://techxplore.com/news/2026-09-reveals-substantial-misdirection-eu-automotive.html
3•mdp2021•32m ago•1 comments

Nebius post-mortem: us-central1 service disruption on August 19, 2026

https://nebius.com/blog/posts/incident-post-mortem-analysis-us-central1-service-disruption-on-aug...
1•halit_okumus•36m ago•0 comments

Why Spec-Driven Development Tools Fail in the Enterprise

https://martinelli.ch/why-spec-driven-development-tools-fail-in-the-enterprise/
1•tbassetto•37m ago•0 comments

When Claude Code went rogue, years of Bengaluru heritage work disappeared

https://www.deccanherald.com/india/karnataka/bengaluru/when-claude-code-went-rogue-years-of-benga...
7•dsr12•38m ago•1 comments

Learnings from OpenAI's open source Codex Repo

https://johnjwang.com/post/2026/08/27/learnings-from-the-codex-repo
1•johnjwang•39m ago•0 comments

Show HN: Photo manager that finds and organizes photos with private, local AI

https://ringlochid.me/imagesage/index.html
1•ringlochid•40m ago•1 comments

On The Loose – The Coming of Userless Agents

https://www.hyperdimensional.co/p/on-the-loose
1•Tepix•46m ago•0 comments

Ask HN: Will robotics have a "Zima Blue" moment?

1•sshussain270•46m ago•1 comments

Show HN: I ranked every Paris bakery's pain au chocolat using an LLM

https://www.painauchoc.com/
2•alphter•46m ago•2 comments

Slk – A Fast Slack TUI

https://getslk.sh/
1•LaSombra•47m ago•0 comments

Mayor says 'large chunks' of Wellington council Deloitte report written by AI

https://www.rnz.co.nz/news/regions/1229348/mayor-says-large-chunks-of-wellington-council-deloitte...
8•billybuckwheat•48m ago•4 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.