Show HN: My side project that searches the web for technologies
I've been working on http://underthesite.com for the last month and now think it is ready for some full strength HN feedback. What do you guys think? It crawls up to 10 pages of a given site while you wait, looking for community-provided CSS / XPath selectors and regular expressions.
Additionally, I'd like to appeal to you to submit matchers for technologies that you care about. Technologies are easy to add, so add your favorite jQuery plugins, analytics tools, client-side node.js wrappers, what have you. I'm going to be running a large crawl in the next few days and want to make sure to have a good selection of technologies ready. After the crawl, I'll do some analytics and then come back to you guys with some interesting breakdowns of technology usage across the web. So, please tell me what statistics you'd be interested in (top javascript framework, percent of sites using backbone.js, etc.) and submit your favorite technologies.
Thanks!
16 comments
[ 2.1 ms ] story [ 58.3 ms ] threadI will be adding much deeper breakdowns about technologies soon.
Other ideas:
- measure who has implemented what technology and when
- work out various combinations of technologies
- work out who would have the most expertise in an area
- try and create a hacker score for users: (function of: time started, site traffic, simultaneous technologies, ??)
When I think of the underpinnings of a site, I think of images that go along with the daft punk branding/style. Things are sleek, shiny, and, despite all the complexity involved, just work. I feel like that might be better branding for this sort of website. http://en.wikipedia.org/wiki/File:DaftAlive.jpeg
I hope that helps explain my thinking better.
That is, if you want iterationlabs.com to rank in Google.
http://underthesite.com/sites/disqus.com
Ah ha! Never mind; Their blog does!
http://underthesite.com/sites/blog.disqus.com
Omniture (Adobe) Site Catalyst. This can usually be detected by looking for a request to the the *.2O7.net domain (though not always, some Site Catalyst users CNAME their own tracking domain to 207.net, in that case it's harder to detect)
ChartBeat (static.chartbeat.com/js/chartbeat.js)
Some others: WebTrends, CoreMetrics, Hitbox, Performable
Think there could be a problem where people might not want to contribute when they can't use what they contribute outside of your system. Have you considered extracting the matcher into a gem (or _your language equivalent_) and allowing people to use the matcher? Might not be the best idea because it opens up competition, but if it became the defacto tool for analyzing sites, there would be a lot of trust back your way.
On a side note, if this was an open library, or you did have an API to pull information, I'd contribute and definitely use it on a site I recently built ( http://lineofthought.com/ ).