frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Micro-journaling for better understanding your moods

https://lutino.app/
1•dinglidingli•1m ago•0 comments

Lapis One – A Dedicated Computer for Your Agents – Pamir

https://www.pamir.ai/
1•tortilla•7m ago•0 comments

Getting 50 GB/S Back Out of the Neural Engine

https://eiln.github.io/posts/ane-dma.html
1•eiln•12m ago•1 comments

New report shows the economic toll of ICE raids

https://text.npr.org/nx-s1-5955787
1•1659447091•13m ago•0 comments

Contrapuntal Consciousness

https://aeon.co/essays/what-the-music-of-bach-can-teach-us-about-consciousness
1•bryanrasmussen•16m ago•0 comments

Apple Acquires Sonera, Brainwave Sensing Technology Startup

https://www.macrumors.com/2026/09/08/apple-acquires-sonera/
1•mgh2•19m ago•0 comments

Ciriosidades

https://oii.io/xtQEXqV
1•yrodriiguez•22m ago•0 comments

Show HN: Glossy Button Creator – visually design buttons, copy the HTML/CSS/SVG

https://algolassi.online/developer-tools/css-button-editor/
1•noobplus•22m ago•0 comments

TrinamiX Sues Apple over Alleged Face ID Patent Infringement

https://www.macrumors.com/2026/09/08/apple-sued-over-face-id-patent-infringement/
1•mgh2•23m ago•0 comments

The Cheapest Antivirus Protection

http://miod.online.fr/software/msdos/anodevir.html
1•zdw•24m ago•0 comments

Mysterious x86 CPU Has APX, X86S Where Intel Left Off for LegacyFree x86

https://www.phoronix.com/news/x86-CPU-With-APX-x86S
2•initramfs•30m ago•0 comments

The Bitter Lesson – Richard Sutton(2019)

http://www.incompleteideas.net/IncIdeas/BitterLesson.html
1•o4c•30m ago•0 comments

Dueling Court Rulings Leave Missouri's Congressional Races in Chaos

https://www.nytimes.com/2026/09/08/us/politics/supreme-court-missouri-congressional-map.html
2•ChrisArchitect•30m ago•1 comments

Lecture notes in fluid mechanics: From basics to the millennium problem

https://arxiv.org/abs/1407.3162
1•JumpCrisscross•31m ago•0 comments

Show HN: Making an app to organize all basic aspects of modern life

https://demo.ontoplano.com
2•chedieck•38m ago•0 comments

Making your data ready for agentic AI

https://martinfowler.com/articles/making-data-ready-for-agentic-ai.html
2•deepmem•38m ago•0 comments

OpenAI's AGI number came from a harness, not the model

https://thenextweb.com/news/openai-astra-arc-agi-3-harness-62-7-vs-99-9-benchmark-revisions
2•mjshashank•38m ago•1 comments

Robots-check: see what your robots.txt is serving (Cloudflare AI Crawl Control)

https://github.com/janibert1/robots-check
1•janibert09•40m ago•0 comments

Transformer-Like Models for Z1

https://extropic.ai/writing/z1t/
2•gmays•40m ago•0 comments

Two dire warnings from Terence Tao and from someone who just quit Anthropic

https://garymarcus.substack.com/p/two-dire-warnings-one-from-terence
1•nativeit•42m ago•1 comments

Show HN: Raven – Encrypted messages hidden inside ordinary text

https://sendraven.ink
4•willhieb•44m ago•0 comments

What Has to Arrive for Us to Call It AGI?

https://rainbowcity.substack.com/p/35-what-exactly-has-to-arrive-for
1•Caelus9•44m ago•0 comments

Mistakes engineers make in large established codebases

https://www.seangoedecke.com/large-established-codebases/
1•shahzor30•46m ago•0 comments

Show HN: Headspace themed windows media player looking Spotify player for macOS

https://twitter.com/barre_of_lube/status/2097516376483373140
1•barrel_of_lube•46m ago•0 comments

Elastic Cloud (Public) Status – Replication bug causing slow recoveries

https://status.elastic.co/incidents/l6zgdnvvg41j
1•kyisaiah47•50m ago•0 comments

Meta launches Muse, a personal AI agent

https://apps.apple.com/us/app/muse-from-meta/id6760173601
1•fourfire•53m ago•1 comments

Navier-Stokes – Sebastien Bubeck

https://twitter.com/SebastienBubeck/status/2097379411691516310
3•Palmik•53m ago•2 comments

Not in My Git Yard: Catching Backdoors at Commit and Release Time

https://arxiv.org/abs/2607.26719
2•matt_d•59m ago•0 comments

Apple Releases Firmware Update for 140W USB-C Power Adapter

https://www.macrumors.com/2026/09/08/apple-releases-140w-usb-c-charger-firmware-update/
2•hentrep•59m ago•0 comments

The Secret Life of Circuits: An Illustrated Guide to Electronic Circuit Design

https://nostarch.com/secret-life-of-circuits
1•teleforce•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.