How many people live within an hour walk of you?
I've been building a bunch of US geography tools/games/visualizations and thought folks on HN might like this one. There are also drive-time and bike-time tools available on the same page. For folks interested, all of the data comes from OpenStreetMap and the US Census at the moment - OSM for routing and points interest and the US Census for population data. Anonymous users can use it 5x/day. I put up a waitlist page to gauge interest in a paid version but there's no way for the public to make an account - feel free to bypass the limits in an incognito tab. The site is US-only…
What it does
Find out how many people live within a 5 to 60 minute walk of any point in the US, with population, income, and demographic data from the census.
See how many people live within a 5 to 60 minute walk of any point. Population uses 2020 Census blocks whose centers fall inside the area. For very large areas, it uses whole 2022 tracts whose centers fall inside the area. These are estimates: Census ACS data is allocated from census tracts into the area in proportion to the fraction of each tract's 2020 population on blocks with centroid inside the area. Points-of-interest counts © OpenStreetMap contributors (ODbL). Latitude and longitude are computed separately here too. For latitude: sort every populated census block or tract from south to north and add up population as you go. The latitude where the running total first reaches half…from blockatlas.com
In the maker’s words, at launch
I've been building a bunch of US geography tools/games/visualizations and thought folks on HN might like this one. There are also drive-time and bike-time tools available on the same page. For folks interested, all of the data comes from OpenStreetMap and the US Census at the moment - OSM for routing and points interest and the US Census for population data. Anonymous users can use it 5x/day. I put up a waitlist page to gauge interest in a paid version but there's no way for the public to make an account - feel free to bypass the limits in an incognito tab. The site is US-only for the time being - sorry for international folks!
Does a similar job
all alternatives →- OFOpenTimes – Free travel times between U.S. Census geographies2025 · opentimes.org · ▲207
Hi HN! Today I'm launching OpenTimes, a free database of roughly 150 billion pre-computed, point-to-point travel times between United States Census geographies. In addition to letting you visualize travel isochrones on the homepage, OpenTimes also lets you download massive amounts of travel time data for free and with no limits. The primary goal here is to enable research and fill a gap I noticed in the open-source spatial ecosystem. Researchers (social scientists, economists, etc.) use large travel time matrices to quantify things like access to healthcare, but they often end up paying…
- AWA website that heatmaps your city based on your housing preferences2025 · theretowhere.com · ▲321
For the past few months, I've been working on a website that answers two different questions: - Where in my city have the best travel times to all the things and people I care about? - Given a listing, how far is it from all the things and people I care about? Personally this was fueled by my own frustrations when I was apartment hunting in NYC. I was frustrating to have to juggle so many Google Maps tabs when I was evaluating a listing, and it was also annoying to not have full confidence that I was even searching in the right places. I wanted to be close to work, a Trader Joe's, and a…
- IBI built a transit travel time map2023 · map.henryn.xyz · ▲255
This was something I built while trying to look for housing in Toronto that was decently transit-accessible to my office while still cheap. The backend is written in Rust. It parses public GTFS data from transit agencies and performs a simple heuristics-based BFS on the bus lines to calculate how long to reach all points in a city. The frontend uses React and Mapbox GL to render each individual road segment based on how long it takes to reach. This project was a great excuse to learn Rust, deployments, and mapping. The source code is here if you are interested:…
- MAMapHub – A Google My Maps Alternative, Based on OpenStreetMap Data2016 · maphub.net · ▲244
- LWLearn where countries are on the world map with Spaced Repetition2025 · map.koljapluemer.com · ▲217
Hi HN, I made a web game to practice country locations a while ago and HN liked it, so I thought I'd post my updated version as well. As for how the game works and feels, I'd really recommend you checking it out for yourself, it's free, no signup, no ads. The tech stack is Vue + ts + Tailwind/Daisy for the looks. The learning algorithm is a slight modification of the ts version of FSRS. If you have anything to add, it's open source as well (https://github.com/koljapluemer/learn-worldmap), although not well documented yet. In the end it's just a little sideproject,…

More life & fun this month
the category →- TL
Life & fun · 11d ago · louisabraham.github.io



Photosynthesis fires two of your iPhone
Life & fun · 29d ago · photosynthesis.camera
- CCCreatium Coach▲320
Your multimedia mentor that takes you from mid to great
Life & fun · 11d ago · producthunt.creatium.info
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 29d ago · solouno.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

- 1W18 Words▲1,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
