frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why isn't anyone building a general-purpose AI tutor for self-directed learners?

1•nrjraj•14s ago•0 comments

Sony's Metamorphosis: HDTV Demo Laserdisc (1990) [video]

https://www.youtube.com/watch?v=YW26YMe8iUQ
1•nxobject•8m ago•0 comments

Sweden is the first country in the world prescribed by doctors

https://visitsweden.com/the-swedish-prescription/
2•giuliomagnifico•9m ago•0 comments

The Software Layer of China-US Tech Diplomacy

https://thediplomat.com/2026/05/the-software-layer-of-china-us-tech-diplomacy/
3•billybuckwheat•9m ago•0 comments

Soul.md

https://3798.substack.com/p/soulmd
1•abhis3798•9m ago•0 comments

Byron Allen Is Buying BuzzFeed, Will Become CEO

https://variety.com/2026/digital/news/byron-allen-buying-buzzfeed-ceo-1236745206/
1•thm•15m ago•0 comments

Lojban

https://en.wikipedia.org/wiki/Lojban
1•AbstractPlay•17m ago•0 comments

Claude Code and Blender MCP

https://hydroxide.dev/articles/blender-mcp-claude-code/
1•nmfisher•17m ago•0 comments

Screenshots of Old Desktop OSes

http://www.typewritten.org/Media/
5•adunk•20m ago•0 comments

I tried building AI agents and ended up needing an institution

https://github.com/wes-zheng/ai_institutions
1•bbcf•21m ago•0 comments

Rendering the Sky, Sunsets, and Planets

https://blog.maximeheckel.com/posts/on-rendering-the-sky-sunsets-and-planets/
1•bj-rn•31m ago•0 comments

Google Search Is Down

https://www.google.com/search?q=test
15•recklesspigeon•31m ago•10 comments

Show HN: Tessera – Turn coding agent sessions into structured work

https://github.com/horang-labs/tessera
1•horanglabs•33m ago•0 comments

Skymizer's chip design could embarrass Nvidia and AMD cards

https://www.techradar.com/pro/tiny-company-steals-amds-thunder-and-challenges-nvidia-with-old-tec...
3•anticensor•41m ago•0 comments

Reddit Starts Blocking Mobile Website, Pushing Users to App Instead

https://www.macrumors.com/2026/05/11/reddit-starts-blocking-mobile-website/
7•_____k•43m ago•3 comments

Notes from Optimizing CPU-Bound Go Hot Paths

https://blog.andr2i.com/posts/2026-05-03-notes-from-optimizing-cpu-bound-go-hot-paths
1•nnx•44m ago•0 comments

Supercomputer networking to accelerate large scale AI training

https://openai.com/index/mrc-supercomputer-networking/
2•gmays•45m ago•0 comments

US in closely-guarded talks to open 3 new bases in Greenland

https://www.bbc.com/news/articles/cx21669452lo
2•rguiscard•47m ago•0 comments

The Underhanded C Contest

https://www.underhanded-c.org/
2•jruohonen•47m ago•0 comments

Show HN: Doomscroll the Goverment's UFO Files as One Gigantic Microfilm

https://hypergrid.systems/war.gov-ufo-viewer/microfilm2?page=2
4•keepamovin•50m ago•2 comments

Ask HN: Fight Traffic Cam Tickets?

2•voakbasda•51m ago•2 comments

100jobs.page is seeing ~200 visitors daily since launching 2 days ago

1•typekev•52m ago•1 comments

Chinese AI engineers are Silicon Valley's new power players

https://restofworld.org/2026/chinese-ai-researchers-silicon-valley/
4•tortilla•54m ago•0 comments

Thomas Massie for Congress accepts Bitcoin donations

https://www.massiemoneybomb.com/donate
1•Cider9986•58m ago•1 comments

Show HN: KeepDue – private iPhone reminders for free trials and renewals

https://apps.apple.com/us/app/keepdue/id6763344674
2•willsuo•1h ago•0 comments

Zig versus Rust in 2026

https://zackoverflow.dev/writing/zig-vs-rust-in-2026/
3•kaycebasques•1h ago•1 comments

Behavioral and Brain Alignment Between Frontier LRMs and Human Game Learners

https://botcs.github.io/reason-to-play/
2•paraschopra•1h ago•0 comments

That Great Sucking Sound

https://favorablethrivingconditions.substack.com/p/that-great-sucking-sound
2•paulpauper•1h ago•0 comments

Science Is Still Persuasion

https://hunchbox.substack.com/p/science-is-still-persuasion
2•paulpauper•1h ago•1 comments

The Assignment That Tells Hiring Managers Nothing New

https://stevearrants.substack.com/p/the-assignment-that-tells-hiring
1•eigenBasis•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.