[-] [email protected] 2 points 2 days ago

I don't know. I'm typing this in a razr 40 ultra with a shattered outer screen. on one hand, it sucks that it's shattered. on the other hand, I'm happy it has a second screen as a point of redundancy?

[-] [email protected] 4 points 2 weeks ago* (last edited 2 weeks ago)

I use these two vim plugins for the same functionality without leaving $EDITOR:

I've also started dabbling with using fzf in scripts for the team to use. Don't sleep on the --query and --select-1 flags!

[-] [email protected] 5 points 2 weeks ago* (last edited 2 weeks ago)

is that more or less cursed than cat image.img > /dev/whatever?

[-] [email protected] 8 points 2 weeks ago

dd if=image.img of=/dev/disk/flashdrive is usually all you need

[-] [email protected] 1 points 2 weeks ago

I personally disabled the feature on my phone when it popped up as available. I don't have much of an interest in contributing to a weird surveillance network.

[-] [email protected] 6 points 2 weeks ago

Definitely not what you're talking about, but still: https://www.destroyallsoftware.com/talks/a-whole-new-world

[-] [email protected] 6 points 3 weeks ago

The two factors at an ATM are possession of your bank card + knowledge of your pin. (it also takes your photo, for good measure)

GitHub will happily accept a smart card or whatever, if an extra plastic rectangle jives with you more than an OTP generator.

[-] [email protected] 7 points 3 weeks ago* (last edited 3 weeks ago)

Your two factors shift to possession of your password vault + knowledge of the password to it. You're okay IMO.

You also still get the anti-replay benefits of the OTPs, though that might be a bit moot with TLS everywhere.

[-] [email protected] 7 points 3 weeks ago

Not a security scientist, but in my interpretation, it's the "categories" of the factors that matter. Ideally, you use some two of three of:

  • something (only) you know - generally represented by passwords
  • something (only) you have - most commonly represented by some device. you prove that you have the device by providing a token only that device can generate.
  • something (only) you are - generally represented by biometrics

the goal then is maintaining the "only"s.

if you tell someone your password, or they see you type it in, or they beat it out of you with a wrench, it's no longer something "only" you know, and it is compromised.

if you use the same password on two websites, and one website is compromised, the password is compromised.

OTPs from a key fob or yubikey or something are similarly compromised if the device that provides them is left out in public/lost/stolen/beaten out of you with a wrench.

biometrics are again, are compromised if it's not "only" you with access to them - someone scans you face while you're asleep, or smashes your finger off with their wrench.

having multiple factors in the same category, like having two passwords, or two otp tokens, or two finger prints, doesn't significantly improve security. if you give up one thing you remember, it's likely you'll give up more. if one fob from your keychain is stolen, the second fob on that keychain is of no additional help.

you can start shifting what categories these things represent though.

if you write down your password in a notebook or a spreadsheet, they become thing you have.

OTPs can become something you know if you remember the secret used to generate them.

knowing many different things is hard, so you can put them in a password vault. the password vault is then something you have, which can be protected by something you know. so although your OTPs and passwords are in one place, you still require two factors to get access to them.

you still need to protect your "only"s though. and don't put yourself in situations where people with wrenches want your secrets.

[-] [email protected] 4 points 3 weeks ago

I use passwordstore.org/ as my password manager, including for my otp codes. It's backed by a git repo. I get a backup of it on every device it is cloned to.

[-] [email protected] 21 points 1 month ago

Be careful, if you get a .pizza, you are only legally allowed to spend the donations on pizza.

[-] [email protected] 13 points 1 month ago

Further, in terms of safety, having a large display built into your dash showing you navigation is much better than a small device you jerryrig onto a vent or something. It's easier to see via your peripheral vision, and won't put you in a situation where you need to go find it off of the floor when it falls off.

view more: next ›

vvv

joined 1 year ago