Posts
4841
Following
322
Followers
492
Linux kernel hacker and maintainer etc.

OpenPGP: 3AB05486C7752FE1
This is the way I sync all this in a script called `yabridge-refresh`:
````
#!/usr/bin/env bash

yabridgectl list | xargs -I{} yabridgectl rm '{}'
find ~/Documents/Yabridge/ -regex '.*\(VST2\|VST3\)$' -exec yabridgectl add '{}' \;
yabridgectl sync --prune
```
It is nice to do it like this because then well-behaving plugin families do not get hit from the shittier ones :-) And bit more structuring also gives more clean way to test whether a plugin has chances work at all.
1
0
0

Jarkko Sakkinen

Organizing #wine folders for #yabridge #linux #audio #vst #vst3 #clap
1
1
3
tag spam because i'm really in new territory so any grayish riscv/keystone/etc. tips and knowledge is welcome ofc. I'm at day zero with RISC-V so to speak :-)
0
0
0

Jarkko Sakkinen

Looking at https://github.com/keystone-enclave/linux-keystone-driver/tree/master/linux-keystone-driver and how much I need cut it and migrate arch/riscv to make something similar as tpm_ftpm_tee. #linux #kernel #tpm #ftpm #keystone #riscv #arm #trustzone #tee
1
0
1

Jarkko Sakkinen

by trial and error found workaround for #Qt application (read #neovim-qt) launching inside #WSL guest: ln -sf /mnt/wslg/.X11-unix /tmp/.X11-unix

0
0
0

Jarkko Sakkinen

This is how I currently configure inbound #SSH connections to a #WSL guest: https://gist.github.com/jarkkojs/9cd9300b10613cc32348b3e3d5acf1ab #Linux #Windows
1
0
1

Jarkko Sakkinen

Created https://github.com/jarkkojs/linux.nix with a flake collecting OS image recipes for test #kernel's. My main observation of #nixos is that t is great for testing #linux on x86, but with #ARM boards such #raspberrypi it really just gets in the way and is factors slower than using something like #buildroot.
0
0
1
2nd trial: i created this for #raspberrypi 3B with a #TPM connected to the #GPIO header. If this works out, I'll test my v6.2 pull request :-) exciting times... #linux #kernel
0
0
1

Jarkko Sakkinen

ad-hoc kernel testing #nixos style. produces an #sdcard image for x86-64 ready to be booted on bare metal or VM. #linux #buildroot
1
0
2

Jarkko Sakkinen

1 2 3
0
0
0
Show older