Hacker News

New stories

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

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

2 pointsby 49m agoseasonmap.app
1 comments
49m 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.