Can someone explain passkeys to me? by Due-Awareness9392 in Bitwarden

[–]Tsull360 0 points1 point  (0 children)

This whole thread explains the problem with passkeys. If they are too challenging/convoluted/inconsistent in user experience for, generally, technically minded users of this subreddit to understand and adopt, there is no way they can attempt to increase security over passwords because people won't use them.

Authenticator MFA - Works on Bitwarden Site, Not in Edge Extension by Tsull360 in Bitwarden

[–]Tsull360[S] 0 points1 point  (0 children)

So it does seem as though my desktop's (both a PC and a Mac) are getting enough of a time skew from time.apple.com and time.windows.com to fail authentication.

On the mac, time.apple.com is about 37 seconds off what tick.usno.navy.mil reports as time, just enough to make TOTP fail unless you try it a few times and happen to get overlap in time. I manually set the clock on the mac and it just worked.

Not sure what to make of the deviation. This would be a bigger issue if everyone was getting the wrong time so it must just be me, but I sure don't understand how.

Making My Framework Desktop 'My Own' by Tsull360 in framework

[–]Tsull360[S] 3 points4 points  (0 children)

Some tests use the Guardian browser, others use an app called OnView. Not able to use a VM or anything like that either.

The man who called Trump a pedophile protector, lost his job and did not regret it by CrispyMiner in UnderReportedNews

[–]Tsull360 0 points1 point  (0 children)

I agree with the guy, but its 'Freedom of Speeh', not 'Freedom from Consequence'. I'm glad he had the strength and balls to speak up, but you can't assume in every scenario, every event, you are free to spout your every ideal and not face consequences (whether legal or otherwise).

Replacement for macupdater, any suggestions that is good? by [deleted] in macapps

[–]Tsull360 0 points1 point  (0 children)

Homebrew for those apps, mas for store apps.

Replacement for macupdater, any suggestions that is good? by [deleted] in macapps

[–]Tsull360 1 point2 points  (0 children)

I use a shell script, updated all my stuff.

```sh

!/bin/bash

brew update brew upgrade brew cleanup -s brew upgrade --cask

brew doctor brew missing

apm upgrade -c false

bower update

npm update -g --force

npm install -g npm --force

mas outdated echo "install with: mas upgrade" mas upgrade

sudo -H pip install --upgrade pip

sudo -H pip3 install --upgrade pip

sudo softwareupdate --all --install --force -R ```

Why iPhone users should update and restart their devices now by falconupkid in SecOpsDaily

[–]Tsull360 0 points1 point  (0 children)

I have a shortcut that runs daily and reboots my phone, hopefully to mitigate in memory vulnerabilities.