Live data from Hacker News

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

github.com

61–70 of 135 posts

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

#61
post #5

[flagged]

@dang - HN tearing itself apart over use of AI isn't conducive to a strong cohesive community. Nobody here is at fault, we're in very trying times - we need to adjust with patience and consideration. Use of AI to launch rapid prototypes is like breadboarding a new product. It has a place but it's moving so fast that it's hard to lock down at the moment. No point everyone throwing excess cortisol in this direction. <3

Very true, I see people increasingly polarized on this topic. I also see it in the rollercoaster of votes on my post.

If it wasn't clear, I think we're (as a society) destroying ourselves by believing in all this generative AI crap, even contrary to the evidence of how wrong it often is, the hallucinations, the awful quality etc.

I think we're witnessing the death of intellect: when you discard the evidence in favor of something that only looks right but is nonsense, there's no telling where it will end. If your profession requires you to think and produce output accordingly, but suddenly nobody thinks wrong answers matter, then your profession no longer exists.

Standing up against it and refusing to accept any form of AI anywhere is the only reasonable thing to do. And I don't know if it will make a difference.

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

#62
post #42

Earlier quoted context omitted.

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?

You were the one who made the comparison

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

#63
post #42

Earlier quoted context omitted.

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…

> solved more or less autonomously

So, not autonomously.

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

#66

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?

If you want to host for friends/trusted devices, you can put it on a Tailscale or Zerotier style network and just let trusted devices access the server wrt to the OP's point about open secrets. Or you could probably make a PR to load the settings from somewhere else.

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

#67

What's with so many people creating new accounts to promote LLM generated projects? Are they people who don't care about HN and just trying to self promote? Existing users creating new accounts? Lurkers?

How is this AI slop? It seems functional and actually reminds me of a couple alphas I saw of similar threat intel products 10-15 years ago.

Of course it's commoditized and a dime-a-dozen today, but if this is what HN terms as "AI slop" then apparently human SWEs weren't that much better.

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

#68

What's with so many people creating new accounts to promote LLM generated projects? Are they people who don't care about HN and just trying to self promote? Existing users creating new accounts? Lurkers?

How is this AI slop? It seems functional and actually reminds me of a couple alphas I saw of similar threat intel products 10-15 years ago. Of course it's commoditized and a dime-a-dozen today, but if this is what HN terms as "AI slop" then apparently human SWEs weren't that much better.

I never said AI slop.

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

#69

Earlier quoted context omitted.

How is this AI slop? It seems functional and actually reminds me of a couple alphas I saw of similar threat intel products 10-15 years ago. Of course it's commoditized and a dime-a-dozen today, but if this is what HN terms as "AI slop" then apparently human SWEs weren't that much better.

I never said AI slop.

Ah! I misinterpreted your comment then!

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

#70

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.

Change the requirements.txt in the backend to the following

fastapi==0.103.1

uvicorn==0.23.2

yfinance>=0.2.40

feedparser==6.0.10

legacy-cgi==2.6.1

requests==2.31.0

apscheduler==3.10.3

pydantic==2.11.0

pydantic-settings==2.8.0

playwright>=1.58.0

beautifulsoup4>=4.12.0

sgp4>=2.22

cachetools>=5.3.0

cloudscraper>=1.2.71

reverse_geocoder>=1.5.1

lxml>=5.0

python-dotenv>=1.0

and be on python 3.13 and it should get you up and running

Post reply on HN