frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

The Big World of Tiny Architecture

https://www.archpaper.com/2025/07/new-york-community-independent-in-house-fabricators/
1•Duanemclemore•5m ago•0 comments

Keep Calm and Carry On

https://boston.conman.org/2025/08/01.1
1•todsacerdoti•6m ago•0 comments

Thousands of Hot dogs spill across busy highway

https://news.sky.com/story/hot-dog-spill-blocks-highway-on-wurst-fry-day-for-motorists-13405436
1•austinallegro•16m ago•0 comments

Libvirt – incremental backups for raw devices

https://abbbi.github.io/datafile/
2•Bogdanp•23m ago•0 comments

Tesla to pay $243M in deadly Autopilot crash: 'This will open the floodgates'

https://nypost.com/2025/08/01/business/elon-musks-tesla-ordered-to-pay-329m-in-autopilot-crash-case/
2•elsewhen•27m ago•1 comments

Self-Hosting AI Models After Claude's Usage Limits

https://steipete.me/posts/2025/self-hosting-ai-models
1•llamavore•34m ago•0 comments

What Makes an Individual More Likely to Consent to Sex They Do Not Want?

https://www.mdpi.com/2076-328X/15/7/981
2•PaulHoule•34m ago•0 comments

Why are so many British babies being given the name of murderous Hamas terrorist

https://www.telegraph.co.uk/news/2025/08/01/why-are-so-many-babies-being-named-yahya/
2•mhb•34m ago•0 comments

Durability of clothes is by no means correlated with price, study finds

https://uk.fashionnetwork.com/news/Durability-of-clothes-is-by-no-means-correlated-with-price-study-finds,1753858.html
2•like_any_other•37m ago•1 comments

Just how fast is Cerebras, really? [video]

https://www.youtube.com/watch?v=pz2LmhLhqps
2•anonymous351•38m ago•1 comments

Saudi Arabia's Revolutionary Solar-Powered Laser Beacons: Lifeline in the Desert

https://www.revlox.com/world/saudi-arabias-revolutionary-solar-powered-laser-beacons-a-lifeline-in-the-desert/
1•thunderbong•40m ago•0 comments

Video] Can I get no-fluff feedback on my Python tutorials?

https://www.youtube.com/watch?v=IuRvQijj9tQ
2•ReadTheError•40m ago•2 comments

I don't think AGI is right around the corner – Dwarkesh Patel [video]

https://www.youtube.com/watch?v=nyvmYnz6EAg
1•krat0sprakhar•42m ago•0 comments

ScalVer – calendar‑aware, SemVer‑compatible and extendable versioning scheme

https://github.com/veiloq/scalver
1•nreece•47m ago•0 comments

Dead leaf isn't quite a leaf, but a leaf-mimicking spider, discovered 2015

https://old.reddit.com/r/Damnthatsinteresting/comments/1meu2ti/this_dead_leaf_that_isnt_quite_a_leaf_this_is/
3•echelon•50m ago•1 comments

I kept losing my best AI prompts, so I built a place to save and discover them

https://getprompts.org
1•Sidsaladi•1h ago•2 comments

Jujutsu for Busy Devs, Part 2: "How Do I?"

https://maddie.wtf/posts/2025-07-21-jujutsu-for-busy-devs/entry/1
3•thombles•1h ago•0 comments

Who is Alexandre de Moraes?

https://en.wikipedia.org/wiki/Alexandre_de_Moraes
1•sans_souse•1h ago•1 comments

Show HN: A Toy Sound Generator

https://toy-sound.surge.sh/
2•stagas•1h ago•1 comments

'What am I falling in love with?' Human-AI relationships no longer fiction

https://www.cnbc.com/2025/08/01/human-ai-relationships-love-nomi.html
2•TMWNN•1h ago•4 comments

The Napster (2000)

https://time.com/archive/6954963/meet-the-napster/
2•thomassmith65•1h ago•0 comments

A Great Way to Snub the World (1981)

https://time.com/archive/6697378/living-a-great-way-to-snub-the-world/
1•thomassmith65•1h ago•0 comments

UniFi OS Server for MSPs

https://blog.ui.com/article/introducing-unifi-os-server
1•doener•1h ago•0 comments

Before Sebald Was Great

https://www.thenation.com/article/culture/wg-sebald-silent-catastrophes/
2•Caiero•1h ago•0 comments

Poet, Artist, Tantric Christian

https://thecritic.co.uk/poet-artist-tantric-christian/
1•lermontov•1h ago•0 comments

What Happened to AltaVista? The Rise and Fall of a Search Pioneer

https://em360tech.com/tech-articles/what-happened-altavista-rise-and-fall-search-pioneer
4•CharlesW•1h ago•1 comments

Show HN: Freezewell – A Private Egg Freezing Tracker (Offline App)

https://onionwave7.gumroad.com/l/xddyzd
1•kian_sage•1h ago•0 comments

The Louder the Monkey, the Smaller Its Balls, Study Finds

https://www.vice.com/en/article/the-louder-the-monkey-the-smaller-its-balls-study-finds-42361364663309/
3•CharlesW•1h ago•2 comments

Show HN: MindSafe Journal – An Offline Mental Health Privacy Journal

https://onionwave7.gumroad.com/l/MindSafe
1•kian_sage•1h ago•0 comments

Calibre-Web-Automated

https://github.com/crocodilestick/Calibre-Web-Automated
1•ValentineC•1h ago•0 comments
Open in hackernews

Show HN: TraceRoot – Open-source agentic debugging for distributed services

https://github.com/traceroot-ai/traceroot
33•xinweihe•12h ago
Hey Xinwei and Zecheng here, we are the authors of TraceRoot (https://github.com/traceroot-ai/traceroot).

TraceRoot (https://traceroot.ai) is an open-source debugging platform that helps engineers fix production issues faster by combining structured traces, logs, source code contexts and discussions in Github PRs, issues and Slack channels, etc. with AI Agents.

At the heart are our lightweight Python (https://github.com/traceroot-ai/traceroot-sdk) and TypeScript (https://github.com/traceroot-ai/traceroot-sdk-ts) SDKs - they can hook into your app using OpenTelemetry and captures logs and traces. These are either sent to a local Jaeger (https://www.jaegertracing.io/) + SQLite backend or to our cloud backend, where we correlate them into a single view. From there, our custom agent takes over.

The agent builds a heterogeneous execution tree that merges spans, logs, and GitHub context into one internal structure. This allows it to model the control and data flow of a request across services. It then uses LLMs to reason over this tree - pruning irrelevant branches, surfacing anomalous spans, and identifying likely root causes. You can ask questions like “what caused this timeout?” or “summarize the errors in these 3 spans”, and it can trace the failure back to a specific commit, summarize the chain of events, or even propose a fix via a draft PR.

We also built a debugging UI that ties everything together - you explore traces visually, pick spans of interest, and get AI-assisted insights with full context: logs, timings, metadata, and surrounding code. Unlike most tools, TraceRoot stores long-term debugging history and builds structured context for each company - something we haven’t seen many others do in this space.

What’s live today:

- Python and TypeScript SDKs for structured logs and traces.

- AI summaries, GitHub issue generation, and PR creation.

- Debugging UI that ties everything together

TraceRoot is MIT licensed and easy to self-host (via Docker). We support both local mode (Jaeger + SQLite) and cloud mode. Inspired by OSS projects like PostHog and Supabase - core is free, enterprise features like agent mode multi-tenant and slack integration are paid.

If you find it interesting, you can see a demo video here: https://www.youtube.com/watch?v=nb-D3LM0sJM

We’d love you to try TraceRoot (https://traceroot.ai) and share any feedback. If you're interested, our code is available here: https://github.com/traceroot-ai/traceroot. If we don’t have something, let us know and we’d be happy to build it for you. We look forward to your comments!

Comments

thatrandybrown•8h ago
I like the idea of this and the use case, but don't love the tight coupling to openai. I'd love to see a framework for allowing BYOM.
zecheng•8h ago
Yes, there is a roadmap to support more models. For now there is a in progress PR to support Anthropic models https://github.com/traceroot-ai/traceroot/pull/21 (contributed by some active open source contributors) Feel free to let us know which (open source) model or framework (VLLM etc.) you want to use :)
44za12•6h ago
Why not use something like litellm?
zecheng•6h ago
That's also one option, we will consider add it later :)
Onawa•2h ago
It's been 2.5 years since ChatGPT came out, and so many projects still don't allow for easy switching of the OPEN_AI_BASE_URL or affiliated parameters.

There are so many inferencing libraries that serve an OpenAI-compatible API that any new project being locked in to OpenAI only is a large red flag for me.

xinweihe•1h ago
Thanks for the feedback! Totally hear you on the tight OpenAI coupling - we're aware and already working to make BYOM easier. Just to echo what Zecheng said earlier: broader model flexibility is definitely on the roadmap.

Appreciate you calling it out — helps us stay honest about the gaps.

ethan_smith•1h ago
Adding model provider abstraction would significantly improve adoption, especially for organizations with specific LLM preferences or air-gapped environments that can't use OpenAI.
lmeyerov•55m ago
I'm curious -- let's say we have claude code hooked up to MCPs for jaeger, grafana, and the usual git/gh CLIs it can use out-of-the-box, and we let claude's planner work through investigations with whatever help we give it. Would TraceRoot do anything clever wrt the AI that such as a setup wouldn't/couldn't?

(I'm asking b/c we're planning a setup that's basically that, so real question.)