• 14 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle












  • You are 100% right: netflix not being open is less than ideal, both from a freedom standpoint and for the privacy implications of it.

    However, my 70+yo relative does not care about FOSS or even about their own privacy for that matter… since I, however, do care about their privacy, I’d like to pragmatically find something that may be better than a chromecast privacy-wise, while not being so much worse (or radically different) from it that they’ll ask me to “put the old thingy back - I can’t use this nerdy shit” :)









  • I wasn’t recommending OP to switch to an 80-character passphrase (see the very first sentence in my comment)… I was just showing that passphrases are about length and not about (real or perceived) randomness how difficult they are to memorize or type.

    Also, if I may, one shouldn’t throw terms like “unbreakable” around: security is a game where you trade usability for resilience to attacks and what how much security is enough security depends on your specific circumstances and risk profile… absolute terms like “unbreakable” picture security as something different than the compromise it is and should be left to marketing people.

    edit: (see correction above)





  • Not sure what the issue is, but I hope this helps:

    • Stuff added to home.sessionPath ends up in $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh, which (in my system, at least) is referenced from ~/.profile.
    • ~/.profile is only executed by login shells (ie. you have to logout and back in for it to be re-evaluated, or of course you can just source it)
    • bash ignores ~/.profile if there is a ~/.bash_profile or ~/.bash_login (IIRC)

  • “You Know How To Scare Me Shitless” is 33 characters and a decent passphrase on its own.

    Base64 brings the length to 44 characters, but you might be better off by just using a longer passwphrase (eg. “You know how to scare me shitless and you do it every day, dear student of mine!” is 80 characters long, not much more difficult to remember that the 33-char one and way easier to type than the 44-char base64 one).

    All in all, IMHO base64 is not the best idea.