frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Brimstone: ES2025 JavaScript engine written in Rust

https://github.com/Hans-Halverson/brimstone
1•ivankra•3m ago•0 comments

Tips for building performant LLM applications

https://moduloware.ai/pdf/Writing-High-Performance-AI-Agents-in-Python-Insights-from-building-Mod...
1•zuzuen_1•6m ago•1 comments

BikeSafe Watchman: I built a dedicated hardware security unit for all motorbikes

https://bikesafe.me/blogs/news/watchman-bringing-premium-security-to-every-motorcycle
1•mygnu•7m ago•0 comments

Anthropic's report smells a lot like bullshit

https://djnn.sh/posts/anthropic-s-paper-smells-like-bullshit/
1•vxvxvx•11m ago•0 comments

Element X and Pro updates; a glimpse into the future

https://element.io/blog/element-x-and-pro-updates-a-glimpse-into-the-future/
1•maelito•16m ago•1 comments

Experts question Anthropic's claims of cyberattacks using its tools

https://arstechnica.com/security/2025/11/researchers-question-anthropic-claim-that-ai-assisted-at...
1•pomarie•18m ago•0 comments

CRX – Need help to complete my project

https://github.com/vincent2o1/CRX-Lite-2.0
1•Who_99•30m ago•1 comments

Foreign direct investment in semiconductors reconfigured sharply toward the U.S.

https://www.mckinsey.com/featured-insights/week-in-charts/fdi-fuels-chip-shift
1•giuliomagnifico•32m ago•0 comments

Programming Languages in the Age of "AI" Agents

https://alexn.org/blog/2025/11/16/programming-languages-in-the-age-of-ai-agents/
1•todsacerdoti•34m ago•0 comments

We haven't seen ZFS checksum failures for a couple of years

https://utcc.utoronto.ca/~cks/space/blog/solaris/ZFSOurRareChecksumFailuresII
2•psxuaw•36m ago•0 comments

My Summary of the Meditations of Marcus Aurelius – (22 Stoic Principles) [video]

https://www.youtube.com/watch?v=Hu0xDtK3g3Q&list=PLzKrfPkpj5olfny8ao7uoBTydABymwEdu
1•samuel2•39m ago•0 comments

Tips for Faster Rust Compile Times

https://corrode.dev/blog/tips-for-faster-rust-compile-times/
2•vinhnx•39m ago•0 comments

"The Fall of Icarus": You Have Never Seen an Astrophotography Picture Like This

https://www.iflscience.com/the-fall-of-icarus-you-have-never-seen-an-astrophotography-picture-lik...
3•doener•41m ago•0 comments

The delicious flavour with a toxic secret (2017)

https://www.bbc.com/future/article/20170620-the-delicious-flavour-with-a-toxic-secret
2•thunderbong•44m ago•2 comments

The Advent of Compiler Optimisations 2025

https://xania.org/202511/advent-of-compiler-optimisation
2•nly•45m ago•0 comments

Improve your code by separating mechanism from policy

https://lambdaisland.com/blog/2022-03-10-mechanism-vs-policy
1•moonlessday•46m ago•0 comments

Worksheet for Harada Method – PDF, PNG, and LaTeX Code

https://www.adithyan.io/blog/harada-method-worksheet
1•adithyan_win•50m ago•0 comments

Show HN: Listiary – A FOSS wiki engine built on nested, interactive lists

https://github.com/listiary/Listiary
1•demon_of_reason•54m ago•0 comments

Joscha Bach in Epstein Files

https://journaliststudio.google.com/pinpoint/search?collection=092314e384a58618
4•Rebuff5007•1h ago•2 comments

UK's first small nuclear power station to be built in north Wales

https://www.bbc.com/news/articles/c051y3d7myzo
30•ksec•1h ago•21 comments

Speedrunning a CPU: RISC-V in a Week

https://daymare.net/blogs/speedrunning-a-cpu/
2•daymare•1h ago•0 comments

The France National Intelligence Strategy 2025

https://www.dirittoue.info/the-france-national-intelligence-strategy-2025/
1•kaven1234•1h ago•0 comments

Markdown files not openable because of GitHub Copilot (VSCode)

https://github.com/microsoft/vscode/issues/277450
1•pjmlp•1h ago•1 comments

Why I Don't Need a Steam Machine

https://brainbaking.com/post/2025/11/why-i-dont-need-a-steam-machine/
46•ingve•1h ago•61 comments

Maybe You're Not Actually Trying

https://usefulfictions.substack.com/p/maybe-youre-not-actually-trying
24•eatitraw•1h ago•5 comments

Show HN: TunnelBuddy – Share your internet via HTTPS proxy over WebRTC

https://www.tunnelbuddy.net/
1•xrmagnum•1h ago•2 comments

Ten years and 100B dollars later: where is Meta's metaverse?

https://www.heise.de/en/background/Ten-years-and-100-billion-dollars-later-where-is-Meta-s-metave...
7•Prunkton•1h ago•3 comments

Comparing the run-time performance of Fil-C and ASAN

http://bannalia.blogspot.com/2025/11/comparing-run-time-performance-of-fil-c.html
1•ingve•1h ago•0 comments

Show HN: HashCodeTools – 17 Free Privacy-Focused Dev Tools

https://hashcodetools.com/
2•rsunnythota•1h ago•1 comments

Meta Replaced the Native WhatsApp for Windows 11 with a Shitty Web App

https://daringfireball.net/2025/11/meta_whatsapp_windows_shitty_web_app
4•SoKamil•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•6mo ago

Comments

badmonster•6mo 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•6mo 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!