12 May 2023 |
| Federico Damián Schonborn changed their profile picture. | 00:58:35 |
| Federico Damián Schonborn changed their profile picture. | 19:34:05 |
| Federico Damián Schonborn changed their display name from Federico Schonborn to Federico Damián Schonborn. | 19:34:51 |
20 May 2023 |
raitobezarius | cursed idea but | 17:39:45 |
raitobezarius | I think I will implement some support for https://manpages.ubuntu.com/manpages/trusty/man1/wirefilter.1.html | 17:39:50 |
raitobezarius | in our test framework | 17:39:52 |
raitobezarius | for https://github.com/Libera-Chat/sable integration testing :DDDDDDDdd | 17:40:04 |
22 May 2023 |
jonge | you mean to run the integration test driver outside the sandbox and have vms connect to the outside world from their test networks? | 04:09:03 |
jonge | i know another project that is going to need that. it's possible that we will need some kind of pluggable features for the VLan class | 04:09:43 |
raitobezarius | jonge: No I meant having access to the wire packet filter for our VDE switch | 07:50:56 |
raitobezarius | so we can modify the MTU between 2 ports of the virtual switch | 07:51:04 |
raitobezarius | or do arbitrary fancy stuff | 07:51:09 |
jonge | oh, i see | 07:51:17 |
raitobezarius | network_switch.change_mtu(200) , etc. | 07:51:21 |
jonge | makes sense | 07:51:29 |
raitobezarius | I am interested into chaos engineering but still in the sandbox | 07:51:53 |
jonge | hehe that's where it belongs | 07:52:07 |
raitobezarius | :) | 08:00:55 |
25 May 2023 |
| raitobezarius changed their display name from raitobezarius to disko in NixOS 23.11 when. | 13:32:14 |
| raitobezarius changed their display name from disko in NixOS 23.11 when to raitobezarius. | 13:37:22 |
raitobezarius | If anyone has an opinion here: https://github.com/NixOS/nixpkgs/pull/227881#issuecomment-1563108699 | 16:12:33 |
raitobezarius | I'd be interested | 16:12:35 |
27 May 2023 |
| NixOS Moderation Botchanged room power levels. | 16:40:38 |
28 May 2023 |
jonge | raitobezarius: the latest PR with the EFI variables doesn't type check, i merged it too early. problem is the constructor of EfiVariable which feeds the attributes that are of type bytes into the IntEnum type, which doesn't work. | 11:05:04 |
jonge | i would quickly fix that, but i lack domain knowledge of this piece: the attributes bytes, how many bytes is it, and is it the host endianness, or always BE/LE? | 11:05:41 |
jonge | i reverted the PR so this is not time critical any longer. | 11:08:28 |
raitobezarius | will look into this | 13:09:18 |
jonge | awesome, thank you. this might also be a good moment to start writing more unit tests for the driver. i would assist you with that if you provide me good test cases so i can take over the annoying part | 15:54:06 |
raitobezarius | I definitely think we should revive https://github.com/NixOS/nixpkgs/pull/157161 | 15:54:42 |
raitobezarius | FWIW I have this project board: https://github.com/orgs/NixOS/projects/34/ | 15:54:51 |