Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. San Francisco Onion Futures Company(onionfutures.com ↗)
    26comments
  2. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    342comments
  3. Science Is Open Software(jepedersen.dk ↗)
    16comments
  4. SDCC – Small Device C Compiler(sourceforge.net ↗)
    9comments
  5. Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step(github.com/awlevin ↗)
    4comments
  6. Cloudflare Quick Tunnels(cloudflare.com ↗)
    270comments
  7. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    71comments
  8. Saving another 100TB of RAM(cloudflare.com ↗)
    58comments
  9. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    13comments
  10. How to Write with an LLM(sockpuppet.org ↗)
    306comments
  11. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    discuss
  12. Harm Laundering in GPT Models: Gender Discrimination Transformed Rather Than(arxiv.org ↗)
    discuss
  13. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    75comments
  14. Goroutine Leak Profiles(go.dev ↗)
    1comments
  15. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    86comments
  16. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    82comments
  17. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    61comments
  18. OpenJev(openjev.com ↗)
    250comments
  19. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    discuss
  20. The Farnese letter(simonklee.dk ↗)
    6comments
  21. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    12comments
  22. LispBM is a concurrent Lisp for microcontrollers with message passing(lispbm.com ↗)
    3comments
  23. Minimal Phone 2(minimalcompany.com ↗)
    200comments
  24. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    211comments
  25. Cyclomatic Complexity in C#(ndepend.com ↗)
    16comments
  26. Show HN: LiveWorld – Every 24/7 YouTube live camera on one globe(liveworld.info ↗)
    32comments
  27. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    95comments
  28. Alibaba open-sources AI model that can detect cancer and nearly 150 conditions(scmp.com ↗)
    10comments
  29. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    40comments
  30. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    63comments

Show HN: LiveWorld – Every 24/7 YouTube live camera on one globe

27 pointsby 4h agoliveworld.info
31 comments
4h agoHN ↗

hey HN, hari here. built this over the last 2 weeks solo. figured id share now since HN weekend crowd is a good stress test.

the idea came from wanting a way to drop into somewhere on earth and see whats happening right now. youtube has thousands of 24/7 live streams (nature, transit, airport aprons, urban corners) but theyre scattered across a million channels so nobody finds them. so i put them on a globe.

currently 641 cams across ~60 countries. tap a marker, video plays inline, per-camera chat so you can see who else is watching the same view. free, no login needed to watch, no ads, no tracking.

stack: laravel + reverb websockets + postgres, maplibre globe with osm tiles, runs on a $10 tokyo vps. discovery is youtube data api cron on 200+ keywords + admin divisions, plus scraping the internal youtube search bypass for keyword combos api search misses. currently at 6% of the free youtube api quota.

thin spots in coverage: africa, small towns anywhere, central asia, pacific islands. if you know good 24/7 cams that arent geo-blocked, either drop the url here or use the submit button on the bottom left of the site. i approve within a day.

open to feedback on the map ux, discovery, whatever. happy to answer stack questions too.

3h agoHN ↗

Love the idea Hari. On my iPhone, when I tap a dot, it takes me straight to the camera page. I would expect a popover with a title, etc. and a second tap to go to the camera page.

2h agoHN ↗

good catch, thats a mobile bug. desktop hover shows the popover, tap on mobile skips it and jumps. adding a mobile-only tap-once-for-preview flow tonight. thanks

3h agoHN ↗

This is nice, but how are you determining the location of a camera for map purposes? Some of them are correct, but there are others that have very specific map locations that are off by as much as a hemisphere - an Ohio one in Chicago, a Venice, Italy one in San Bernardino, Pennsylvania and Ohio in Phoenix, etc.

2h agoHN ↗

yeah those hurt. geocoder is a priority stack: pinned coords in description first, then country in title, then city in title constrained to that country, description last resort. when the description says streaming from ohio but the cam is chicago, we lose. drop the specific liveworld cam urls and ill fix them tonight and use them as regression fixtures. planning a wrong-location report button next

3h agoHN ↗

Firefox' Enhanced Tracking Protection breaks the map in a weird way. The Map bounces up and down erratically.

This message piles up in the console:

Blocked https://liveworld.info from extracting canvas data because no user input was detected

2h agoHN ↗

ah interesting, the maplibre canvas needs the tracking permission for tile prefetch and looks like ETP is rate-limiting the calls. will file this. workaround for now is toggling ETP to standard for the site or using a different browser. thanks for the console dump

3h agoHN ↗

ha thanks. the sea otters cam has been the personal favorite too, its up on my second monitor half the workday

3h agoHN ↗

in. thanks. if you spot others just drop urls, submit button is bottom-left on the site or ping me here

3h agoHN ↗

Every is a bold claim. Aspirational. Good luck going forward filling them all in.

There's a fair few missing from Australia (easily more than 8 24/7 live cameras in Oz). eg: The Kings Canyon Waterholes in Watarrka National Park. (mostly dawn and dusk action)

3h agoHN ↗

fair. every is aspirational, shouldve said as many as i can find. currently 652 cams, targeting the ~2-3k publicly embeddable ceiling. adding kings canyon waterholes now, ping me any other australian cams you know of and ill get them in tonight. appreciate the poke

1h agoHN ↗

No drama, will do if I get the free time. You might like to try your luck asking in /r/Australia or searching for already existing cam lists.

Spinning globe apps are always fun to, uhh, spin up - it's getting good and near complete data sets to layer on that often poses the real last mile challenge.

All the best.

2h agoHN ↗

A comprehensive site like this would be great. This cam is plotted in Chicago which is incorrect: https://liveworld.info/cam/deshler-ohio-usa-live-train-camer...

Some pins also seem stacked exactly on top of one another, making them inaccessible (e.g. Chicago).

I've also got a list of 160 live YouTube cam streams with coordinates if you want me to send them somewhere.

2h agoHN ↗

deshler-ohio-usa fix pushing tonight (its going into the regression fixtures alongside the ones CommieBobDole flagged). stacked-pin dedupe is a real known gap, adding a spiral offset when markers overlap at the same coords. YES please send the 160 cams. email works, hari at sapporosoft dot com, or paste a github gist here and ill ingest tonight. that gets us over 800 in one shot, huge thanks

2h agoHN ↗

the site is missing a ton of webcams, and is not great ergonomics currently.

just off the top of my head:

https://www.summitatsnoqualmie.com/webcams all of these are live most of the time

agreed that "every" is a bold claim. I can find more with a google search.

(edit) the site doesn't even let me suggest more. oh wait it does, it'a an almost invisible link at the bottom.

and man the form is annoying... url, email, catoregy, country, lat, lon... why not just right click place webcam done with it... I know where it is on a map, but this makes me go to google maps, find the lat/lon, copy them out, paste them into this other form....

2h agoHN ↗

both fair. summitatsnoqualmie ingesting tonight. submit form: youre right, its overkill. next ship is a right-click-place-marker flow, drop pin on the globe and it autofills coords + reverse-geocodes city and country. only field left is the youtube url. the invisible link is embarrassing, promoting it too. thanks for the honest read

2h agoHN ↗

Have you used Earthcam? It does a pretty good job of this.

2h agoHN ↗

yeah earthcam is the big one. mostly a directory of their own camera network with mixed embeds and a paid api, different product. liveworld is youtube-only which means anyone can embed anywhere and videos stay hosted on youtubes side. also free, no paywall, no login. earthcam is more comprehensive on their curated set, less good if you want to freely browse from a globe view

2h agoHN ↗

You have Toronto, Ontario under Ontario Airport in California. As well as Hamptons Cam in Long Beach, I think.

2h agoHN ↗

Dublin, Ireland lists Duluth Canal Cam as a live cam which is wrong.

1h agoHN ↗

I like the idea. As others have noted, some of the map placements are wrong. For example, the Glendale Ohio cam is placed in Glendale Arizona. Easy to patch up, and a fun idea. Good job!

58m agoHN ↗

every was aspirational, my mistake in the title. currently 660ish cams and climbing. lukla is in tonights ingest batch, thanks for the specific url. youtube search doesnt reliably surface it because "webcam nepal live" is fighting a lot of generic travel content. more urls welcome if you have them, submit button bottom-left on the site or drop here

41m agoHN ↗

You're asking Claude so expect a Claudish answer.

Lowercasing the text and removing a few periods does not obfuscate the fact that it is Claudespeak.

And that is why most of OP's comments are being auto-flagged by HN's slop detector, which you can see if you turn on showdead.

https://news.ycombinator.com/newsguidelines.html#generated