frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Logseq is splitting into two versions

https://logseq.io/page/b2ad9ce1-9cb7-4436-8083-54cb4516d324/df4dc09d-0a12-4c87-904e-22a9bf4c350a
1•microflash•55s ago•0 comments

Blaster Beam (Musical Instrument)

https://en.wikipedia.org/wiki/Blaster_beam
1•hyperific•1m ago•0 comments

Ukraine says it shot down 33,000 Russian drones in March, a monthly record

https://apnews.com/article/russia-ukraine-war-drone-attacks-oil-06edbc9666fe0681fa0930affc475e9b
1•MilnerRoute•1m ago•0 comments

Stride and prejudice: How a 32-bit overflow corrupted a CUDA kernel

https://www.ai21.com/blog/vllm-cuda-integer-overflow/
1•kjeetgill•10m ago•0 comments

Show HN: ClusterdOS – Kubernetes without the platform team

https://gitlab.com/aranya-tech/public/clusterdos
2•druid•12m ago•0 comments

Oracle, BorderPlex, Bloom Energy to Power Data Centers with Clean Fuel Cell Tech

https://www.oracle.com/news/announcement/oracle-borderplex-and-bloom-energy-to-power-project-jupi...
1•plun9•16m ago•0 comments

British station doesn't get updated train information, but pub does

https://www.trains.com/pro/passenger/british-station-doesnt-get-updated-train-information-but-pub...
3•reaperducer•16m ago•0 comments

Hacktron Review – code reviewer that acts like a security engineer

https://www.hacktron.ai/blog/introducing-hacktron-review
1•zeyu1337•17m ago•0 comments

Lawyers for Sam Altman's sister quit representing her in lawsuit vs. OpenAI CEO

https://nypost.com/2026/04/27/business/sam-altmans-sister-loses-lawyers-in-her-sex-abuse-lawsuit-...
2•1vuio0pswjnm7•18m ago•0 comments

Namecheap vs. Porkbun vs. Dynadot: .io domain pricing compared (2026)

https://nametracker.fyi/blog/namecheap-vs-porkbun-vs-dynadot-io-pricing
1•mithuns911•19m ago•1 comments

LightInk – ESP32, solar-powered E-ink smartwatch with 10 months battery life

https://www.cnx-software.com/2026/04/26/lightink-an-esp32-based-solar-powered-e-ink-smartwatch-wi...
2•felixr•22m ago•0 comments

Nvidia executive says AI is more expensive than paying human workers

https://fortune.com/2026/04/28/nvidia-executive-cost-of-ai-is-greater-than-cost-of-employees/
3•cdrnsf•23m ago•3 comments

Tucows

https://en.wikipedia.org/wiki/Tucows
1•derwiki•24m ago•0 comments

Carrot Disclosure: Forgejo

https://dustri.org/b/carrot-disclosure-forgejo.html
1•bo0tzz•24m ago•0 comments

From Psychologist to Developer to Founder

1•Tiredbuthopeful•31m ago•0 comments

Your Terminal Is Burning Battery Like It's Mining Bitcoin

https://www.frr.dev/posts/terminal-gpu-battery-macbook-ghostty-iterm2/
4•droidjj•32m ago•1 comments

The Building Block Economy

https://mitchellh.com/writing/building-block-economy
2•SupremumLimit•32m ago•0 comments

Pebble – Menu-bar text polisher running on local Ollama

https://github.com/gashiartim/pebble
2•artimgashi•34m ago•0 comments

"Today, OIGatHHS announced that Dr. Morens has been arrested and charged"

https://twitter.com/SenRonJohnson/status/2049125374437548070
1•panny•38m ago•1 comments

Infrasound exposure is linked to aversive responding, negative appraisal

https://www.frontiersin.org/journals/behavioral-neuroscience/articles/10.3389/fnbeh.2026.1729876/...
1•_Microft•38m ago•0 comments

Building an AI-Native Company

https://darkport.co.uk/blog/on-building-an-ai-native-company/
3•darkport•38m ago•1 comments

Musk: "The reason OpenAI exists is because Larry Page called me a specieist"

https://www.nytimes.com/live/2026/04/28/technology/openai-sam-altman-elon-musk-trial
4•johnbarron•41m ago•1 comments

Prosperity Doctrine alive and well, thanks

https://expletives.noblogs.org/
1•NotMattDrudge•42m ago•0 comments

GitSocial

https://gitsocial.org/
1•delf•42m ago•1 comments

In Texas, portal to early universe enabled by largest dark-sky reserve on Earth

https://www.nytimes.com/2026/04/22/science/astronomy-hetdex-dark-sky-energy.html
1•bookofjoe•42m ago•1 comments

The Covid-19 vaccine paper the CDC censored

https://insidemedicine.substack.com/p/exclusive-heres-the-covid-19-vaccine
3•zzzeek•46m ago•0 comments

Hospital CEOs defend charging patients more at facilities

https://www.nbcnews.com/health/health-news/hospital-ceos-defend-charging-patients-facilities-rcna...
3•ceejayoz•46m ago•0 comments

World's First conversational AI skills assessment

1•Ozzie-D•47m ago•0 comments

Google inks Pentagon deal despite uproar employees warn of 'irreparable damage'

https://nypost.com/2026/04/28/business/google-inks-pentagon-deal-for-classified-ai-work-despite-u...
2•1vuio0pswjnm7•48m ago•0 comments

Finding Vulnerabilities with Warden

https://cra.mr/finding-vulnerabilities-with-warden/
1•ezekg•53m ago•0 comments
Open in hackernews

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

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

Comments

Oaklight•11mo 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.