this post was submitted on 28 Dec 2023
20 points (88.5% liked)

Learn Programming

1547 readers
3 users here now

Posting Etiquette

  1. Ask the main part of your question in the title. This should be concise but informative.

  2. Provide everything up front. Don't make people fish for more details in the comments. Provide background information and examples.

  3. Be present for follow up questions. Don't ask for help and run away. Stick around to answer questions and provide more details.

  4. Ask about the problem you're trying to solve. Don't focus too much on debugging your exact solution, as you may be going down the wrong path. Include as much information as you can about what you ultimately are trying to achieve. See more on this here: https://xyproblem.info/

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

I was exploring an obscure Linux distro when I noticed they're contact page had an IRC client. You can connect to the IRC via Matrix, but the people there prefer pure IRC.

My question is do other programmers use IRC? Also why?

you are viewing a single comment's thread
view the rest of the comments
[–] friend_of_satan 24 points 6 months ago* (last edited 6 months ago) (1 children)

It's a simple protocol that you can easily write software for.

It is usually not hosted by a corporation that has its shareholders to answer to.

It is an open protocol.

Since it is an open protocol, you can use whatever client you want, which means you don't have to deal with pop-up ads and begging for money whenever you sign in, and can use it from a terminal instead of needing a GUI app that is probably written in JavaScript and forces new, unwanted features and UIs on you.

It is once again obscure enough that the Eternal September is abated a little bit.

Software development has long been discussed over IRC, so it is part of a certain subculture of folks who are involved.