I really like Pop!_OS, AFAIK it doesn't have any telemetry. It's basically a Ubuntu fork but without the stupid Ubuntu stuff, and they're currently even working on their own Desktop Environment.
I also use Posteo, one thing to note though is that Posteo doesn't (and probably won't any time soon) support custom domains. If that doesn't bother you, it's a great choice.
The other alternative I found during my research, which doesn't have that limitation, is mailbox.org.
You can absolutely re-encode h265 video, but you can't do it losslessly. In the end, it's always a balance between quality and filesize.
I decided for myself, that 1080p30 crf28 h265 is good enough for home video, which lead to a 50% to 80% storage space reduction on videos from my phone.
If you don't obsess over quality, I would highly recommend just messing around with ffmpeg a little bit and decide how much quality you're willing to lose in order to save disk space. When you're happy with your settings, you can either use ffmpeg itself or some fancy batch program like Tdarr to transcode all (or parts of) your video library.
My goto command is:
for file in *.mp4; do ffmpeg -i "$file" -movflags use_metadata_tags -map_metadata 0 -vcodec libx265 -crf 28 -vf scale=1920:-1 -r 30 "${file%.*}_transcoded.mp4"; done
Lügennudel ._.
Ist tatsächlich keinen Monat her.
Magic Earth (while not FOSS, it's privacy oriented though) can do this.
There's also Transportr, but AFAIK it's been unmaintained for quite a while now, so it may not work / stop working soon.
My personal gripe with mobile Firefox is searching by using the address bar.
I have had countless times where I put in my search prompt, followed by pressing the little X all the way on the right and thus clearing the address bar. My brain just really expects an enter button to be there.
I think my current record is entering a search term and then clearing it literally directly 3 times in a row, getting more and more confused each time.
Adding to what others here have already said, I'd definitely download Signal and see if you can get any people to move from WhatsApp/Telegram/whatever to Signal.
I don't know much about iOS apps, but you could look into more privacy focused YouTube clients, and possibly 2FA clients too (although that's a bit of a controversial topic on iOS AFAIK).
I saw you mention in another comment that you use Amazon Alexa for smart home appliances. Depending on interest in selfhosting / time / motivation to move away from Amazon, you could look into using Home Assistant instead. It even has a Lemmy community: [email protected].
Yep my mistake, I confused ShadowSocks with Cloak.
No clue how that guy is zooming with one finger, but zooming while recording a video on my Pixel 6 works just fine when pinching with 2 fingers.
I've never used a Pro Pixel (so can't comment on telephoto), but I never noticed it if there is one. From just clicking around between ultrawide and 1x on my Pixel 6, it seems fine and if I had to guess I'd say it roughly takes 0.5s to switch.
Nen Kumpel und ich haben mal direkt am Anfang um Australien gekämpft, wir sind beide mit 2 Truppen pro Person da raus gegangen...
I was pretty neutral towards Ubuntu, up until an automatic system update removed my deb Firefox and replaced it with the snap version, even though I specifically set the apt repo to a higher priority.
The entire reason I left Windows is because I don't want (for example) Edge shoved down my throat after every update, and yet Ubuntu has gone and done the exact same thing with snaps.
After literal hours of fighting, the only solution I found was to fully disable automatic updates. With Pop OS I have all the benefits of Ubuntu, but I also get a company (System76) that does cool stuff and doesn't try shoving snaps down my throat.