| 27 Mar 2023 |
connor (he/him) | Ugh, haven't had as much time as I'd like to work on CUDA stuff. I've been trying to make a copy of the sample galleries dpreview has before Amazon yeets them into the abyss. | 04:29:24 |
| 29 Mar 2023 |
SomeoneSerge (matrix works sometimes) | I have to be mostly absent myself too | 17:37:51 |
SomeoneSerge (matrix works sometimes) | What's the "sample galleries dpreview"? | 17:38:12 |
SomeoneSerge (matrix works sometimes) | Mood: start adding gpu tests to passthru in nixpkgs, marked with some requriedSystemFeatures that nobody else would have, like requiredSystemFeatures = [ "cuda" ]. And then run builders labeled system-features = cuda ... and endowed with extra-sandbox-paths = /run/opengl-driver/lib /dev .... | 18:51:54 |
SomeoneSerge (matrix works sometimes) | We've got to start rolling these out at some point, and I'm rather convinced that the only sustainable way to maintain this stuff is intree | 18:53:17 |
mjlbach | Does that not run into the license issue? | 18:56:29 |
SomeoneSerge (matrix works sometimes) | hwy would it | 18:56:41 |
mjlbach | Or is that fixed by the new driver situation? | 18:56:40 |
mjlbach | Oh I remember in-tree builds were blocked by lack of clarity around redistributing cuda circa ~2 years ago | 18:57:03 |
SomeoneSerge (matrix works sometimes) | Yes, and hydra still does not build cuda packages | 18:57:25 |
SomeoneSerge (matrix works sometimes) | Which is why we have https://app.cachix.org/cache/cuda-maintainers | 18:57:35 |
mjlbach | Oh so you just don't run the test on hydra | 18:58:16 |
SomeoneSerge (matrix works sometimes) | Yup, we'll just run them by ourselves for now | 18:58:33 |
SomeoneSerge (matrix works sometimes) | And if/when the redistribution situation and such finally becomes clearer, we can try and raise the hydra subject again | 18:59:10 |
SomeoneSerge (matrix works sometimes) | * And if/when the redistribution situation and such finally becomes clearer, we can try and raise the hydra subject again | 19:00:36 |
connor (he/him) | DPReview: https://www.dpreview.com/ sample galleries (includes JPG and RAW images spanning hundreds of lenses and cameras and decades): https://www.dpreview.com/sample-galleries | 21:59:09 |
SomeoneSerge (matrix works sometimes) | Awww | 22:00:16 |
SomeoneSerge (matrix works sometimes) | And how much storage is that? | 22:01:37 |
| 30 Mar 2023 |
SomeoneSerge (matrix works sometimes) |  Download Screenshot_20230330-044625.jpg | 01:47:17 |
SomeoneSerge (matrix works sometimes) | I'm sorry, I've just got to complain again. Nixpkgs-review stalled by VoiceOfFaust?.. I'm not even going to check, I'm 100% certain it consumes gstreamer and is rebuilding because of opencv
Oh teach me the magic of grafts | 01:50:12 |
| j8c changed their display name from jv to j8c. | 02:21:27 |
connor (he/him) | Somewhere in the range of 1-2TB so doable thankfully | 05:03:32 |
SomeoneSerge (matrix works sometimes) | In reply to @FRidh:matrix.org Yes, I think this was based on https://github.com/NixOS/rfcs/pull/3 I found https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/replace-dependency.nix but 1) I'm not sure if it would help to avoid rebuilds of transitive dependencies, 2) it doesn't work in pure mode? o_0
❯ nix eval .#chromium.outPath
error: 'builtins.storePath' is not allowed in pure evaluation mode
at /nix/store/hzvq8ss6vibgl5p0balj8vqrp57fligv-source/pkgs/build-support/replace-dependency.nix:49:18:
48|
49| oldStorepath = builtins.storePath (discard (toString oldDependency));
| ^
50|
(use '--show-trace' to show detailed location information)
| 09:43:25 |
SomeoneSerge (matrix works sometimes) | I dumped my pathetic attempt of a patch here: https://github.com/SomeoneSerge/nixpkgs/pull/1/files | 09:44:06 |
SomeoneSerge (matrix works sometimes) | Kevin Mittman: do you know if libnvcuvid.so is in any way hardware-dependend/should actually come with the driver? Asking because currently the only derivation in nixpkgs that ships it is linuxPackages.nvidia_x11, as far as I can see | 15:09:23 |
hexa | https://matrix.to/#/!ZRgXNaHrdpGqwUnGnj:nixos.org/$m_26XmVNH3x_nFrKOVfml142TVegMcI0k2UZXD6v-J8?via=nixos.org&via=matrix.org&via=nixos.dev | 23:08:07 |
hexa | does anyone here care about tensorflow 2.12.0 and it's 19 CVEs? | 23:08:22 |
SomeoneSerge (matrix works sometimes) | In reply to @hexa:lossy.network https://matrix.to/#/!ZRgXNaHrdpGqwUnGnj:nixos.org/$m_26XmVNH3x_nFrKOVfml142TVegMcI0k2UZXD6v-J8?via=nixos.org&via=matrix.org&via=nixos.dev Jeez | 23:09:20 |
hexa | every tensorflow release ever? 😄 | 23:10:06 |
SomeoneSerge (matrix works sometimes) | In reply to @hexa:lossy.network every tensorflow release ever? 😄 afaiu what's need is "just" to update tf? | 23:24:04 |