frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Symbio

https://github.com/huyedits/Symbio/tree/main
1•huyedits•47s ago•0 comments

My 'Grill Me' Skill Went Viral

https://www.aihero.dev/my-grill-me-skill-has-gone-viral
2•jonathanlydall•6m ago•0 comments

Pebble provides a positive update but I still wouldn't recommend buying one

https://ljpuk.net/posts/pebble-provides-a-positive-update-but-i-still-wouldnt-recommend-buying-one
1•jllyhill•7m ago•0 comments

Why AI-Assisted Development Is More Exhausting Than It Should Be

https://tonyalicea.dev/blog/single-mode-burnout/
1•layer8•8m ago•0 comments

Validating LLM code edits when you can't run the code

https://velyr.io/blog/validating-llm-code-edits-without-running-the-code
1•flo_r•10m ago•0 comments

UBol-stripped – a less is more, super efficient, stripped version of uBol-lite

https://github.com/Kees1958/uBol-stripped
1•XzetaU8•11m ago•0 comments

How to Connect Claude to Stock Market Data via MCP

https://gist.github.com/financialdatanet/140133bf06b91c64f506b6aee8691c45
1•_FDN_•12m ago•0 comments

Calculate Real-Time Implied Volatility for Commodity Options

https://medium.com/@DolphinDB_Inc/how-we-built-a-real-time-implied-volatility-engine-for-commodit...
1•CrazyTomato•18m ago•0 comments

Belfort Releases Fastest Encrypted Image Classifer

https://belfortlabs.com/blog/sofar
1•furkanturan•19m ago•0 comments

Show HN: Deadwire-HTTPD A triple-threaded x86-64 assembly static server

https://github.com/Deadbytes101/DEADWIRE-HTTPD
2•lexsandra56•22m ago•0 comments

The Future of Developer Tools

https://blog.plan99.net/the-future-of-developer-tools-139cc351bd67
1•mike_hearn•22m ago•0 comments

I replaced 10 yrs of paying for Keyboard Maestro with a single Lua script

https://keyboardhardware.com/2026-07-17-kbm-replaced-by-1-lua-file/
2•genesishash•23m ago•0 comments

Show HN: Run all your sites SEO on autopilot

https://boldpilot.club
1•Utopyasz•25m ago•0 comments

JavaScript Sucks. Here's How to Build with Vite and Gleam

https://hendassa100k.github.io/posts/2026-07-11-gleam-and-vite/
1•TheWiggles•33m ago•0 comments

Five studies changing how I think about AI in software engineering

https://newsletter.getdx.com/p/five-studies-that-are-changing-how
1•perpetua•35m ago•0 comments

Starlink V3 Satalites

https://starlink.com/updates/starlink-version-3-satellites
1•jtraglia•36m ago•0 comments

Trump teleprompter aide made $100k betting on what Trump would say, reports say

https://arstechnica.com/culture/2026/07/trump-teleprompter-aide-made-100000-betting-on-what-trump...
3•rbanffy•39m ago•0 comments

The Tail End (2015)

https://waitbutwhy.com/2015/12/the-tail-end.html
1•tosh•41m ago•0 comments

We rebuilt our data warehouse on DuckDB over ClickHouse

https://posthog.com/blog/why-we-rebuilt-our-data-warehouse
1•tosh•46m ago•0 comments

Gemini 3.5 Pro delays due to coding performance, upgraded Flash model in testing

https://9to5google.com/2026/07/16/gemini-3-5-pro-delays/
1•couAUIA•50m ago•0 comments

Lucy edits videos in realtime, now with more capabilities and greater control

https://lucy.decart.ai/
1•eddieoz•53m ago•0 comments

'Food Is Medicine'

https://reasonstobecheerful.world/food-is-medicine-study/
2•fodmap•54m ago•0 comments

Ask HN: How long should I wait before being able to post?

2•ThierryRkt•55m ago•0 comments

Coding in space, AI-XR, and new interaction paradigms for devs

https://blog.jetbrains.com/research/2026/07/ai-and-xr-future/
1•katie_fraser•55m ago•0 comments

xAI can't deny Grok makes CSAM anymore. So it's suing users

https://arstechnica.com/tech-policy/2026/07/xai-cant-deny-grok-makes-csam-anymore-so-its-suing-us...
2•isaacfrond•57m ago•1 comments

Electric-steam locomotive

https://en.wikipedia.org/wiki/Electric%E2%80%93steam_locomotive
1•networked•1h ago•0 comments

Astronomers discover first atmosphere around a rocky Earth-like planet

https://www.space.com/astronomy/exoplanets/astronomers-discover-1st-atmosphere-around-a-rocky-ear...
1•isaacfrond•1h ago•0 comments

A structurally chunked, pre-embedded SQLite corpus of the EU AI Act

https://huggingface.co/datasets/faitholopade/aiact-openrag
1•olopadef•1h ago•0 comments

One link-click Google account takeover

https://weirdmachine64.github.io/research/google-oauth-device-code-hijacking.html
3•zx8080•1h ago•0 comments

Trump made $1.4B from crypto in one year. Is Justin Sun the man who helped him?

https://www.theguardian.com/technology/ng-interactive/2026/jul/16/justin-sun-trump-family-crypto
2•beardyw•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.