frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Men in their 50s may be aging faster due to toxic 'forever chemicals'

https://www.cnn.com/2026/02/26/health/forever-chemicals-aging-men-wellness
1•jb1991•54s ago•0 comments

Appeals court tightens Kivimäki's sentence in psychotherapy centre hacking case

https://yle.fi/a/74-20212466
1•Hamuko•2m ago•0 comments

Dr. Deming's philosophy and the 14 Points for Management

https://deming.org/explore/fourteen-points/
1•abracos•4m ago•0 comments

Show HN: RFC-9591 FROST implemented as a libsecp256k1 extension (C89)

https://github.com/bancaditalia/secp256k1-frost
1•mnardelli•5m ago•0 comments

Music Generation AI Suno CEO Is a Failed Bassist

https://apnews.com/article/suno-udio-ai-music-record-labels-849a2d59eab89072154ab32b4db06284
2•6stringmerc•5m ago•1 comments

Show HN: I built this toolbox with AI – never wrote a line myself

https://tool.hikun.me/ko
1•harrykoreanlee•6m ago•0 comments

Apple Reportedly Agrees to 100% Price Hike on Samsung Memory Chips

https://www.macrumors.com/2026/02/26/apple-agrees-100-price-hike-samsung-ram/
2•tosh•8m ago•0 comments

Someone just exposed a whole lot of API keys

https://gist.github.com/noctonic/0576b930fca24c33faf90fd2a8935443
1•CraterD•8m ago•0 comments

Chinese industry is beating Germany at its own game. Cue panic

https://www.economist.com/europe/2026/02/19/how-germany-fell-out-of-love-with-china
2•alecco•10m ago•1 comments

What breaks first when you try to run AI agents on a 1–2 MB memory budget?

https://github.com/nullclaw/nullclaw
3•NULLCLAW•11m ago•1 comments

As ye clone(), so shall ye AUTOREAP

https://lwn.net/SubscriberLink/1059673/57cdcdf73570ac75/
1•jwilk•12m ago•0 comments

Mitch Bradley: Sun Microsystems, Firmware, Forth, OLPC (2008)

https://web.archive.org/web/20120118132847/http://howsoftwareisbuilt.com/2008/03/27/interview-wit...
1•tosh•13m ago•0 comments

Humans.md

https://www.jerpint.io/blog/2026-02-25-humans-md/
2•jerpint•13m ago•0 comments

Temporary processing loops as a sometimes replacement for background threads

https://notebook.drmaciver.com/posts/2026-02-23-17:10.html
1•sebg•14m ago•0 comments

Querying 3B Vectors

https://vickiboykis.com/2026/02/21/querying-3-billion-vectors/
1•sebg•15m ago•0 comments

Power from the Sun: Its Future (1968)

https://www.science.org/doi/10.1126/science.162.3856.857
1•abracos•15m ago•0 comments

Yes, building AI chat is still hard

https://getlago.com/blog/building-ai-is-hard
1•FinnLobsien•16m ago•0 comments

I Priced My Dotfiles Syncing App Wrong (and Other Lessons)

https://david.coffee/configmesh-1-1/
1•speckx•20m ago•0 comments

Police Officer Accused of Tracking Partner via Flock Camera License Plate Reader

https://www.nytimes.com/2026/02/25/us/milwaukee-police-officer-charged-flock-camera.html
2•bonsai_spool•20m ago•1 comments

Show HN: NSENS – AI decision governance with Prolog and adversarial review

https://github.com/maciejjankowski/nsens-framework
1•mjankowski•22m ago•0 comments

A New Home for React Hosted by the Linux Foundation

https://react.dev/blog/2026/02/24/the-react-foundation
1•pimterry•22m ago•0 comments

libreDSSP: A GPL Licensed DSSP Interpreter

https://github.com/mechaniputer/libreDSSP
1•tosh•23m ago•0 comments

Get ready for takeoff with Uber and Joby

https://www.uber.com/newsroom/uber-air/
2•falcor84•24m ago•0 comments

Artificial Intelligence and the Economy. Myths, Realities and the Future of Work

https://roblesnotes.com/blog/ai-economy-future-of-work/
1•Findeton•24m ago•0 comments

Building virtual iPhone using VPHONE600AP component of recent PCC firmware

https://github.com/wh1te4ever/super-tart-vphone-writeup
1•Gander5739•25m ago•0 comments

Internet routing as supply chain risk

https://blog.apnic.net/2026/02/26/internet-routing-as-supply-chain-risk/
1•speckx•26m ago•0 comments

A Man with the Plan

https://reason.com/1998/01/01/the-man-with-the-plan/
2•eamag•29m ago•0 comments

Git in Postgres

https://nesbitt.io/2026/02/26/git-in-postgres.html
2•todsacerdoti•31m ago•0 comments

Programming in K

https://github.com/JohnEarnest/ok/blob/gh-pages/docs/Programming.md
1•tosh•32m ago•0 comments

You Want to Visit the UK? You Better Have a Google Play or App Store Account

https://www.heltweg.org/posts/you-want-to-visit-the-uk-you-better-have-a-google-play-or-app-store...
68•rhazn•32m ago•62 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•9mo ago

Comments

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

Many come to HN also for the comments

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