frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Tampo – One app for personal tasks and team projects

https://tampoapp.com
1•AbdullahSheraz•13s ago•0 comments

We found CRISPR targets in genomic 'dead zones' using semiprime factorization"

https://github.com/Joedaddy66/integer-resonance-crispr
1•JOEDADDY66•1m ago•0 comments

How to Clean Up Your Rails Logs: Ignoring Benign SQL Warnings

https://blog.saeloun.com/2025/11/27/sql-warnings-ignored-error-codes-rails/
1•amalinovic•2m ago•0 comments

Show HN: I got tired of doing SEO work so I automated it

https://www.blogseo.io
1•vincejos•5m ago•0 comments

How to Deal with AI Restrictions When Upscaling Images

https://ivanca.github.io/programming/2025/11/26/bypass-ai-upscalint-restrictions/
1•AmbroseBierce•6m ago•0 comments

Major LLMs fabricate evidence when presented with governance critiques

https://zenodo.org/records/17728992
3•mikeup91•16m ago•1 comments

New research highlights a shortage of male mentors for boys and young men

https://www.psypost.org/new-research-highlights-a-shortage-of-male-mentors-for-boys-and-young-men/
9•ashishgupta2209•23m ago•0 comments

Using Claude to create a bootable Forth OS

https://isene.org/2025/11/SimplicityOS.html
2•veltas•33m ago•0 comments

My Rebuttal to Simon Cowell's Rolling Stone Statement

https://twitter.com/katiewaissel24/status/1993828722500055299
2•mellosouls•33m ago•0 comments

Claude Opus 4.5, and why evaluating new LLMs is increasingly difficult

https://simonwillison.net/2025/Nov/24/claude-opus/
2•jonesn11•35m ago•0 comments

AuthenticImage – Detect AI-Generated / Fake / Edited Images (100 users on day 1)

https://authenticimage.site/
1•CrazyCompiler01•36m ago•1 comments

Finding a private self hosted Google Photos alternative that doesn't track me

https://alternativeto.net/news/2025/11/finding-a-private-self-hosted-google-photos-alternative-th...
1•elliot_a•36m ago•0 comments

The EU's Silent Assault on Human Dignity

https://twitter.com/yrschrade/status/1989718227690119560
2•nailer•38m ago•0 comments

Adventures in live booting Linux distributions (2014)

https://major.io/p/adventures-in-live-booting-linux-distributions/
1•transpute•42m ago•0 comments

Don't tell me RAG is easy

https://major.io/p/devconf-rag/
2•transpute•42m ago•0 comments

U.S. to Charge International Tourists $100 to Visit National Parks

https://skift.com/2025/11/26/u-s-to-charge-international-tourists-100-to-visit-national-parks/
1•decimalenough•42m ago•1 comments

Show HN: Pg_AI_query – AI powered SQL inside PostgreSQL

https://github.com/benodiwal/pg_ai_query
1•benodiwal•47m ago•0 comments

Leaked Celebrite Android Payload

https://donotsta.re/notice/B0etpuWyWytSdbRnTU
1•Aissen•47m ago•0 comments

Coffee Making

https://tldp.org/HOWTO/html_single/Coffee/
1•Lunar5227•48m ago•0 comments

Chinese businesses are transforming Mexico City's poshest neighborhood

https://restofworld.org/2025/chinese-tech-companies-mexico-city/
1•Brajeshwar•51m ago•0 comments

Founder-led sales, from the perspective of a Founder, leading sales

https://substack.com/inbox/post/180021176
1•mnbbrown•54m ago•0 comments

OpenDesk 1.10. Enhanced security architecture

https://www.opendesk.eu/en/blog/opendesk-1-10
2•doener•58m ago•0 comments

Apple Asks Indian Court to Block Antitrust Law Allowing $38B Fine

https://macmegasite.com/2025/11/26/apple-asks-indian-court-to-block-antitrust-law-allowing-38-bil...
2•Brajeshwar•59m ago•0 comments

Tell HN: Stall AI progress for the benefit of humanity

5•blutoot•1h ago•5 comments

Show HN: Whisper Money – A privacy‑first, E2E encrypted personal finance app

https://github.com/whisper-money/whisper-money
1•falcon_•1h ago•0 comments

Show HN: Flux 2–High-Fidelity Image Generation with Multi-Reference Consistency

https://www.fluxproai.net/?i=d1d5k
2•lu794377•1h ago•0 comments

Show HN: Fixing LLM memory degradation in long coding sessions

https://github.com/robertomisuraca-blip/LLM-Entropy-Fix-Protocol
2•robertomisuraca•1h ago•0 comments

Tell HN: DuckDuckGo doesn't have bangs for Chatbots like ChatGPT, Grok, Gemini

2•faebi•1h ago•1 comments

Record Club: indie social network for music lovers

https://record.club/
1•thwg•1h ago•1 comments

RL is more information inefficient than you thought

https://www.dwarkesh.com/p/bits-per-sample
2•cubefox•1h ago•0 comments
Open in hackernews

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

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

Comments

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