> Static Site Generators how can that be detected ? I'm curious.
That leaves nearly half of analyzed sites as unknowns! Speculation aside on what might be effective aside, the real answer wrt OP is basically "it wasn't".
31–40 of 99 posts
> Static Site Generators how can that be detected ? I'm curious.
That leaves nearly half of analyzed sites as unknowns! Speculation aside on what might be effective aside, the real answer wrt OP is basically "it wasn't".
Looks like the link to the CSV file is broken, which is a shame.
> Static Site Generators how can that be detected ? I'm curious.
I like the analysis. However, I am curious why entries are not sorted by counts. As a rule of thumb, sorting alphabetically makes no sense! Also, 382 sounds like a very small number, given the size of HN. I did try to find many blogs I read, but couldn't find one. So, crucially - was it a random sample? Or sample from top-liked, or from a particular month? some findings (e.g. the prevalence of Wordpress) may depend o…
What does the "Programming Languages" section mean? Blogs that discuss the languages? Use the languages in snippets within posts?
Interesting to see the high numbers for GA. A bit of ‘do as I say, not as I do’ going on?
I‘m surprised and a bit disappointed that only 4 of them use Matomo. I assumed this to be the quasi standard alternative to Google...
> Static Site Generators how can that be detected ? I'm curious.
A heuristic that might work would be to add a cachebuster query parameter to the page url (?cb=$RANDOM) and see how long it takes to respond. The idea is that the three most common setups are:
* static site served with apache/nginx/etc, which will just ignore the query param
* dynamic site, which will regenerate the page
* dynamic site behind a cache where the cache doesn't know that the query parameter isn't needed, and so the cachebuster will cause the page to be regenerated