Skip to content

Instantly share code, notes, and snippets.

View khlorghaal's full-sized avatar

khlorghaal

  • US
View GitHub Profile
@BasedUser
BasedUser / mISA.txt
Last active January 15, 2023 21:28
The Mindustry Instruction Set Architecture (revision 2)
The Mindustry Logic ISA (mISA, "miss-uh") Manual
Revision 2 (2021/II/12)
This document describes an ISA capable of being translated into mlog interpretable code. This will also be a good target architecture for any compilers, and a decent ISA for message block (blocks containing up to 220 characters) outputs.
As I (router) am unable to describe the hardware's exact requirements to run such code due to lack of experience with hardware engineering, I will define the minimum criteria for interpreting mISA here.
----------------
@mcattarinussi
mcattarinussi / gpg-ssh-setup.md
Last active May 3, 2024 15:49
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.