122 points

If you look at projects in more popular languages like JS, Rust, Python. There is plenty of new blood in the contributors list. I won’t speculate as to why, but it looks like the new generation doesn’t like c and c++.

I think this is also backed up by the Linux kernel and thunderbird projects. Both are old c/c++ codebases and both have stated they are adopting rust in hopes of drawing interest (and contributors) from the rust community.

permalink
report
reply
90 points

I’ll also throw out: aging infrastructure, build systems, coding practices, etc.

I looked into contributing to the kernel - it’s already an uphill battle to understand such a large, complex piece of software written almost entirely in C - but then you also need to subscribe to busy mailing lists and contribute code via email, something I’ve never done at 30 and I’m betting most of the younger generation doesn’t even know is possible. I know it “works” but I’m really doubting it’s the most efficient way to be doing things in 2024 - there’s a reason so many infrastructure tools have been developed over the years.

The barriers to entry for a lot of projects is way too high, and IMO a lot of existing “grey” maintainers, somewhat understandably, have no interest in changing their processes after so much time. But if you make it too hard to contribute, no one will bother.

permalink
report
parent
reply

How do you contribute code through a mailing list? Like I don’t understand…

permalink
report
parent
reply
22 points

Found a blog post that gives a quick overview of how to do git via email in general: https://peter.eisentraut.org/blog/2023/05/09/how-to-submit-a-patch-by-email-2023-edition

So at least from my understanding you’d make your changes, email the contents of the patch to the maintainer, and then they’d apply it on their side, do code review, email you comments, etc. until it was in an acceptable state.

There’s also the full kernel development wiki that goes into all the specifics: https://www.kernel.org/doc/html/v4.16/process/howto.html

(I never got through the whole thing)

permalink
report
parent
reply
10 points
*

ELI5: Git has tools built-in to put your changes into emails and send them. People can either bring them in or see the diff in the emails.

Reading and interactive tutorials:

  1. https://useplaintext.email/
  2. https://git-send-email.io/
permalink
report
parent
reply
4 points

Awkwardly. Pretty much generate a patch and email it as an attachment.

permalink
report
parent
reply
2 points

by writing your diffs with red and black ink, like the Aztecs did

permalink
report
parent
reply
11 points

I won’t speculate as to why, but it looks like the new generation doesn’t like c and c++.

It’s not that hard to know why - these languages have footguns literally everywhere. They seem simple and powerful at first, but they turn into a monster soon enough. There are simply objectively better alternatives today, like Rust. It shouldn’t be surprising, it’s been so many decades after all.

permalink
report
parent
reply
5 points
*

I’ve heard a lot about Rust. I’ll have to look into it. I hate myself so my preferred language is PowerShell.

permalink
report
parent
reply
4 points

I’ve written a million lines of powershell in the past few years for stupid business reasons. I fucking hate the language and I don’t see why anyone would write anything serious in it

permalink
report
parent
reply
4 points

All the old people have learned the old systems (C, Perl, etc) and don’t want to have to learn something new, whereas young people are happy to use something newer and better (Rust, Typescript, etc.) because they don’t mind learning and don’t have a ton of old knowledge to throw away.

Yes that’s a big generalisation and there are plenty of exceptions, but in my experience it’s broadly true.

I work on an open source project which has a C component. I offered them our closed source C++ version which is way better and fixes a load of issues… Not interested. They learnt C in the 70s and don’t see why they should have to change.

Actually that project is a mix of old curmudgeons and young PhD students so there is a bit of a mismatch, but I didn’t feel like fighting the naysaying so…

permalink
report
parent
reply
107 points
*

Multiple things:

  • get rid of mandatory mailinglists
  • use a modern git flow without emails
  • get the hell off of discord
  • don’t make me a “maintainer”. I write code, I love it. Don’t Peter Principle me
  • pay me if I’m supposed to care

The goddamn Linux Foundation is investing more into AI than friggin Linux. They could be hiring hundreds of staff to work on Linux with the billions they shove unto AI. What the fuck are they doing? Mozilla is another offender.

Open source foundations with money should be using it to develop open source.

Also, on greybeard conferences: allow virtual participation please? My company isn’t going to give me 4 days off to travel somewhere for one day, have a 2 day conference, then take another day to get back. Nor am I going to pay 200+€ or something as an entrance fee on top of my ticket halfway around the world.

Anti Commercial-AI license

permalink
report
reply
52 points
*

Ironically, I think it’s the younger ones the ones pushing for discord the most. Some projects opened a discord because it actually made it more attractive to young people.

The question is how to make an open source alternative more attractive.

permalink
report
parent
reply
11 points

You can make a Discord server in like 1 second for free. It’s got mostly good enough tools for managing the community. I get the appeal. If you already use it then it’s super easy to just use it for that too. (Except on Android, where you can’t easily switch accounts. Maybe iPhone has the same problem though.)

permalink
report
parent
reply
6 points

Matrix has the most potential. It was the most admired communication tool in the stackoverflow survey last year.

permalink
report
parent
reply
20 points

Mailing lists are pretty awesome. They’re like a decentralized forum. There are even good web UIs!

That said, submitting and reviewing patches over email suuucks.

permalink
report
parent
reply
3 points

And they’re easy to archive. Not super easy to parse, usually, but at least the data is there.

permalink
report
parent
reply
2 points

Wrestling to get email to properly bottom post is 99.999% of the battle. (Except the code review, is rather just pull it in locally)

permalink
report
parent
reply
14 points

mailing lists

So so true. Mailing lists suck. I’d rather use Discord. (As in I hate mailing lists that much.) Bring back forums!

permalink
report
parent
reply
4 points

In 2023 the organization reported significant revenues, totaling approximately $262.6 million.

They are spending BILLIONS on AI!!!

They are doing what they intended to do. It’s just not in line with your agenda.

permalink
report
parent
reply
4 points

OK, I was wrong about the billions.

They are doing what they intended to do. It’s just not in line with your agenda.

The Linux Foundation spent 2% on linux kernel support in 2023.

Linux is “my agenda”. It was me who put Linux in the name “Linux Foundation”. Me and me alone. 😂

Anti Commercial-AI license

permalink
report
parent
reply
3 points
*

What does “project support” even stand for?

Edit: ok, apparently it’s helping a bunch of foss projects that are listed in the pdf. I suppose that’s fine.

permalink
report
parent
reply
2 points

You just misinterpret their agenda. They were never in line with you

permalink
report
parent
reply
88 points

Young people today are struggling to make ends meet - they don’t have enough comfort and free time to be able to donate their labor.

permalink
report
reply
35 points
*

God it’s not even that, the general tech knowledge has just plowed into the ground

permalink
report
parent
reply
26 points

That’s true, but that’s also just the general populous, who weren’t ever contributing to open source anyways.
I don’t think the quality of coders (professional or hobby) has really declined that much.

permalink
report
parent
reply
13 points

oh it definitely has. I’ve been in the industry since last century, the actual poke everything, do this for fun, invest yourself, wild jockey type…well we’re a dying breed.

permalink
report
parent
reply
17 points

I wish I had one manday a week to contribute to the libraries my company uses. I usually do it in my work hours when I find a serious bug or need a new feature.

permalink
report
parent
reply
17 points
*

I fixed a bug in an open source project we use and got into trouble for it :|

permalink
report
parent
reply
15 points

Ditch the company and set their offices ablaze!

permalink
report
parent
reply
5 points

Don’t use company resources (like your laptop) to do it.

permalink
report
parent
reply
4 points

steal from work

permalink
report
parent
reply
0 points
*

That’s like saying they don’t have enough comfort and free time to do art. Actually, the statements are identical. We create not because we can but because we must.

permalink
report
parent
reply
19 points

I think you’ll find loads of young people without time for art, too.

permalink
report
parent
reply
-2 points
*

Every artist sacrifices other things so that they can do art. I get that we have less to sacrifice than we used to but in objective, absolute, historical terms, we are still sooooo fucking wealthy and have so many opportunities and resources at our disposal. And I say this as someone with a 13k annual income who contributes to FOSS projects.

permalink
report
parent
reply
3 points

Oh man you’re so close to getting the point…

We don’t have enough comfort and free time to do art! That’s an actual legitimate thing that’s going on right now

permalink
report
parent
reply
-2 points

Were I to reply I would merely be repeating what I said to @ava@beehaw.org

permalink
report
parent
reply
84 points

Our civilization demands that I be profitable to a parasite who leeches a majority of my labour’s value in order to accumulate obscene levels of wealth.

Without exorbitant amounts of time spent maintaining that profitability, I will end up poor, homeless, and eventually dead from exposure. This leaves vanishingly little time to spend on open source work, regardless of how intellectually and ethically attractive it may be.

permalink
report
reply
12 points
*

If you look at property rights, the contrast is even stronger. The employer owns 100% of the property rights to the produced outputs and owes 100% of the liabilities for the used-up inputs. Meanwhile, workers qua employee receive 0% of both. This is despite their joint de facto responsibility for producing those results violating the basic principle of justice.

We need to move towards a copyfarleft model that considers the rights of both software users and developers unlike copyleft

permalink
report
parent
reply
2 points

that considers the rights of both software users and developers unlike copyleft

Kind of in the vein of what Redis attempted to with its relicense to SSPL

permalink
report
parent
reply
4 points

Far left as in explicit restrictions on capitalist firms using the software without paying for it while still allowing full software freedom for worker coops, which don’t violate workers’ rights.

Copyfarleft should set up a whole family of licenses of varying strengths and its own alternative ideology from the FSF. The first principle is an almost complete rejection of permissive open source licenses as enabling capitalist free riding @programming

permalink
report
parent
reply
2 points

I have a huge soft spot for SSPL. I believe the FSF is too ideological and the OSI has conflicts of interest and that’s mainly why it wasn’t accepted. It’s unfortunate, because a new, stronger AGPL that closes more loop holes would’ve been amazing.

permalink
report
parent
reply
10 points

But open-source doesn’t always mean working for free, nor does it mean people do it for purely ethical (or socialist?) reason.

There are lots of reason why open-source is attractive after discounting ethics and money. I imagine being credited for being a major contributor to a popular open-source project would mean better job opportunity in the competitive tech job market. The gig doesn’t directly offer you money, but it does gravitate the right company that has the money to fund your work they find very valuable. In a sense, this isn’t that far from how capitalism work – credits are due to the people who brings most value to the society, whether the source of the software are open to all or not.

This is of course a very superficial statement to make, but I remember Eric Raymond wrote about this in more a detailed (and more convincing!) manner in The Cathedral and the Bazaar.

permalink
report
parent
reply
9 points

So… it pays in exposure?

permalink
report
parent
reply
3 points
*

big flashback to my freelance days.

fuck working for free in the hopes the project magically becomes super relevant overnight, and all the people who defend this.

if you want me to take on more responsability than i want to, you better be paying me.

permalink
report
parent
reply
0 points

open-source doesn’t always mean working for free,

Sponsorship brings goal conflicts, and locks both sponsor and sponsee into a death spiral of software like a dog with one true master and a master who can never get a new dog until this one is dead.

permalink
report
parent
reply
3 points

So what? The point of open source is that you get the source to do with what you want, not “give me shit for free”.

permalink
report
parent
reply
50 points

No time, no money, no house.

permalink
report
reply

Programming

!programming@programming.dev

Create post

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you’re posting long videos try to add in some form of tldr for those who don’t want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



Community stats

  • 3.1K

    Monthly active users

  • 890

    Posts

  • 7.7K

    Comments