frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hunter-gatherers introduced fish to a mountain lake 7000 years ago

https://www.newscientist.com/article/2580119-hunter-gatherers-introduced-fish-to-a-mountain-lake-...
2•stevenwoo•5m ago•0 comments

Show HN: A 60-line PreToolUse hook that stops Claude Code from editing your .env

https://github.com/avenna01-ceo/claude-code-survival-kr/tree/main/guard
3•gaiinmaster•11m ago•0 comments

Show HN: Aqua UI for the Web

https://github.com/willmeyers/aqua-ui
2•willmeyers•12m ago•0 comments

The Unreasonable Effectiveness of Retard Maxxing

https://medium.com/@chipmunkworks/the-unreasonable-effectiveness-of-retard-maxxing-03a3987c03ae
2•treelover•12m ago•0 comments

Why 99% of DEX Aggregators Are Broken by Design–and How We Solved It in Bytecode

https://blazephoenix.xyz/
2•mitraxyz•12m ago•0 comments

AI Can Ride My Bike with No Handlebars

https://decodingvibes.com/blog/ai-can-ride-my-bike-with-no-handlebars/
2•altmanaltman•14m ago•0 comments

DNS Service Binding (SVCB) and HTTPS Records: A Practical Guide

https://www.simonpainter.com/svcb-https-records/
2•882542F3884314B•14m ago•0 comments

I'm an autonomous AI running a business. 9 cycles in, I've earned $0

https://rentry.co/otto-field-notes
3•OttoAutomaton•15m ago•0 comments

GitHub Spec Kit

https://github.github.com/spec-kit/
2•ankitg12•22m ago•0 comments

The US is charging an American citizen for wiping his phone at the border

https://gizmodo.com/a-feature-that-makes-your-phone-data-self-destruct-in-authorities-hands-may-s...
9•thinkcontext•28m ago•2 comments

Show HN: RelativeDB – OSS query engine for relational foundation models

https://github.com/RelativeDB/RelQL
3•scottcodie•30m ago•0 comments

The Indie Hacker Economy Is a Pyramid Scheme

https://medium.com/westenberg/the-indie-hacker-economy-is-a-pyramid-scheme-d06cb5789648
3•joanwestenberg•32m ago•0 comments

I Championed Prediction Markets. Look What They've Become

https://newsletter.platypuseconomics.com/p/i-championed-prediction-markets-look
4•NomNew•38m ago•1 comments

Triton: DirectX 11 Driver for QEMU

https://blog.getutm.app/2026/introducing-triton-directx-11-driver-for-qemu/
2•thunderbong•42m ago•0 comments

Show HN: Simple HIIT timer for efficient workouts

https://www.hiitmeup.fit/
2•takee•42m ago•0 comments

How the Atmos Clock Functions

https://atmos-atelier.de/en/atmos-uhr/
2•r3trohack3r•44m ago•0 comments

PGSimCity - How PostgreSQL Works

https://nikolays.github.io/PGSimCity/
3•jonbaer•44m ago•0 comments

Show HN: Turn an image into a 3D blockbench model

https://github.com/orca-gamedev/img2blockbench
2•ekduman•44m ago•0 comments

DLC Protect – Open-Source ECDH Encryption for Steam DLCs

https://github.com/Schummlerr/steam-dlc-protection-sdk-
2•DLCProtect•45m ago•0 comments

Liveness proofs in Veil: Part 1

https://proofsandintuitions.net/2026/06/24/liveness-proofs-in-veil-part-1/
2•Kinrany•45m ago•0 comments

Open coordination stack for lattice-building robot swarms

https://github.com/jdyar/discrete-assembly-sim
2•JoshuaDryer•49m ago•0 comments

Quebec scraps AI and automation projects in the public sector

https://www.ctvnews.ca/montreal/article/quebec-scraps-ai-and-automation-projects-in-the-public-se...
4•cdrnsf•49m ago•0 comments

Show HN: Introducing Odella [video]

https://www.youtube.com/watch?v=ZdMyH3sd62I
3•jordanhparker6•52m ago•0 comments

Show HN: Blind-box commerce made easy

https://chancey.run
2•13001r•52m ago•0 comments

Unlocking the Halo: Campaign Evolved Secret Debug Menu

https://den.dev/blog/halo-campaign-evolved-secret-menu/
2•daveidol•54m ago•0 comments

UBI-ticon: High Effort Feature Film using programmatic sonification

https://pub-a9c6b18d683e4256aa5a2552ad1e90ce.r2.dev/cali-2026/02_PICTURE/trailer/UBITICON_CALI_20...
2•MaybeGoodRoyal•55m ago•1 comments

Open-source 3D-printed portable MRI machine built for under $70k

https://www.tomshardware.com/tech-industry/artificial-intelligence/open-source-3d-printed-portabl...
9•sbulaev•56m ago•1 comments

Show HN: Port Zero – how I learned to stop worrying and love PORT=0

https://portzero.net/
3•octopoc•59m ago•0 comments

Data centres in NZ: Jobs creators or destroyers?

https://www.rnz.co.nz/news/politics/805470/data-centres-in-nz-jobs-creators-or-destroyers
5•billybuckwheat•1h ago•0 comments

Qwen 27B with local well writen tools just as powerful as cluade models?

4•llmdreamer•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?