Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Font Generator(ufontgenerator.com ↗)
    discuss
  2. The Long Doomsday of A.I.(newyorker.com ↗)
    discuss
  3. Claude Cowork and chat are now one Claude(claude.com ↗)
    discuss
  4. We Must Create the Shit Machine(mcsweeneys.net ↗)
    discuss
  5. WAP – World Action Protocol(github.com/world-action-protocol ↗)
    discuss
  6. Show HN: C. Build with AI. Keep the Experience(cleanroom-qvq1xbb8o-ag3497120s-projects.... ↗)
    discuss
  7. Show HN: The Bill You Don't See Coming: AWS Extended Support Surcharges(greenops.cloud ↗)
    discuss
  8. I sent Google proof of a bot farm. They called it "normal user behavior."(dayzlegame.com ↗)
    discuss
  9. Tin: A Text INdex for Postgres(planetscale.com ↗)
    discuss
  10. Nano Empire – Open-source MCP gateway with x402 micropayments and A2A routing(run.app ↗)
    discuss
  11. NHTSA Orders Tesla to Provide Answers on Cybercab Certification(driveteslacanada.ca ↗)
    1comments
  12. Show HN: A free search console for grant making(charitysense.com ↗)
    discuss
  13. The Temple of (online) Techno — MMO Rave World(hallucinate.site ↗)
    discuss
  14. Mice with human brain cells offer a tool to study disease(npr.org ↗)
    1comments
  15. Show HN: YOLO FPS-per-dollar numbers for edge AI boards ($75-$215)(github.com/chorylee ↗)
    discuss
  16. GPT-6 Astra Controlling Blender for VFX(twitter.com/ryanvogel ↗)
    discuss
  17. Venus may have swallowed its own moon(sciencedaily.com ↗)
    discuss
  18. AI must not outrun safety controls, DeepMind co-founder warns(ft.com ↗)
    discuss
  19. Backflip: Apple now wants to train AI models with user data after all(heise.de ↗)
    discuss
  20. Nvidia's AI Climate hoax – report(ketanjoshi.co ↗)
    discuss
  21. Introducing the DeepMind Institute(deepmind.com ↗)
    discuss
  22. Setting Up Pi with DeepSeek v4.1 Flash on OpenRouter(vincentschmalbach.com ↗)
    discuss
  23. Brainrotposts: The Fruit Fly Judges Your Shit Posts(brainrotposts.com ↗)
    discuss
  24. The Volatile Finances of Airline Pilots, America's Unpredictable Millionaires(wsj.com ↗)
    discuss
  25. Debris Found in Yemen Suggests Saudi Arabia Fired Its First Chinese Missile(wsj.com ↗)
    discuss
  26. Code Is Crap(googleblog.com ↗)
    6comments
  27. Neuroprosthesis for paralysis enables simultaneous speech and body language(nih.gov ↗)
    discuss
  28. In the Age of AI, Some in China Wonder If Learning English Is Worth the Trouble(nytimes.com ↗)
    discuss
  29. Show HN: Rockbox and Doom on iPod nano 3rd gen(twitter.com/freemyipod ↗)
    discuss
  30. Show HN: KiwiDesk – Tiling that feels like it shipped with macOS(github.com/kiwicanopy ↗)
    discuss

Show HN: SeasonMap – when to travel where? visualized with climate data

2 pointsby 48m agoseasonmap.app
1 comments
48m agoHN ↗

Author here. I'm trying to visit every country and I've been to 158 so far.

Before I decide where to travel, I'd ask a local friend which season to avoid, or open up dozens of browser tabs on climate data to figure out what the place is like in a given month.

Climate data still miss things. Cancun in September looks great on paper, with 31°C and 10 hours of sun, but it's hurricane season and the beaches can be covered in seaweed.

Typical info that locals would know, which can also be captured as static data.

So I built SeasonMap to answer "when should I go to <place>?"

What you can do:

- Pick a travel style (city walk, beach, hiking, skiing, max sun, low humidity, etc.) and see every place ranked on a map

- See what's in season and what to avoid, and why: monsoon, hurricanes, extreme heat, bad air, peak crowds

- Filter destinations by temperature, rainfall, sunshine, air quality and hazard seasons

- Open a place to see its whole year: month by month weather, events (festivals, whale watching, cherry blossom), crowd levels, practical notes like scams, and traveller anecdotes summarized by AI with links to the sources

Data Source & how I made it: - The climate data is ERA5 normals via Open-Meteo (2016–2025), corrected with NOAA station data where available.

- Events, hazards and traveller notes were researched and by AI agents, and every one links to its source. Gathering it was easy. Checking it was the hard part.

- Yes, I've used AI heavily on this project before anyone call it an AI slop. Making was easy, but it took billons of tokens of beating whack-a-mole ai to polish and tweak to make it usable and decent. Through that, I've created many skills and evals ranging from visual qa, evals for irregular data, automated i18n and others. It still feels much like AI as I was using Claude Design, which i want to improve on. I tried using local llm, but the throughput was so low.

Pricing: the first 5 minutes are fully open, no signup. After that, the top 3 destinations and 25 place breakdowns a month are free. A 30-day pass is $7, $39 a year or $69 lifetime.

iOS and Android apps are coming soon.

Any feedback welcome.