frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Reclip – Download videos from almost any website

https://github.com/averygan/reclip
1•the-mitr•1m ago•0 comments

The Second Wave of the API-First Economy

https://brandur.org/second-wave-api-first
1•surprisetalk•1m ago•0 comments

A Silver Lining of Slop

https://brennan.io/2026/05/04/llmfree/
1•ibobev•2m ago•0 comments

Minimal Viable Zig Error Contexts

https://matklad.github.io/2026/05/03/zig-error-context.html
2•ibobev•2m ago•0 comments

A digital photo frame written in Lisp

http://forum.ulisp.com/t/a-digital-photo-frame-written-in-lisp/1870
1•chrisjj•2m ago•0 comments

Access your Docker Compose services via easy-to-remember names

https://chuniversiteit.nl/operations/reverse-proxy-for-docker-compose
1•ibobev•3m ago•0 comments

SpaceX is starting to move on from the most successful rocket

https://arstechnica.com/space/2026/05/spacex-is-starting-to-move-on-from-the-worlds-most-successf...
1•Brajeshwar•3m ago•0 comments

Peon-Ping

https://github.com/PeonPing/peon-ping
1•skibz•5m ago•0 comments

The ROKR wooden typewriter: a closer look

http://writingball.blogspot.com/2026/05/the-rokr-wooden-typewriter-closer-look.html
1•speckx•7m ago•0 comments

The Future of Testing Is Here (Testkube AI Launch)

https://www.accessnewswire.com/newsroom/en/computers-technology-and-internet/testkube-redefines-t...
1•evwitmer•7m ago•0 comments

Show HN: Native-Like 'two fingers' navigation gestures for Java Swing on macOS

https://github.com/anticleiades/swing-fluid-swipe
1•anticleiades•8m ago•2 comments

Show HN: CloudCent – Estimate Cloud Costs Before Coding

https://github.com/OverloadBlitz/cloudcent-cli
4•cover3•9m ago•0 comments

Skyroot vira 1ª space-tech da Índia avaliada em $1 bi com apoio global

https://www.reuters.com/science/indias-skyroot-becomes-first-1-bln-space-tech-startup-with-gic-sh...
1•01-_-•10m ago•0 comments

Show HN: Flow Timer – A simple sequential timer without bloat for timeboxing

https://timer.bryanhogan.com/
1•bryanhogan•10m ago•1 comments

A 481-meter-high landslide-tsunami in a cruise ship–frequented Alaska fjord

https://www.science.org/doi/10.1126/science.aec3187
1•croes•11m ago•0 comments

Robot Brain for Smol Brain

https://intuitably.com/2026/05/06/ai_brain_for_smol_brain.html
1•secretsinger•11m ago•0 comments

Optimizing Memory Access in NIR

https://www.collabora.com/news-and-blog/blog/2026/05/07/optimizing-memory-access-in-nir/
1•losgehts•12m ago•0 comments

The Serial TTL connector we deserve

https://kohlschuetter.github.io/blog/posts/2026/05/07/serial-ttl-connector/
1•kohlschuetter•12m ago•0 comments

Internet Archive Outage

https://bsky.app/profile/archive.org/post/3mlbfu2t72k2u
3•doener•13m ago•0 comments

Twilio SMS gateway outage: 2FA affected globally

https://status.twilio.com
2•hallh•13m ago•0 comments

Show HN: Coding agents can control desktop software without MCPs

https://github.com/SFKislev/Flue
1•-babi-•14m ago•2 comments

A Cursor AI agent wiped PocketOS's production database in under 10 seconds

https://thenewstack.io/ai-agents-credential-crisis/
5•Brajeshwar•16m ago•1 comments

The Self-Cancelling Subscription

https://predr.ag/blog/the-self-cancelling-subscription/
4•surprisetalk•17m ago•0 comments

Kalshi, the Prediction Market, Is Now Valued at $22B

https://www.nytimes.com/2026/05/07/business/dealbook/kalshi-fundraise-22-billion.html
5•JumpCrisscross•17m ago•0 comments

xAI built an illegal power plant to power its data center

https://www.selc.org/news/xai-built-an-illegal-power-plant-to-power-its-data-center/
3•speckx•18m ago•0 comments

Why do LLM outputs get worse even when metrics stay stable? [pdf]

https://huggingface.co/datasets/realitydriftproject/ai-drift-detection-frameworks/blob/main/llm-d...
2•scaledsystems•18m ago•0 comments

Goldfish Scheme

https://gitee.com/MoganLab/goldfish
2•smartmic•19m ago•0 comments

Ask Gemini: "How do I get the first item from a list?"

1•abbassix•21m ago•1 comments

API Keys Get Leaked in 2026 (and You Won't Notice)

2•thr3at-surfac3•21m ago•0 comments

Show HN: BrowserCode – Run Claude Code in the Browser via WebAssembly

https://github.com/leaningtech/browsercode
3•apignotti•21m ago•1 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•11mo ago

Comments

nip•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
This is an advertisement
tomrod•11mo ago
I wish this were critical, but it is an ad for MCP.run.
nip•11mo ago
It’s both in my opinion and discussions can stem from the linked article

Many come to HN also for the comments

palmfacehn•11mo ago
Personally, I'm not a fan. I thought the proponent's view might stimulate a discussion.
FunnyLookinHat•11mo 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•11mo 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•11mo 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•11mo ago
This post has too many "shameless plugs" to be taken seriously.
smitty1e•11mo 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?