nowfound

Alternatives

Products that do what Interactive component to map fibre breaks (OTDR) does

Added an OTDR trace component as the latest in my component library for datacentre/network apps. Mainly for my own use in rackout.

  1. 1
    OTelBin143

    Visualize and improve OpenTelemetry collector configurations

    2023

  2. 2

    Free open-source connectors for data analysts

    2025

  3. 3
    TraceLLM100

    OpenTelemetry for production AI applications

    Jul 2026 · tracellm.in

  4. 4IB

    Hey HN! Over the past few weeks, I’ve been working on DataBridge, an open-source solution for data ingestion and querying across text, PDFs, images, and videos. In our latest update, we’ve added a fully local deployment option: - No internet required – Runs entirely offline. - Customizable Models – Supports any LLM and embedding model via Ollama (with options for any other private providers) - Extensibility – You can plug in your own models or tools easily. This local-first approach ensures better privacy, security, and flexibility, especially for teams dealing with sensitive data. You can…

    2025 · github.com

  5. 5DF

    Hi HN, We’re the team at MyDecisive.ai, and today we’re giving developers a peek at Octant — point-and-click control and visibility for your OpenTelemetry. You've likely felt the pain of the "observability tax," especially if you manage K8S clusters. The modern standard is to instrument everything with OpenTelemetry, but piping all those rich OTLP logs, metrics, and traces straight to a SaaS vendor (Datadog, Splunk, Honeycomb) gets expensive fast. You end up paying massive ingestion and storage costs for noisy, low-value data just so it's searchable when something breaks. With Octant you get…

    Jun 2026

  6. 6TO
  7. 7WE
  8. 8AO
  9. 9ID

    Frustrated by the complexity and resource drain of multi service monitoring stacks, I built Simon. I wanted a single, lightweight dashboard to replace the heavy stack and the constant need for an SSH client for routine tasks. The result is a resource efficient dashboard in a single Rust binary, just a couple of megabytes in size. Its support for various architectures on Linux also makes it ideal for embedded systems and lightweight SBCs. It integrates: Comprehensive Monitoring: Realtime and historical metrics for the host system and Docker containers (CPU, memory, disk usage, and network…

    Nov 2025 · github.com

  10. 10TV

    TraceLens is a new user interface and data collector for OpenTelemetry-based systems. Although there are existing tools like Jaeger and Zipkin that offer some visualization capabilities, I wanted a solution that could provide a deeper level of insight. TraceLens is not designed for production environments, but as a debugging tool to help developers better understand the intricacies of their systems. Key features are detailed component diagrams. and sequence diagrams.

    2024 · tracelens.io

  11. 11LF

    Hi HN, I just wanted to share what I have been working on for the past few months: A firmware analyzer for embedded Linux systems that helps uncovering security issues running entirely in the browser. This is a very early Alpha. It is going to be rough around the edges. But I think it provides quite a lot of value already. So please go ahead and drop a firmware (only .tar rootfs archives for now) and try to break it :)

    Mar 2026 · xray.boldwark.com

  12. 12OS
  13. 13AA

    I wrote a minimal traceroute(1) clone that leans on asynchrony to reduce the time spent tracing a route. Underneath, it uses ICMP to do its job. The plan is to add support for UDP tracing and a path maximum transmission unit discovery mechanism. Comments and suggestions are welcome!

    2022 · github.com

  14. 14RA

    Hey HN, There’s been a lot of interest recently in meta-harnesses, loops, and multi-agent orchestration. Obviously, there are already a lot of good tools: Conductor, cmux, the native Codex / Claude Code apps, etc. For my own use cases, I’ve felt that the orchestration layer tends to feel overengineered. I mostly wanted a simple local harness (i.e Pi) for running and tracking CLI agents with the ability to hop in (via tmux). Relaymux is my opinionated attempt at that. A few design principles: - The frontend is just Telegram / iMessage / CLI. If I want more visibility, I hop…

    Jun 2026 · github.com

  15. 15OS

    I built a network discovery tool in Rust that helps identify public Ollama LLM servers. It scans IP ranges to find Ollama instances and catalogs their available models. Important note: This is intended for educational purposes and authorized security testing only.

    2025

  16. 16UC

    Hi HN, https://companies.bx.tc My colleague and I put together this tool for easily searching UK company data. We run a few server side batches daily to extract data from various government sources before linking it all together in (what is now) a fairly large database. We're also using this project as a way to test out a new JS UI library we built (similar to Vue, but a bit faster) to see how it stands up in a real project. We'd love to hear your feedback and any ideas you have for how we can improve the dashboard! Thanks :)

    2020

  17. 17SC

    I built this because I was tired of guessing why my RAG system was failing. It projects user queries vs. documents into 2D space to find 'Red Zones' (high user intent, low documentation). Open source, built with FastAPI + React. Would love feedback on the clustering logic.

    Dec 2025 · github.com

  18. 18IB

    I got sick of: - Re-writing the same Terraform for the same common AWS infrastructure - Re-writing the same Rails code to build the same webapp - Re-configuring the same monitoring systems & CI/CD pipelines - Spending a week in dependency & configuration hell wiring it all together When I was launching my first two startups, I wished I had a strong starting point with all of the best practices & technology configured out-of-the-box. Every tool I found wanted to lock me in to some PaaS provider (that might not even exist in a year) who wanted to take a premium on my infrastructure spend…

    2024

  19. 19CA

    Hey HN, We launched Coroot a while ago as an open source observability tool that collects complete telemetry using eBPF. Today we are adding a major new capability: Coroot enterprise now includes AI-powered Root Cause Analysis. When an incident happens (like an SLO violation), Coroot: - Automatically kicks off an RCA - Summarizes what went wrong in plain English - Suggests immediate fixes - Shows the full investigation using metrics, logs, traces, and profiles With most tools, the quality of root cause analysis depends on how well the system is instrumented. Coroot takes a different…

    2025 · coroot.ai

  20. 20IC

    Disclaimer: this is vibe-coded — ( what i see in the exported html 3. It helps me help our designer to produce an actual "resizable" figma, so that they finally understand the pain of "ok it works when you click play on the iphone 17 frame you put, but what about an iphone12 ?" (I was always able to say that, but before I wasn't able to point out what was wrong, now I can) How it works: When you open a Figma file in the browser, the editor loads the entire scenegraph via WebSocket as Kiwi-encoded binary frames. This tool captures those frames via Chrome DevTools Protocol, decodes the binary…

    Apr 2026 · github.com

  21. 21DA

    For the past few weeks, I've been working on DataBridge, an open-source solution for easy data ingestion and querying. We support text, PDFs, images, and as of recently, we've added a video parser that can analyze and work well over frames and audio. We are also adding object tracking to improve video ingestion and context, and plan to do this for various data types. To get started, you can find the installation section in our docs at https://databridge.gitbook.io/databridge-docs/getting-starte.... There are a bunch of other useful functions and examples available there.…

    2024 · github.com

  22. 22AS

    http://az.ht/ui/build/curr/window.html http://az.ht/ui/build/curr/datatable.html http://az.ht/ui/build/curr/tabs.html http://az.ht/ui/build/curr/layout.html http://az.ht/ui/build/curr/accordion.html Github: https://github.com/elgs/azui I have been working on these web ui components in the past few months. Now they seem to start working. I was not a front end developer. The reason I was determined to write these components is…

    2018

  23. 23GA

    Hi All, I felt like I was re-inventing the wheel by bolting similar channel architectures onto different Go structs repeatedly so I decided to extract some common types into into one library so that they would be easier to re-use: - oneshot - spsc - spmc - mpsc - mpmc - broadcast - watch The types are inspired by Rust channels so if you're coming from Rust they should feel familiar. So far I'm really enjoying using them but it'd be great to get some external feedback if you have time! https://github.com/amorey/gochan Andres

    May 2026 · github.com

  24. 24

    100% offline RAG for engineers who can't use cloud AI

    19d ago · philyeh.gumroad.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →