frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Computer-Use-Linux

1•anotherCodder•2m ago•0 comments

Built a email agent for founders which never sleeps

1•maulik_builds•2m ago•0 comments

'Impossible' Black Holes: Scientists Know Why

https://www.wired.com/story/the-universe-is-full-of-impossible-black-holes-now-scientists-know-why/
1•Timofeibu•4m ago•0 comments

ShannonBase: The Lightweight Semantic Layer for Enterprise AI SQL

https://medium.com/@shannon.data.tech/shannonbase-the-lightweight-semantic-layer-for-enterprise-a...
1•shannon-data-ai•9m ago•1 comments

Captainys / Townsemu Releases v20260522

https://github.com/captainys/TOWNSEMU/releases/tag/v20260522
1•cyrc•10m ago•0 comments

Maybe human-coded software will be seen like we see Pyramids of Giza today

https://chaos.social/@doener/116624000858016044
2•doener•17m ago•0 comments

"Write as Little Code as Possible"

https://age-of-product.com/little-code-ai/
1•swolpers•22m ago•0 comments

New macOS Spreadsheet App (v1.2)

https://apps.apple.com/us/app/quicksheet-light-spreadsheet/id6748457063?mt=12
2•FileNotch•25m ago•0 comments

Language models are weird for the same reason human cultures are weird

https://davidoks.blog/p/language-models-are-weird-for-the
1•tie-in•26m ago•0 comments

Would people value credibility indicators in shortform educational/news content?

1•HelloWorldP•27m ago•0 comments

DSHR's talk at Stanford "Designing for Authenticity" class

https://blog.dshr.org/2026/05/talk-jonathan-dotans-class.html
1•basilesimon•28m ago•0 comments

OpenAI and Nvidia Are Using Google's SynthID to Watermark AI Content

https://firethering.com/openai-nvidia-using-google-synthid-ai-watermarking/
2•steveharing1•31m ago•0 comments

A Cattle Ranch Is Doing What the Ivy League Can't

https://www.nytimes.com/2026/05/20/opinion/deep-springs-college-ivy-league-education.html
1•mitchbob•32m ago•0 comments

The Enhanced Games: Like the Olympics, but steroids are allowed

https://www.bbc.com/news/articles/cedpz1zqp8po
1•only_in_america•33m ago•0 comments

Build-time sponsorship verification for OSS libraries installed via NuGet

https://github.com/SimonCropp/SponsorCheck
1•lowleveldesign•42m ago•0 comments

Inside the Motorola 68060 and Chip Design: Lead Designer Joe Circello

https://www.youtube.com/watch?v=1takr2k7Yfo
1•doener•47m ago•0 comments

Claude Got Fed Up

2•blokeofkent•50m ago•1 comments

Karen Hao: AI creating a DESPERATE BASE OF WORKERS with no full-time employment

https://www.youtube.com/watch?v=E4Zd9ZXjkao
4•chvid•51m ago•1 comments

SnapIndex turns browser screenshots into searchable notes

https://www.snapindex.tools/
4•walkingsardine•52m ago•1 comments

Mathematical Patterns in African American HAIRSTYLEs

https://math.buffalo.edu/mad/special/gilmer-gloria_HAIRSTYLES.html
2•marysminefnuf•57m ago•0 comments

A Place for Free Speach

https://openvoice.club
1•DevBookDigital•58m ago•1 comments

Structured LLM Learning Path, from Zero to AI Researcher, 8-Phase Curriculum

https://github.com/barvhaim/llm-learning-path
1•bignet•58m ago•0 comments

Apiffuf (ffuf for APIs) – fuzzer for API hostsnames and endpoints

https://github.com/jsmonhq/apiffuf
1•rashahacks•1h ago•0 comments

APKPure is distributing a malicious copy of Telegram

https://xcancel.com/EricParker/status/2058411298195661221
2•csmantle•1h ago•0 comments

From source code 2 LLM constraints:a semantic extractor for Python, SwiftUI, Lua

https://github.com/whitecell-dev/Semantic-Extractor/tree/main
1•MaykonMan•1h ago•0 comments

Greg Brockman: Inside the 72 Hours That Almost Killed OpenAI

https://fs.blog/knowledge-project-podcast/greg-brockman/
2•prakashqwerty•1h ago•0 comments

Computer Science Achievement and Writing Skills Predict Vibe Coding Proficiency

https://dl.acm.org/doi/10.1145/3772318.3791666
2•galaxyLogic•1h ago•1 comments

Tinkersynth

https://www.tinkersynth.com/
1•saikatsg•1h ago•0 comments

A maintainability ratchet for AI-assisted Python

https://kayhan.dev/posts/014-letting-agents-write-code-without-ratcheting-up-risk/
1•keynha•1h ago•0 comments

Why Your Docker Container Is 1.2GB When It Should Be 80MB

https://sandeepbansod.medium.com/why-your-docker-container-is-1-2gb-when-it-should-be-80mb-7b443a...
3•thunderbong•1h ago•2 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.