frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A Fast Immutable Map in Go

https://lemire.me/blog/2026/03/29/a-fast-immutable-map-in-go/
1•ibobev•7s ago•0 comments

Show HN: We scored 50k PRs with AI – what we learned about code complexity

https://gitvelocity.dev
1•chuboy•30s ago•0 comments

If You Have Been an Investor – This Is Your Moment to Act

https://manus.im/share/file/c68b4a9f-90dc-4501-9c63-54894d3e1dfb
1•stevendekoenigs•39s ago•0 comments

2026 has been the most pivotal year in my career and it's only March

https://nullprogram.com/blog/2026/03/29/
1•ibobev•1m ago•0 comments

BubbleWrap your dev env and agents

https://dpc.pw/posts/bubblewrap-your-dev-env-and-agents/
1•birdculture•2m ago•0 comments

Show HN: Gameplan – Play poker against a solver

https://gameplan.poker/
2•joelmanner•2m ago•0 comments

Three months of not reading the news

https://neilzone.co.uk/2026/03/three-months-of-not-reading-the-news/
2•speckx•3m ago•0 comments

Citrix NetScaler bug exploited in days, may be multiple flaws in a trench coat

https://www.theregister.com/2026/03/30/citrix_netscaler_flaw/
3•Brajeshwar•4m ago•0 comments

Show HN: Dendrite – O(1) KV cache forking for tree-structured LLM inference

https://github.com/BioInfo/dendrite
3•RyeCatcher•4m ago•1 comments

Renoir, Cezanne and Matisse paintings stolen from Italian museum

https://www.cnn.com/2026/03/30/style/magnani-rocca-art-heist-italy-scli-intl
2•Cider9986•6m ago•0 comments

Iran is the first war with live odds

https://www.dopaminemarkets.com/p/iran-the-first-war-with-live-odds
3•astorplace•6m ago•0 comments

Pigouvian Tax

https://en.wikipedia.org/wiki/Pigouvian_tax
2•simonebrunozzi•8m ago•0 comments

Show HN: Aludel – LLM eval workbench for Phoenix apps

https://github.com/ccarvalho-eng/aludel
2•wood-archer•8m ago•0 comments

Queueing Requests Queues Your Capacity Problems, Too

https://pushtoprod.substack.com/p/queueing-requests-queues-your-capacity-problems-too
2•mhawthorne•9m ago•0 comments

Repo of Claude Code skills I've been collecting

https://github.com/boraoztunc/skills
2•kaizenb•10m ago•1 comments

The state of AI safety in four fake graphs

https://windowsontheory.org/2026/03/30/the-state-of-ai-safety-in-four-fake-graphs/
2•speckx•10m ago•0 comments

Qwen3.5-Omni

https://qwen.ai/blog?id=qwen3.5-omni
3•meetpateltech•10m ago•0 comments

Show HN: Link proof assistant Lean to Claude, fix your code's hidden assumptions

https://github.com/savarin/lean-refine
2•kurinikku•10m ago•0 comments

Show HN: I built a one-file tool to visualize the real cost of Claude Code usage

https://cc.preslav.me
2•p5v•10m ago•1 comments

List of Countries by Oil Extraction

https://en.wikipedia.org/wiki/List_of_countries_by_oil_extraction
3•simonebrunozzi•11m ago•0 comments

HuggingFace has just released Transformer.js v4 with WebGPU support

https://github.com/huggingface/transformers.js/releases/tag/4.0.0
2•pavelai•11m ago•1 comments

Show HN: HTMLPipe, and how to archive archive.is pages on archive.org manually

https://smileplease.mataroa.blog/blog/htmlpipe-and-how-we-can-use-it-for-archive/
3•Imustaskforhelp•11m ago•1 comments

The most interesting startups from YC W26 Demo Day

https://techcrunch.com/2026/03/26/16-of-the-most-interesting-startups-from-yc-w26-demo-day/
3•PaulHoule•11m ago•0 comments

Reveal.js v6.0.0

https://github.com/hakimel/reveal.js/releases/tag/6.0.0
3•mapper32•11m ago•0 comments

Pharma is dosing drugs wrong – the quantum tunneling correction nobody is using

https://sectio-aurea-q.github.io/pharma-dosing-error.html
2•sectio-aurea-q•11m ago•0 comments

Pig semen extract enables eye drops that kill eye cancer in mice

https://www.fiercebiotech.com/research/pig-semen-extract-enables-eye-drops-kill-eye-cancer-mice
3•gmays•13m ago•1 comments

Show HN: SharpSkill – I was bored to fail my interviews for no reasons

https://sharpskill.dev/en
3•GiornoJojo•15m ago•0 comments

Show HN: I Put a Camera on Headphones

https://haloheadphones.com/
2•ata_aman•16m ago•1 comments

AudioScribe – Offline audio transcription CLI with timestamps, no API key needed

https://github.com/ShoreDataLabs/audioscribe
2•ShoreDataLabs•17m ago•0 comments

He Helped Stop Iran from Getting the Bomb

https://www.newyorker.com/magazine/2026/04/06/he-helped-stop-iran-from-getting-the-bomb
2•jbegley•18m 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•11mo ago

Comments

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