frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Is Germany's gold safe in New York? [video]

https://www.dw.com/en/is-germanys-gold-safe-in-new-york/video-75766873
1•KnuthIsGod•35s ago•0 comments

Śmigus-Dyngus (Wet Monday) – A Celebration Today in Poland and Ukraine

https://en.wikipedia.org/wiki/%C5%9Amigus-dyngus
1•stared•59s ago•0 comments

Show HN: I built a self-writing book on agentic coding

https://aipatternbook.com/
1•wolfsir•2m ago•0 comments

Skil.gg / Micro-gaming platform for coins

https://skil.gg
1•degecko•5m ago•0 comments

Dora – State of AI-assisted Software Development 2025 [pdf]

https://services.google.com/fh/files/misc/2025_state_of_ai_assisted_software_development.pdf
1•Topfi•6m ago•0 comments

Aftonbladet Is Monetizing Your Privacy

https://www.assured.se/posts/monetizing-privacy
1•tobr•6m ago•0 comments

Rethinking Pair Programming in the Age of AI

https://learnings.aleixmorgadas.dev/p/rethinking-pair-programming-in-the
1•PretzelFisch•7m ago•0 comments

Tell HN: I fine-tuned Gemma 4 so fast I missed it

1•logicallee•7m ago•0 comments

Sam Altman's Superintelligence New Deal

https://www.axios.com/2026/04/06/behind-the-curtain-sams-superintelligence-new-deal
1•sseagull•7m ago•0 comments

Nexus – Stress-test any business decision with 1k AI agents

https://nexus-sim.ink/
1•youngyankee•8m ago•0 comments

The Day a Single Command Broke the Internet – AWS S3 Outage (2017)

https://onlytech.boo/incident/the-day-a-single-command-broke-the-internet-aws-s3-outage-2017-mnmz...
1•vednig•9m ago•0 comments

Rules for using unreviewed AI-generated code

https://peterlavigne.com/writing/rules-for-unreviewed-ai-generated-code
1•peterlavigne•10m ago•0 comments

Show HN: Tiny shell aliases for systemctl/journalctl with installable verbs

https://github.com/ccdale/systemd-helpers/blob/main/README.md
1•ccdale•12m ago•0 comments

Google Proposes JSIR as a High-Level IR for JavaScript

https://www.phoronix.com/news/Google-LLVM-JavaScript-IR-JSIR
1•bundie•15m ago•0 comments

Cracking a Malvertising DGA from the Device Side

https://www.buchodi.com/cracking-a-malvertising-dga-from-the-device-side/
1•lmbbuchodi•16m ago•0 comments

Sam Altman May Control Our Future – Can He Be Trusted?

https://www.newyorker.com/magazine/2026/04/13/sam-altman-may-control-our-future-can-he-be-trusted
1•adrianhon•17m ago•0 comments

NoStarch: No Login Link?

https://nostarch.com/
1•paedubucher•19m ago•1 comments

Why Is America Sending Astronauts Around the Moon and Not on It?

https://twitter.com/sadiq_toobam/status/2041087678188302395
1•Toobam•19m ago•0 comments

Age Verification as Mass Surveillance Infrastructure

https://tboteproject.com/surveillancefindings/
4•rurban•21m ago•0 comments

The Number of Law-School Grads Getting Extra Time for the Bar Exam Is Surging

https://www.wsj.com/us-news/education/bar-exam-extra-time-696cfd11
1•cebert•22m ago•1 comments

KDE is bringing back the Oxygen and Air themes, here's what they look like

https://www.neowin.net/news/kde-is-bringing-back-the-oxygen-and-air-themes-heres-what-they-look-l...
2•bundie•24m ago•0 comments

No Human Error (Comic)

https://nullwing.com/comics/13/no-human-error/
1•greyblake•25m ago•1 comments

A single equation for intelligence – from quantum mechanics to AGI in 5 axioms

https://holon.sh/
1•old8man•25m ago•0 comments

Senior engineer best practice for scaling yourself with Claude Code

https://www.reddit.com/r/ClaudeCode/s/ppF2cGWQsi
3•bgnm2000•26m ago•0 comments

DLPack

https://dmlc.github.io/dlpack/latest/
1•tosh•32m ago•0 comments

CS146S: The Modern Software Developer

https://themodernsoftware.dev/
1•pramodbiligiri•36m ago•0 comments

Card Modeling FAQ (2002)

https://www.cardfaq.org/faq/
1•exvi•37m ago•0 comments

Custom Paper Pocket Yachts

https://custompaperpocketyachts.k-j-g.com/
1•exvi•43m ago•0 comments

How to Improve Task Switching Without Dremeling Holes in Your Skull

https://pravles.substack.com/p/writers-block-is-a-process-defect
1•pravles•43m ago•0 comments

Power Tools

https://jorviksoftware.cc/notes/2026/04/06/power-tools
1•jonathan_hollin•44m 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•10mo ago
what's GTM?
venk12•10mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.