HN Hall of Fame Weekly email

Hosting SQLite databases on GitHub Pages or any static file hoster

phiresky.github.io Books & learning Tutorials & guides Software engineering Candidate
Screenshot of phiresky.github.io captured 2026-07-20
Page preview · captured 2026-07-20

Resurfaced independently across 4 calendar years, with breakout response in 2 of them.

submissions
6
submitters
6
observed span
2021–2025
peak thread · 244 comments
1812 pts
latest 20+ return · 2025-10-29
86 pts

Submission timeline

2007–2026

One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.

First comments on top threads

HN comment order

Pop open the network pane in the browser tools and try running this SQL query for a demo of how clever this is: select country_code, long_name from wdi_country order by rowid desc limit 100 It fetches just 54.2KB of new data (across 49 small HTTP requests) to return 100 results - from a statically hosted database file that's 668.8MB! I have an animated GIF demo of this here: https://twitter.com/simonw/status/1388933800445452290

simonw·1812-point thread·

A point of great pain for me in the use of HTTP range headers is that they are absolutely incompatible with HTTP compression. This boils down to an ambiguity found in the early days of HTTP: when you ask for a byte range with compression enabled, are you referring to a range in the uncompressed or compressed stream? The only reasonable answer, in my opinion: a range of bytes in the uncompressed version, which is then compressed on-the-fly to save…

It would be a it more compelling if every example, at least for me, didn't return `[error: NetworkError: A network error occurred.]`

misthop·86-point thread·

The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.

Breakout years
2

100+ points or 50+ comments

Total points
2103

reference only — not used in Hall rules or ranking

Total comments
314

reference only — not used in Hall rules or ranking

Every submission