frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Quikdown – 17 KB bidirectional Markdown parser and rich-fence editor

https://github.com/deftio/quikdown
1•deftio•1m ago•0 comments

Now that your newsletter is AI-generated, I've Unsubscribed

https://idiallo.com/blog/unsubscribed-from-ai-generated-newsletters
1•nenadpantelic•1m ago•0 comments

All 4,582 abhangs of Sant Tukaram, translated and theme-mapped with AI

https://sant.ajinkya.ai/tukaram
1•csmonk•1m ago•0 comments

Built a rival to the largest fanfiction platforms – alone, at 17

https://obaid.wtf/jotbook/2026/06/20/built-a-rival-to-the-worlds-largest-fanfiction-platforms.html
1•pknerd•2m ago•0 comments

Where Do India's IPO-Bound Founders Come From?

https://www.dealflowiq.com/p/what-indias-ipo-founders-actually
1•koolhead17•3m ago•0 comments

Show HN: Show HN: Kage – A framework to AI agent collaborate memory

https://kage-core.com/
1•kage18•3m ago•0 comments

Improvements to Std:Format in C++26

https://mariusbancila.ro/blog/2026/06/19/improvements-to-stdformat-in-c26/
1•jandeboevrie•9m ago•0 comments

Windows UI evolution: Clicking an unassociated file

https://movq.de/blog/postings/2026-06-20/0/POSTING-en.html
1•jandeboevrie•11m ago•0 comments

The Omnipod 5 insulin pump has been cracked by open source developers

https://nightscout.github.io/omnipod-five/
1•rcgy•13m ago•1 comments

Continuous Quaternion Delta Encoding

https://biochainai.substack.com/p/the-math-of-motion-visualizing-continuous
1•BioChainAI•22m ago•0 comments

Ethereum: Still Chasing Sovereignty

https://twitter.com/i/status/2068429073429287373
2•johnpradeep•32m ago•0 comments

See if you are in the weights of super intelligence

https://intheweights.com/
1•rishabhpoddar•38m ago•1 comments

Ask HN: If AI didn't exist, what would you be building today?

4•akashwadhwani35•48m ago•4 comments

The Pneumatic Tube Mail System in New York City

https://www.untappedcities.com/pneumatic-tube-mail-new-york-city/
1•thunderbong•50m ago•0 comments

The 100k Whys of AI

https://lcamtuf.substack.com/p/the-100000-whys-of-ai
19•surprisetalk•50m ago•2 comments

Show HN: Image Tools Hub – A Curated Directory of AI Image Tools

https://imgtoolshub.com
1•jtnt101•53m ago•0 comments

Systemd v261 Released

https://github.com/systemd/systemd/releases/tag/v261
3•zdkaster•54m ago•1 comments

SUV buyers undeterred by warnings of risk to pedestrians

https://www.theguardian.com/world/2026/jun/20/suv-risks-warnings-road-safety-buyers-uk-study
4•lambdaone•54m ago•1 comments

Lo and Behold, Reveries of the Connected World (Werner Herzog) [video]

https://www.youtube.com/watch?v=q3g3hqNJqpQ
1•david_shi•55m ago•0 comments

Proof of AGI is the impossibility of evals

https://thewatershed.markpesce.com/quacks-ergo-duck/
1•mpesce•56m ago•1 comments

Mark-of-the-web and pinning installers to sites

https://blog.randomoracle.io/2026/06/20/mark-of-the-web-and-pinning-installers-to-sites/
1•jandeboevrie•1h ago•0 comments

The videogame market is as big as ever, with PC leading growth [pdf]

https://resources.newzoo.com/hubfs/Newzoo%20-%20GMRF%20Q2%202026%20Analyst%20Update.pdf
1•HelloUsername•1h ago•0 comments

Earthquake gate stopping a San Andreas disaster under highest stress in 1K years

https://www.cnn.com/2026/06/19/weather/san-andreas-fault-record-stress-in-1000-years-earthquake-l...
1•mikhael•1h ago•0 comments

OCaml 5.5 Released

https://discuss.ocaml.org/t/ocaml-5-5-0-released/18265
3•azhenley•1h ago•0 comments

FFmpegKit NDK r26c patch and maintained Android fork

https://github.com/ffmpegkit-maintained/ffmpeg-kit
1•FFmpegKit•1h ago•0 comments

How do we prevent Bitrot?

https://notgull.net/bitrot/
1•dmit•1h ago•0 comments

Show HN: Shelve – Native macOS menu bar app that auto-organizes your Downloads

https://github.com/DanielZ1-tech/shelve
1•danielzx1•1h ago•0 comments

Ask HN: Would you let your AI coding agent profile and optimize autonomously?

1•connollystr•1h ago•0 comments

He made your free video player run smoothly. Now he's doing that for robots

https://techcrunch.com/2026/06/19/he-made-your-free-video-player-run-smoothly-now-hes-doing-that-...
1•XzetaU8•1h ago•0 comments

Principles and Practice of Deep Representation Learning [pdf]

https://ma-lab-berkeley.github.io/deep-representation-learning-book/assets/book-main.pdf
2•t_serpico•1h ago•0 comments
Open in hackernews

A Critical Look at "A Critical Look at MCP."

https://docs.mcp.run/blog/2025/05/16/mcp-implenda-est/
33•palmfacehn•1y ago

Comments

nip•1y ago
> Further, one of the issues with remote servers is tenancy

Excellent write-up and understanding of the current state of MCP

I’ve been waiting for someone to point it out. This is in my opinion the biggest limitation of the current spec.

What is needed is a tool invocation context that is provided at tool invocation time.

Such tool invocation context allows passing information that would allow authorizing, authentication but also tracing the original “requester”: think of it as “tool invoked on behalf of user identity”

This of course implies an upstream authnz that feeds these details and more.

If you’re interested in this topic, my email is in my bio: I’m of the architect of our multi-tenant tool calling implementation that we’ve been running in production for the past year with enterprise customers where authnz and auditability are key requirements.

jensneuse•1y ago
The way we've solved this in our MCP gateway (OSS) is that the user first needs to authenticate against our gateway, e.g. by creating a valid JWT with their identity provider, which will be validated using JWKS. Now when they use a tool, they must send their JWT, so the LLM always acts in their behalf. This supports multiple tenants out of the box. (https://wundergraph.com/mcp-gateway)
Yoric•1y ago
Is this really hard to code?

I mean, converting a tool-less LLM into a tool-using LLM is a few hundred lines of code, and then you can plug all your tools, with whichever context you want.

nip•1y ago
Indeed very easy to code!

My point is about the need for a spec of this mechanism: without a spec, every company / org will roll out their own and result in 500 flavors of the same concept.

That’s where MCP shines: tool calling and tool discovery is already 1.5 years old (an eternity in ai land).

The MCP spec ensures that we can all focus on solving problems with tool calling rather than wasting time in cobbling together services that re not interoperable (because developed without a common spec / standard)

__loam•1y ago
This is an advertisement
tomrod•1y ago
I wish this were critical, but it is an ad for MCP.run.
nip•1y ago
It’s both in my opinion and discussions can stem from the linked article

Many come to HN also for the comments

palmfacehn•1y ago
Personally, I'm not a fan. I thought the proponent's view might stimulate a discussion.
FunnyLookinHat•1y ago
> Server authors working on large systems likely already have an OAuth 2.0 API.

I think this biases towards sufficiently large engineering organizations where OAuth 2.0 was identified as necessary for some part of their requirements. In most organizations, they're still using `x-<orgname>-token` headers and the like to do auth.

I'm not sure that there's a better / easier way to do Auth with this use case, but it does present a signficant hurdle to adoption for those who have an API (even one ready for JSON-RPC!) that is practically ready to be exposed via MCP.

motorest•1y ago
> I think this biases towards sufficiently large engineering organizations where OAuth 2.0 was identified as necessary for some part of their requirements. In most organizations, they're still using `x-<orgname>-token` headers and the like to do auth.

I don't think that's it. Auth is a critical system in any organization, and larger organizations actually present more resistance to change, particularly in business critical areas. If anything, smaller orgs gave an easier time migrating critical systems such as authentication.

hirsin•1y ago
Touching on tenancy and the "real" gaps in the spec does help push the discussion in a useful direction.

https://vulnerablemcp.info/ is a good collection of the immediately obvious issues with the MCP protocol that need to be addressed. A couple low blows in there, that feel a bit motivated to make MCP look worse, but generally a good starting point overall.

owebmaster•1y ago
This post has too many "shameless plugs" to be taken seriously.
smitty1e•1y ago
Serious question:

If doing an extended, service-level session (like a GPT interaction) with a server known beforehand, would it make sense to set up a keypair and manage the interaction over SSH?

Restated: are we throwing away a lot of bandwidth establishing TLS trust for the more general HTTP?