frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Absurd

https://earendil-works.github.io/absurd/
1•tosh•17s ago•0 comments

Tikstoryviewer

https://tikstoryviewer.org
1•peter_zou2022•2m ago•0 comments

Monitoring Your App Without Running Your Own Prometheus Stack

https://blog.appsignal.com/2026/03/26/monitoring-your-app-without-running-your-own-prometheus-sta...
1•Tijana329•3m ago•0 comments

A Shakeup Is Coming for the Nation-State: AI and drones may shift basis of power

https://www.thenewatlantis.com/publications/a-shakeup-is-coming-for-the-nation-state
1•nnx•3m ago•0 comments

Got my first 4 users for my Chrome extention Gmail feed

https://chromewebstore.google.com/detail/gmail-feed/npahlccednamnmabhaiifdmioibcmilg
1•adarshkaraka•5m ago•0 comments

The Slow Evolution of Electronic Publishing (1997) [pdf]

https://www-users.cse.umn.edu/~odlyzko/doc/slow.evolution.pdf
1•jruohonen•7m ago•0 comments

Anthropic is preparing to release new models – Mythos and Capybara

https://m1astra-mythos.pages.dev/
3•cardboard9926•7m ago•1 comments

Data Is Now the Front Line of Warfare

https://www.csis.org/analysis/data-now-front-line-warfare
1•mooreds•7m ago•0 comments

Consider the Greenland Shark (2020)

https://www.lrb.co.uk/the-paper/v42/n09/katherine-rundell/consider-the-greenland-shark
1•mooreds•7m ago•0 comments

The first EV with a semi-solid-state battery is launching in Europe

https://electrek.co/2026/03/26/first-ev-with-semi-solid-state-ev-batteries-launching-europe/
1•breve•8m ago•0 comments

Hands Off the Fretboard

https://petros.blog/2026/03/27/hands-off-the-fretboard/
1•johndbritton•14m ago•0 comments

The Utopia Index

https://yeshuani.org/pages/the-utopia-index
1•jalev•15m ago•0 comments

Mojo's Not (Yet) Python

https://theconsensus.dev/p/2026/03/12/mojos-not-yet-python.html
2•birdculture•18m ago•0 comments

Safari Technology Preview 240: Release Notes

https://developer.apple.com/documentation/safari-technology-preview-release-notes/stp-release-240
1•tosh•20m ago•0 comments

White Landmark in Ancient Landscape

https://www.goethe.de/prj/ger/en/wow/umw/27225412.html
1•jruohonen•26m ago•0 comments

Ask HN: How do you get recommendations for books that are up your alley?

1•chistev•26m ago•0 comments

Free Online AI Photo Editor

https://aiphotoeditor.io
1•paperbananaorg•27m ago•0 comments

Show HN: LLMBillingKit – measure net margin per LLM call with one line of Python

https://github.com/dphan8/llmbillingkit
1•davidphan11•28m ago•1 comments

Investors Prefer AI-Powered Vertical Startups

https://seedium.io/blog/tech-startup-trends/
2•seedium_tech•29m ago•0 comments

The agentic washing machine skill pattern

https://blog.makerx.com.au/the-agentic-washing-machine/
2•plebau•29m ago•0 comments

A Faster Alternative to Jq

https://micahkepe.com/blog/jsongrep/
5•pistolario•35m ago•1 comments

How Much Does It Cost to Hire a Software Developer in 2026

https://seedium.io/blog/how-much-does-it-cost-to-hire-software-developer/
2•seedium_tech•36m ago•0 comments

How the Mouth Became Symbolic

https://www.sciencedirect.com/science/article/pii/S1364661326000495
2•XzetaU8•36m ago•0 comments

Lines of Code Are Useful

https://entropicthoughts.com/lines-of-code
1•vinhnx•37m ago•0 comments

Magic Link Pitfalls

https://etodd.io/2026/03/22/magic-link-pitfalls/
1•gurjeet•37m ago•0 comments

AWS would prefer to forget March ever happened in its UAE region

https://www.theregister.com/2026/03/26/aws_would_prefer_to_forget/
3•beardyw•39m ago•0 comments

DashPane – macOS window switcher, no account, no subscription, pure Swift

2•jbetala7•42m ago•0 comments

We Need Servers – Lots of Servers.

https://www.nextplatform.com/compute/2026/03/26/we-need-servers-lots-of-servers/5211678
1•rbanffy•44m ago•0 comments

Exploring Claude Code Hooks with the Coding Agent Explorer (.NET)

https://nestenius.se/net/exploring-claude-code-hooks-with-the-coding-agent-explorer-net/
2•tndata•44m ago•1 comments

The European AllSky7 fireball network

https://www.allsky7.net/#archive
18•marklit•46m ago•1 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•10mo ago

Comments

skeptrune•10mo 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.