nowfound

Life & fun · July 29, 2026

EW

Experiments with Weather Data

I had been wanting to try experimenting with nowcasting since the death of Dark Sky and finally got around to it. This application essentially became a playground for me to experiment with various weather datasets and geospatial visualizations. Some interesting concepts that came from it: The nowcast is using pySTEPS optical flow under the hood: https://pysteps.readthedocs.io/en/latest/auto_examples/plot_.... This library is super cool. It bugged me that every radar visualization just gave you choppy snapshots in time, so I spent some time working on building a…

What it does

In the maker’s words, at launch

I had been wanting to try experimenting with nowcasting since the death of Dark Sky and finally got around to it. This application essentially became a playground for me to experiment with various weather datasets and geospatial visualizations. Some interesting concepts that came from it: The nowcast is using pySTEPS optical flow under the hood: https://pysteps.readthedocs.io/en/latest/auto_examples/plot_.... This library is super cool. It bugged me that every radar visualization just gave you choppy snapshots in time, so I spent some time working on building a smooth interpolation. The backend passes keyframes along with motion data from the optical flow analysis and then has a custom WebGL shader to do the interpolation which lets you scrub the timeline and have a smooth interpolation. The other forecast tiles and the main weather page are using the average of many different weather models. You can see every model that factors in on the models page: https://strataweather.com/models. This gives some indication of the divergence between models on the main page. Eventually I plan to score each model run and ensemble based on past performance (so you could say have a custom ensemble weight based on which models perform the best in your area). Haven't quite gotten around to that yet. The risk pages are using the last 14 years of weather data to identify natural hazard risks as a true probability of occurrence. So it formally defines what we mean by a specific natural hazard and identifies the probability of occurrence based on past data at each location. Some of the definitions need some tweaking but it's a neat visualization. Feel free to play around with it! It's running on a Hetzner box that I'm hoping will survive more users but we shall see!

Does the same job

all alternatives →
  • Dark Sky for Web2016 · ▲262

    Hyperlocal weather information, now on the web ⛈

  • AN
    A new, clean, and concise look at weather from My-Cast2011 · ▲5

    We just released a new weather website using all sorts of awesome web technologies. We use ModestMaps to show tiled, animated radar and satellite data, Raphael.js to show historical averages and record high/lows, and MapQuest's new Nominatim service sitting on top of OpenStreetMap to do location lookups. We're really proud of this site and would love to hear your feedback and to have try it out: http://preview.my-cast.com/

  • WeatherGIF2014 · ▲87

    GIF reactions to current and forecasted weather

  • GA
    GrayCloud – a modern Dark Sky alternativeJun 2026 · graycloud.app · ▲8

    I miss Dark Sky, so I built my own weather app. Here's how GrayCloud works: * Raincast: minute-by-minute rain prediction and accumulation tracking for your exact location * Forecasts: 10 day forecasts use multiple high resolution sources and correct for bias at your location. * Alerts: rain starting, stopping, severe weather, daily summary and more * Widgets: home and lock screen widgets * Multi-platform: apple watch and mac apps I use NOAA and ECMWF models for core weather data and a custom model to compute rain accumulation and the next 60 minute radar movements. I also offer Apple…

  • linecast – weather, radar, tides and maps in the terminal14d ago · terminaltrove.com · ▲9

    I've been working on linecast, a free and open source collection of six terminal applications: weather, radar, sunshine, moon, tides, and maps. It's as if the Old Farmer's Almanac was built for Minitel. I made it because I'd been using the terminal a lot more over the past couple of years, I'm opinionated about weather forecast IA and design, and I liked the idea of making useful little terminal desk ornaments. The applications use ANSI color and Unicode braille characters rather than graphics. They reflow as the terminal is resized and derive their colors from your current terminal palette,…

  • PT
    Probably the most comprehensive weather API currently available2020 · ▲22

    This was posted before but I'm quite pleased to share a major update for https://oikolab.com. We now have available seven decades of hourly weather data starting from 1950 for any location in the world, thanks to the recent publication of ERA5 reanalysis data from European Centre for Medium-Range Weather Forecasts (ECMWF). ERA5 is gap-free, gridded dataset generated using data assimilation method (https://en.wikipedia.org/wiki/Data_assimilation), similar to NWP models but with the benefit of hindsight. As far as we're aware of, we're the first weather data…

More life & fun this month

the category →
  • TL

    Life & fun · 10d ago · louisabraham.github.io

  • Photosynthesis fires two of your iPhone

    Life & fun · 28d ago · photosynthesis.camera

  • SoloUno310

    Take control of hair pulling, nail biting & skin picking

    Life & fun · 28d ago · solouno.io

  • Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.

    Life & fun · 26d ago · everycube.alen.is

  • The Interactive 3D Encyclopedia

    Life & fun · 21d ago · expeditione.fun

  • Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…

    Life & fun · 26d ago · baselashraf81.github.io

Launched alongside, July 2026

the whole month →
  • IR

    I might be the only SRE on Earth with his own bowling center. It's a more in-depth gig than you'd think. My family and I bought an abandoned 8-lane bowling center in the rural mid-west. In our small town there weren't many recreation options for families. You've heard of a food desert? This is an R&R desert. It had been abandoned for a good reason. The roof leaks, the electrical system was constantly surging, and my 70-year-old bowling equipment (still) doesn't work perfectly. The system that keeps your score is particularly interesting to me. It's the thing you watch during your game, but…

    Life & fun · Jul 2026

  • E
    Elevators1,680

    Life & fun · Jul 2026 · john.fun

  • 1W
    18 Words1,160

    Life & fun · Jul 2026 · 18words.com

  • BA

    Over the past few months, our team has been building more and more slidedecks using web frontend technologies with coding harnesses like Claude Code, but a common complaint is to make even small edits we need to edit the code either manually or via the harness. To avoid this loop, I ended up creating Bento, a single HTML file with everything you need in a slide tool including animations and shared editing. There's no install or cloud login, everything works offline. The default deck is around 560 KB and it doesn't need to fetch anything once you got it. Open it in a browser and then you can…

    Dev tools · Jul 2026 · bento.page

  • GG

    A few days ago I found myself trying out GLM 5.2 and was really positively impressed. The capabilities and security I was getting from this LLM are similar to those I've gotten from models like Claude or GPT, and this really surprised me. But then I thought, "I wonder how it would work on a normal computer like mine," and above all, "I wonder if it would work without going into OOM on a computer like mine." So I started working with the help of agents to test this possibility. I started converting the model to int4, understanding MTP usage, and if possible implementing DSA for long context.…

    AI · Jul 2026 · github.com

  • OpenSEO934

    The open source Ahrefs alternative

    Dev tools · Jul 2026 · openseo.so