Fl4m3Ph03n1x

Fl4m3Ph03n1x

Do we have a StackOverflow Collectives group for Elixir?

I just heard about SO collectives:

I don’t know if we have a collective there (couldn’t find one for Elixir), but in the chance we don’t have one, I would like to discuss the idea.

I understand the purpose of SO Collectives is to build a community, much like the one we already have here.

The strongest counter-argument I can think about this would be “We already have a community, why have another in SO”. And that is a fair point.

However, from personal experience, most managers and people that are not aware of Elixir rely a lot in StackOverflow data and metrics. Most of them are unaware of this very same forum. I have been in companies that used SO data to discredit Elixir, citing the low number of questions as a “valuable indicator that no one is using it”.

So my argument for it would be more on the line of “giving visibility to the community”. People would find Elixir in SO collectives, and eventually find this forum after. At the very least we would enter the radar of more people, which can only be positive.

What do you folks think? I am missing something? What are your thoughts?

Most Liked

felix-starman

felix-starman

I would agree with the OP. Every single time I am training someone new in Elixir they struggle for a day or two because they assume that the Elixir forum is “just some forum” and not the central community discussion place and where you’d generally go to ask for longer form troubleshooting help or discuss nuanced ideas.

I have also similarly had people use the volume of SO interactions to discount Elixir. It also is where new people go automatically when trying to figure something out.

Since the thread a couple weeks ago about how to bring in new people as a language and community, I think having a serious presence on SO would be the best way to do it. I like this forum and I want its culture to continue, and think we should consider it continuing on a platform that has better SEO and discoverability in the wider tech ecosystem/Internet, even if that means we’re not hosting it

D4no0

D4no0

I was active on SO for a long time, and I can say that this forum is superior to that format in every way and most of the contributors that were active there moved on pretty much.

I think the collective is just a marketing move, so that companies like google, amazon can pay to show their logos on tags and market their features and services, never saw it actually being used for something useful.

felix-starman

felix-starman

Yeah. There’s a part of me that just wishes SO would do some sort of federation and allow searching across platforms like fediverse style apps

Last Post!

D4no0

D4no0

I wouldn’t say that, I like that community as much as I like this one, even though I moved away from SO, because I favor the better support offered by elixirforum, and the quality of the questions.

If you plan on making the collective, I will join and offer support in form of quality answers and help.

The only thing that still bothers me, is how effective are actually these collectives and how they are different from just using the elixir tag? The only thing I see about them are those colorful logos, but once again I now rarely use SO to search for answers and the places I would search (for example android) doesn’t have a collective.

Where Next?

Popular in Discussions Top

CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
sergio
There’s a new TIOBE index report that came out that shows Elixir is still not in the top 50 used languages. It also goes on to call Elix...
New
und0ck3d
Hello everyone! A few days ago I’ve created a topic here about how people were creating CMSs with Elixir and Phoenix. I’ve been studying...
New
dogweather
I wrote this comment on r/haskell, and it’s not popular there. :wink: But I think I’m on to something… Haskell reminds me of Java, and e...
New
AngeloChecked
What learn first? Rust or Elixir Hi Elixir community! I’m here because i want learn a new language. I’m a junior developer and mainly i ...
New
pillaiindu
I want to convert a Phoenix LiveView CRUD website to a CRUD mobile app. What do you think is the easiest way to do so?
New
matthias_toepp
I’d love to hear what people think about Wisp, the new Gleam web framework started by Gleam’s primary creator Louis Pilfold. Gleam, alon...
New

Other popular topics Top

JeremM34
Hello, how can I check the Phoenix version ? Thanks !
New
minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers’ Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
saif
Hello everyone, Long time lurker first time poster here. I’ve recently begun working on Elixir full-time again! :raised_hands: It’s been...
New

We're in Beta

About us Mission Statement