Skip to content

Instantly share code, notes, and snippets.

View kunzimariano's full-sized avatar
🏠
Working from home

Mariano Kunzi kunzimariano

🏠
Working from home
  • Argentina
  • 20:24 (UTC -03:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am kunzimariano on github.
  • I am mkunzi (https://keybase.io/mkunzi) on keybase.
  • I have a public key ASCOtUskCY_B9OegsyBxqIo1hgRC5Xs_tPUYsZnYsHPPJwo

To claim this, I am signing this object:

@kunzimariano
kunzimariano / git-commit-template.md
Created February 24, 2023 14:02 — forked from lisawolderiksen/git-commit-template.md
Use a Git commit message template to write better commit messages

Using Git Commit Message Templates to Write Better Commit Messages

The always enthusiastic and knowledgeable mr. @jasaltvik shared with our team an article on writing (good) Git commit messages: How to Write a Git Commit Message. This excellent article explains why good Git commit messages are important, and explains what constitutes a good commit message. I wholeheartedly agree with what @cbeams writes in his article. (Have you read it yet? If not, go read it now. I'll wait.) It's sensible stuff. So I decided to start following the

@kunzimariano
kunzimariano / System Design.md
Created December 18, 2021 23:37 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?
@kunzimariano
kunzimariano / LearnGoIn5mins.md
Created January 19, 2021 02:25 — forked from prologic/LearnGoIn5mins.md
Learn Go in ~5mins
@kunzimariano
kunzimariano / tmux-cheatsheet.markdown
Created April 29, 2019 15:09 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@kunzimariano
kunzimariano / configs.json
Last active December 16, 2016 17:07
Visual Studio Code Configurations
//user
// Place your settings in this file to overwrite the default settings
{
// Controls the font size.
"editor.fontSize": 17,
// The number of spaces a tab is equal to.
"editor.tabSize": 2,
// Controls whether the editor should render whitespace characters
"editor.renderWhitespace": true,
// Controls whether the editor should render control characters
@kunzimariano
kunzimariano / jupiter.ipynb
Created March 2, 2016 18:25
Jupyter Test
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kunzimariano
kunzimariano / a.js
Created November 6, 2015 20:02
Functional generators
'use strict';
let R = require('ramda');
let map = R.curry(function*(fun, list) {
for (let i of list) {
console.log('map');
yield fun(i);
}
});
@kunzimariano
kunzimariano / EAC Migration.md
Last active August 29, 2015 14:22
EAC Migration

EAC Migration

Guidelines

  • Don't do the import all at once so in case of failure we can redo just that particular step.
  • Do one customer at a time.
  • Make a backup of the ES cluster before any import.

###Three main steps###

  1. Read from CS API so we can know the structure of the digests and inboxes.
@kunzimariano
kunzimariano / Meffeliar.md
Last active August 10, 2020 18:47
Meffeliar

Meffeliar

  • To fuck up. To Meffel it.

  • To be completely sure about something while being wrong at the same time. Subjects with this kind of tendency, frequently fall into believing they are right, and everyone else wrong. After an inmediate epiphany, where they realize this is not the case, they switch strategy and start acting as if since the very beginning they were saying the opposite.

  • A person who is able to deal with his shameful sins by doing the act of "reset". Reset involves going to church, and by doing so, achieving a new clean state. Make no mistake, this reset does not require penitence, as in the traditional catholic way. It provides a fresh start without any requirement, and can be used an unlimited amount of times.

  • To try to fuck someone up, but to end up fucking oneself up. Usually in a lame and notorious way.