Skip to content

Instantly share code, notes, and snippets.

View ogatalars's full-sized avatar
🐺
Focusing

Felipe Ogata ogatalars

🐺
Focusing
  • Jusbrasil
View GitHub Profile
@ogatalars
ogatalars / hyper.js
Created August 3, 2021 00:03 — forked from coco-napky/hyper.js
Hyper config for git bash in Windows
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 12,
// font family with optional fallbacks
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
cursorColor: 'rgba(248,28,229,0.8)',
@ogatalars
ogatalars / part1.md
Created July 24, 2021 18:44 — forked from ruggeri/part1.md
Godel's First Incompleteness Theorem

Warmup: What Is A Programming Language?

A proof is a argument that a statement is true, where the argument is written in a formalized, very specific language. The concept of what a proof is can be confusing, so I want to make an extended analogy to computer programs and programming languages.

(I think that people who know computer programming are in a uniquely good position to understand mathematical logic.)