NixOS Foundation | 483 Members | |
| Public room for chatting with the NixOS Foundation Board | 123 Servers |
| Sender | Message | Time |
|---|---|---|
| 19 Apr 2024 | ||
| * to be clear: I wasn't sure if it was just my own experience/feeling or not, so I've talked with several experienced nixpkgs contributors who also said they wouldn't even consider mentoring for SoN because of the "mob programming" format | 16:30:31 | |
| 16:51:02 | ||
In reply to @delroth:delroth.netwas actually authored by one of the organizers of SoN, which is worrying. 😲 | 17:30:12 | |
| 17:49:41 | ||
I think is fine, as long as someone in the mob is "knowledgable" and able to course correct when needed. But having many people "learn by doing" at the same isn't the most productive. | 19:00:19 | |
*
I think is fine, as long as someone in the mob is "knowledgable" and able to course correct when needed. But having many people "learn by doing" at the same isn't the most productive. In other words, there should be at least one "mentor" in attendance, or reviewing the work output. | 19:01:09 | |
*
I think this is fine, as long as someone in the mob is "knowledgeable" and able to course correct when needed. But having many people "learn by doing" at the same isn't the most productive. Generally, there's at least someone somewhat "knowledgeable" on a topic, so it's a chance for others to learn. In other words, there should be at least one "mentor" in attendance, or reviewing the work output. | 19:35:14 | |
In reply to @piegames:matrix.org As a person that was already engaged with Nix and Nixpkgs before SoN and after and a participant of SoN 2023 I'd say about your points: Some extra comments: - In the end this is an NLnet project, not a NixOS foundation project, so their own pressure on setting their own objectives has to be taken into account. - Is the nixpkgs contributor set able to team up to do actual knowledge transfer? Will a consensus even be reached on what the acceptable quality of a nixpkgs package is? What to do when one thinks that a reviewer/gatekeeper is doing nitpicking? Where is the feedback of new contributor experience collected? - The mob programming format at least helped people do some Nixing, due to the social aspect of it. People that would have not done any Nixing, where is that impact accounted for? | 20:32:22 | |
| On the broader topic of mob programming, I don't think it get's rid of the need of having peer review if the team isn't representative enough (for example, in this case, containing at least one nixpkgs committer). I did voice this multiple times during my mob sessions. | 20:36:02 | |
| But again NLnet doesn't necessarily have the same goals as nixpkgs | 20:38:15 | |
| do you think nlnet is properly aware of what they're getting out of SoN? | 20:38:31 | |
| also, low efficiency isn't really debatable when you take groups of 5 participants and they end up having lower output (even after months of being in the program) than I'd expect a single nixpkgs committer would have in the same unit of time | 20:41:20 | |
| (we've seen this in practice with e.g. pretalx) | 20:41:37 | |
| (where, on top of being duplicated work, the duplicated work took significantly more person-hours than what ended up being done by a single contributor in nixpkgs) | 20:41:57 | |
In reply to @delroth:delroth.netNo clue tbh | 20:42:28 | |
| First of all to be fully transparent: I'm one of the facilitator for this year and thus have a financial tie to this project.
that's not entirely true, since it's a project in colab with the nixos foundation and all the financial stuff and contracts are handled through the foundation. | 20:44:07 | |
| also, even if nlnet strictly set the goals (which I don't believe they do - it's probably fairly loosely defined, as it should be), there would still be significant leeway in how to achieve those goals, and that's the space I think would be worth exploring because I don't believe the SoN methods are being effective | 20:45:39 | |
In reply to @delroth:delroth.netMy comment of being debatable is more on the point of under which constraints are we talking about. Aka, I'm willing to talk specifics in detail to understand myself whenever I ran projects like this, but also I'm not a person with any decision making impact in any of this. | 20:46:10 | |
In reply to @janik0:matrix.orgSo then why ngipkgs exists to begin with? | 20:47:04 | |
In reply to @alejandrosame:matrix.orgI have asked the same but did not get a satisfactory answer. | 20:47:37 | |
In reply to @alejandrosame:matrix.orgmakes perfect sense, and I'll clarify that low productivity/throughput on its own is not really a red flag either - if for example it came with tangible benefits in terms of ramping up contributors long term to the project. But right now we can't even honestly have this discussion because all I see in SoN reports is organizers claiming everything is amazing, including productivity | 20:48:27 | |
| btw, most builds of ngipkgs just straight up fail and don't seem to be maintained while lots of the packages would not be mergeable to nixpkgs because of a low quality and in general things that would be catched in a nixpkgs review https://hydra.ngi0.nixos.org/jobset/ngipkgs/main none of the packages has a vmtest or module from what I could tell in the ngipkgs repo which is also quiet sad, since vmtests are what (imho) differentiates good from very nix packages. | 20:52:40 | |
| * btw, most builds of ngipkgs just straight up fail and don't seem to be maintained while lots of the packages would not be mergeable to nixpkgs because of a low quality and in general things that would be catched in a nixpkgs review https://hydra.ngi0.nixos.org/jobset/ngipkgs/main none of the packages has a vmtest or module from what I could tell in the ngipkgs repo which is also quiet sad, since vmtests are what (imho) differentiates good from very good nix packages. | 20:53:14 | |
In reply to @alejandrosame:matrix.orgfwiw there is a reasoning paragraph in the repo https://github.com/ngi-nix/ngipkgs/?tab=readme-ov-file#reasoning-for-creation-of-the-ngipkgs-monorepo | 20:55:28 | |
| 23:26:51 | ||
| 20 Apr 2024 | ||
| Full disclosure: I was a SoN 2023 participant. i think its pertinent to remember SoN is primarily about facilitating students. Low productivity, and low follow up aren't necessarily red flags even together imo. Lots of the packages in ngipkgs havent been packaged for nixpkgs precisely because of the difficulty in packaging them in nix, and that they landed in ngipkgs at all (flaws and all) by students speaks highly of the capabilities of mob programming. | 07:04:31 | |
In reply to @janik0:matrix.orgthats not true. ngipkgs dors have vmware tests, ive used them | 07:14:09 | |
| * thats not true. ngipkgs does have vmware tests, ive used them | 07:14:17 | |
as for why ngipkgs exists, there's lots of restrictions and unstable apis not yet merged in nixpkgs that are nonetheless useful for building packages. IFD and fetchPnpmDeps being perfect examples of each. I used both of these too package applications for ngipkgs, that haven't yet landed in nixpkgs. In the ideal case we upstream to nixpkgs (which my mob did), but even if we cant meet that bar, having the pkg in ngipkgs still produces value to the community, and in particular nlnet. | 07:18:52 | |
* as for why ngipkgs exists, there's lots of restrictions and unstable apis not yet merged in nixpkgs that are nonetheless useful for building packages. IFD and fetchPnpmDeps being perfect examples of each. I used both of these too package applications for ngipkgs, that haven't yet landed in nixpkgs. In the ideal case we upstream to nixpkgs (which my mob did), but even if we cant meet that bar, having the pkg in ngipkgs still produces value to the community, and in particular, to nlnet. | 07:19:19 | |