frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ghost – real-time AI that tells you what to say during job interviews

https://ghostinterview.dev
1•ABO_Studios•5m ago•0 comments

Gated Frontier Model = the Fall of Capitalism

https://www.elevair.org/letter
1•campbellhendee•5m ago•0 comments

1 down, 1 to go: Aptera clears first federal hurdle

https://aptera.us/epa-release/
1•TeaVMFan•9m ago•1 comments

Tinfoil Pigeons – see the aircraft overhead

https://tinfoilpigeons.com/
1•gnabgib•15m ago•0 comments

Compiler for LLMs, world models, and AGI

https://arxiv.org/abs/2607.04542
1•OsamaJaber•15m ago•0 comments

Korean law targeting fake news takes effect as journalist groups raise concerns

https://apnews.com/article/south-korea-fake-news-law-press-freedom-7dcc52be82c047f9645218bec2f93966
1•zuzululu•16m ago•0 comments

A software engineering interview question I like: computing the median

https://krisshamloo.com/blog/007
2•speckx•19m ago•0 comments

Remote Attestation

https://www.liamcvw.com/p/remote-attestation
6•lcvw•24m ago•2 comments

A terminal designed for ClaudeCode to replace Claude Desktop

https://velaterm.com/
2•Ellis_dev•24m ago•0 comments

Blockchain Is Inevitable

https://www.raymondcheng.net/posts/blockchain-inevitable/
2•ryscheng•27m ago•1 comments

MIRA: Multiplayer Interactive World Models Trained on Rocket League

https://mira-wm.com/
3•ethanlipson•29m ago•0 comments

Show HN: Tilion – MCP for Claude Code to stop it getting blocked on the web

https://github.com/tiliondev/fortress/tree/main/mcp
5•arhamshahrier•32m ago•0 comments

Find genre of a track with CNN trained on spectrograms

https://findgenre.com/
2•illectronic•34m ago•1 comments

AI bills are baffling the C-suite after shift to usage-based pricing

https://www.theregister.com/ai-and-ml/2026/07/03/ai-bills-are-baffling-the-c-suite-after-shift-to...
2•appreciatorBus•37m ago•0 comments

The Return of Gravity

https://abcdinamo.com/news/the-return-of-gravity
1•herbertl•40m ago•0 comments

Occupancy Math on the AMD MI355X GPU (CDNA4): A From-First-Principles Guide

https://rocm.blogs.amd.com/software-tools-optimization/occupancy-math-mi355x/README.html
2•matt_d•42m ago•0 comments

Poppy the training box, part 1: the beginnings

https://www.gilesthomas.com/2026/07/poppy-the-training-box-1-the-beginnings
2•gpjt•43m ago•0 comments

Outspoken Chinese economist who doubted official GDP data dies

https://www.ft.com/content/e201f9f4-e3b2-4c59-8300-e50e9310a554
1•dataflow•44m ago•1 comments

Intelligence Is Free, Now What? Data Systems For, Of, and by Agents

https://bair.berkeley.edu/blog/2026/07/07/intelligence-is-free-now-what/
2•matt_d•44m ago•1 comments

QuakeWorld Air Physics

https://mattias.niklewski.com/2013/01/qw_air_physics.html
2•boredemployee•45m ago•0 comments

Is Life Just Different?

https://www.quantamagazine.org/is-life-just-different-20260708/
2•jnord•47m ago•0 comments

Rust and Artificial Intelligence: The Rust Foundation's Position

https://rustfoundation.org/resource/rust-and-ai-position-statement/
2•tempaccount420•47m ago•0 comments

Show HN: Chrome extension that creates mini-Chrome extensions for you

https://www.clickremix.com/
1•alentodorov•50m ago•0 comments

Rough and Ready, California

https://en.wikipedia.org/wiki/Rough_and_Ready,_California
1•ttd•56m ago•0 comments

Have you heard? ClickHouse is winning the observability wars

https://charity.wtf/p/have-you-heard-clickhouse-is-winning
2•backlit4034•59m ago•0 comments

Joe Rogan Experience #2524 – Rupert Lowe [video]

https://www.youtube.com/watch?v=k29cMrVtVXY
5•Bender•1h ago•0 comments

Show HN: Calculator.Free - 200+ Free Calculators

https://calculator.free/
1•nadermx•1h ago•0 comments

Simple Made Easy – Rich Hickey (2011) [video]

https://www.youtube.com/watch?v=SxdOUGdseq4
2•taurath•1h ago•0 comments

Show HN: Skillburst - AI skills for your whole team, not just the engineers

https://skillburst.ai/
1•htahir111•1h ago•0 comments

Microsoft Publisher will no longer be supported after October 2026

https://support.microsoft.com/en-us/publisher/microsoft-publisher-will-no-longer-be-supported-aft...
7•MrVandemar•1h ago•2 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.