frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Free Context/Harness Engineering Course that is getting traction

https://github.com/Corneldj/context-engineering
1•cornelis_dj•47s ago•1 comments

The deployment decalogue (10 commandments for shipping without fear)

https://www.alexarvanitidis.dev/blog/the-deploy-decalogue
1•alarvfm•2m ago•0 comments

Show HN: Hushstat – Cookie-free web analytics with heatmaps

https://hushstat.com
1•firaslatrach•2m ago•0 comments

Show HN: The title on an album cover shouldn't be part of the generated image

https://www.albumartcreator.com/
1•JackCooper7•2m ago•0 comments

Show HN: I benchmarked Seedance 2.5's 30s one-take video against 3 models

https://videoall.ai/seedance-2-5
1•henryjin76•3m ago•0 comments

.NET 11 Release Candidate 1 – .NET Blog

https://devblogs.microsoft.com/dotnet/dotnet-11-rc-1/
1•birdculture•4m ago•0 comments

How An AI math breakthrough ignited a controversy

https://www.science.org/content/article/how-ai-math-breakthrough-ignited-controversy
2•pseudolus•4m ago•0 comments

I asked it to stop talking down to me

https://nathanpeck.com/i-asked-it-to-stop-talking-down-to-me/
1•NathanKP•4m ago•0 comments

I resigned from Anthropic today (Jacob Coxon)

https://xcancel.com/hilbertspaess/status/2097476196791709843?s=20
2•wrongful1520•5m ago•0 comments

TomatoVynl – a vinyl-inspired focus timer with curated radio

https://tomatovynl.com
1•ponziopilato•5m ago•0 comments

Show HN: NeXDM – Fast 64-segment download manager for Windows in Rust

https://nexdm.in/
1•Technews2026•6m ago•1 comments

Procrastination study by Duke's Dan Ariely retracted

https://retractionwatch.com/2026/09/03/procrastination-study-duke-dan-ariely-psychological-scienc...
1•Anon84•7m ago•0 comments

Show HN: How do you know your LLM giving accurate info?

https://github.com/docbrain-ai/docbrain
1•bhanuhai2•8m ago•1 comments

They are still training on your data

https://trustedrouter.com/blog/they-are-still-training-on-your-data
1•paulsutter•8m ago•0 comments

Renovate: It was a packageRule all along

https://secustor.dev/blog/renovate_config_debugger/
1•jamietanna•9m ago•0 comments

AI Data Center Map

https://epoch.ai/data/ai-data-centers/map
1•krenerd•11m ago•0 comments

Online Compass and Everyday Tools

https://onlinecompass.cc/
1•artiomartiom•12m ago•0 comments

China's white-collar experts are training AI to pay the bills

https://restofworld.org/2026/china-expert-ai-trainers/
1•rdmuser•12m ago•0 comments

Show HN: Eliza DQ – Data Quality lib that outperforms Soda and Pandera

https://github.com/Se7enquick/eliza-dq
1•seveneven•13m ago•0 comments

Need Guidance: I'm building an analytics platform for MCP servers

1•Rushalee•15m ago•0 comments

Show HN: AgentTrust – A–F trust scores for MCP servers (50 graded, open source)

https://github.com/eulogik/AgentTrust
2•gautamkishore•15m ago•0 comments

Show HN: Numen - self hosted, it tells you what needs attention before you ask

https://github.com/theBstar/numen
2•Bikramsutar•15m ago•0 comments

Dbrand is now selling skins for iPhone Ultra

https://dbrand.com/search?deviceSeries=iphone-18&sort=new
4•SigmundurM•20m ago•0 comments

We should anthropomorphize AI agents

https://www.seangoedecke.com/why-we-should-anthropomorphize-ai-agents/
2•swah•21m ago•0 comments

Fredy: Deriving a local rent index from your own scraped listings

https://github.com/orangecoding/fredy
1•orangecoding•21m ago•0 comments

Carmakers Have a New Idea to Boost EV Range: Add a Gas Engine

https://www.wsj.com/business/autos/carmakers-have-a-new-idea-to-boost-ev-range-add-a-gas-engine-1...
5•bookofjoe•23m ago•1 comments

Ask HN: Is someone tweaking classic ROM games with AI?

2•brunaxLorax•24m ago•1 comments

An open-source MCP layer that lets agents use LinkedIn from your Chrome

https://github.com/OpenRecruiterTools/linkedin-toolkit
4•Recuiterclaw•24m ago•0 comments

Building a Wall Lamp from Scratch

https://mbugert.de/posts/2026-09-09-bedroom-lamp-build/
3•jcklie•29m ago•0 comments

Lotus Notes and the dangers of starting from scratch

https://buttondown.com/blog/lotus-notes-email
2•maguay•29m 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.