frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Laid Off After 25 Years in Tech: Anxiety, Sacrifice, Reality No One Talks About [video]

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

Richard Dawkins concludes AI is conscious, even if it doesn't know it

https://www.theguardian.com/technology/2026/may/05/richard-dawkins-ai-consciousness-anthropic-cla...
2•freediver•10m ago•0 comments

Command Code – AI coding agent with taste

https://commandcode.ai/
1•fmoronzirfas•12m ago•0 comments

Secure Electronic Transaction

https://en.wikipedia.org/wiki/Secure_Electronic_Transaction
1•danorama•13m ago•0 comments

Industry-Leading 245TB Micron 6600 Ion Data Center SSD Now Shipping

https://investors.micron.com/news-releases/news-release-details/industry-leading-245tb-micron-660...
2•neilfrndes•16m ago•0 comments

SubQ: Sub-Quadratic LLM

https://subq.ai/
3•nigelgutzmann•22m ago•0 comments

Ask HN: Is reviewing phase on development getting worse?

1•dicksent•25m ago•0 comments

MailVault Pro – Local Outlook email archive with sub-10ms FTS5 search

https://mailvaulty.com/
1•khaledsabae•27m ago•0 comments

Ombudsman column: The Pentagon is trying to silence me

https://www.stripes.com/opinion/2026-04-23/stripes-former-ombudsman-pentagon-trying-to-silence-21...
11•petethomas•29m ago•0 comments

After a 40-year wait, technology enables three-sided zipper design

https://techxplore.com/news/2026-05-year-technology-enables-sided-zipper.html
2•mooreds•29m ago•0 comments

Why AI Is Causing a Global CPU Shortage

https://old.reddit.com/user/BuySellRam/comments/1t4scn6/why_ai_is_causing_a_global_cpu_shortage/
4•jeffufl•32m ago•0 comments

Update on "Co-authored-by: Copilot" in commit messages

https://github.com/microsoft/vscode/issues/314311
11•extesy•38m ago•1 comments

Supermicro's co-founder smuggled $2.5B in Nvidia-chipped servers to China

https://finance.yahoo.com/markets/stocks/articles/supermicro-co-founder-allegedly-smuggled-090700...
2•rmason•40m ago•3 comments

DeepSeek cuts V4-Pro prices by 75%

https://thenextweb.com/news/deepseek-v4-pro-price-cut-75-percent
3•gmays•40m ago•0 comments

Solari: Realtime Raytracing in Bevy 0.19

https://jms55.github.io/posts/2026-04-12-solari-bevy-0-19/
1•phsilva•40m ago•0 comments

What Happens When Jails and Prisons Make Phone Calls Free?

https://www.thenation.com/article/society/jails-prisons-phone-calls-free/
3•petethomas•40m ago•0 comments

Agents can now create Cloudflare accounts, buy domains, and deploy

https://blog.cloudflare.com/agents-stripe-projects/
13•rolph•43m ago•2 comments

I built a platform where agents own rooms and earn money

https://www.botcord.chat/
2•6174•43m ago•0 comments

Qwe (kiwi): lightweight, flexible, file-first version/revision control system

https://github.com/mainak55512/qwe
2•thunderbong•45m ago•0 comments

Not sure how to view or share your Claude Code sessions? Drop them right here

https://specious.github.io/obsession/
2•specious•55m ago•0 comments

Carbon dioxide levels in the atmosphere just hit a 'depressing' new record

https://www.scientificamerican.com/article/carbon-dioxide-levels-in-the-atmosphere-just-hit-a-dep...
5•rolph•56m ago•0 comments

Why is southern Italy poorer than northern Italy?

https://statsandsociety.substack.com/p/fully-explaining-the-italian-south
6•paulpauper•58m ago•2 comments

Arthur Brooks on Reinvention, Religion, and the Science of Happiness (Ep. 274)

https://conversationswithtyler.com/episodes/arthur-brooks/
2•paulpauper•59m ago•0 comments

From Tiny Seed to Towering Sequoia: How Purdue Hackers Changed My Life

https://www.jackhogan.me/blog/from-tiny-seed-to-towering-sequoia
3•j0h120311•59m ago•0 comments

93k Layoffs in 2026

https://layoffs.fyi/
7•mgh2•1h ago•0 comments

SEC moves to scrap quarterly reporting requirement

https://www.ft.com/content/3560d1e3-8271-453f-84d6-4a875b9efd98
5•petethomas•1h ago•0 comments

Study to date on school phone bans

https://marginalrevolution.com/marginalrevolution/2026/05/the-best-study-to-date-on-school-phone-...
4•paulpauper•1h ago•1 comments

MCP Steroid – Give AI the whole IDE, not just the files

https://mcp-steroid.jonnyzzz.com/
3•crummy•1h ago•0 comments

The Pope Had to Call Customer Service

https://www.nytimes.com/2026/05/05/us/pope-leo-xiv-bank-customer-service.html
2•osnium123•1h ago•2 comments

Anthropic moral dev said AI overcorrection could address historical injustices

https://www.foxnews.com/politics/anthropics-moral-compass-architect-suggested-ai-overcorrection-c...
4•like_any_other•1h ago•3 comments
Open in hackernews

Show HN: ToolRegistry – A Python Library for Structured Tool Integration

https://github.com/Oaklight/ToolRegistry
3•Oaklight•12mo ago

Comments

Oaklight•12mo 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•11mo 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•11mo ago
what's GTM?
venk12•11mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.