Skip to content

Instantly share code, notes, and snippets.

View peter-grajcar's full-sized avatar
🐶
Haf haf

Peter Grajcar [ˈpe.ter ˈɡraj.ʦar] peter-grajcar

🐶
Haf haf
View GitHub Profile
@mcattarinussi
mcattarinussi / gpg-ssh-setup.md
Last active March 21, 2026 13:17
A setup guide to use a personal gpg key for ssh authentication

GPG - SSH setup

Generating the master key

Here we create the master key. We want only Certify capability: we use the master key only to create the subkeys, Sign - Encrypt - Authenticate capabilities will be assigned to the subkeys.

Run the following command to start the master key generation process. Select the set your own capabilities creation process (type 8)

  ▶ gpg --full-generate-key --expert

gpg (GnuPG) 2.2.9; Copyright (C) 2018 Free Software Foundation, Inc.

@Stella-S-Yan
Stella-S-Yan / jax_rq_vae.ipynb
Last active March 30, 2026 21:20
JAX Implementation of Residual-Quantized Variational Autoencoder (RQ-VAE)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.