• 0 Posts
  • 108 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle
  • Couldn’t remember the passcode of my phone a few years ago and I had been using this passcode for quite a while. I guess I only really remembered it through muscle memory and that somehow went away.

    I didn’t recover the muscle memory for the whole day so I decided to reset my phone and restore from backup, setting a new passcode. The next day I tried to unlock my phone and out of habit typed in my old passcode (that obviously no longer unlocked my phone), had a big AHA moment and that was that.

    Relying on muscle memory is not a great idea, mine left me for a good 24 hours before suddenly coming back.

    I have a few passcodes/passphrases like this but nowadays I store them in a password manager as well, just in case my muscle memory lets me down again.













  • I think I have a simple function in my .zshrc file that updates flatpaks and runs dnf or zypper depending on what the system uses. This file is synced between machines as part of my dotfiles sync so I don’t have to install anything separate. The interface of most package managers is stable, so I didn’t have to touch the function.

    This way I don’t have to deal with a package that’s on a different version in different software repositories (depending on distribution) or manually install and update it.

    But that’s just me, I tend to keep it as simple as possible for maximum portability. I also avoid having too many abstraction layers.