Defedding .ml has been one of the most benefitial decisions we have ever made. There's so much less toxicity!
Haven't thought about it this way, thank you!
As per the "hills to die on" thread - fewer. It's fewer pixels.
35-years after a seminal protest for freedom from the Soviets, an organizer accuses the West — particularly Germany — of “suicidal naivety.”
Baltic states are getting more and more attention in global press; Europe seems to be waking up - finally - to all the warnings that had been sent over the last few decades.
and added, “You raised your kid to be a puffy beta male. Congrats.”
I thought these were just characters in hollywood production. What the fuck.
Awww ❤️
Love this. Can we borrow it for another instance?
Have you guys seen her CV? The achievement/age ratio is stunning. All the best to her!
- Go to your profile settings
- Tick
enable 2FA
- Click
Save
- Copy link of the
2FA installation link
button - Extract the secret from the link
- It is a random set of characters following the
secret=
bit - In the Linux world, this dirty pipe will extract it:
echo "pastedlink" | cut -d'=' -f2 | cut -d '&' -f1
- It is a random set of characters following the
- Set TOTP to custom
- Set algorithm to
SHA256
- Try logging in in a
Private Window/Session/etc
of your browser.
PipeWire 0.3.72 (2023-06-26) This is a bugfix release that is API and ABI compatible with previous 0.3.x releases. ...
cross-posted from: https://lemmy.ml/post/1533546
> Highlights > > - Fix a critical bug that would refuse to update the samplerate or buffersize in JACK clients. > - A new module-netjack2-driver and module-netjack2-manager were added that are compatible with NETJACK2. This allows PipeWire to become a NETJACK2 manager or a driver between JACK2 or PipeWire servers. > - Support was added for firewire devices with FFADO. This is untested for now and MIDI is not implemented yet. > - The node scheduling was optimized some more. - External drivers are now as efficient as in-server ones. This should improve performance of various drivers such as bluetooth and JACK based drivers. > - Many, many bug fixes and a ton of improvements.