frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Solitaire Alone Together

https://eieio.games/blog/solitaire-alone-together/
1•soheilpro•40s ago•0 comments

What an MCP server costs you in tokens

https://workos.com/blog/mcp-server-token-cost
1•charrington•1m ago•0 comments

We Are Speaking 300 Daily Words Fewer Every Year

https://journals.sagepub.com/doi/10.1177/17456916261425131
1•geox•5m ago•0 comments

Conway's Game of Life Running on a Tang Nano 9k FPGA Board with SPI LCD

https://github.com/philtomson/hotc_examples/tree/main/examples/gol-hotstate
1•UncleOxidant•5m ago•0 comments

Open-source social media scheduler

https://cogsend.com/
1•deepakness•9m ago•0 comments

EN World Is Being DDoS'd by AI Bots

https://www.enworld.org/
2•schrectacular•12m ago•1 comments

Operation Migration

https://en.wikipedia.org/wiki/Operation_Migration
1•thunderbong•14m ago•0 comments

Tesla Closes Texas Airspace for Roadster Launch Event

https://www.notateslaapp.com/news/4711/tesla-closes-texas-airspace-for-roadster-launch-event
3•m463•20m ago•0 comments

I annotated 87 real invoices to find out what they contain

https://invoicestospreadsheets.com/blog/what-87-real-invoices-contain
2•uziidev•23m ago•1 comments

Nearly Half of Age of Empires Dev Edge Laid Off

https://www.vgchartz.com/article/469158/nearly-half-of-age-of-empires-dev-worlds-edge-laid-off/
3•Jimmc414•32m ago•0 comments

We're Making Tailscale Faster

https://tailscale.com/blog/making-tailscale-faster
1•mfrw•33m ago•0 comments

RepoDocs – turn your repo's Markdown/*.md into a Figma-like board you can edit

https://github.com/alecerca/repoDocs
1•alecerca•35m ago•0 comments

Show HN:Tornedo- Everything a torrent client does, without leaving your terminal

https://www.npmjs.com/package/tornedo
1•debdev•35m ago•0 comments

Naming AI agents after Seinfeld characters helps bots join the team – report

https://www.theregister.com/ai-and-ml/2026/09/22/security-firm-finds-naming-ai-agents-after-seinf...
3•mikelgan•37m ago•0 comments

Open-weight models take 56% of token volume

https://vercel.com/blog/ai-gateway-production-index-september-2026
1•mgdo•41m ago•0 comments

Tokens Too Cheap to Meter

https://jyn.dev/tokens-too-cheap-to-meter/
2•benjaminclauss•44m ago•0 comments

Trump says US will henceforth call AI 'super intelligence'

https://www.reuters.com/legal/government/trump-says-us-will-henceforth-call-ai-super-intelligence...
6•OuterVale•46m ago•1 comments

Show HN: I generated 21k astrology pages with Swiss Ephemeris, open sourced

https://github.com/feifeizhao25-ship-it/astrology-pseo-generator
1•tianji-astrolog•46m ago•1 comments

Weak models write tool calls as prose. We started executing them

https://fiit.ai/engineering/tool-calls-as-prose
1•airbai•48m ago•0 comments

Formal methods can start small

https://www.yovico.ai/blog/formal-methods-can-start-small/
1•siberiankot•48m ago•0 comments

Z.ai uploading local code repos to overseas cloud without consent

https://www.reuters.com/legal/litigation/chinas-zai-disables-ai-coding-assistant-features-after-s...
1•txscdn•54m ago•1 comments

Strands harness: frontier performance with 28% lower token cost

https://strandsagents.com/blog/introducing-strands-harness/
3•fourfire•59m ago•0 comments

Can the US Build a DJI? A Teardown of Two DJI Drones

https://www.arenaphysica.com/publications/dji-teardown
1•tristanj•1h ago•0 comments

NASA-Funded Research Finds Complex Life Defying Record Heat

https://science.nasa.gov/science-research/planetary-science/nasa-funded-research-finds-complex-li...
1•Jimmc414•1h ago•1 comments

I'm sick of Claudisms, & what will happen next in AI-boosted software dev

https://www.polso.info/im-sick-of-claudisms-future-ai-software-development
3•rizsyed1•1h ago•1 comments

AQAB: Anti-fascist blocklist QAnon, conspiracy, fake news, far-right, hate sites

https://codeberg.org/NotaInutilis/AQAB
2•Baljhin•1h ago•0 comments

Trump administration attacks Australia optout algorithm law in rare intervention

https://www.abc.net.au/news/2026-09-22/trump-administration-slams-digital-duty-of-care-bill/10718...
2•jyhrow•1h ago•1 comments

Fun: First-Class Functions, Currying, and a Surprise

https://blog.tinyinterpreters.dev/posts/fun-first-class-functions/
1•TheWiggles•1h ago•0 comments

Meta admits Muse's likeness to OpenClaw isn't a coincidence

https://techcrunch.com/2026/09/22/meta-admits-muses-likeness-to-openclaw-isnt-a-coincidence/
1•sbulaev•1h ago•1 comments

Cities across US oppose Trump FCC plan to preempt local broadband rules

https://arstechnica.com/tech-policy/2026/09/cities-across-us-oppose-trump-fcc-plan-to-preempt-loc...
7•pseudolus•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!