Skip to content

Instantly share code, notes, and snippets.

View woile's full-sized avatar

Santiago Fraire Willemoes woile

View GitHub Profile
@woile
woile / vue.md
Last active May 17, 2021 14:21
vue

Vue

There is always a base app I guess. We are gonna use the following base app for the coming examples.

var app = new Vue({
  el: "#app",
  data: {
 message: "You loaded this page on " + new Date().toLocaleString(),
@woile
woile / terminal.md
Created April 13, 2021 18:57
Introduction to the terminal

The command line

Short OS introduction

2 types:

  • Windows: we don't care much about this
  • Unix: Mac, Linux, BSD (same family, kind of unix, some are not fully compliant)

Unix systems

@woile
woile / mortgage.md
Last active November 18, 2020 13:58
Mortgage notes

Process for buying a house in the Netherlands

  1. Make a bid
  2. If bid is won -> arrange financial clause in the bid where the deal will continue if the mortgage is approved.
  3. Ask an appraisal report (appraissalreport) (it should be an independent report), this person will calculate the market value, and the bank can provide up to that value. The difference from what I bid will have to be payed from my pocket. www.maatwerk.nl
  4. If mortgage not approved -> provide official letter from the mortgage provider to the notary and seller
  5. If mortgage approved continue with the buying
  6. Set delivery date
  7. If delivery date after 2021, the seller pays the property transfer tax (2%)
@woile
woile / cz-example.sh
Last active July 26, 2020 15:22
Commitizen demo example
#!/bin/sh -e
set -v
# python -m pip install -U commitizen
cd /tmp
mkdir cz-example/
@woile
woile / dissecting_commitizen.md
Last active July 24, 2020 13:11
Dissecting commitizen

Commitizen

Tool to automate a semantic release

Commands

Provides a few commands:

    init                init commitizen configuration
@woile
woile / bruxism.md
Last active July 13, 2020 20:50
Hacking bruxism

Bruxism Treatments

This list contains recommendations I've collected to treat bruxism. I've seen several dentist and they usually give you the mouth guard, but nothing about how to solve it. I was even told once that it doesn't have a solution.

I try to cite the source whenever I can. Some are expensive, some others are cheap and it may be worth trying them.

Spite of the aforementioned, this is nothing official, still remember to always visit your doctor/dentist, or ask them.

Some treatments are for related disorders which result in bruxism, so pick and test and hack! Find yours.

@woile
woile / debian-to-usb
Created March 29, 2020 15:47
Install debian to usb
# Check wget is installed
sudo apt install -y wget
# Download the debian ISO image
wget https://get.debian.org/cdimage/unofficial/non-free/cd-including-firmware/weekly-builds/amd64/iso-cd/firmware-testing-amd64-netinst.iso
# Find your USB
sudo fdisk -l
# Copy the download iso to the USB you just found before (usually=/dev/sdb)
@woile
woile / cloud-init-config-template.yaml
Last active February 22, 2019 23:12
flash configuration
#cloud-config
# vim: syntax=yaml
#
# The current version of cloud-init in the Hypriot rpi-64 is 0.7.9
# When dealing with cloud-init, it is SUPER important to know the version
# I have wasted many hours creating servers to find out the module I was
# trying to use wasn't in the cloud-init version I had
# Documentation: http://cloudinit.readthedocs.io/en/0.7.9/index.html

Keybase proof

I hereby claim:

  • I am woile on github.
  • I am woile (https://keybase.io/woile) on keybase.
  • I have a public key ASAdcfbmxKxkJSSdzN654yo8KgWRPc5MBkiP5Q-71YsXZwo

To claim this, I am signing this object:

@woile
woile / meetup.json
Last active May 9, 2017 18:12
LaPlataJS Meetup logs
[
{
"id": 10,
"date": "2017-03-18",
"location": "Snappler",
"talks": [
{
"title": "Introduccion a PostCSS",
"authors": [{
"name": "Lourdes Montano",