3.2.0 will be the first 3.x stable version. The 3.x milestone is for later releases.
fettuccinecode
It's MTR, Matt's Traceroute (or lately My Traceroute). Find the mtr command in your operating system distribution.
I wish libui-ng or even a direct minimalist native controls appeared, but most of them just recreate them and usually having accessibility issues, high DPI, etc. Slint default font looks different on Windows, so the Fluent style does not seem to use the native ones. It looks promising anyways.
Just compare it to the one from link preview.
After a quick search engine visit looking for "pwm pc speaker linux", the couple first results seem promising (I didn't test them, however):
https://github.com/xdsopl/pcspkr
https://unix.stackexchange.com/questions/353558/playing-arbitrary-pcm-sound-throught-the-pc-speaker
Actually, resulting volume amplitude from pc speaker can be tweaked by using pulse-width modulation (PWM) techniques. It does not work that well with cheap moving-iron pc speaker but still possible to play PCM waveforms with this trick. Some DOS software like games such Pinball Fantasies or MOD players like Inertia Player supported this.
Most classic 1-bit pc speaker info just has codified frequency and time on and off programmatically, so it is suggested to find non-pcm and unlikely varying, non-standardized ways to store this information. 1-bit does not have some specific shape, unless you imagine a square waveform but actually on an analog signal it is far for being real square due to vibration, so you get the Gibbs phenomenon represented by Fourier series primitives (all sounds are just a combination of sine wave harmonics). But you don't throw those primitives to the digital controller, it is just the natural analog resulting effect of sound from digital information.
Offline translation feature visible in Firefox 108 and later is AI powered. And works good enough for now.
It is currently maintained by paid developers again since Igalia stepped up.
Well, law enforcement helps to force them not being that evil, but dark patterns persist if legal. Bad by default, time wasting to set up. If you find some liable dark pattern activity, it helps more than a user point of view. Some Google cases: https://www.deceptive.design/cases?*=google Also take a look to the Hall of shame section: https://www.deceptive.design/hall-of-shame?brand=Google
Just promote DANE. You could even use self-signed certificates considered as trusted because they are set in a DNSSEC-signed TLSA Resource Record for a host, protocol and port. Unfortunately, end-user software adoption is not the best currently.