User:Gnusosa: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Carlos Ivan Sosa ==
==Carlos Ivan Sosa==


http://gnusosa.net/
http://gnusosa.net/
I'm aka gnusosa everywhere in the net,<br //>
this include noisebridge irc channel,<br //>
and other freenode channels.<br //>


I'm a crazy mexican who writes code in
I'm a crazy mexican who writes code in
Line 23: Line 27:
├── gentoo
├── gentoo
└── openbsd
└── openbsd
</pre>
==Ongoing==
*Work with Noisebridge features and its APIs.
*NES/SNES/PSX-to-USB testing framework.
*Oscilloscope kit.
*XBee + LinuxLCD
==Semicomplete==
*Famiclone Controllers-to-parport.
*NES/SNES/PSX-to-parport testing framework.
==My .vimrc==
<pre style="overflow: auto; padding: .5em;">
colorscheme solarized
let g:solarized_termcolors=256
set background=dark
if has('gui_running')
  set background=light
endif
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
set nocompatible
set autoindent
set showmatch
set guioptions-=T
set vb t_vb=
set ruler
set nohls
set incsearch
set virtualedit=all
autocmd FileType python set omnifunc=pythoncomplete#Complete
autocmd FileType javascript set omnifunc=javascriptcomplete#CompleteJS
autocmd FileType html set omnifunc=htmlcomplete#CompleteTags
autocmd FileType css set omnifunc=csscomplete#CompleteCSS
autocmd FileType xml set omnifunc=xmlcomplete#CompleteTags
autocmd FileType php set omnifunc=phpcomplete#CompletePHP
autocmd FileType perl set omnifunc=perlcomplete#CompletePerl
autocmd FileType c set omnifunc=ccomplete#Complete
set ft=on
set gfn=Menlo\ Regular:h15
syn on
setlocal spell spelllang=en_us
let g:netrw_ftp_cmd= 'ssh'
set number
filetype plugin on
filetype plugin indent on
set listchars=eol:$,tab:>-,trail:~,extends:>,precedes:<
set list
if has("gui_macvim")
  " Fullscreen takes up entire screen
  set fuoptions=maxhorz,maxvert
endif
set guioptions-=T
if has('gui_running')
  autocmd VimEnter * NERDTree
  autocmd VimEnter * wincmd p
endif
</pre>
==SSH PubKey==
<pre style="overflow: auto; padding: .5em;">
ssh-dss AAAAB3NzaC1kc3MAAACBAPKIqa6B9cMPBIj5tFs8BS2Cn9vZY1WjZJRlY6ilBGgZQCseA52NxocNmfaJXbwUXKJU/rBaN7BeTY8Ug1lW7t2F+428UgXPgw+ZnJN+qe5TjwsmX9iFxBCT7rPxz2G7ngyoLSqVAyPyxujVcppT87KKJGR2eKyoPLDoO7VUor1BAAAAFQDoHkAm/2iMEmt+cf273KLHAPXdIQAAAIAu+cl+B5puSU2po92Gwxj7f7/B13cj7ZMqUk24qPbGhaVbl4LJxwFrruYWjEm/LH70FLujN1AdEEFOl2k7GSSdi2l9a25Ulhj7GF3GXLXqsYllpn8gwDJwjhsLa8fbTTQ4T2NQgVS7VDCHrxdqJm2ExVmxdAmGZveVkTk7elnefAAAAIEAum8CYazqMnLH6QzNyvMQM+8niAYBMtkNRWo0lm++brhR7tltzU3IfTylyZyf0NpQtatw6e0369TZRp8+88Ui4lkm8jzbMZGF+QMpW+O1iXW6QrOunaCdPOcd8jKLAbHT5aGvnJ6EB0t3F5rtcnsLYNGaaNZ/fVhqr5iE9T2RhMY= gnusosa
</pre>
==adduser stanza==
<pre style="overflow: auto; padding: .5em;">
adduser -s /bin/bash -c 'Carlos Ivan Sosa' gnusosa
</pre>
</pre>

Revision as of 20:32, 7 July 2012

Carlos Ivan Sosa

http://gnusosa.net/

I'm aka gnusosa everywhere in the net,
this include noisebridge irc channel,
and other freenode channels.

I'm a crazy mexican who writes code in most popular languages.
Hack on {arduino,atmel} kits.
Rebuilt old computers.
Hack on weird architectures like PegasusPPC or SPARC64.

code.lang
├── haskell
├── perl
├── python
├── ruby
└── scala
unix
├── debian
├── freebsd
├── gentoo
└── openbsd

Ongoing

  • Work with Noisebridge features and its APIs.
  • NES/SNES/PSX-to-USB testing framework.
  • Oscilloscope kit.
  • XBee + LinuxLCD

Semicomplete

  • Famiclone Controllers-to-parport.
  • NES/SNES/PSX-to-parport testing framework.

My .vimrc

colorscheme solarized
let g:solarized_termcolors=256
set background=dark
if has('gui_running')
  set background=light
endif
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
set nocompatible
set autoindent
set showmatch
set guioptions-=T
set vb t_vb=
set ruler
set nohls
set incsearch
set virtualedit=all
autocmd FileType python set omnifunc=pythoncomplete#Complete
autocmd FileType javascript set omnifunc=javascriptcomplete#CompleteJS
autocmd FileType html set omnifunc=htmlcomplete#CompleteTags
autocmd FileType css set omnifunc=csscomplete#CompleteCSS
autocmd FileType xml set omnifunc=xmlcomplete#CompleteTags
autocmd FileType php set omnifunc=phpcomplete#CompletePHP
autocmd FileType perl set omnifunc=perlcomplete#CompletePerl
autocmd FileType c set omnifunc=ccomplete#Complete
set ft=on
set gfn=Menlo\ Regular:h15
syn on
setlocal spell spelllang=en_us
let g:netrw_ftp_cmd= 'ssh'
set number
filetype plugin on
filetype plugin indent on
set listchars=eol:$,tab:>-,trail:~,extends:>,precedes:<
set list
if has("gui_macvim")
  " Fullscreen takes up entire screen
  set fuoptions=maxhorz,maxvert
endif
set guioptions-=T
if has('gui_running')
  autocmd VimEnter * NERDTree
  autocmd VimEnter * wincmd p
endif

SSH PubKey

ssh-dss AAAAB3NzaC1kc3MAAACBAPKIqa6B9cMPBIj5tFs8BS2Cn9vZY1WjZJRlY6ilBGgZQCseA52NxocNmfaJXbwUXKJU/rBaN7BeTY8Ug1lW7t2F+428UgXPgw+ZnJN+qe5TjwsmX9iFxBCT7rPxz2G7ngyoLSqVAyPyxujVcppT87KKJGR2eKyoPLDoO7VUor1BAAAAFQDoHkAm/2iMEmt+cf273KLHAPXdIQAAAIAu+cl+B5puSU2po92Gwxj7f7/B13cj7ZMqUk24qPbGhaVbl4LJxwFrruYWjEm/LH70FLujN1AdEEFOl2k7GSSdi2l9a25Ulhj7GF3GXLXqsYllpn8gwDJwjhsLa8fbTTQ4T2NQgVS7VDCHrxdqJm2ExVmxdAmGZveVkTk7elnefAAAAIEAum8CYazqMnLH6QzNyvMQM+8niAYBMtkNRWo0lm++brhR7tltzU3IfTylyZyf0NpQtatw6e0369TZRp8+88Ui4lkm8jzbMZGF+QMpW+O1iXW6QrOunaCdPOcd8jKLAbHT5aGvnJ6EB0t3F5rtcnsLYNGaaNZ/fVhqr5iE9T2RhMY= gnusosa

adduser stanza

adduser -s /bin/bash -c 'Carlos Ivan Sosa' gnusosa