What is this?
It's a simple markdown copy of a16z's crypto canon, so anyone interested can fork this and keep track of their reading.
Original source: https://a16z.com/2018/02/10/crypto-readings-resources/
| import OpenGL.GL as GL | |
| import OpenGL.GL.shaders | |
| import ctypes | |
| import pygame | |
| import numpy | |
| vertex_shader = """ | |
| #version 330 | |
| in vec4 position; |
What is this?
It's a simple markdown copy of a16z's crypto canon, so anyone interested can fork this and keep track of their reading.
Original source: https://a16z.com/2018/02/10/crypto-readings-resources/