frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Apple Investors Give Lukewarm Reaction to New Siri, AI Platform

https://www.bloomberg.com/news/articles/2026-06-08/apple-unveils-next-generation-of-ai-platform-i...
1•petethomas•19s ago•0 comments

Gram Newton-Schulz: A Fast, Hardware-Aware Newton-Schulz Algorithm for Muon

https://tridao.me/blog/2026/gram-newton-schulz/
1•jxmorris12•53s ago•0 comments

Tell HN: La

2•macabro•7m ago•0 comments

Siri AI at WWDC 2026

https://simonwillison.net/2026/Jun/8/wwdc/
2•lumpa•7m ago•0 comments

Tell HN

2•macabro•8m ago•0 comments

I built a free car lease transfer marketplace after the paid ones burned me

https://www.trademylease.com
2•mknweb•10m ago•0 comments

CRDTs merge concurrent edits. Why not concurrent creation?

https://loro.dev/blog/mergeable-containers
2•czx111331•11m ago•0 comments

OpenLTM – Local, self-decaying memory for AI coding agents

https://github.com/RohiRIK/OpenLtm
2•RohiRik•21m ago•0 comments

What Apple Knows About AI That Silicon Valley Won't Admit

https://www.thealgorithmicbridge.com/p/what-apple-knows-about-ai-that-silicon
5•CharlesW•22m ago•1 comments

Kalshi and Polymarket crack down on paid influencers claiming election fraud

https://text.npr.org/nx-s1-5846806
3•1659447091•27m ago•0 comments

Designing an AI-Native Technical Screen

https://i0exception.substack.com/p/designing-an-ai-native-technical
1•i0exception•33m ago•0 comments

They Have yet to Sign a Lease. But They're Furious over $3,100 Rents

https://www.nytimes.com/2026/06/07/nyregion/housing-costs-young-people-nyc.html
1•littlexsparkee•35m ago•0 comments

AI Coding Agent Platform

https://app.nz/
1•jacobianhessian•36m ago•0 comments

Show HN: Built an open-source local firewall for AI coding agents

2•ashishp15•40m ago•0 comments

NPM-Scan v1.4.1: Detecting IronWorm, Miasma Escalated, and Dependency Confusion

https://www.npmjs.com/package/@lateos/npm-scan
1•lateos-ai•45m ago•0 comments

Queues Don't Fix Overload (2014)

https://ferd.ca/queues-don-t-fix-overload.html
1•locknitpicker•49m ago•0 comments

Universal XSS in Firefox Focus for iOS

https://github.com/v12-security/pocs/tree/main/firefox
4•ledoge•50m ago•0 comments

Organizations Drift into Politics: A Follow-up to Game Theory Patterns at Work

https://daeus.blog/2026/06/08/how-organizations-drift-into-politics/
3•kurinikku•52m ago•0 comments

Gordon S. Wood dies at 92 after being hit by a car

https://www.nytimes.com/2026/06/08/books/gordon-s-wood-dead.html
5•2510c39011c5•53m ago•2 comments

Porting the ThinkPad X61 to Coreboot

https://blog.aheymans.xyz/post/thinkpad_x61/
3•walterbell•53m ago•0 comments

I built a projection mapping of the planes flying over my house

https://old.reddit.com/r/ClaudeCode/comments/1tva44g/i_live_by_sfo_and_built_a_projection_mapping...
2•stefap2•53m ago•0 comments

Apple Announces macOS 27 'Golden Gate', Drops Support for Intel Macs

https://appleinsider.com/articles/26/06/08/macos-27-golden-gate-delivers-more-liquid-glass-and-up...
5•m463•59m ago•0 comments

USS Liberty III

https://grokipedia.com/page/uss_liberty_iii
3•__patchbit__•1h ago•0 comments

SpaceX Technical Update Discussion

https://twitter.com/SpaceX/status/2064099405758906727
3•__patchbit__•1h ago•0 comments

World Cup 2026 predictor with FIFA's full Annex C bracket logic

https://mundialist.com
3•rmtzp•1h ago•0 comments

Software Is Eating the World (But This Time)

https://twitter.com/siddharthvader_/status/2049161016156762441
2•SiqingYu•1h ago•0 comments

Hello muy name Is art

https://blog.cloudflare.com/es-es/welcome-to-connectivity-cloud/
2•the-art•1h ago•1 comments

OOBdump: Relocation Oriented Programming: Arbitrary code execution in objdump -g

https://blog.calif.io/p/oobdump-relocation-oriented-programming
3•matt_d•1h ago•0 comments

Flat Datacenter Networks at Scale

https://perspectives.mvdirona.com/2026/06/flat-datacenter-networks-at-scale/
6•tanelpoder•1h ago•0 comments

Show HN: Ollama Dash – autoupdating dashboard for Ollama Models

https://ollamadash.up.railway.app/
2•rcanand2025•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.