frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Figure 03 [video]

https://www.youtube.com/watch?v=Eu5mYMavctM
2•LordNibbler•3m ago•1 comments

The Boundless Deep by Richard Holmes review – wild times with young Tennyson

https://www.theguardian.com/books/2025/oct/06/the-boundless-deep-by-richard-holmes-review-wild-ti...
3•lermontov•7m ago•0 comments

Welcome Floating design, Goodbye Flat design

https://blog.terrydjony.com/welcome-floating-design/
1•terryds•28m ago•1 comments

Free software engineer cover letter and resume tips generator

https://trylockedin.app/software-engineer/cover-letter
1•irfahm_•32m ago•0 comments

Zaparoo – Launch your digital collection through NFC cards

https://zaparoo.org/
3•novoreorx•33m ago•0 comments

Show HN: Radiopuppy.com – Minimal Web App for Listening to Online Radio

https://radiopuppy.com
2•devrundown•41m ago•0 comments

To what extent is the war in Gaza justified?

https://mathsandsoundingoff.wordpress.com/2025/06/23/to-what-extent-is-the-war-in-gaza-justified/
2•sxzygz•42m ago•3 comments

The iPhone Air is too pure for this world

https://www.creativebloq.com/design/product-design/the-iphone-air-is-too-pure-for-this-world
1•wahvinci•48m ago•0 comments

Show HN: Munshig – catches the API bug that cost Facebook 50M accounts

1•shaikhzaynsaif•50m ago•0 comments

Neighbor shielded 7-year-old during South Shore federal raid

https://chicago.suntimes.com/immigration/2025/10/10/neighbor-shielded-7-year-old-during-south-sho...
5•perihelions•51m ago•0 comments

Major security breach at Austrian AI startup localmind.ai

https://localmind.ai/
2•tobwen•54m ago•1 comments

Coral Protocol Open Infrastructure Connecting the Internet of Agents

https://arxiv.org/abs/2505.00749
1•joj333•1h ago•0 comments

Is AI a bubble? Maybe, maybe not. Who cares

https://greyenlightenment.com/2025/10/07/is-ai-a-bubble-maybe-or-maybe-not-who-cares/
3•paulpauper•1h ago•0 comments

He was wrongfully imprisoned for 43 years

https://www.miamiherald.com/news/local/immigration/article312442984.html?giftCode=44d98622506ff2b...
2•perihelions•1h ago•0 comments

(FULLY OPEN SOURCE) open-computer-use: Computer agents working on their own VMs

https://github.com/LLmHub-dev/open-computer-use
2•PrateekJ17•1h ago•1 comments

Show HN: Site that teaches you how Google Maps works

https://www.secretsofmaps.com/
1•adas4044•1h ago•0 comments

Qatari diplomats killed in car crash while heading to Sharm el-Sheikh

https://apnews.com/article/egypt-qatar-car-crash-sharm-el-sheikh-67d68db5b92fbeb9fd0fba67791f4aeb
8•keepamovin•1h ago•0 comments

Brazil's Bolsonaro was convicted but the military appetite for a coup lingers

https://www.theguardian.com/world/2025/oct/09/brazil-bolsonaro-convicted-threat-coup
2•kaycebasques•1h ago•0 comments

Free sora2, no invite code, support API

https://FreeSoraGenerator.com
1•paidx•1h ago•0 comments

Constant-Time Crypto in Fil-C

https://fil-c.org/constant_time_crypto
1•pizlonator•1h ago•0 comments

Oracle Security Alert CVE-2025-61884 for E-Business Suite

1•opengrass•1h ago•0 comments

The first website to rank consumer humanoid robots

https://botrank.io/
1•tbabenko•1h ago•0 comments

The Secret to Better Airplane Navigation Could Be Inside the Earth's Crust

https://www.wsj.com/articles/the-secret-to-better-airplane-navigation-could-be-inside-the-earths-...
2•bookofjoe•1h ago•1 comments

The Secret Life of Machines Remastered

https://www.youtube.com/playlist?list=PLtaR0lZhSyAPLuoSbMA29s3Ry8ZUvKff3
2•gregsadetsky•1h ago•1 comments

Ask HN: Why is observability so broken, and what can fix it?

2•idea0rbit•2h ago•3 comments

Using LibreChat to run your own chatbot connected to your MCP's

https://napsty.com/blog/using-librechat-to-host-mcp-chatbot
1•gaieges•2h ago•0 comments

Australia's March Toward 100 Percent Clean Energy

https://www.wired.com/story/as-coal-fades-australia-looks-to-realize-dream-of-100-renewable-energy/
3•toomuchtodo•2h ago•0 comments

CSS Has 42 Units

https://www.irrlicht3d.org/index.php?t=1627
9•thunderbong•2h ago•1 comments

Show HN: Built an open-source SDK to simplify tool authentication for AI Agents

https://github.com/CelestoAI/agentor
1•theaniketmaurya•2h ago•0 comments

Marc Benioff says he wants Trump to send National Guard to San Francisco

https://www.kron4.com/news/bay-area/marc-benioff-wants-trump-to-send-national-guard-to-san-franci...
4•yibg•2h ago•2 comments
Open in hackernews

Ask HN: Why is observability so broken, and what can fix it?

2•idea0rbit•2h ago

Comments

zarathustra333•1h ago
are you talking about observability for AI workflows or more generally? I have a friend working on the former.
idea0rbit•1h ago
both. In general I think most observability systems are broken. This article captures the sentiment pretty well

https://www.linkedin.com/pulse/observability-broken-its-time...

tanelpoder•1h ago
Good article, thanks for sharing. I've been working on one part of this problem space for quite a while too. I want ability to directly drill down into latency reasons and underlying application component threads' wall-clock time, instead of having to correlate various systemwide utilization metrics and try to manually connect the dots.

I'm using eBPF-based dimensional data analysis, starting from bottom up (every system is a bunch of threads, including distributed systems) and move up from there. This doesn't replace existing distributed tracing approaches for end to end request view, but gives you deep observability all the way down to each service's underlying threads' wall-clock time (where blocked, sleeping and why, etc).

At this year's P99CONF I will launch the first GA release of my (open source) 0x.tools xcapture eBPF collectors, with a reference implementation of a TUI tool, showing dimensional performance modeling on these new thread sampling signals (xtop).

A couple of 1-minute asciicasts of xtop are here: https://tanelpoder.com/posts/xcapture-xtop-beta/