Zulip setup coordination | 87 Members | |
| Coordination to setup https://nixpkgs.zulipchat.com/, see https://github.com/NixOS/foundation/issues/143 | 27 Servers |
| Sender | Message | Time |
|---|---|---|
| 21 Feb 2024 | ||
| Always remember authority/responsibility. If you give too wide a group the authority/vote for a decision, you then need a way to give them responsibility to implement it was well..... quite hard when the vote is too wide. | 22:38:28 | |
| Nixpkgs has done this to some extent. | 22:38:42 | |
| Another approach: you vote for the prioritization of a policy, and another vote for people to execute those policies. This is starts to be much more complicated. (see the considerations above by others) | 22:44:45 | |
| tbf I think that if we have a good process for having consensus on the direction / decisions, having a process for finding someone to execute seems less important | 22:46:10 | |
| first of all because I expect people will organically show up if the decision is made and has consensus, second because it's open source and unless you pay people for contract work you can't really make them execute stuff anyway | 22:46:43 | |
| 22 Feb 2024 | ||
| on some level, I feel like having a shared understanding of how decisions are made, and increasing that rate, is more important than who is making them (assuming actors with good intent). I like delroth's idea of just posting: hey, I want to do XYZ, are there any blockers? In that sense, this particular issue could be driven by the CUDA team, as they are interested in having the unfree+redistributable built. Another idea would be to introduce a bat signal that people can raise when they see a deadlocked issue, and then have a couple of us not making a decision, but triaging who should be making the decision. | 10:29:36 | |
| I think I like the idea of a bat signal. I was wondering, given the size of everything, who is keeping a list of all the deadlocked issues? | 12:15:50 | |
| see https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+sort%3Acreated-asc :) | 16:08:16 | |
In reply to @zimbatm:numtide.comoh yes, that is a nice list. Very pragmatic approach to making it too! | 16:43:51 | |
In reply to @delroth:delroth.netSorry just catching up. Wanted to ++ on this item | 17:32:21 | |
| Maybe we should brainstorm a decision tree process? A lot of what I'm reading throughout this thread and generally strongly agreeing with seems to end in two areas:
One can't go without the other... and each have a high reliance in all avenues on the other. | 17:34:46 | |
| Total example one without a lot of thought behind but might be a good exercise to brainstorm on: | 17:41:39 | |
Download 1000051542.jpg | 17:42:07 | |
| (sorry for lack of proper rotation or artistic capabilities) | 17:42:54 | |
| 23 Feb 2024 | ||
In reply to @delroth:delroth.net (Following a conversation with Jonas Chevalier) The CUDA team might be a candidate to come out with this proposal. I'll also note that there's an entangled issue of the less controversial ROCm/OpenCL[/Vulkan] functionality also not being tested because it requires special hardware. This concerns both cuda-maintainers and rocm-maintainers, possibly the "geospatial" team and some "unowned" subsystems ("HPC", meaning e.g. slurm and mpi, maintained by single individuals). The issues are similar in that they are about nixpkgs keeping around an amount of untested code of unknown "expiry date", and in that this happens because whether to provision (and pay for) this hardware is a decision to be made by somebody. | 13:23:01 | |
| I don't really understand what makes this different from many, many other packages in nixpkgs that require specific hardware to test and use. | 13:26:21 | |
| Do we have similarly complicated package set with specific hardware needs without any simulator? (genuine question) | 13:27:01 | |
| For example, hostapd can be tested in NixOS tests via 80211 hw simulators | 13:27:12 | |
| not sure, but you're raising the bar significantly above the usual maintenance level of a nixpkgs package | 13:27:45 | |
| that's fair | 13:27:54 | |
| a good example would be home-assistant | 13:28:02 | |
| (to be clear, I'm not saying the status quo is optimal, I'm saying that maybe it's a separate issue and not something entangled to whether we distribute CUDA / ROCm / ... stuff) | 13:30:50 | |
| (this is getting maybe a bit too detailed to be on-topic for this channel) | 13:32:43 | |
In reply to @delroth:delroth.netYes, this is an argument that can be made and I think I could try replying to it, but this is unrelated to the "decision making" and could be discussed in the Discourse thread if it happens | 13:33:07 | |
In reply to @delroth:delroth.net(By the way, the irony is not lost to me that this is, literally, a "request for comments". Except without the baggage that comes attached with the Nix* RFC process and the tacit expectation of producing a formal document proposing a design and implementation.) | 15:05:11 | |
In reply to @delroth:delroth.net* (By the way, the irony is not lost on me that this is, literally, a "request for comments". Except without the baggage that comes attached with the Nix* RFC process and the tacit expectation of producing a formal document proposing a design and implementation.) | 15:05:17 | |
| What do you think if the CUDA team wrote a Nix Improvement Proposal (just made up that name), which is like a RFC in terms of structure, but just posted to Discourse? This could be a trial run for something more liteweight than the RFC process. This would be a trial run similar to what happened for the wiki on the foundation repo, but posted more widely | 15:14:03 | |
| Just out of curiosity: who would need which hardware for testing ROCm functionality? And what is the problem with testing OpenCL/Vulkan? Is this just a general lack of the right GPUs for testing? | 15:30:14 | |
| 15:41:35 | ||
| It's best to ask rocm-maintainers (e.g. Madouura, flakeby), but very basic things like "can we actually upload an array to vram?" can be tested with consumer grade hardware (probably anything that's in the llvm's target list) and even these things do ridiculously break. The OpenCL issue isn't actually about hardware, it's just about accessing the driver. I think it's about extra "system-features", although maybe there is some sort of hardware-agnostic all-software driver. At least for vulkan there seems to be one. | 16:35:34 | |