Why Aren't There C Conferences?
61–70 of 383 posts
Re: Why Aren't There C Conferences?
#62Earlier quoted context omitted.
If you think that making connections with people working on same things you do is waste of time you’ve got another thing coming. But yeah nobody writes code at conferences, I thought that was pretty obvious.
> But yeah nobody writes code at conferences Depends on the conference, I suppose, but most I've been to include a healthy dose of that. Certainly writing production code for work is rare, but for fun? Lots of it gets written there.
Re: Why Aren't There C Conferences?
#63Earlier quoted context omitted.
Of the ones you list, only one has a wide focus, IMO. Three of those will essentially be web development conferences, and I don't know what the hell people do with Go these days, but I'll bet it's mostly a handful of things. Python probably has broad enough usage and scope to counter what I said. The exception proves the rule. :-)
Python is probably mostly data science if I had to guess. jupyter notebooks have made python excessively used for data science.
Practically, while data science / ML / etc work is a big part of Python, I'd wager a much larger part is still web development work (Django et all). And of course, just using it as a "scripting" language, or using it to create GUIs, etc.
Re: Why Aren't There C Conferences?
#64Earlier quoted context omitted.
i don't know, there are Golang, Python, Javascript, Ruby, PHP conferences and probably a lot more, so not sure if that argument is valid.
Of the ones you list, only one has a wide focus, IMO. Three of those will essentially be web development conferences, and I don't know what the hell people do with Go these days, but I'll bet it's mostly a handful of things. Python probably has broad enough usage and scope to counter what I said. The exception proves the rule. :-)
Re: Why Aren't There C Conferences?
#65Earlier quoted context omitted.
> But yeah nobody writes code at conferences Depends on the conference, I suppose, but most I've been to include a healthy dose of that. Certainly writing production code for work is rare, but for fun? Lots of it gets written there.
I've absolutely seen people from well-known companies and consulting groups sitting in a conference talk hacking on their work projects. Very frequently. For the past decade, easily. And as recently as last week, at RubyConf.
Re: Why Aren't There C Conferences?
#66Earlier quoted context omitted.
Python is probably mostly data science if I had to guess. jupyter notebooks have made python excessively used for data science.
Python is probably mostly data science if I had to guess. You think? I'll admit that my view of the Python community is super narrow, but I was thinking Django, me writing a bunch of test scripts, backend stuff. I know data science is a "thing" with Python, but I just didn't imagine that it had become it's main use. I guess TIL there's a whole other world of how people use Python, and it might be most of them. :-)
My personal impression is that Python is used in more fields than almost any other language, but that every community is only peripherally aware of other communities.
For example, Python is big in Earth Sciences (or so I am told). Almost nobody outside Earth Sciences knows that.
Until maybe 5 years ago, I had no idea that people used Python for web development. It had just never occurred to me. GvR famously had to google what wsgi was.
So I think your final sentence probably applies to most users of Python.
Re: Why Aren't There C Conferences?
#67Lets be honest: conferences exist to waste time. Nothing productive gets done on conferences and best thing you can take our from them is to socialize with like-minded people.
Re: Why Aren't There C Conferences?
#68Are there many new projects being started these days in C, or even C++? I would expect most of that to have moved over to Java or Golang, with most C-family coding being on extensions of older projects.
Re: Why Aren't There C Conferences?
#69Are there many new projects being started these days in C, or even C++? I would expect most of that to have moved over to Java or Golang, with most C-family coding being on extensions of older projects.
Not to mention any memory-intensive or real-time software, e.g. embedded systems - most of those are running on C/CPP, and plenty of new embedded systems are created every day.
Re: Why Aren't There C Conferences?
#70Are there many new projects being started these days in C, or even C++? I would expect most of that to have moved over to Java or Golang, with most C-family coding being on extensions of older projects.