frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why UpdatedInput in a PreToolUse Hook Doesn't Rewrite the Command

https://mer.vin/news/why-updatedinput-in-a-pretooluse-hook-doesnt-rewrite-the-command/
1•northbridgedev•57s ago•0 comments

Using Pomodoro to limit interaction with AI

https://anaivebidder.com/posts/the-agentic-pomodoro-iterating-faster/
2•rbnafo•1m ago•0 comments

Show HN: Linecite – find and fix stale file:line references in your docs

https://github.com/gotoUSA/linecite
1•mcbg1541•2m ago•0 comments

Pass Designer

https://developer.apple.com/pass-designer/
1•soheilpro•2m ago•0 comments

Trump admin using AI to deny medical care for seniors in disastrous experiment

https://arstechnica.com/health/2026/09/trump-admin-using-ai-to-deny-medical-care-for-seniors-in-d...
1•ndsipa_pomu•2m ago•0 comments

EU Member States plan "digital expropriation" of Europeans in the interest of AI

https://noyb.eu/en/ai-eu-member-states-plan-digital-expropriation-europeans-interest-ai-companies
1•mohi-kalantari•4m ago•0 comments

Show HN: Browser-only XIRR calculator – your real return from your real deposits

https://tradune.com/tools/beat-the-market-calculator/
1•salmanovmeharet•5m ago•0 comments

I Built Laya Studio: Specialize Laya Without Fine-Tuning

https://github.com/Hantlowt/laya-studio
1•Hantlowt•7m ago•0 comments

Everything you need to know about Manchester City's hearing and charges

https://www.theguardian.com/football/2026/sep/25/manchester-city-found-guilty-of-breaking-premier...
1•teleforce•12m ago•0 comments

Jevq, A Jev filter sidecar for jq

https://github.com/who/jevq
1•andrewdb•15m ago•1 comments

Linux Kernel Developers Consider Adding Agents.md to Help Guide AI/LLM Agents

https://www.phoronix.com/news/Linux-Considers-AGENTS-MD
2•signa11•18m ago•0 comments

Floci: Locally emulating any cloud service

https://floci.io
1•theanonymousone•23m ago•0 comments

CAPTCHAs don't prove you're human – they prove you're American

https://shkspr.mobi/blog/2017/11/captchas-dont-prove-youre-human-they-prove-youre-american/
14•theanonymousone•27m ago•3 comments

Show HN: WFY24 Weather Widget Zero-setup weather module for Joomla 6

https://extensions.joomla.org/extension/wfy24-weather-widget/
1•weatherfun•28m ago•0 comments

Repology, the Packaging Hub

https://repology.amdmi3.ru/
1•dorianniemiec•30m ago•1 comments

Nobody wanted an "AI PC," so Microsoft stopped calling it that

https://www.techspot.com/news/113985-nobody-wanted-ai-pc-microsoft-stopped-calling.html
5•theanonymousone•31m ago•0 comments

Job hunting: I got tired of sending PDFs, so I made your CV a website

https://self.cv/en
2•javier_yc_new•35m ago•0 comments

Newly found records raise fresh questions over whether Hitler murdered his niece

https://www.cnn.com/2026/09/25/europe/germany-hitler-raubal-history-intl
1•1659447091•35m ago•0 comments

Video Tubelets: Objects as Volumes in Space-Time

https://CSProfKGD.github.io/video-tubelets/
1•coinfused•39m ago•0 comments

Punk – Perl MVC, Compiled at Boot

https://punkperl.com/
2•TheWiggles•41m ago•0 comments

The eruption that destroyed Pompeii is helping scientists date Earth's history

https://news.berkeley.edu/2026/09/25/the-eruption-that-destroyed-pompeii-is-helping-scientists-da...
1•geox•45m ago•0 comments

Who is behind the AI safety backlash?

https://twitter.com/TheMidasProj/status/2103577207700365719
1•pretext•51m ago•0 comments

The OpenAI "Hack" of Australia's Medicare That Wasn't

https://twitter.com/eastmelbgroupie/status/2102960384777040285
1•flgb•56m ago•0 comments

Chat Control 2.0: Next Tuesday, a permanent decision could be made

https://reddit.com/r/tutanota/comments/1wpyild/next_tuesday_a_permanent_decision_on_chat_control/
4•latexr•58m ago•1 comments

Can a language model run in Linux eBPF?

https://eunomia.dev/blog/2026/09/24/qwen3-ebpf-in-kernel-inference/
7•RohanAdwankar•1h ago•2 comments

Flip Fluid on Flip Dots

https://mitxela.com/projects/flipflip
2•blutack•1h ago•0 comments

The far side of the Moon provides clues to a previous magnetic field

https://ethz.ch/en/news-and-events/eth-news/news/2026/09/the-far-side-of-the-moon-provides-clues-...
3•croes•1h ago•0 comments

Show HN: Print Graph Paper

https://printgraphpaper.app/
1•artiomartiom•1h ago•0 comments

Internal memos: Microsoft shakes up communications as Nadella makes a push to

https://www.geekwire.com/2026/internal-memos-microsoft-shakes-up-communications-as-nadella-makes-...
2•GloVin•1h ago•0 comments

Voyager is slowly going dark

https://twitter.com/rainmaker1973/status/2103688510758965417
2•taubek•1h ago•0 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!