• 35 Posts
  • 213 Comments
Joined 2 years ago
cake
Cake day: July 15th, 2024

help-circle



  • i thought its overkill too, but i tried it out and it works surprisingly well. I use the Automation script like this, alao using Via because for some reasons Firefox/Brave keep playing audio even when you minimize. Everything from Unshort to Toast are the defaults, I only added the last 2:

    “Unshort bit.ly”: { “regex”: “https?:\/\/bit\.ly\/.", “action”: “unshort”, “enabled”: false }, “Send everything to webhook”: { “regex”: ".”, “action”: “webhook”, “enabled”: false }, “Toast example”: { “regex”: “TrianguloY”, “action”: “toast”, “args”: { “text”: “👋🙂” } }, “YouTube to Secondary Browser”: { “regex”: ".*(youtube\.comyoutu\.be).*", “action”: “open”, “args”: { “package”: “mark.via.gp, “enabled”: true, “stop”: true }, “Everything else to Vanadium”: { “regex”: “.*”, “action”: “open”, “args”: { “package”: “app.vanadium.browser” }, “enabled”: true, “stop”: true } }

    It works. If I tap a Youtube link, Via / Brave / Firefox opens. Otherwise, it is Vanadium.






  • Instead of completely moving to 1 service, I would try to compartmentalize the digital life better. For me I tried:

    • all banks and very sensitive stuff => Proton Mail

    • every other emails => Gmail.

    • Password Manager: yes Proton Pass is nice but i like things to work offline and access whenever i can => KeePass. I secure my database with a password and a keyfile. I transfer and uodate my database with Syncthing.

    • 2 FA stuff: i had Authy but it is a piece of shit app now. So I am moving to Keepass. Yes, you can add TOTP to anything in Keepass. The only thing i still need Authy for is Steam.

















  • I’m a noob when it comes to deep linux stuff.

    So how does this affect end users and are we at risk of leaking personal info? It looks to me they are adding a birthDate field along with other meta data. Will these metadata be sent to whatever local authorities or whatever data hoarder on the web (like Google) without user consent?

    I meant what stops me from listing false info like: Name: Biggus Dickus DOB: 06/09/1969 Nationality: Spartan …etc. ?

    I usually use systemd for stuff like hibernate/suspend, e.g.

    systemd suspend

    and if on i3wm, I edit configs for sleep and lid close in /etc/systemd/sleep.conf

    Are these affected too?.