frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Building a custom octocopter from scratch with no prior hardware experience

https://karolina.mgdubiel.com/drone/
1•noleary•2m ago•0 comments

Chinese cars go blacker than black via hybrid nano tech

https://newatlas.com/automotive/ultra-black-cb-cnt-hybrid-coating-robust-cars/
1•breve•4m ago•0 comments

AI Is Making Silicon Valley Productive, Anxious and Afraid to Log Off

https://www.bloomberg.com/news/articles/2026-06-26/ai-anxiety-is-fueling-burnout-across-silicon-v...
1•uzyn•6m ago•0 comments

The human eye may hold the fix for self-driving cars

https://newatlas.com/technology/eye-inspired-photomemristor-self-driving-cars/
1•breve•6m ago•0 comments

I wrote a free book about Scripture, AI, and language

https://wordnamefire.com/
1•seomister7•7m ago•0 comments

Pollen tried to remove my article and Google is assisting

https://blog.pragmaticengineer.com/pollen-tried-to-remove-my-article-about-callum-negus-fancey-an...
2•lolinder•15m ago•0 comments

Attention is all we have

https://davidbessis.substack.com/p/attention-is-all-we-have
1•gmays•15m ago•0 comments

Exposed DB, Exposed Credentials, Exposed KEV Exposures, Subdomain Takeover

1•gladiator291288•19m ago•0 comments

Annotation and the Malleability of Software

https://azlen.me/stories/annotation-story/
1•handfuloflight•20m ago•0 comments

Study highlights CERN's socio-economic contributions as a global research hub

https://home.cern/new-study-highlights-cerns-socio-economic-contributions-as-a-global-research-hub/
1•visha1v•24m ago•0 comments

A plane crashed into tallest skyscraper in Beijing.Hours later,all news scrubbed

https://www.cnn.com/2026/06/27/china/beijing-plane-crash-citic-tower-censorship-china-intl-hnk
2•Markoff•24m ago•2 comments

You can export/import passkeys now, but only on iOS

https://danfabulich.medium.com/you-can-export-import-passkeys-now-but-only-on-ios-3b90cddf5fe6
1•dfabulich•25m ago•0 comments

Virtual AI police chief introduced in Osaka amid rising imposter scams

https://mainichi.jp/english/articles/20260627/p2g/00m/0na/029000c
1•rawgabbit•32m ago•0 comments

Make Reality Answer [pdf]

https://hari.computer/book.pdf
4•markovblanket•40m ago•3 comments

Working around dragons with the Lemote Yeeloong laptop and OpenBSD

http://oldvcr.blogspot.com/2026/06/working-around-dragons-with-lemote.html
3•classichasclass•43m ago•0 comments

Alzheimers: The undiscovered country from whose bourn no traveler returns (2007)

https://www.rogerebert.com/reviews/away-from-her
2•walterbell•44m ago•0 comments

AI Realtime Commentator for the World Cup

https://twitter.com/zicohacks/status/2070401037018788301
4•aurenvale•49m ago•0 comments

The Unglamorous Side of Rust Web Development

https://blog.jetbrains.com/rust/2026/06/25/rust-web-development-2026/
7•vilasa•53m ago•1 comments

Ketogenic diets slow melanoma growth in vivo

https://link.springer.com/article/10.1186/s40170-022-00288-7
3•koolba•54m ago•2 comments

Improved LLM as a Judge Techniques

https://arxiv.org/abs/2606.27226
2•haritha1313•1h ago•0 comments

GSD – Open-source, local-first task manager built on the Eisenhower matrix

https://gsdtaskmanager.com/
2•vscarpenter•1h ago•0 comments

We can't retrain our way out of AI's economic disruption

https://mollykinder2.substack.com/p/we-cant-retrain-our-way-out-of-ais
2•keeda•1h ago•0 comments

Ford hired AI and sacked humans. It backfired badly

https://www.the-independent.com/tech/ford-ai-automation-human-workers-b3003787.html
33•speckx•1h ago•11 comments

Monlite – documents, vectors, cache, and job queue in one SQLite file

https://github.com/qataruts/monlite
4•emadjumaah•1h ago•0 comments

Bypass Protocol: The NDC Architecture Middleware Trap

https://www.youtube.com/watch?v=d4yvhpcXAzU
2•tgold8888•1h ago•0 comments

Show HN: Git-temp – scratchpad folder for AI agents; doesn't clutter Git status

https://github.com/sebmellen/git-temp
3•sebmellen•1h ago•0 comments

Deburr Edge Cases Skill: Make coding agents systematize their local code

https://github.com/imbue-ai/rust-bucket/blob/main/.agents/skills/deburr-edge-cases/SKILL.md
2•nvader•1h ago•0 comments

Yap – free offline voice dictation for Mac/Windows/Linux (Wispr Flow alt)

https://github.com/AkuchiS/yap
3•AkuchiS•1h ago•0 comments

Powerful Anthropic model, Fable 5, on track to return soon

https://www.axios.com/2026/06/27/anthropic-fable-5-return-soon
3•chris_overseas•1h ago•0 comments

An argument with Om about Wired spawned this newsletter. RIP brother

https://crazystupidtech.com/2026/06/27/how-an-argument-with-om-spawned-this-newsletter-rip-brother/
2•rmason•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.