frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Google unveils way to train AI models across distributed data centers

https://www.sdxcentral.com/news/google-unveils-way-to-train-ai-models-across-distributed-data-cen...
1•oavioklein•3m ago•0 comments

China Publishes Maps Detailing Minerals on the Ocean Floor

https://www.nytimes.com/2026/04/23/climate/china-seabed-mining-maps-rare-earths.html
1•bookofjoe•3m ago•0 comments

The Super Nintendo Cartridges

https://fabiensanglard.net/snes_carts/
1•offbyone42•4m ago•0 comments

Thalidomide Scandal

https://en.wikipedia.org/wiki/Thalidomide_scandal
1•jseip•6m ago•0 comments

Superpower Suicide (Or, Attempted Suicide)

https://snyder.substack.com/p/superpower-suicide
1•hkhn•7m ago•0 comments

AI cannot plan

https://orchidfiles.com/ai-will-build-your-roadmap-in-ten-seconds/
1•theorchid•7m ago•0 comments

Europe to burned American scientists: We'll take you in

https://www.politico.eu/article/europe-exploit-dunald-trump-brain-drain-academic-research-progres...
4•vrganj•13m ago•0 comments

Show HN: OO – Automated O&O Shut-Up for Windows

https://github.com/mytech-today-now/OO
1•mytechtoday•15m ago•0 comments

Show HN: DDoS detection in 0.9s, tested against a 48 Gbps attack live

https://flowtriq.com/blog/lorikeet-security-case-study
1•jacob_masse•15m ago•0 comments

Fast Fourier Transforms: for fun and profit (1966)

https://dl-acm-org.mutex.gmu.edu/doi/abs/10.1145/1464291.1464352
2•smitty1e•19m ago•0 comments

Ask HN: Oh, What Places to Go (Seriously Tho)

3•thx•20m ago•2 comments

Show HN: MTTCleaner – Same as CCleaner but free, no ads

https://github.com/mytech-today-now/mTTCleaner
1•mytechtoday•29m ago•0 comments

Why Has There Been So Little Progress on Alzheimer's Disease?

https://freakonomics.com/podcast/why-has-there-been-so-little-progress-on-alzheimers-disease/
11•chiefalchemist•30m ago•0 comments

Multiple things can be true at the same time

https://frederikbraun.de/feels-and-llms.html
2•birdculture•31m ago•0 comments

U.S. Considering Foreign Designs, Shipyards for New Navy Ships in $1.85B Study

https://news.usni.org/2026/04/24/u-s-considering-foreign-designs-shipyards-for-new-navy-frigate-d...
3•Teever•32m ago•0 comments

Google Spanner On-Prem (Spanner Omni)

https://cloud.google.com/products/spanner/omni
2•alpb•37m ago•0 comments

Show HN: SigmaLifting CLI – helping agents understand strength training

https://sigmalifting.app/
2•jklioewr•38m ago•2 comments

Foundational aspects of spinor structures and exotic spinors(2025)

https://arxiv.org/abs/2502.15471
2•rolph•41m ago•0 comments

What Managerial Economics can tell us about AI and Software Development

https://www.germanvelasco.com/blog/managerial-economics-ai-and-software-development
1•germsvel•41m ago•0 comments

Kraken Scales Serverless to Balance the National Grid (InfoQ) [video]

https://www.youtube.com/watch?v=RwgcvPWjXmg
1•zeristor•43m ago•2 comments

Agents Aren't Coworkers, Embed Them in Your Software

https://www.feldera.com/blog/ai-agents-arent-coworkers-embed-them-in-your-software
4•gz09•49m ago•0 comments

Aprendendo Inglês Com IA

https://fluencycraft.com/
2•carloscsc•49m ago•1 comments

Bees Change Color with the Weather

https://nautil.us/these-bees-change-color-with-the-weather-1280222
2•Brajeshwar•50m ago•0 comments

How Copenhagen built a metro for free (The Flying Moose) [video]

https://www.youtube.com/watch?v=GzamwVH3CXU
2•zeristor•51m ago•1 comments

Show HN: I built a PyPI watchdog that tests whether packages work

https://sovereignmail.org/pypiplace
1•contentist•51m ago•0 comments

IronBCI-32: 32-Channel 24-Bit EEG for BCI Research

https://hackaday.io/project/205585-ironbci-32-32-channel-24-bit-eeg-for-bci-research
2•Christiangmer•51m ago•0 comments

Microfiche, Microfilm and Other Minutiae (1981) [video]

https://www.youtube.com/watch?v=Q6P9FhSkd0I
2•susam•52m ago•0 comments

The most successful health campaign in modern history

https://www.msn.com/en-us/health/other/the-most-successful-health-campaign-in-modern-history/ar-A...
1•RickJWagner•53m ago•0 comments

DeepSeek-V4 on Day 0: From Fast Inference to Verified RL with SGLang and Miles

https://www.lmsys.org/blog/2026-04-25-deepseek-v4/
1•mji•58m ago•0 comments

Understanding the short circuit in solid-state batteries

https://www.mpie.de/5151287/short-circuit-solid-state-batteries
2•hhs•59m 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.