Show HN: Frond – a frontend runtime for your app's dependency graph https://ift.tt/TxgrGCZ

Show HN: Frond – a frontend runtime for your app's dependency graph https://ift.tt/GTE98QU July 1, 2026 at 02:10AM

Show HN: I computed livability for all of Germany by rent, commute, and QoL https://ift.tt/63c2oiZ

Show HN: I computed livability for all of Germany by rent, commute, and QoL This project started with me wanting to find a nice place to live with my partner. I'm a data scientist by day so I thought I'd approach it systematically. When I showed it to my friends, many said they wanted to try it too, so I made it into an app and put it online. (-> MIT licensed) The app is German, but it's translator friendly :) Instead of a single "best place" ranking, it scores ~0.5 km2 hexes across Germany based on user preferences on a dozen or so liveability layers like rent, commute time, recreational potential, noise level, and many more. User preferences are reflected on the map by colorizing gradients and hovering tiles, updated live. Some thoughts/challenges along the way: The mental framework: I approached the project with the assumption "the market regulates", i.e. "with enough axes, no place is inherently better than another". I quickly found out that most of the rent can be exlained as a resource negotiation over proximity to job sources and people - rather than the more elusive factors commonly shown in research to lead to a happier life such as low stress signals. The app now has a 'default bundle' of QOL factors today that are underpriced, but it's possible to disable this and differentiate places on just the axes of user preference. Finding good data: It's not enough to find data that's 80% correct, since it might majorly misrepresent a place and you'll immediately stop trusting the site. I've collected data from a large variety of public sources, including various german state departments, OpenStreetMap and WorldCover. Then, some python post processing on the data, and a final round of aggregation client side based on user preferences. I'm fairly confident in it now, but misrepresentations and misunderstandings remain the most likely points of criticism. Rejection of data: I explored and ultimately rejected many data such as crime statistics, user ratings, accident statistics, air quality, radon measurements (and more...). Most rejections were made because of a lack of scientific evidence for their relevance. The axes of "is this place well-received by inhabitants" and "would I feel safe here" are probably the most glaring omissions of the software. Making it fast enough: There are around 500k hexes, so I needed to come up with models that take under a day to compute on my laptop, and below a second to aggregate on the frontend. Some of the solutions include GPU rendering, an mx+b style approximation of reachability, aggregation of data through hot spots found by population peaks, aggressive caches and spatially-local windows for public transit, and so on. I'm amazed at how fast computers are that this is even possible today! You can read more about the layers on the methods page ( https://ift.tt/10n6FtM ), or if you're really curious, peek the source code itself on GitHub ( https://ift.tt/Nub2VkC ). Happy exploring! I'm dying to get some feedback. https://ift.tt/2ht1s6q July 1, 2026 at 02:11AM

Show HN: HackerNows – Native iOS HN Client https://ift.tt/EOQuYfb

Show HN: HackerNows – Native iOS HN Client https://hackernows.app/ July 1, 2026 at 12:45AM

Show HN: Erlangchain – A tiny Erlang client for LLMs https://ift.tt/qirTuM6

Show HN: Erlangchain – A tiny Erlang client for LLMs I made a small Erlang library for calling OpenAI and Anthropic from Erlang without third-party dependencies. Includes a simple chat API, basic tool-use support, multimodal message support, and some JSON utils. Try it out! https://ift.tt/Ja8EUzb June 30, 2026 at 09:57PM

Show HN: Classic Minesweeper https://ift.tt/6PKmAx4

Show HN: Classic Minesweeper https://ift.tt/Prypzkv June 29, 2026 at 10:40PM

Show HN: Rheo 0.4.0 https://ift.tt/LBqOSml

Show HN: Rheo 0.4.0 Multi-format (EPUB, PDF, and HTML) typesetting and static site engine using Typst. Atom feeds for static sites, presentations from a single Typst source (script PDF, site using RevealJS), and more. https://ift.tt/9yV8CfL June 29, 2026 at 11:01PM

Show HN: Frond – a frontend runtime for your app's dependency graph https://ift.tt/TxgrGCZ

Show HN: Frond – a frontend runtime for your app's dependency graph https://ift.tt/GTE98QU July 1, 2026 at 02:10AM