Live data from Hacker News

Analyzing HN readers' personal blogs

dannysalzman.com

71–80 of 99 posts

Re: Analyzing HN readers' personal blogs

#71
post #60

Earlier quoted context omitted.

Probably because there isn’t a good free analytics service that is easy to use (no need for self-hosting) and is able to collect the info that one wants. GA is free, and easy.

Piwik is free and does everything GA does. You can self host the analytics dashboard so no 3rd party privacy issues.

Self hosting is about as far from easy as you can get though.

Re: Analyzing HN readers' personal blogs

#73

I suspect that the larger-than-one-might-expect representation here for Erlang and Cowboy (an Erlang web server) is caused by sites hosted on Heroku, which would return Cowboy/Vegur in the Server header, rather than because many HN users are actually maintaining Erlang application servers to serve their blogs.

Interesting, I didn’t know Heroku used that stuff. It could be from Elixir/ Phoenix websites right?

Re: Analyzing HN readers' personal blogs

#74
post #63

Earlier quoted context omitted.

You can take it as read that people who write blog posts do that to share them with the broader community. Could one of you downvoters please explain why you think people would post blog posts if they do not want to share them? I fail to see how that would be possible.

One reason is they don't actually want the "broader" community to see them. More than once I've seen people lament the fact that the "orange site" picked up one of their posts. There are Twitter accounts dedicated to making fun of things people say in the comments here. There are people who wrote scripts that do special things when the referrer to their site is HN.

Can you point me to some of those twitters? Sounds entertaining.

Re: Analyzing HN readers' personal blogs

#75
I would like to see a word frequency count gathered from all the articles written on all these blogs and see if there’s any interesting patterns.

Bonus if you can segment the data by date as well so we can see trends over time.

A person that builds such a system would have access to some pretty useful data.

Re: Analyzing HN readers' personal blogs

#76

Earlier quoted context omitted.

That’s a fair point! I would have to read HN’s terms of use though. Not sure if that’s allowed or not. I felt good scrapping the comments section since everyone there “opted in “ to share their website to the broader community.

You can take it as read that people who write blog posts do that to share them with the broader community. Could one of you downvoters please explain why you think people would post blog posts if they do not want to share them? I fail to see how that would be possible.

Not a downvoter, but I did have a blog that I didn't promote, which I used mostly to get practice with my writing. I enjoyed it being public but with zero traffic, because writing that is 100% private can easily turn into a private rant. If there is the chance it will be seen, I hold myself to a higher standard, and hopefully that practice comes across when I engage in written communications with others, whether on HN, other sites, or at work.

Ultimately, though, all the sharing of our blog URLs and this related discussion made me realize that I didn't really want an audience, so I killed off my domain.

Re: Analyzing HN readers' personal blogs

#79
post #63

Earlier quoted context omitted.

One reason is they don't actually want the "broader" community to see them. More than once I've seen people lament the fact that the "orange site" picked up one of their posts. There are Twitter accounts dedicated to making fun of things people say in the comments here. There are people who wrote scripts that do special things when the referrer to their site is HN.

Can you point me to some of those twitters? Sounds entertaining.

N-gate would be one, not sure if they're on Twitter though.

http://n-gate.com/

Re: Analyzing HN readers' personal blogs

#80
post #68

It's interesting, and telling, that Windows/IIS doesn't appear at all. Or did I miss something?

We run all our website on ASP.NET Core, but we have a forum and blog which basically automatically mandate MySQL. We played around with PHP on IIS [0] for many years before giving up. We also tried the opposite and hosted our app on Mono before giving up on that due to bugs that would randomly cause compilation errors [1].

Long story short, two completely separate backends each running on most reliable platform for the stack. And nginx is in front of it all. Ping the root domain and you’ll think you are on a big-standard Linux/nginx confit, even though it definitely is not.

So don’t assume no IIS!

[0]: https://neosmart.net/blog/s=php+iis

[1]: https://neosmart.net/blog/tag/mono/

Post reply on HN