Skip to content
View phortuin's full-sized avatar

Organizations

@voorhoede

Block or report phortuin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. mobloom mobloom Public

    Lua

  2. twimg twimg Public archive

    Browse twitter home timeline by media only

    JavaScript 3 2

  3. menubar-timer menubar-timer Public

    Small timer app that lives in menubar

    Python 1

  4. writer-slideshow-template writer-slideshow-template Public

    iA Writer template that turns Markdown document into a simple slideshow

    CSS 1 1

  5. Set up postgres + database on MacOS ... Set up postgres + database on MacOS (M1)
    1
    Based on [this blogpost](https://www.codementor.io/@engineerapart/getting-started-with-postgresql-on-mac-osx-are8jcopb).
    2
    
                  
    3
    Install with Homebrew:
    4
    
                  
    5
    ```bash
  6. Set up a GPG key for signing Git com... Set up a GPG key for signing Git commits on MacOS (M1)
    1
    Based on [this blogpost](https://withblue.ink/2020/05/17/how-and-why-to-sign-git-commits.html).
    2
    
                  
    3
    To [sign Git commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key), you need a gpg key. GPG stands for GNU Privacy Guard and is the de facto implementation of the [OpenPGP message format](https://www.ietf.org/rfc/rfc4880.txt). PGP stands for ‘Pretty Good Privacy’ and is a standard to sign and encrypt messages.
    4
    
                  
    5
    ## Setting up