frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Expose Your APIs to Agents Without Losing Control via Koodisi MCP

https://koodisi.com/blog/expose-your-apis-to-agents-without-losing-control
1•theashishmaurya•40s ago•0 comments

KotlinLLM Is Going Open Source

https://blog.jetbrains.com/research/2026/07/kotlinllm-open-source/
1•theanonymousone•3m ago•0 comments

Show HN: Roamr – a CLI that picks the best saved WiFi, and tells you why

https://github.com/sourabh-khot65/roamr
1•sourabh65•4m ago•0 comments

Google DeepMind Disbands AlphaFold Team as AI Strategy Shifts Toward Gemini

https://finance.yahoo.com/technology/ai/articles/market-chatter-alphabet-apos-google-093407849.html
1•theanonymousone•5m ago•0 comments

Tracked Capabilities for Safer Agents

https://martinodersky.substack.com/p/tracked-capabilities-for-safer-agents
1•odersky•6m ago•1 comments

C++ Simulator for Ordnance Penetrators/Kinetic Energy Strike Weapons

https://github.com/omid2007hope/MOP-Simulator
1•omid2007hope•6m ago•1 comments

Allies shrug as US pushes for Strait of Hormuz patrol

https://www.politico.com/news/2026/07/28/iran-us-strait-ofhormuz-allies-patrol-01013659
1•vrganj•8m ago•0 comments

Ask HN: Is paying for a BIMI certificate useful?

1•gojkoa•10m ago•0 comments

SpecForge – A Platform for Authoring Formal Specifications

https://docs.imiron.io/v/0.5.10/en/tour.html
1•agnishom•10m ago•0 comments

Who's a Rat

https://whosarat.com/
1•ustad•12m ago•0 comments

Webflow: Code as the Source of Truth

https://webflow.com/blog/getting-to-the-source
1•tosh•16m ago•0 comments

Korean Stocks Plunge 16% in Two-Day Burst of Retail Selling

https://www.bloomberg.com/news/articles/2026-07-29/korean-stocks-tumble-a-second-day-as-sk-hynix-...
1•emsidisii•20m ago•0 comments

Unpacking Open Source AI: Toward a Framework for Openness in Foundation Models

https://cacm.acm.org/research/unpacking-open-source-artificial-intelligence-toward-a-framework-fo...
1•rbanffy•21m ago•0 comments

Salience Labs Wants to Scale Up AI with Silicon Photonics Optical Switch

https://www.nextplatform.com/connect/2026/07/22/salience-labs-wants-to-scale-up-ai-with-silicon-p...
1•rbanffy•22m ago•0 comments

System-Analysis – Forensische Architektur (Deutschland)

https://github.com/Recursive-Logic-Core/system-analysis
1•ArchMMM•23m ago•0 comments

Show HN: Miget – Free cloud hosting for open source projects (no star minimums)

https://miget.com/open-source-program
1•Ankiit111•23m ago•0 comments

Russia charges Telegram founder Durov with facilitating terrorism

https://www.bbc.co.uk/news/articles/cj4kexqkpzno
1•vinni2•24m ago•0 comments

Amiga Graphics Archive

https://amiga.lychesis.net/index.html
1•Bluestein•26m ago•0 comments

Can rent controls ever work?

https://www.ft.com/content/975da0db-e251-4082-a637-90a6495557be
2•JumpCrisscross•29m ago•0 comments

Never Pay for Online Dating (2010)

https://web.archive.org/web/20100821041938/http://blog.okcupid.com/index.php/why-you-should-never...
2•downbad_•31m ago•0 comments

Trace

https://playtrace.co.uk/
1•bookofjoe•31m ago•0 comments

These European airports now allow up to 2 litres of liquids in hand luggage

https://www.fly4free.com/flight-deals/europe/these-european-airports-now-allow-up-to-2-litres-of-...
1•Markoff•32m ago•0 comments

Russia charges Telegram founder Pavel Durov with aiding terrorism

https://apnews.com/article/russia-telegram-pavel-durov-ukraine-a6efe4692f3415c2046f0893d114174b
1•haburka•33m ago•0 comments

Titan Transients and LLM Scalability

https://queue.acm.org/detail.cfm?id=3819082
1•rbanffy•37m ago•0 comments

TubeRank AI – Free YouTube SEO Tool Built with AI

https://tuberank-ai.com/
2•honar•38m ago•0 comments

Small Instant Website Launcher

https://nanomo.app/login
2•mountain-hawk•42m ago•1 comments

That time when I failed the Microsoft interview

https://ochagavia.nl/blog/that-time-when-i-failed-the-microsoft-interview/
1•wofo•43m ago•1 comments

The Orchestrator's Tax

https://martinfowler.com/articles/orchestrator-tax.html
2•javaeeeee•46m ago•0 comments

The only road in London where you have to drive on the right

https://www.mylondon.news/news/transport/only-road-london-you-drive-30499294
1•theanonymousone•47m ago•0 comments

ProofCouncil: An LLM Agent for Solving Open Mathematical Problems

https://arxiv.org/abs/2607.09474
2•frozenseven•48m ago•1 comments
Open in hackernews

Show HN: Status Observer MCP – Monitor Operational Status of Services in Claude

https://github.com/imprvhub/mcp-status-observer
1•ivanimprv•1y ago

Comments

badmonster•1y ago
How does the Status Observer MCP handle cases where the status APIs of monitored platforms have varying data formats? Does it require custom parsing logic for each platform, or is there a unified way to handle different responses?
ivanimprv•1y ago
Thanks for the question! Yes, Status Observer MCP handles varying API formats through a hybrid approach. While some platforms provide clean JSON responses, others like GCP required custom helpers in a separate backend that parse the specific data formats and normalize them before delivery to the MCP server. This lets us handle platform-specific quirks while maintaining a consistent devolution. If you have any platform suggestions you'd like to see added, please create an issue in the repository. I'd be happy to work on implementing them!