Live data from Hacker News

Top Technologies Used By YC Companies

trends.builtwith.com

31–40 of 81 posts

Re: Top Technologies Used By YC Companies

#31
"detected using at least one of the technologies we track in this group" - does this mean some technology usage could be higher but it's absent because they're not tracking it?

Frameworks - How the hell do they "track" some of these frameworks here because the produced html/css/js could look exactly the same coming from say flask on python and jersey/jax-rs on java?

Re: Top Technologies Used By YC Companies

#32

What baffles me is how this site users themselves seem to dislike PHP a lot, yet it's the most used language of these companies... So why the hate?

People that want to get stuff done don't waste their time hating on other people's tools.

Almost everyone on this site, including devoted PHP devs, recognizes the fact that PHP isn't exactly an elegant and well-designed language.

The pointless "hate" however only comes from a small group of people for reasons really only known to them. But if you look outside the world of programming languages to the kind of people that loudly proclaim to hate something, I think you'll get a pretty good idea of the kind of people we're talking about.

These are not the majority of users of HN. They just feel safe here, like hooligans feel safe in a stadium filled with supporters of the same team.

Re: Top Technologies Used By YC Companies

#33

What baffles me is how this site users themselves seem to dislike PHP a lot, yet it's the most used language of these companies... So why the hate?

I would guess that a lot of Python sites are not getting counted for some reason, maybe because Python doesn't broadcast its presence the way PHP does. I'm pretty sure Dropbox and MixPanel at least make heavy use of Python, but neither is listed as a Python user.

This list looks extremely noisy to me in general.

Re: Top Technologies Used By YC Companies

#34
post #32

What baffles me is how this site users themselves seem to dislike PHP a lot, yet it's the most used language of these companies... So why the hate?

People that want to get stuff done don't waste their time hating on other people's tools. Almost everyone on this site, including devoted PHP devs, recognizes the fact that PHP isn't exactly an elegant and well-designed language. The pointless "hate" however only comes from a small group of people for reasons really only known to them. But if you look outside the world of programming languages to the kind of people t…

Probably one of the best replies I've read in a while man. Thank you.

Re: Top Technologies Used By YC Companies

#35
It's nice to see builtwith on the HN homepage, thanks for submitting this page Alex. I'm reading through everyone's feedback and will make changes accordingly, thanks everyone for commenting.

A few notes and things I will clean up -

* The pie charts I admit appear misleading thanks for affirming this, for widgets and technologies they show the leading tool but for document based technologies like CSS/JS they don't look right. 15% of sites aren't using CSS, > 85% are, and I suspect the rest are either dead sites or some other issue. I'll look at swapping to bar graphs which some of you have mentioned might be a good alternative

* PHP usage is based on server side implementation so a server might support PHP it doesn't necessarily mean the site is written in PHP

* The source of the list is yclist.com from about 3 months ago

You can lookup individual sites at http://builtwith.com such as http://builtwith.com/lanyrd.com

Thanks again!

Gary

Re: Top Technologies Used By YC Companies

#36

The pie chart indicates that only 15% of companies use CSS? That's clearly the wrong way to display this data. Very few of the technologies covered are mutually exclusive.

Also, noone uses Java and only one company uses Perl. Interesting or misleading? You be the judge.

Re: Top Technologies Used By YC Companies

#37

The pie chart indicates that only 15% of companies use CSS? That's clearly the wrong way to display this data. Very few of the technologies covered are mutually exclusive.

Yes, the charts are very misleading:

1. In some cases the technology choices aren't mutually exclusive, as you point out. A better representation would be a bar chart that tops out at 100%

2. Not all technologies are equally detectable. The ones that are harder get penalized, and those that or impossible to detect are penalized 100%. In categories where this is endemic, the ones that are detectable appear to be dominant when that is hardly certain. Frameworks is probably one of the most egregiously misleading of the bunch.

Re: Top Technologies Used By YC Companies

#38

What baffles me is how this site users themselves seem to dislike PHP a lot, yet it's the most used language of these companies... So why the hate?

There are only two kinds of languages: the ones people complain about and the ones nobody uses.

Bjarne Stroustrup

Re: Top Technologies Used By YC Companies

#39
post #35

It's nice to see builtwith on the HN homepage, thanks for submitting this page Alex. I'm reading through everyone's feedback and will make changes accordingly, thanks everyone for commenting. A few notes and things I will clean up - * The pie charts I admit appear misleading thanks for affirming this, for widgets and technologies they show the leading tool but for document based technologies like CSS/JS they don't lo…

I think the pie charts aren't just broken for document based technologies, they are wrong for anything where a user can have more than one of the tools. For example on our site we are using multiple types of advertising (including our own), multiple types of widgets, etc.

That being said, very cool that you were able to pull this together - the raw data here is very neat and it would be cool if we could even dive in more and end users could play with it in different charts, etc.

Post reply on HN