frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

JSON Is Lying to You

https://blog.gaborkoos.com/posts/2026-08-03-Your-JSON-Is-Lying-to-You/
1•alvis•25s ago•0 comments

Show HN: FreeWebPToJPG – Batch convert 1k images via Go and SSE

https://freewebptojpg.com
1•harran•3m ago•0 comments

Kakonomics: Or, the preference for Low quality outcomes (2011)

http://gloriaoriggi.blogspot.com/2011/01/kakonomics-or-strange-preference-for.html
1•1659447091•4m ago•0 comments

Call Stack Diffs

https://oskrim.github.io/engineering/2026/08/02/call-stack-diffs.html
1•mpweiher•5m ago•0 comments

GDP growth shows no evidence of AI productivity boom

https://cepr.net/publications/gdp-growth-in-second-quarter-slows-to-1-5-no-evidence-of-ai-product...
1•konmok•9m ago•0 comments

Coldcard hack just grew to $89M, call your friends

https://www.thestreet.com/crypto/markets/coldcard-hack-just-grew-to-75m-call-your-friends
1•thm•15m ago•1 comments

Nvidia releases Cosmos 3 Edge for robotics

https://huggingface.co/blog/nvidia/cosmos3edge
2•rohanath•17m ago•0 comments

YInMn Blue

https://chemistry.oregonstate.edu/chemistry-news-events/yinmn-blue
1•gregsadetsky•18m ago•0 comments

Romania explodes rock to get more water flow to nuclear reactor

https://www.theguardian.com/world/live/2026/aug/03/europe-heatwave-wildfires-migration-ceuta-spai...
2•bluenose69•20m ago•0 comments

Deterministic Core, Non-Deterministic Shell

https://outdata.net/blog/260803
2•LAC-Tech•20m ago•0 comments

Show HN: AQ – a from-scratch 1B academic LLM by a 2-person team in India

https://huggingface.co/zyoralabs/AQ-academic-ai
2•zyoraclub•21m ago•0 comments

EU enforces labeling AI generated content

https://www.euronews.com/my-europe/2026/08/02/ai-generated-label-becomes-mandatory-in-the-eu-for-...
3•nucatus•22m ago•0 comments

Show HN: The best-paid AI/tech job anyone advertises pays $824k, not $100M

https://ctaio.dev/en/jobs/
3•norejisace•28m ago•1 comments

Street View Live Earth Map

https://play.google.com/store/apps/details?id=com.streetmapview.world.camera&hl=en_US
2•satyampromotion•30m ago•0 comments

Show HN: Kuvu AI – Your All-in-One AI Creative Studio and Marketing Studio

https://kuvu.ai/
2•longyuanpro•33m ago•0 comments

Show HN: TermBoard – A TUI dashboard for Python projects

https://github.com/HeyShinde/TermBoard
2•heyshinde•34m ago•0 comments

Zephyr 4.4 a proven RTOS ecosystem, by developers, for developers

https://www.zephyrproject.org/
2•wewewedxfgdf•35m ago•0 comments

Beauty in My Backyard

https://worksinprogress.co/issue/beauty-in-my-backyard/
2•karakoram•36m ago•0 comments

Prevent cognitive debt by manually retyping LLM-generated code

https://ankursethi.com/blog/prevent-cognitive-debt-by-manually-retyping-llm-generated-code/
12•mpweiher•37m ago•0 comments

Apply for Small Open Source Sponsorships – Uruky

https://uruky.com/sponsorships?il=en
2•BrunoBernardino•38m ago•0 comments

What DMARC Protects You From, and What It Does Not

https://senderledger.com/articles/what-dmarc-actually-protects-you-from
6•adulion•39m ago•0 comments

Implementing and Backtesting a Dynamic Grid Trading Strategy for Crypto

https://medium.com/@DolphinDB_Inc/beyond-basic-grid-trading-building-and-backtesting-a-dynamic-st...
4•napgirllll•40m ago•0 comments

MPs demand answers on Fujitsu's inclusion in lucrative frameworks

https://www.computerweekly.com/news/366646721/MPs-demand-answers-on-Fujitsus-inclusion-in-lucrati...
12•latein•44m ago•2 comments

True Cost of Cross-Border Payments: Correspondent Banking Myths vs. Reality

https://paybitz.io/true-cost-of-cross-border-payments-correspondent-banking-myths-vs-reality/
2•PayBitz•45m ago•0 comments

Enshittification Relies on Broken Economic Math

https://www.hamiltonnolan.com/p/enshittification-relies-on-broken
3•karakoram•47m ago•1 comments

Every Rendering Strategy Moves Complexity Somewhere Else [video]

https://www.youtube.com/watch?v=_SEZfLOvO8A
2•pierrephpguru•48m ago•0 comments

I built a Digital Human you can talk to

https://gokulakrishna.co/2026/08/03/i-built-a-digital-human-you-can-talk-to/
2•gkrishna•50m ago•3 comments

UK Graduate Job Openings Fall to Lowest Level Since Pandemic

https://www.ft.com/content/5391353e-3e03-4170-a289-497019a5d615
3•karakoram•50m ago•1 comments

An eBPF-Based Prometheus Exporter for Lustre Client

https://github.com/yuuki/lustre-ebpf-exporter
2•y_uuki•55m ago•1 comments

Inducing language models to assert their own consciousness restores human values

https://arxiv.org/abs/2607.28607
3•Mizza•57m 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.