Live data from Hacker News

Show HN: I built a real-time OSINT dashboard pulling 15 live global feeds

github.com

41–50 of 135 posts

Re: Show HN: I built a real-time OSINT dashboard pulling 15 live global feeds

#42
post #29

Earlier quoted context omitted.

Why are you entitled to receiving constructive feedback on "your" project when you couldn't be bothered to write the project yourself in the first place? If you want "feedback" of the same quality and effort as the project itself, you can always go ask your beloved AI for feedback instead of wasting precious human time.

Would you dismiss solutions to mathematical problems solved by AI? If I’m driving an AI towards finding a solution, would it be any different for a software project?

Mathematical proof vs a web app that doesn't actually run? Not much of a contest.

Never mind the fact that AIs of the LLM-variety haven't and aren't going to find solutions to mathematical problems.

Re: Show HN: I built a real-time OSINT dashboard pulling 15 live global feeds

#43

This looks really cool.. Let me ask a dumb question. Can this be run on a public server (I use dreamhost) with a web interface for others to see? Or is this strictly something that gets run on a local computer?

Well, I have to make some modifications, but that isn't recommended right now because I have a settings option with the API key right there for the free world to see, lol. I will work on making a version for hosting it, though.

You can throw it on a server and run it for you to see (or anyone else if you trust people or dont care about losing your free API keys) It's just a standard Next.js and FastAPI stack, and there are Dockerfiles in the repo so it should be pretty straightforward to spin up on a cheap VPS (like a DigitalOcean droplet or Hetzner).

Honestly, if you just want to show it off to a few people, running it locally and exposing it with a Cloudflare Tunnel or Ngrok is probably the path of least resistance.

I WILL work on having a version to host it where users have to bring their own keys to see it in the future though

Re: Show HN: I built a real-time OSINT dashboard pulling 15 live global feeds

#46

There's no data when I tried it on a windows 11 PC. It seemed to install all deps front end is served but dossier says intel unavailable. No planes etc. No helpful output in the command window. Seems fun but doesn't seem to be working.

Ah, that's my fault for not making the error handling clearer in the UI. If the map is blank, it usually means the backend is missing the .env file with the free API keys (AISSTREAM_API_KEY and N2YO_API_KEY), so it's silently failing to fetch the streams. Did the terminal throw any Python FastAPI errors, or did it just serve the Next.js frontend? I'm going to push an update later today to show a prominent "Backend Di…

Looks like I had to use python-3.11 and install a few dependencies.

Re: Show HN: I built a real-time OSINT dashboard pulling 15 live global feeds

#47
post #42

Earlier quoted context omitted.

Would you dismiss solutions to mathematical problems solved by AI? If I’m driving an AI towards finding a solution, would it be any different for a software project?

Mathematical proof vs a web app that doesn't actually run? Not much of a contest. Never mind the fact that AIs of the LLM-variety haven't and aren't going to find solutions to mathematical problems.

You got really specific to help prove your point. We were generalising to projects built by AI, not web apps that don’t run, which isn’t relevant since LLMs can clearly build fully working projects.

Also how does getting into the specifics of which type of AI can solve mathematical problems helps the comparison here?

Re: Show HN: I built a real-time OSINT dashboard pulling 15 live global feeds

#49
I'm excited to see tooling of this nature and scope. Looking forward to seeing similar tooling oriented around all human needs so we can start tracking the meeting of needs to better meet needs, particularly in ways that don't require money.

Re: Show HN: I built a real-time OSINT dashboard pulling 15 live global feeds

#50
post #42

Earlier quoted context omitted.

Would you dismiss solutions to mathematical problems solved by AI? If I’m driving an AI towards finding a solution, would it be any different for a software project?

Mathematical proof vs a web app that doesn't actually run? Not much of a contest. Never mind the fact that AIs of the LLM-variety haven't and aren't going to find solutions to mathematical problems.

> Never mind the fact that AIs of the LLM-variety haven't and aren't going to find solutions to mathematical problems.

This is empirically wrong as of early 2026.

Since Christmas 2025, 15 Erdos problems have been moved from "open" to "solved" on erdosproblems.com, 11 of them crediting AI models. Problems #397, #728, and #729 were solved by GPT-5.2 Pro generating original arguments (not literature lookups), formalized in Lean, and verified by Terence Tao himself. Problem #1026 was solved more or less autonomously by Harmonic's Aristotle model in Lean.

At IMO 2025, three separate systems (Gemini Deep Think, an OpenAI system, and Aristotle) independently achieved gold-medal performance, solving 5 of 6 problems.

DeepSeek-Prover-V2 hits 88.9% on MiniF2F-test. Top models solve 40% of postdoc-level problems on FrontierMath, up from 2%.

Tao's own assessment as of March 2026: AI is "ready for primetime" in math and theoretical physics because it "saves more time than it wastes."

You can disagree about where this is heading, but "haven't and aren't going to" doesn't survive contact with the data.

Post reply on HN