frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

MicroVM sandbox solves one problem well, but not the agent security problem

https://decodebytes.substack.com/p/why-your-microvm-sandbox-solves-a
1•decodebytes•1m ago•0 comments

Netflix, A24 and Focus Pass on Luca Guadagnino's Movie 'Artificial'

https://variety.com/2026/film/global/luca-guadagnino-artificial-sam-altman-netflix-a24-mubi-12367...
1•theanonymousone•1m ago•0 comments

Chatting with an AI Won't Make You a Top Programmer

https://lemire.me/blog/2026/06/21/chatting-with-ai-wont-make-you-a-top-programmer/
1•jjgreen•2m ago•0 comments

MMTk – Memory Management Toolkit

https://www.mmtk.io/
1•smartmic•4m ago•0 comments

Mark Zuckerberg wants to replace your phone with (10 years of work)

https://thenewassociationwebmasters.blogspot.com/2026/06/mark-zuckerberg-wants-to-replace-your.html
1•laurentlof•5m ago•1 comments

Why everyone is talking about real-time analytics

https://clickhouse.com/blog/why-everyone-is-talking-about-real-analytics-yellow-company
2•saisrirampur•9m ago•0 comments

Polymarket reportedly paid people to post fake videos of themselves placing bets

https://www.theverge.com/tech/953285/polymarket-fake-viral-video-bets
2•thm•10m ago•0 comments

Horus – Zero-dependency C++ CLI for malware IOC analysis and enrichment

https://github.com/mobinert/horus
1•fergalina•12m ago•0 comments

Introducing ZSoftly Cloud Platform, a Canadian public cloud

https://zcp.zsoftly.ca/blog/introducing-zsoftly-cloud-platform/
1•dckzs•12m ago•1 comments

The Case Against Travel (2023)

https://www.newyorker.com/culture/the-weekend-essay/the-case-against-travel
2•thm•14m ago•0 comments

Student Cheating Is Becoming Impossible to Detect in an A.I. Era

https://www.nytimes.com/2026/06/18/us/ai-apps-students-cheat.html
1•apparent•15m ago•2 comments

Sisu: The Finnish art of inner strength

https://www.bbc.com/worklife/article/20180502-sisu-the-finnish-art-of-inner-strength
1•Tomte•16m ago•0 comments

See How Owning a Home Is Getting More Expensive in Every Way

https://www.wsj.com/economy/housing/home-ownership-costs-charts-7fe04eb3
2•fortran77•23m ago•0 comments

Hunting Million-Digit Primes from My Loft

https://primecrunch.com/blog/2/hunting-million-digit-primes-from-my-loft
2•andyhedges•23m ago•0 comments

Analyst Kit (YC W23): Turn your Claude / Codex into an investment analyst (Free)

https://github.com/mohitjandwani/analyst-kit
2•mohitjandwani•23m ago•3 comments

DeFi Theater: Why Polymarket's Incentives Don't Reward the Truth

https://omarabid.com/polymarket-bet/
2•csomar•28m ago•0 comments

Now my wife and I trade together

https://magzimof.com/trading-together/
1•shaimagz•32m ago•0 comments

Venture Debt for Deep Tech: Financing the Future

https://www.latimes.com/b2b/banking-finance/story/2026-06-21/venture-debt-deep-tech-funding
4•petethomas•36m ago•0 comments

The end of public frontier models

https://steve-yegge.medium.com/the-flat-curve-society-36c8b01eb33b
3•AndrewSwift•37m ago•2 comments

Show HN: Claude Code skills that encode a staff engineer's setup, not prompts

https://staffengineer.dev/
1•pro_methe5•40m ago•0 comments

PE Owners Tap a Hot Loan Market to Pay Themselves

https://www.bloomberg.com/news/articles/2026-06-20/pe-owners-tap-a-hot-loan-market-to-pay-themsel...
2•petethomas•41m ago•0 comments

The Branch Nobody Reads

https://magzimof.com/olive-branches/
1•shaimagz•41m ago•0 comments

Show HN: Pure Effect – Reproduce production bugs on your laptop without a DB

https://pure-effect.org
1•tie-in•45m ago•0 comments

Bistro: A general purpose oracle for macroeconomic time series

https://www.bis.org/publ/qtrpdf/r_qt2603d.htm
1•bryanrasmussen•47m ago•0 comments

Turbo C

https://en.wikipedia.org/wiki/Turbo_C
2•tosh•48m ago•0 comments

Engine that finds hidden costs in paid ads your platform never reports

https://alloceraintelligence.com/
1•allo1•50m ago•0 comments

Show HN: Vexyn – browser-only privacy tools with local AI (WebGPU)

https://vexyn.app/
1•andreicristi88•50m ago•0 comments

The Out N' About Walks Store

https://lopespm.com/notes/2026/06/21/out_and_about.html
1•nate•51m ago•0 comments

Health insurance claim denial rates range from 13% to 35% by insurer

https://www.randalolson.com/2026/06/16/aca-insurer-claim-denial-rates/
38•brandonb•54m ago•21 comments

Workspace, Runtime, and Directories – Designing an Agent Orchestration Library

https://ffacu.dev/blog/designing-agents-environment
1•ffacu•54m ago•1 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.