Martin Saraceno
Martin Saraceno
I'm using syncthing from fdroid. When trying to add another device via QR code, the app asks if barcode reader should be installed (it even specifically asks for/suggests zxing) even...
seconded, but for being able to use sidetone
You can control side-tone through alsamixer. This was the main feature for me, so I'm currently happy with this approach.
seconded
BTW, a minimal example would be ```c++ #include int main(){return 0;} ``` which can be compiled using - `g++ -c test.cpp -o test.o -I/usr/include` (works) - `hipcc -c test.cpp -o...