Archive

Último commit de las LeyesMexicanas

Bueno, al parecer nuestros diputados se ponen a chambearle duro para agregar sus patches a las leyes mexicanas: https://github.com/renich/LeyesMexicanas/commit/82ddc134d591bc0fc9094c1438d0375ec32d6e32


Vendo mis instrumentos musicales

Chicos y chichas,

Estoy vendiendo mis instrumentos musicales:

encuentra todos mis productos en iBazar

Si hay algún interesado(a), favor de contactarme.

Estoy vendiendo:

  • Teclado Kurzweil PC2X de 8 octavas y tecla pesada
  • Sampler Akai MPC4000Plus
  • Mixer Yamaha 01v96v2
  • Interfaz de grabación M-Audio Firewire 1814

Story: Mgoh

Meteors are falling from the sky. Oddly enough, they're not falling at full speed. Most of them seem coming down in slow motion. Still, there are some that come down at full speed; but they're not falling into populated areas. Also, the meteor storm seems to focus on a specific …


HowTo: Cómo clonar un repo sin historia con Git

Muchas veces, quieres el código de acá para adelante. Un caso es el Kernel.

Para clonar algo sin jalar todo su historial, utiliza:

git clone --depth 1 https://git.fedorahosted.org/git/anaconda.git

Así de fácil. Obviamente, substituye el repo por uno que te interese:

Ejemplos

git clone --depth …

HowTo: Butterfly Labs BitForce 25/30 GH/s Miner in Fedora 19

So, I got my, apparently dissipated, bitcoin mining rig.

I found out it's really easy to setup in Fedora; even with SELinux and all. Here's a straightforward howto:

# Get BFGMiner
git clone git@github.com:luke-jr/bfgminer.git
cd bfgminer

# install deps
su -c 'yum install -y uthash jansson jansson-devel …