Live data from Hacker News

Analyzing HN readers' personal blogs

dannysalzman.com

31–40 of 99 posts

Re: Analyzing HN readers' personal blogs

#31
post #2

> Static Site Generators how can that be detected ? I'm curious.

Only 22% did have any static site generator detected. Beyond that, 33% had a CMS detected.

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".

Re: Analyzing HN readers' personal blogs

#34
post #18

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…

When I've seen the thread, it had like 500 comments. My comment wouldn't make a blimp and like five people would have seen it, so I just didn't post it.

Re: Analyzing HN readers' personal blogs

#35

What does the "Programming Languages" section mean? Blogs that discuss the languages? Use the languages in snippets within posts?

I'm assuming the programming languages that CMSs people are using are written in, hence the dominance of PHP and Node.js.

Re: Analyzing HN readers' personal blogs

#36
Thank you for taking the time to provide us with your valuable information. We strive to provide our candidates with excellent care http://chennaitraining.in/sap-mm-training-in-chennai/ http://chennaitraining.in/sap-sd-training-in-chennai/ http://chennaitraining.in/sap-hana-training-in-chennai/ http://chennaitraining.in/sap-bo-training-in-chennai/

Re: Analyzing HN readers' personal blogs

#37
Great blog !It is best company for online job support from India http://onlinejobsupport.net/job-support/openspan-online-job-... http://onlinejobsupport.net/job-support/uipath-online-job-su... http://onlinejobsupport.net/job-support/automation-anywhere-... http://onlinejobsupport.net/job-support/salesforce-admin-onl... http://onlinejobsupport.net/job-support/microsoft-azure-onli... http://onlinejobsupport.net/job-support/data-science-online-... http://onlinejobsupport.net/job-support/machine-learning-onl...

Re: Analyzing HN readers' personal blogs

#40
post #2

> Static Site Generators how can that be detected ? I'm curious.

I generate my blog with a static site generator I wrote, but I don't see how anyone would be able to tell by inspecting the output.

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

Post reply on HN