And the supposed nerfing of magic is probably a good thing. In the last editions one of the major criticisms was that magical characters are so much more powerful than the rest - especially in the long run. With the Transhumanism-rule from the Companion it gets even more leveled.
After listening to some podcasts #Shadowrun 6 doesn’t seem so bad anymore. I even can get behind the idea of the way armor works. Now you can have the cool looking characters without compromising your soak so much. Suddenly Shadowrunners do not all need to be the operative-type.
Da versucht man jemanden UX-Feedback zu seiner Webseite zu seiner Veranstaltung zu geben und derjenige will scheinbar dazu nichts hören…
Woohoo, Fantastical and my Nextcloud-instances work together again. I had too many AuthTokens for some reason.
After my first week of alternate day fasting (1 day normal eating, 1 day max 500kcal), I have to say that I find it more tolerable for me than 16:8 intermittent fasting. Let’s see if I can keep up with it and if my weight goes down (probably not as fast as with calorie counting)
Cool. They dubbed Prey in Comanche.
There will be awesome food in a few moments 😁
Use ssh in combination with your Apple Keychain
TIL: you can add the passwords of your ssh-keys to your Apple Keychain. And you can load all your keys into the ssh-agent that have saved passwords in the Keychain. With a small function (I use fish), you can load them on opening the first time your shell. But that part should be easily adaptable to any shell.
You need to use the ssh Apple provides. which ssh should result in /usr/bin/ssh
Do this once for all your ssh-keys:
ssh-add --apple-use-keychain $path/to/your/ssh-key
and then you do in the future once
ssh-add --apple-load-keychain
and all your ssh-keys will be loaded without having you entering your password.
I created then a small function in ~/.config/fish/functions - ssh_add_keys.fish:
function ssh_add_keys
ssh-add -l > /dev/null || ssh-add -q --apple-load-keychain
end
After loading your ssh-agent (there are several fish-plugins like this one: fish-ssh-agent), you add ssh_add_keys.
This looks in my config.fish like this:
(...)
fish_ssh_agent
ssh_add_keys
(...)
When you open your terminal, your keys will be automagically added from the Apple Keychain; and this only when there no keys added to the ssh-agent yet.
Sources:
The Eternals was pretty boring and stupid. #mcu
New favorite emoji: 🦦