frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Squeezing the bytes out of webhosting and Linux with SquashFS and Overlay

https://virtuallyfun.com/2024/06/11/squeezing-the-bytes-out-of-webhosting-linux-with-squashfs-ove...
1•ankitg12•3m ago•0 comments

UX should just be called Experience Design

https://www.leadinginproduct.com/p/eexperience-design-is-a-better-term
1•benkan•4m ago•0 comments

Right to Internet Access

https://en.wikipedia.org/wiki/Right_to_Internet_access
2•emot•8m ago•0 comments

US Military confirms it has deployed weapons in space

https://www.cnn.com/2026/09/15/us/us-space-force-weapons-capabilities-hnk
1•samizdis•12m ago•1 comments

Google Artemis – Missing attribution to mobile-use and its contributors

https://github.com/google/artemis/issues/40
1•domhudson•12m ago•0 comments

Claude Fable 5.1 and GPT 6 Astra controlled my Robot Arm. Who painted better?

https://www.reddit.com/r/ClaudeAI/s/rfi4npFNSr
1•AnkurCW•14m ago•0 comments

Leslie Lamport: Some Data on the Frequency of Errors in Mathematics Papers [pdf]

https://lamport.azurewebsites.net/pubs/statistics.pdf
1•Alien1Being•17m ago•1 comments

Brig: Run coding agents in a MicroVM sandbox

https://github.com/brig-sh/brig
1•iamsyr•20m ago•0 comments

The k-server conjecture is true

https://arxiv.org/abs/2609.15979
2•iamsyr•20m ago•0 comments

I graduated UCLA only to become a peasant [video]

https://www.youtube.com/watch?v=o8SQ3qVnSco
1•carabiner•21m ago•0 comments

Google DeepMind Staffer Says AI May 'Kill Us All' in Exit Post

https://finance.yahoo.com/technology/ai/articles/google-deepmind-staffer-says-ai-023902174.html
1•shlomysh•23m ago•0 comments

Poland lost $230M trying to buy Venezuelan oil with crypto

https://www.ft.com/content/6c387cda-61b0-4396-9353-0d7d99781f9b
4•JumpCrisscross•24m ago•1 comments

Show HN: Yet another argument parser for Zig

https://github.com/gabor-boros/yaap
1•gabor-boros•29m ago•0 comments

Why do we do astrophysics?

https://arxiv.org/abs/2602.10181
2•astrolx•29m ago•0 comments

NATO jets shoot down drone violating Lithuania's airspace

https://www.theguardian.com/world/2026/sep/15/nato-jets-shoot-down-drone-violating-lithuania-airs...
4•tzmlab•36m ago•0 comments

CSS-Tricks in Limbo

https://vale.rocks/micros/20260915-0135
2•edent•38m ago•0 comments

Vieta's Formula

https://brilliant.org/wiki/vietas-formula/
1•vismit2000•40m ago•0 comments

Ask HN: Is the real world computational all the way down?

1•baigy•42m ago•1 comments

A Neuroscientist's Theory of Everything

https://nautil.us/a-neuroscientists-theory-of-everything-237851
1•signa11•49m ago•0 comments

Show HN: Steam DNA – your Steam library as a card of the mechanics you play

https://dna.steammaho.com
1•steammaho•49m ago•0 comments

Driscoll's Gave China Its Blueberries; China Swiped the Secret to Growing Them

https://www.wsj.com/business/driscolls-berry-farms-china-competition-b0b49f04
1•geneticdrifts•50m ago•0 comments

Javier Gomez-Serrano – New Math, AI Developments in Fluid Mechanics [video]

https://www.youtube.com/watch?v=TcEefrWrddA
1•nill0•51m ago•0 comments

Trump says AI safety fears a 'hoax' as he rejects calls for greater safeguards

https://www.bbc.co.uk/news/articles/cw980n0nd0qjo
1•chrisjj•51m ago•0 comments

SamplePitcher – Batch pitch audio samples in the browser

https://www.samplepitcher.com/en
1•saulevas•53m ago•0 comments

The Steam Frame Is Important, Even If You Don't Buy One

https://bhmt.dev/blog/frame/
1•Bluestein•53m ago•0 comments

GCC Eliminates Unnecessary Integer Division

https://leetarxiv.substack.com/p/how-gcc-eliminates-unnecessary-integer
1•signa11•53m ago•0 comments

A Blueprint for Keeping Humans in Control of AI

https://www.gsb.stanford.edu/insights/blueprint-keeping-humans-control-ai
2•geox•57m ago•0 comments

Disney's Films Used to Look Different

https://animationobsessive.substack.com/p/disneys-films-used-to-look-different
2•vinhnx•1h ago•0 comments

We abandoned eInk for a segmented LCD after designing our product around it

https://www.reddit.com/r/hwstartups/comments/1w6c6im/why_we_abandoned_e_ink_for_a_segmented_lcd_a...
1•chris_overseas•1h ago•0 comments

Show HN: Shelf, a local-first open-source tab manager for Chrome

https://chromewebstore.google.com/detail/shelf-—-privacy-first-tab/ooapfnbngihkbfldhleacagkgffj...
1•mirza_rizvi•1h ago•3 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?