frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Did AI write this article?

https://www.economist.com/graphic-detail/2026/06/16/did-ai-write-this-article
1•ijidak•9s ago•0 comments

Is AI Coming for Our Jobs?

https://jacobin.com/2026/02/ai-technology-productivity-growth-job-loss
1•one33seven•5m ago•0 comments

VSCode Blogs

https://code.visualstudio.com/blogs
2•saikatsg•5m ago•0 comments

The Tokenpocalypse:Companies Are Scrambling to Stop Spending So Much on AI

https://www.404media.co/the-tokenpocalypse-is-here-companies-are-scrambling-to-stop-spending-so-m...
1•Gedxx•6m ago•0 comments

Show HN:Another alternative against Codex Record and Replay

https://www.visualbuild.me
2•visualbuildme•7m ago•0 comments

Wikipedia advocacy shapes LLM values

https://arxiv.org/abs/2606.24890
1•50kIters•8m ago•0 comments

Make AI Boring Again

https://charitydotwtf.substack.com/p/make-ai-boring-again
2•BerislavLopac•16m ago•0 comments

Robert Schiller: This Doommaxxing Has Got to Stop

https://www.nytimes.com/2026/06/22/opinion/ai-doom-jobs-economy.html
1•benwen•17m ago•1 comments

Questions

https://forms.cloud.microsoft/r/PZDe3Z3Nzdhttps://forms.cloud.microsoft/r/PZDe3Z3Nzd
3•InjiChoe•22m ago•1 comments

Show HN: Japanese Language AI Tutor in 3D classroom

https://unihongo.com
3•trinhngocdieu•29m ago•0 comments

The Empty Field That Wasn't: GPS, OTAD and Two Decades of Encrypted Broadcasts

https://sjmurdoch.github.io/gps-special-messages/
1•fratellobigio•29m ago•0 comments

Measuring Is Not Enough Anymore

https://fi-le.net/evals/
2•fi-le•31m ago•0 comments

Vibecoded app giving you the vibes

https://wristbreak.app
3•qtl•33m ago•0 comments

AI-website-cloner-template: Clone any website using AI coding agents

https://github.com/JCodesMore/ai-website-cloner-template
4•vantareed•39m ago•0 comments

Half-Life 2 in a Browser

https://hl2.slqnt.dev/
42•panza•40m ago•10 comments

Show HN: LoveInvoice – a free invoice tool for freelancers and small businesses

https://loveinvoice.com
1•rkn7•40m ago•0 comments

Bad Epoll: The bug Mythos missed

https://compsec.snu.ac.kr/blog/badepoll
5•j-jaeyoung•40m ago•0 comments

How Big Tech Hides the True Cost of the AI Buildout [video]

https://www.youtube.com/watch?v=YrJzjC4kKCY
1•AbbeFaria•44m ago•0 comments

Ask HN: What do you do to save tokens?

3•bonigv•45m ago•0 comments

India trades over four-fifths of the equity options. Nine in ten lose

https://indiadispatch.com/p/nse-ipo
3•bahularora•46m ago•0 comments

Ask HN: What was the biggest contributor to your happiness in the past year?

3•chistev•49m ago•2 comments

Faster KNN search in Manticore: 2-pass HNSW, batched distances, and AVX-512

https://manticoresearch.com/blog/knn-hnsw-performance/
1•snikolaev•49m ago•0 comments

A 25-Year-Old Blog Looks Back at 40 Years of Computing

https://www.markround.com/blog/2026/06/17/25-its-only-when-you-look-back/
3•damethos•55m ago•0 comments

Nakba Exhibition in Canadian Museum of Human Rights

https://humanrights.ca/exhibition/palestine-uprooted-nakba-past-and-present
2•xg15•1h ago•0 comments

Treat the Context Window as a Data Assembly Problem

https://klr-pattern.github.io/pydantic-resolve/blog_context_assembly_for_llm/
2•tank-34•1h ago•0 comments

Americans are inundated with suspected scams

https://apnews.com/article/poll-scams-law-enforcement-social-media-389f8d824b89fa434c297729f2aaf56d
3•rawgabbit•1h ago•2 comments

The Ancient Horsemen Who Created the Modern World [pdf]

https://reich.hms.harvard.edu/sites/reich.hms.harvard.edu/files/inline-files/The%20Ancient%20Hors...
1•andsoitis•1h ago•0 comments

What is China's SpaceSail, and could it rival Elon Musk's Starlink?

https://www.theguardian.com/world/2026/jun/25/china-spacesail-rival-elon-musk-starlink-space-sate...
1•giuliomagnifico•1h ago•0 comments

Ask HN: A Common Dilemma for Startup Owners

4•TheRickyRed•1h ago•6 comments

Draft Sequence of the Neandertal Genome (2010)

https://pmc.ncbi.nlm.nih.gov/articles/PMC5100745/
2•andsoitis•1h 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•1y ago

Comments

skeptrune•1y 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.