- ubuntu touch UI framework / suru: qt 5 based, so slightly outdated underpinnings, but still actively maintained https://docs.ubports.com/en/latest/humanguide/index.html
- flutter: developed by google as a cross platform framework, tied to the dart programming language. https://flutter.dev/
- Canonical has created custom widgets for flutter, if you don’t like material design: https://pub.dev/packages?q=ubuntu
- uno.platform: C# framework for cross platform apps. https://platform.uno/
- 1 Post
- 6 Comments
Vittelius@feddit.orgto
Technology@lemmy.world•Passkeys Explained: The End of PasswordsEnglish
21·6 days agoYou could also use dedicated hardware to store your keys. Any FIDO USB key will do. I have a Yubikey that cost me less than 30 bucks.
It’s really handy, because I frequently use someone else’s device for work. All I have to do is plug it in, press the button on the key and enter the master password for the passkey storage. It’s like having a password manager on a USB stick.
Vittelius@feddit.orgto
Technology@lemmy.world•Passkeys Explained: The End of PasswordsEnglish
2·6 days agoAnd they can be hardware based as well. I have a cheap Yubikey USB dongle, which works as a passkey vault as well. Completely OS independent.
Vittelius@feddit.orgto
Linux@lemmy.ml•Finally, after some time I made the switch to #Linux !
11·19 days agoBecause its not. OP made a post on Mastodon and crossposted it to Lemmy by @ing the community. I’m not sure this wasn’t by accident
Vittelius@feddit.orgto
Linux@lemmy.ml•[SOLVED] how come yt-dlp on a terminal returns bash: yt-dlp: command not found even though I installed it with wget? debian 13English
1·3 months agoI found pipx the easiest way to install and manage a current ytdlp installation
sudo apt install pipx pipx ensurepath pipx install yt-dlpYes I know, it’s an additional package manager, but it actually is a package manager and will therefore ensure the setup is correct

Compose multiplatform https://www.jetbrains.com/compose-multiplatform/