frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

70% of Faculty Vote to Overhaul Harvard Grading with A Cap

https://www.thecrimson.com/article/2026/5/20/fas-passes-a-grade-cap/
1•divbzero•1m ago•0 comments

Sorin – a calm, minimal iOS habit tracker

https://sorinapp.netlify.app/
1•WeebDeev•2m ago•0 comments

Google's Antigravity Bait and Switch

https://www.0xsid.com/blog/antigravity-bait-n-switch
2•ssiddharth•2m ago•0 comments

AI is killing All About Berlin

https://twitter.com/aboutberlin/status/2057423342496293243
1•mohsen1•3m ago•0 comments

Fasted Web Experience Possible?

https://ano.chat/blog/astro-6-specific-dev-website-magic
1•bill-cupid•3m ago•0 comments

Show HN: SubTrack – Find forgotten subscriptions via bank transaction scanning

https://www.thesubtrack.com/
1•svnk123•4m ago•0 comments

Highest Random Weight in Elixir

https://jola.dev/posts/highest-random-weight-in-elixir
1•shintoist•5m ago•0 comments

Regression in untouched code: debugging an L1 I-cache associativity issue

https://blog.andr2i.com/posts/2026-05-19-a-regression-in-code-i-didn-t-touch
1•theanonymousone•5m ago•0 comments

Neil Postman predicting everything from the past 30 years

https://www.youtube.com/watch?v=hlrv7DIHllE
1•thiagofons•8m ago•0 comments

No query strings here either from

https://furrer.life/~timo/writings/2026/05/19/no-query-strings/
1•speckx•9m ago•0 comments

Fast On-Device GenAI with LiteRT-LM

https://developers.googleblog.com/blazing-fast-on-device-genai-with-litert-lm/
1•nikolatt•9m ago•0 comments

The brain's code seems to be in constant flux. Neuroscientists are baffled

https://www.nature.com/articles/d41586-026-01554-0
1•amichail•10m ago•0 comments

MLX Vulkan Back End

https://github.com/goniz/mlx-vulkan
2•tosh•10m ago•0 comments

Superhot Rock Holds the Energy of the Future

https://reasonstobecheerful.world/geothermal-energy-new-tech/
1•scofflaw99•11m ago•0 comments

Connections (British TV Series)

https://en.wikipedia.org/wiki/Connections_(British_TV_series)
1•throwaw12•14m ago•0 comments

Trump wants $1B to protect White House ballroom from drones and other threats

https://arstechnica.com/tech-policy/2026/05/trump-wants-1b-to-protect-white-house-ballroom-from-d...
3•dan-bailey•14m ago•1 comments

AI is just unauthorised plagiarism at a bigger scale

https://axelk.ee/ai-is-just-unauthorised-plagiarism-at-a-bigger-scale/
22•speckx•15m ago•0 comments

Gemini accused of 30k-line code purge and fake recovery report

https://www.theregister.com/ai-ml/2026/05/21/gemini-accused-of-30000-line-code-purge-and-fake-rec...
1•igortru•16m ago•0 comments

Setting Up OpenClaw with Slack in a Sandbox

https://www.superserve.ai/blog/openclaw-setup/
1•nirnejak•17m ago•0 comments

Hating AI Is Good

https://www.thehandbasket.co/p/hating-ai-is-good-actually
41•cdrnsf•17m ago•14 comments

Xiaomi YU7 GT Breaks Nürburgring SUV Lap Record, 14 Seconds Faster [Video]

https://www.youtube.com/watch?v=9zdPCUCaMlI
1•gainsurier•17m ago•0 comments

Micropatching Brings the Abandoned Equation Editor Back to Life (2018)

https://blog.0patch.com/2018/01/bringing-abandoned-equation-editor-back.html
1•bariumbitmap•22m ago•0 comments

AI slop is flooding maths YouTube [video]

https://www.youtube.com/watch?v=mRO_QonhC2c
1•marvinborner•22m ago•0 comments

OWASP PTK is now OWASP Lab project

https://owasp.org/other_projects/
1•DenisPodgurskii•23m ago•0 comments

Ask HN: Are there any social media sites that are AI positive?

2•amichail•24m ago•1 comments

Avoid unnecessary parser lookahead for operators

https://github.com/astral-sh/ruff/pull/25290
2•tosh•25m ago•0 comments

AI chief of staff framework with invisible shadow predictions

https://github.com/jaroslavsoucek-art/Giovanni
1•JarSou•26m ago•0 comments

Show HN: We dropped Go for Rust in our real-time telephony AI media plane

2•bajpailabs•26m ago•0 comments

If Your Mother Says She Loves You: A Reporter's Cautionary Tale

https://www.poynter.org/reporting-editing/2003/if-your-mother-says-she-loves-you-a-reporters-caut...
2•speckx•27m ago•1 comments

Designing Firefox for the Future

https://blog.mozilla.org/en/firefox/new-firefox-design/
2•pentagrama•27m ago•0 comments
Open in hackernews

Why MCP clicked for me: It's not about the API, it's about the design

https://gabbert.me/Posts/Why+MCP+finally+clicked+for+me
2•acgabbert•11mo ago

Comments

skeptrune•11mo ago
I think that comparing MCP to LSP servers is the most apt. They both function to connect one software application to another for the sake of increased functionality and less errors.

You might use a LSP to determine whether or not your code is syntactically correct. Similarly, MCPs can allow a program to determine whether or not a partulicular DOM node renders in a browser or even control local programs like Blender or Photoshop.

I might describe MCP as something like a framework for developing programs analogous to LSPs.