Show HN: An interactive map of Tolkien's Middle-earth
41–50 of 75 posts
Re: Show HN: An interactive map of Tolkien's Middle-earth
#42As much hate as vibe-coding gets (and most of it is justified), it has also allowed all of us to vibe-code our thoughts to small single-page web apps very easily. Shameless vibe-coded plugs for my own regular usage: 1. https://llm-token-cost-calculator.pagey.site/ 2. https://metrics-memory-usage.pagey.site/
Been using a slightly modified Tufte template for my vibed small apps, but this is much better.
Re: Show HN: An interactive map of Tolkien's Middle-earth
#43The first thing that poped in my head when seeing this: it must have taken quite some time to thoroughly go thought all this to make it. The developer must have a huge passion for LOTR. Seeing all the message that it was build using AI it hugely deminishes this feeling. Still a very nice looking map.
Re: Show HN: An interactive map of Tolkien's Middle-earth
#44Re: Show HN: An interactive map of Tolkien's Middle-earth
#45Amazing ! But it did kind of spoil the rest of the books since i am reading LOTR for the first time...
Re: Show HN: An interactive map of Tolkien's Middle-earth
#46Interactive is generous - more like labeled. Interesting but was expecting more.
Re: Show HN: An interactive map of Tolkien's Middle-earth
#47https://github.com/frasermarlow/middle-earth-map
The tiles were pre-generated from the source image using generate_tiles.py — a Python script that slices the big map into 256x256 JPEG tiles at three zoom levels . Leaflet loads them with zoomOffset: 2, so directory zoom 0 = Leaflet zoom -2, directory zoom 2 = Leaflet zoom 0 (the highest native zoom). Below and above that range, Leaflet scales tiles up or down automatically.
The satellite tiles were generated by generate_sat_ai.py using Stable Diffusion img2img. It assembles the zoom-2 tiles into a full image, processes 512x512 overlapping patches through SD, blends them back together, then slices into the tile pyramid.
Re: Show HN: An interactive map of Tolkien's Middle-earth
#48Using a tile server for this feels hilarious
Re: Show HN: An interactive map of Tolkien's Middle-earth
#49Looks really nice. There are tons of interactive Middle Earth maps, but this looks really polished. Did the LLM suggest using some pre-existing standard like MBTiles for the tiles?
Re: Show HN: An interactive map of Tolkien's Middle-earth
#50It's great but it's the Map of Middle-Earth in the Third Age, right? During the First and Second Ages Middle-Earth looked very different and this makes showing events from the Silmarillion for example very confusing.