• Cool. They dubbed Prey in Comanche.

    Friday August 5, 2022
  • There will be awesome food in a few moments 😁

    Thursday August 4, 2022
  • 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:

    Thursday August 4, 2022
  • The Eternals was pretty boring and stupid. #mcu

    Saturday July 30, 2022
  • New favorite emoji: 🩩

    Saturday July 30, 2022
  • The sentence “I go and get my magic wand” just sounds so wrong.

    Friday July 29, 2022
  • Practicing wand spins is fun.

    Oh and I can really recommend the Wand Spins-video by Ian Kendall. #magic

    Thursday July 28, 2022
  • Oho. Der Sicherheitsmensch in der U-Bahn wirft alle raus, die keine Maske tragen.

    Tuesday July 26, 2022
  • Endlich mal nen Termin fĂŒr die dritte Auffrischung gemacht. Es wird echt Zeit


    Tuesday July 26, 2022
  • I finished reading yesterday 2XS after reading it back in the day the last time. What a flashback to a time when we didn’t know that the UB was all about insect spirits. #shadowrun

    Friday July 22, 2022
  • Einen sehr schönen Escape Room in einem alten Schiff an der Ostsee durchgerĂ€tselt. Wenn ihr mal in Damp seid, kann ich das nur empfehlen.

    Friday July 22, 2022
  • I bet Spotify Kids is created by someone who doesn’t have kids and they never tested it with kids who don’t have 365 days of the year Internet-access.

    Especially on longer travels Spotify Kids becomes suddenly useless.

    Sunday July 17, 2022
  • Spotify Kids where kids can‘t like shared playlists which means they can’t download the songs. And they can‘t create new playlists or like albums, so they can play audio books/radio plays easily in the correct order. The basic idea of Spotify kids is great, the execution


    Sunday July 17, 2022
  • Btw. there is a Shadowrun humble bundle right now with most of the available books (companion not included) and as core they use the current Seattle Edition core rule book which is apparently way better than the original one.

    Friday July 15, 2022
  • Wow, and they even have a rule that a mundane character can awaken during a campaign for a certain amount of karma. This is awesome. #sr6 #companion

    Friday July 15, 2022
  • Ok, the companion of SR6 seems to improve the game a lot. I love the Transhumanism-rule were mundanes can get “additional” essence for cyberware, thus they can “grow limitless” like technomancers or magic-active characters. This is something other editions needed, too.

    Friday July 15, 2022
  • Lieder wie dieses aktuelle „Ballermann-Lied“ lassen mich den Glauben an die Menschheit verlieren. Ich geh mir mal die Ohren auswaschen. đŸ€ź

    Thursday July 14, 2022
  • Wie lange dauert es wohl bis es eine Webseite fĂŒr die „Zentralstelle fĂŒr antifaschistisches Brauchtums“ gibt? #lnp

    Thursday July 14, 2022
  • Life hack: Touch ID on a Mac is best with the middle finger

    Monday July 11, 2022
  • Wie schwer kann es sein in einem Pull-Down-MenĂŒ eine 2022 hinzuzufĂŒgen? Und warum gibt es da keine Datumslogik, die das dynamisch von alleine macht?

    Saturday July 9, 2022
  • Lately I am doing far more in terms of organizing stuff than actually administrating systems


    Thursday July 7, 2022
  • Ist ein Kater eigentlich ein Fellball und eine Katze eine Fellkugel?

    Tuesday July 5, 2022
  • A thing which is really hard when installing a Linux-distribution: FDE with an mdraid-1.

    I think the Fedora-installer can do it. But most installers are a PITA (and I didn’t see any way to do it with the Debian-installer for example).

    Tuesday July 5, 2022
  • This independent state legislature theory-thing could clash with “the security of a free State”, couldn’t it? Because if democracy isn’t secured is there a free State left?

    Monday July 4, 2022
  • Interesting - soon you can’t send anymore .mobi to your kindle but have to use .epub

    What? đŸ˜Č

    Sunday July 3, 2022