| 4 May 2022 |
woobilicious | Mic92: I want to use the existing configuration checks to specify test requirements but not having to put up with clean rebuilds every time the source has changed. | 07:55:05 |
Andreas Schrägle | I think someone built something generic you could maybe use for that: https://github.com/NixOS/nixpkgs/pull/167670 | 09:49:40 |
| An exploring bot joined the room. | 15:02:42 |
| An exploring bot left the room. | 15:02:44 |
| 8 May 2022 |
woobilicious | Andreas Schrägle: ahh cool, I guess it might need to be adapted for kernel builds. | 01:04:27 |
| 10 May 2022 |
| DwarfMaster joined the room. | 13:21:14 |
| andi- left the room. | 18:57:33 |
| 13 May 2022 |
| ash (it/its) 🏳️⚧️ joined the room. | 18:25:30 |
| 16 May 2022 |
| kn joined the room. | 15:17:52 |
| 18 May 2022 |
| Jhu joined the room. | 06:55:35 |
| 21 May 2022 |
| trofi joined the room. | 21:09:11 |
| 24 May 2022 |
Mic92 (Old) | Interesting bcachefs gets re-written in rust as well? https://github.com/firestack | 06:37:43 |
Mic92 (Old) | Ah. Userspace: https://github.com/koverstreet/bcachefs-tools/tree/master/rust-src | 06:38:18 |
Mic92 (Old) | makese sense | 06:38:23 |
a-kenji | Yeah, tough they do eye it for kernelspace too, but that doesn't make sense yet. | 06:38:45 |
| 25 May 2022 |
woobilicious | Mic92: we want to rewrite it in rust, just waiting on the APIs to stablize. | 03:11:10 |
woobilicious | It has about 80k lines of code so I think the first things to be rewritten will be some of the problem areas where better types would help a lot. | 03:12:04 |
Mic92 (Old) | 80k sounds like a lot of work | 06:15:13 |
Mic92 (Old) | Would this not slow down potential slow down for inclusion in the linux kernel? | 06:15:39 |
Mic92 (Old) | In reply to @mic92:nixos.dev Would this not slow down potential slow down for inclusion in the linux kernel? Ah, you were still talking about bcachefs-userspace. | 06:17:52 |
| kayla.fire joined the room. | 10:54:35 |
woobilicious | Mic92: bcachefs is almost feature complete, were' testing one of the last major on disk format changes and from there it's just getting ready to merge upstream. | 11:00:40 |
K900 | Is anyone working on a Windows driver for it yet? | 11:01:12 |
Mic92 (Old) | woobilicious: wow, that sounds amazing. And also can get up-to-date kernels? I still have a helios NAS here, where I could test this on, where data would be not super critical. | 11:01:42 |
Mic92 (Old) | 4GB RAM should be enough? | 11:02:29 |
woobilicious | K900: no, there's a broken fuse implementation though that shouldn't be too hard to port once it's updated. | 11:02:32 |
Mic92 (Old) | What is the best to follow updates on bcachefs? I want to know when the last on-disk format changes are done. | 11:03:17 |
woobilicious | Mic92: I have a nighly repo for nixos: https://github.com/YellowOnion/nur-bcachefs/ | 11:03:16 |
woobilicious | not really sure, the IRC channel or the git master. | 11:04:09 |
woobilicious | https://evilpiepirate.org/git/bcachefs.git/log/ | 11:04:30 |