Skip to content

Instantly share code, notes, and snippets.

View OliverUv's full-sized avatar

Oliver Uvman OliverUv

View GitHub Profile
@OliverUv
OliverUv / tech_lead_responsibilities.md
Last active August 4, 2023 02:06
Tech lead responsibilities

Tech lead responsibilities

The purpose of this document is to list expectations placed on people in tech lead roles with the intention of avoiding responsibilities falling "between chairs."

High level responsibilities

Some of these responsibilities are currently covered by the CEO, and our flat & small organization with highly skilled people means a lot

Keybase proof

I hereby claim:

  • I am oliveruv on github.
  • I am oliveruv (https://keybase.io/oliveruv) on keybase.
  • I have a public key ASA6299OgtjaxBbn2ZVfU6FLO7ZirMyMwyfkJg8iRqshSAo

To claim this, I am signing this object:

robert, mike, douche, and oxford_comma to write about lawns to mow in 30 minutes =>
"robert"
","
"mike"
","
"douche"
","
"and"
"oxford_comma"
@OliverUv
OliverUv / libsc.cpp
Created October 13, 2014 22:05
Files that bug unite-outline
#include "libsc.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <time.h>
#include <math.h>
#include <X11/X.h>
@OliverUv
OliverUv / .vimrc
Created September 24, 2014 14:47
" Edit register
function! EditRegister()
call inputsave()
let l:reg = input("Enter a register: ")
call inputrestore()
execute "let l:cont = @" . l:reg . ""
return "let @" . l:reg . " = '" . l:cont . "'"
endfunction
nnoremap <leader>eq :<C-R>=EditRegister()<CR><C-E><C-F><Left>
function! g:DoUniteFuzzy()
call unite#custom#source('file_rec/async,file/new', 'sorters', 'sorter_rank')
call unite#custom#source('file_rec/async,file/new', 'matchers', 'matcher_fuzzy')
exec "Unite -buffer-name=files file_rec/async file/new"
endfunction
function! g:DoUniteNonFuzzy()
call unite#custom#source('file_rec/async,file/new', 'sorters', 'sorter_nothing')
call unite#custom#source('file_rec/async,file/new', 'matchers', 'matcher_glob')
exec "Unite -buffer-name=files file_rec/async file/new"
endfunction
#!/usr/bin/env bash
EXARGS=1
E_BADARGS=65
if [ $# -ne $EXARGS ] ; then
cat <<-EOF
Usage: $(basename $0) [p]
Where p is the path to the .so file you wish to inspect. Prints the
source path for a .so file, assuming you have debug symbols for that
Hello!
I have been an active user in the #i3 since 2013-12-16. The owner of the
channel (Tuxxie) registered it about four years ago, and hasn't visited
it during the time I've been there. Tuxxie hasn't been on freenode since
April. At the moment, the channel consists of users of i3 (the open
source window manager). We use the channel to give advice to new users,
and to discuss amongst ourselves.
Every new user asks if the channel is dedicated to the window manager.
Matthieu Ricard, talks about happiness, why he started
meditating, and the mental attitude one adopts while meditating:
https://www.youtube.com/watch?v=L_30JzRGDHI
Jon-Kabat Zinn, creator of the Mindfulness Based Stress Reduction
(MBSR) program used in therapy and for meditation research. First
he talks (quite non-scientifically) about meditation, then has a
long nice guided meditation. The guided meditation is very good:
https://www.youtube.com/watch?v=3nwwKbM_vJc