Kateřina Medvědová

Results 62 comments of Kateřina Medvědová

Thanks! Take your time.

Oops... Didn't mean to close this.

Oh nevermind! I actually found a release on [archive.org's wayback machine](https://web.archive.org/web/20141008204837/https://f-droid.org/repository/browse/?fdid=it.sineo.android.noFrillsCPUClassic) so if you don't have the time (or just don't feel like it) you don't have to do this...

I did not know, that Hashtopolis already checks if the file sizes match. This means, that most of the cases where the file would get damaged (interrupted download, etc.) are...

Very nice explanation, thanks. I understand ALSA's exclusive access limitation (thus the reason for PA's existence). Just out of curiosity, is PipeWire's PA emulation similar to Pulse's ALSA? What I...

Wow, this turned into a QnA session... You don't really have to answer if you don't want to. TLDR: For `snapclient` running on a PipeWire system, it's best to use...

Seems like PipeWire's devs actually recommend sticking with ALSA/PulseAudio libraries for now. https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/FAQ#what-audio-api-do-you-recommend-to-use

Honeslty having a server with a web UI that hands out tasks to other nodes and merges them to one file in the end sounds like a dream come true...

I didn't have these issues on AArch64 because both pocl and gcc say `aarch64-unknown-linux-gnu`. At least that's what I think...

After doing that I saw `llvm-config's LLVM_HOST_TARGET is: armv7l-unknown-linux-gnueabihf` during the build. Later in the CMake process it decided on `HOST_CLANG_FLAGS: --target=armv7-unknown-linux-gnueabihf -mfloat-abi=hard` and `HOST_LLC_FLAGS: -relocation-model=pic -mtriple=armv7-unknown-linux-gnueabihf -float-abi=hard`. The resulting...