download all u-he linux plugins:
wget -q --show-progress -r -np -nd -l1 -A tar.xz https://uhe-dl.b-cdn.net/releases/ -P dl/ && \
mkdir staging && \
(pv dl/*.tar.xz | tar Jxf - -i -C staging/) && \
find -name install.sh -exec {} --quiet \;
Mastodon Actually Has 407K More Monthly Users Than It Thought https://tech.slashdot.org/story/23/10/09/2135224/mastodon-actually-has-407k-more-monthly-users-than-it-thought?utm_source=rss1.0mainlinkanon
@Conan_Kudo btw, do you know has futex2 implementation of WaitForMultipleObjects also landed to the upstream wine? It has been for long time the main reason for sticking to wne forks for me (such as wine-tkg).