frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Non Agentic international calling app with local rates

https://voklit.app
1•ahmgeek•20s ago•0 comments

Fund with Stakes in SpaceX and Anthropic Jumps 1,200% Above Asset Value

https://www.bloomberg.com/news/articles/2026-03-24/fund-with-spacex-and-anthropic-stakes-jumps-1-...
1•paulpauper•46s ago•0 comments

Retry and fallback strategies for LLM requests

https://www.edgee.ai/blog/posts/retry-and-fallback
1•sachamorard•53s ago•0 comments

Are high gas prices good news for EVs? It's complicated

https://www.technologyreview.com/2026/03/26/1134677/gas-prices-electric-vehicles/
1•joozio•1m ago•0 comments

Fundrise VCX fund falls 45% as IPO mania subsides

https://www.marketwatch.com/story/the-hot-fundrise-vcx-fund-falls-45-as-ipo-mania-subsides-and-in...
1•paulpauper•1m ago•0 comments

How ultrasound is delivered matters when opening the blood-brain barrier

https://medicalxpress.com/news/2026-03-ultrasound-blood-brain-barrier.html
1•PaulHoule•1m ago•0 comments

Workplace Sexual Harassment Is Making a Comeback

https://nombiezinja.com/word-things/2026/3/8/workplace-sexual-harassment-is-making-a-comeback
1•ohjeez•1m ago•0 comments

Ask HN: How do you dig deeper based on HN articles?

1•Rooster61•1m ago•0 comments

How I Use Claude Code to Build Features

https://helderberto.com/posts/how-i-use-claude-code-to-build-features
1•helderburato•3m ago•0 comments

Building FireStriker: Why I'm Making Civic Tech Free

https://firestriker.com/blog/building-firestriker-why-im-making-civic-tech-free
1•noleary•4m ago•2 comments

Show HN: EaglePress – Python3 word press style

https://github.com/CaptainFantasticVibeCoder/EaglePress
1•gitprolinux•4m ago•0 comments

National Grid: Live

https://grid.iamkate.com/
2•imichael•4m ago•0 comments

The Download: a battery pivot to AI, and rewriting math

https://www.technologyreview.com/2026/03/26/1134697/the-download-battery-ai-pivot-new-ai-tool-math/
1•joozio•4m ago•0 comments

What happens when you clone mice for 20 years straight?

https://denovo.substack.com/p/what-happens-when-you-clone-mice
1•speckx•5m ago•0 comments

AI got the blame for the Iran school bombing. The truth is more worrying

https://www.theguardian.com/news/2026/mar/26/ai-got-the-blame-for-the-iran-school-bombing-the-tru...
1•u1hcw9nx•5m ago•0 comments

Modular hardcoded circuits for computer vision plus autonomous production tools

https://github.com/SwuduSusuwu/SusuLib/discussions/52
1•SwuduSusuwu•6m ago•3 comments

Anthropics Buffa: a Rust implementation of protobuf

https://github.com/anthropics/buffa
1•harporoeder•7m ago•0 comments

We need to talk about Elixir

https://blog.gjmveloso.dev/posts/2026/03/25/we-need-to-talk-about-elixir/
1•gjmveloso•8m ago•0 comments

Nasdaq Flirts with Correction Territory

https://www.wsj.com/livecoverage/stock-market-today-dow-sp-500-nasdaq-03-26-2026/card/nasdaq-flir...
1•pera•9m ago•0 comments

JPMorgan now monitoring investment banker screen time to prevent burnout

https://finance.yahoo.com/sectors/healthcare/articles/jpmorgan-started-monitoring-keystrokes-vide...
2•s3p•10m ago•0 comments

Artisanal software in the age of AI codegen

https://kinarey.com/when-craft-relocates/
2•indynz•11m ago•2 comments

China Learned to Love the Classics

https://www.newyorker.com/news/annals-of-education/how-china-learned-to-love-the-classics
3•tzury•11m ago•0 comments

Basecamp CLI and Agent Skill

https://basecamp.com/agents
1•SunshineTheCat•12m ago•0 comments

All code is sorcery, until it isn't

https://andreafortuna.org/2026/03/26/programming_as_magic/
1•speckx•13m ago•0 comments

Taming LLMs: Using Executable Oracles to Prevent Bad Code

https://john.regehr.org/writing/zero_dof_programming.html
2•mad44•16m ago•0 comments

What's coming to our GitHub Actions 2026 security roadmap

https://github.blog/news-insights/product-news/whats-coming-to-our-github-actions-2026-security-r...
1•abraham•17m ago•0 comments

A 54KB client-side HNSW vector search engine in WASM

https://github.com/Altor-lab/altor-vec
5•anshulbasia27•18m ago•1 comments

Testing Neglected VHS Tapes and CDs

https://hackaday.com/2026/03/25/testing-severely-neglected-vhs-tapes-and-cds/
1•toomuchtodo•18m ago•0 comments

One Pipe, Two Sandboxes, Zero Prompt Injection

https://multikernel.io/2026/03/26/sandlock-pipeline-xoa/
1•wang_cong•18m ago•0 comments

Show HN: Switch Country – Get News, Stalk what's happening in other countries?

https://play.google.com/store/apps/details?id=com.kocial.news&hl=en_US
1•kocialnews•19m 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•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.