506
submitted 10 months ago by liori@lemm.ee to c/programming@programming.dev

I've said this previously, and I'll say it again: we're severely under-resourced. Not just XFS, the whole fsdevel community. As a developer and later a maintainer, I've learnt the hard way that there is a very large amount of non-coding work is necessary to build a good filesystem. There's enough not-really-coding work for several people. Instead, we lean hard on maintainers to do all that work. That might've worked acceptably for the first 20 years, but it doesn't now.

[…]

Dave and I are both burned out. I'm not sure Dave ever got past the 2017 burnout that lead to his resignation. Remarkably, he's still around. Is this (extended burnout) where I want to be in 2024? 2030? Hell no.

top 50 comments
sorted by: hot top controversial new old
[-] redcalcium@lemmy.institute 183 points 10 months ago

Reminds me of this xkcd post:

[-] NateNate60@lemmy.ml 173 points 10 months ago* (last edited 10 months ago)

This problem is pretty common across most parts of the Linux space. Everyone wants to volunteer coding work, which is great, but not what's desperately needed right now.

The Linux community needs more than programmers, or else it will consist only of programmers. We need UI/UX experts, or we'll never have the simplicity and ease of use of iOS. We need accessibility designers or we'll never match up to the accessibility of MacOS. We need graphic designers and artists or we'll never look as good as Windows 11. We need PR professionals and marketing experts or we'll never be as notable as the Windows XP startup sound.

We don't have enough volunteers that fit into these categories. The next best thing you can do is contribute your money so that your favourite project can hire the people they need.

[-] JackGreenEarth@lemm.ee 90 points 10 months ago

That's more the desktop environment than the Linux kernel though. Gnome, for example, is a simple, good looking, accessible desktop environment.

[-] NateNate60@lemmy.ml 30 points 10 months ago

I love and use GNOME daily, but I think it's still the case that the interface "needs some getting used to" for a Windows/MacOS user. The design paradigm is just not familiar or self-explanatory to anyone who has regularly used desktop computers in the past decade.

[-] sederx@programming.dev 10 points 10 months ago

but I think it’s still the case that the interface “needs some getting used to” for a Windows/MacOS user.

why do you think thats unreasonable? its a different system

load more comments (7 replies)
[-] szczuroarturo@programming.dev 8 points 10 months ago

I mean going from windows to mac os also needs getting used to beacuse Obviusly they are not the same systems . Each of those has diffrent design philosophy. And out of all linux GUI gnome is the simplest( In my opinion also the best looking one ). And most of the rest also takes very little of getting used to since they are very similar to either windows or MacOS( elementary ).

[-] JackGreenEarth@lemm.ee 6 points 10 months ago

What are the main issues in getting used to it do you think?

[-] russjr08@outpost.zeuslink.net 23 points 10 months ago

The first thing I always hear from people trying out gnome for the first time is along the lines of "Where is the minimize and maximum buttons?" and depending on what programs they use "where is the icon tray" (app indicators, or the "system tray" on Windows).

Whenever I try to explain the devs' philosophies regarding those, they quickly have lost excitement so generally these days I just start people on KDE.

load more comments (4 replies)
[-] ______@lemm.ee 70 points 10 months ago

I don't know a single ui person or artist that gives a single f about open source.

I think as a dev you naturally grow to respect the open source space because of how much you take from it.

I would love to be proven wrong though

[-] torpak@discuss.tchncs.de 10 points 10 months ago
[-] Sigmatics@lemmy.ca 49 points 10 months ago

I mean, Microsoft and Apple have career pages stating exactly what is needed. Does Linux have something like this for volunteers? I think it's just very inaccessible to someone from the outside. Maybe start there, improve the recruitment of volunteers

[-] v81@lemmy.world 35 points 10 months ago* (last edited 10 months ago)

This, very very much.

I can't code for shit, but am willing to put some time and effort into FOSS.

But I'm not sure what's needed, or where is needed.

Have these projects ever considered just asking for the help they need?

[-] Potatos_are_not_friends@lemmy.world 27 points 10 months ago* (last edited 10 months ago)

It's extremely inaccessible from the outside. Non-devs don't know what to do with it.

We brought Linux laptops into our company (1500+ laptops during the pandemic) and after a year, half the devs and design team switched to Macs. The Linux users who stayed are pretty much using the laptop as a glorified netbook where they just use Google doc suites. And whenever they encounter a problem... Searching leads to nerds arguing about what version of Linux they should be using instead. Or the answer requires them to go into terminal to fix a problem.

I have a bunch of users asking about Elementary OS, for the sole reason in that it "looks" good.

load more comments (1 replies)
load more comments (3 replies)
[-] yasha@beehaw.org 44 points 10 months ago

How does someone like me, a PhD candidate who has a background in Human-Computer Interaction, contribute? Or the accessibility researchers I collaborate with who sit one office down and use and love Linux and make their own hacks for Linux to improve its accessibility?

I think part of the problem is a matchmaking (as as you said a PR) problem. I'm sure a lot of the experts you describe would love to contribute some cycles (including myself) but your post is the first time I'm hearing that people like me are needed in my HCI capacity. Otherwise I would have assumed there are plenty of programmers better than me available so why bother?

[-] OsrsNeedsF2P@lemmy.ml 20 points 10 months ago

How does someone like me, a PhD candidate who has a background in Human-Computer Interaction, contribute?

Start a blog where you get users to try and complete a task on a stock Linux install, and write about it.

"Given a stock Debian XFCE install, users were tasked to connect their Airpods pro. Here's what happened"

(Even doing this for Lemmy, I.e. "find a community about birds", would be insanely helpful)

A blog like this would help give focus for developers on what needs to be improved, in every part of the stack!

load more comments (1 replies)
[-] heeplr@feddit.de 14 points 10 months ago

use open source software. whenever you see potential to improve, open an issue with detailed explaination.

try to solve the problem yourself. send pull requests. adapt them according to instructions by devs. when they're good, the will get merged.

if you use the software a lot, contribute whenever you think something is needed.

[-] uniqueid198x@lemmy.dbzer0.com 18 points 10 months ago

that second part is exactly why there is a lack of hci work in the linux space. Hci is a specialty, just like coding is. The standard ask of "create a pr with the code" is asking peopae who don't typically code to do so, in addition to doing the work of researching the problm, designing a solution, and then testing that solution for suitability.

Since the only mechanism most open source projects have for accepting contribution is code, and the ask is usually for code, there is never even an opportunity to submit design work.

[-] NateNate60@lemmy.ml 11 points 10 months ago

I think most of the time if they have a Github/Gitlab repo open to the public opening issues, they will accept an issue that merely describes a problem that needs to be fixed along with how it might be fixed.

Something like this is generally appreciated:

I'm an HCI expert and ____ should be improved to do ____ because of ____. I'm willing to volunteer to do design work on this to help the project out

...and if the maintainers ask for contact info, provide it and there you go.

load more comments (6 replies)
[-] gamer@lemm.ee 8 points 10 months ago

I think ui/ux has the opposite problem where there are not enough programmers. Idk if there is a shortage of ux people, but I do know that it takes a significant amount of work to implement and maintain ui projects.

If you are interested in helping out though, you should join the discussion forums for a project like KDE or Gnome. I doubt the Gnome people will give you the time of day, but there are many KDE projects that would appreciate volunteer work from someone like you. Browse the discussions at htltps://discuss.kde.org and see if you can find a project to latch on to, or find a project you think you can improve, and proactively reach out to the maintainer(s) with a proposal.

Just be mindful that it may take a while before your changes are implemented, since everyone is a volunteer with other jobs and responsibilities.

[-] liori@lemm.ee 23 points 10 months ago

This plea for help is specifically for non-coding, but still deeply technical work.

[-] Spzi@lemm.ee 18 points 10 months ago

Without too much knowledge, I have the strong feeling this is equally true for the Fediverse and Lemmy.

And while it is fairly obvious and straight forward how to contribute as a programmer, it's less so for all the other, equally important, tasks.

[-] UnfortunateShort@lemmy.world 15 points 10 months ago

I know a thing or two about UI/UX, but tbh it feels very weird to me to butt in somewhere and tell people what to do. Because unfortunately, while I probably could design a good UI, I have no experience in implementing UIs.

I can deal with C++ so I thought I might as well learn Qt, but I couldn't even get Qt Creator or KDevelop to run properly on my distro and didn't find the time to get into it since.

This stuff sadly not that trivial which is probably why you don't find too many people who can do it.

load more comments (4 replies)
[-] flakusha@beehaw.org 14 points 10 months ago

I'm not sure the UI/UX is anyhow related to kernel development.

I3/Sway/Hyprland/other WMs are already much more superior to anything that can be achieved in Win/Mac desktops in terms of flow and performance. Only polishing is needed. Other desktop options like Gnome/KDE are fine and more lightweight desktops are okay too. They need polishing too, but already great.

[-] xilliah@beehaw.org 7 points 10 months ago

Isn't there some kind of volunteer-project market with easy access?

[-] heeplr@feddit.de 6 points 10 months ago

there's https://bountysource.com/ or https://www.vamp.sh/

Bound to specific problems and limited to projects willing to pay money.

load more comments (2 replies)
load more comments (2 replies)
[-] Techmaster@lemm.ee 74 points 10 months ago

Step 1: Don't murder your wife

[-] 5714@lemmy.dbzer0.com 22 points 10 months ago

This must be a reference to someone, right? Casual femicide sounds a bit off.

load more comments (7 replies)
[-] stevecrox@kbin.social 64 points 10 months ago* (last edited 10 months ago)

The linux kernel is very old school in how it is run and originally a big part of the DevSecOps movement was removing a lot of manual overhead.

Moving on to something like Gitea (codeberg) would give you a better diff view and is quicker/easier than posting a patch to a mailing list.

The branching model of the kernel is something people write up on paper that looks great (much like Gitflow) but is really time consuming to manage. Moving to feature branch workflow and creating a release branches as part of the release process allows a ton of things to be automated and simplified.

Similarly file systems aren't really device specific, so you could build system tests for them for benchmarking and standard use cases.

Setting up a CI to perform smoke testing and linting, is fairly standard.

Its really easy to setup a CI to trigger when a new branch/pr is created/updated, this means review becomes reduced to checking business logic which makes reviews really quick and easy.

Similarly moving on to a decent issue tracker, Jira's support for Epic's/stories/tasks/capabilities and its linking ability is a huge simplifier for long term planning.

You can do things like define OKR's and then attach Epics to them and Stories/tasks to epics which lets you track progress to goals.

You can use issues the way the linux community currently uses mailing lists.

Combined with a Kanban board for tracking, progress of tickets. You remove a ton of pain.

Although open source issue trackers are missing the key productivity enablers of Jira, which makes these improvements hard to realise.

The issue is people, the linux kernel maintainers have been working one way for decades. Getting them to adopt new tools will be heavily resisted, same with changing how they work.

Its like everyone outside, knows a breaking the ABI definition from the sub system implementation would create a far more stable ABI which would solve a bunch of issues and allow change when needed, except no one in the kernel will entertain the idea.

[-] CMahaff@lemmy.world 45 points 10 months ago

You offered a lot of suggestions, and I'm sure people will disagree over the specifics, but I think your overall point is excellent and not talked about enough. I wonder if anyone has ever even attempted a survey on the ages of maintainers/contributors? I bet it's skewing older fast.

Nothing wrong with that of course, especially given the project's age, complexity, and being written in C - but you're right, at some point you have to attract new talent - people can't maintain forever.

I'm a 29 year old developer - I didn't even know you could do git patches via email until recently. And while it's super cool, it also sounds kinda terrible, especially at the volume they must be receiving? Their own docs are saying the mailing lists receive some 500 emails per day and I can't imagine the merge process is fun.

So many doc pages are dedicated to how to submit a patch - which is great that it's documented, and I'm sure it will always be somewhat complicated for a large project - but it also feels like things that are all automatically handled by newer tools / bots which can automatically enforce style checks, etc.

I guess they could argue that the complicated process acts as a filter to people submitting PRs who don't know what they are doing, but I'd argue it also shuts out talented engineers who don't have 40 hours to learn how to submit a patch to a project on top of also learning the kernel and also fixing the bug in question.

From what little I read of their git process, does anyone know if there's anything preventing the maintainer of a subsystem from setting up a more modern method for receiving patches? As long as the upstream artifact to the kernel has the expected format?

[-] cmeerw@programming.dev 15 points 10 months ago

and its linking ability is a huge simplifier for long term planning.

What long term planning? Who is going to come up with that plan? Will everyone agree to that plan? Who will be paying for the resources to work on that plan?

Combined with a Kanban board for tracking, progress of tickets. You remove a ton of pain.

I am not seeing how that would help. What are you going to do if there is no progress on something? Fire volunteer X because he didn't make progress on ticket Y (as he has no interest in ticket Y)?

[-] Deathcrow@lemmy.ml 14 points 10 months ago* (last edited 10 months ago)

Similarly moving on to a decent issue tracker, Jira’s support for Epic’s/stories/tasks/capabilities and its linking ability is a huge simplifier for long term planning.

Modern ticket system or issue tracker? Yes, absolutely. But Jira? Certainly not, considering Atlassian's business practices. A project like Linux deserves a system where they can maintain some control and it probably should be open source.

Yeah email is ancient and certainly terrible from a usability perspective if you're an outsider to the workflows, but at least it can't be shut off or taken away on a whim. Also it's universal and therefore accessible.

load more comments (1 replies)
[-] kitonthenet@kbin.social 10 points 10 months ago

Its like everyone outside, knows a breaking the ABI definition from the sub system implementation would create a far more stable ABI which would solve a bunch of issues and allow change when needed, except no one in the kernel will entertain the idea.

We also can’t go back to fix SMTP either. Simply saying “we need to break ABI” is not a solution for the same reason, the fear Darrick mentions in the email is justified, it’s the fear of e-mails when you change something that breaks everyone’s widget in a way they don’t expect or care to learn about and demand you fix it for them. It’s all well and good to say that they should simply wash their hands of it, but that’s not an option when your inbox is flooded with automated bug reports that don’t explain the problem

[-] stevecrox@kbin.social 11 points 10 months ago

I am actually arguing for a stable ABI.

The few times I have had to compile out of tree drivers for the linux kernel its usually failed because the ABI has changed.

Each time I have looked into it, I found code churn, e.g. changing an enum to a char (or the other way) or messing with the parameter order.

If I was empire of the world, the linux kernel would be built using conan.io, with device trees pulling down drivers as dependencies.

The Linux ABI Headers would move out into their own seperately managed project. Which is released and managed at its own rate. Subsystem maintainers would have to raise pull requests to change the ABI and changing a parameter from enum to char because you prefer chars wouldn't be good enough.

Each subsystem would be its own "project" and with a logical repository structure (e.g. intel and amd gpu drivers don't share code so why would they be in the same repo?) And built against the appropriate ABI version with each repository released at its own rate.

Unsupported drivers would then be forked into their own repositories. This simplifies depreciation since its external to the supported drivers and doesn't need to be refactored or maintained. If distributions can build them and want to include the driver they can.

Linus job would be to maintain the core kernel, device trees and ABI projects and provide a bill of materials for a selection of linux kernel/abi/drivers version which are supported.

Lastly since every driver is a descrete buildable component, it would make it far easier for distributions to check if the driver is compatible (e.g. change a dependency version and build) with the kernel ABI they are using and provide new drivers with the build.

None of this will ever happen. C/C++ developers loath dependency management and people can ve stringly attached to mono repos for some reason.

load more comments (1 replies)
[-] Sanctus@lemmy.world 35 points 10 months ago

Is there a link to help? I want to help

[-] onlinepersona@programming.dev 27 points 10 months ago* (last edited 10 months ago)

Boy do I find mailinglists impossible to read.

Ontopic: I appreciate what these people are doing, but were I them, a lousy community would have me quit very quickly or never join the project to begin with. Maybe the should just quit and when shit hits the commercial fan, they'll either pay to get it fixed, get somebody on it to get it fixed, or move on.

Probably fixing whatever non-dev problems they have to make it a nice community to join wouldn't hurt either. For me, it's the lack of time and C code. C is a language I absolutely will not touch. There's not much worse than it IMO and it's refreshing to see rust slowly entering the kernel with all its tooling.

[-] ABotelho@lemmy.ca 27 points 10 months ago

There are so many filesystems. So. Many.

Have any of them considered actually dropping some and pooling efforts into the more promising ones?

[-] Mindlight@lemmy.world 10 points 10 months ago* (last edited 10 months ago)

Isn't "anyone can fork if a project doesn't really fit their taste" sort of the curse of open source?

Swallowing your pride, merging into another project and taking a less glamorous role in that project is not as easy as it was to fork when steering your project.

This is generally speaking. I'm definitively not saying any of this is that case with the XFS project.

Ps. Murdering your wife is also something that seems to be bad for filesystems....

load more comments (1 replies)
[-] Dadifer@lemmy.world 26 points 10 months ago

How can we help spread the load? Can we have volunteer sign ups and shift work?

[-] liori@lemm.ee 8 points 10 months ago

I guess the best start would be to have a person to organize volunteers.

load more comments (2 replies)
load more comments (3 replies)
[-] neanderthal@lemmy.world 14 points 10 months ago

What kind of non-coding work do you need done?

load more comments (1 replies)
load more comments
view more: next ›
this post was submitted on 03 Sep 2023
506 points (98.7% liked)

Programming

16210 readers
162 users here now

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



founded 1 year ago
MODERATORS