Skip to content

Instantly share code, notes, and snippets.

View tibaes's full-sized avatar
👻
What's that?! A paranormal distribution, of course!

Rafael H Tibães tibaes

👻
What's that?! A paranormal distribution, of course!
View GitHub Profile
@tibaes
tibaes / XGH - en.txt
Created May 3, 2024 14:47 — forked from banaslee/XGH - en.txt
eXtreme Go-Horse Process
eXtreme Go Horse (XGH) Process
Source: http://gohorseprocess.wordpress.com
1. I think therefore it's not XGH.
In XGH you don't think, you do the first thing that comes to your mind. There's not a second option as the first one is faster.
2. There are 3 ways of solving a problem: the right way, the wrong way and the XGH way which is exactly like the wrong one but faster.
XGH is faster than any development process you know (see Axiom 14).
@tibaes
tibaes / main.rs
Created January 13, 2023 15:33 — forked from jaysonsantos/main.rs
rust ring example
extern crate ring;
use ring::aead::*;
use ring::pbkdf2::*;
use ring::rand::SystemRandom;
fn main() {
// The password will be used to generate a key
let password = b"nice password";
#!/bin/sh
# dependencies
echo "Installing dependencies via Homebrew (http://brew.sh)"
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew update
brew install gcc48