Florian Zier
Florian Zier
In order to be able to use arbitrary input sizes, stack-allocated arrays at comptime with fixed sizes are no longer an option.
@davidsierradz > > Did not try nightly because Wezterm does not have a Nix flake > > Try `nix run 'github:wez/wezterm/main?dir=nix'` Loading the Flake without setting a specific frontend and...
Oh, very interesting. As [mentioned by davidsierradz](https://github.com/wez/wezterm/issues/5990#issuecomment-2297743381) it works if you include WezTerm as a flake but let it use the system's nixpks. Then you no longer need this configuration...
The problem with this approach is that if you change your cursor you have to remember to read the selected theme again. ```SH xprop -root | grep RESOURCE_MANAGER | perl...
Also setting option `target` to `x86_64-native` can counteract this sometimes. --- ```Rust compile 'zig' 'zig build-exe -O ReleaseFast -target x86_64-native -femit-bin=zig/code zig/code.zig' ```  --- ```Rust compile 'zig' 'zig build-exe...
> that test mostly measures startup time anyways, so it's not that surprising It was the Zig benchmark for Levenshtein. Shouldn't take much longer than C/Cpp/Rust (or any other language...
Looking forward to this, _Poetry_ is also currently the best tool for packaging Python into Nix packages. In my attempts I also came across a couple of things and I...
Will this change be implemented? This pull request actually seemed to be finished already. According to the checks, there is only something left in the linter (the logs have already...
Technically, _whisper.cpp_ supports _ROCm_. I recently changed my hardware, but before that I was able to use it directly (without a wrapper like _LocalAI_) with an `RX 6900XT` on _NixOS_....
Can only find a `GGML_HIPBLAS` in a [StableDiffusion-Context](https://github.com/mudler/LocalAI/blob/80f15851c5540d10ef17b76c934ca0d8c1338faa/backend/go/stablediffusion-ggml/Makefile#L43-L44) and `LLAMA_HIPBLAS` seems to be gone. At first I thought there might be automatic detection now. Based on the information in [PR...