Arduino UNO building a 2x2x2 led cube

Building a led cube is one of those many awesome things to do when you get hands on arduino kit; I found a few tutorials explaining how to make those led cubes; however every extra dimension brings extra problems; so I think the best way to start building a large cube with no real experience is to start small; way small; In fact so small you don’t need allot extra beside a small arduino kit!

Lees verder...
Gepost op 09/05/'13.

python: fatal error: Python.h: No such file or directory

On ubuntu and variants :  (check version of python)

sudo apt-get install python2.7-dev

On fedora and variants :

sudo yum install python-devel

 

 

thx interwebz!

Lees verder...
Gepost op 22/03/'13.

putty inside notepad++

I assumed someone had done this before, but google couldn’t find it, so here you go; a quick how-to. Its easy to have ssh inside your favorite editor, like me, I work under SVN so I don’t need an FTP, I need a linux console !

  1. download this notepad++ plugin : console plugin
  2. install it & restart notepad++
  3. download plink.exe (console based putty) : plink.exe
  4. download ansicon.exe (translates the ANSI code from linux to windows readable shizzle)
  5. fire up notepad++ and start the console, you should see the cmd boxed in your screen
  6. run the command “ansicon.exe plink.exe -ssh user@location -pw yourpasword”
  7. have fun !

here a screen of my favorite editor, running a console in it.

92  320x240 ssh plink putty notepad npp putty inside notepad++ Lees verder...
Gepost op 13/03/'13.

To the future me, save a google query.

tar xvfz blablaba.tar.gz

The magic of extracting a .tar.gz file icon smile To the future me, save a google query.

tar jxf filename.tar.bz2

The magic of extracting a .tar.bz2

bunzip2 filename.bz2

The crap of having to extract a .bz2 file

gunzip filename.gz

The weird fact that this is not a tar, but a gunzipped file icon smile To the future me, save a google query.

unrar x fasta.rar

unrar’ring

Lees verder...
Gepost op 19/02/'13.

SVN a tragic love story.

svn –force delete _directory_

solves everything and don’t you forget it!

Lees verder...
Gepost op 13/02/'13.

Why I’m not a fan on Tcl

First its name, it reminds me on THC the psychoactive drug in cannabis, but that might just be me switching letters. On the other hand you can also pronounce it a “tickle”, however when I say tickle my brain connects it to “Tickeling” which makes no sense. Then again saying you work in “Tickling” makes people think you work with children. In short, its a horrible name for me. Second, is based on the experience I had so far.

Lees verder...
Gepost op 20/12/'12.

note to self: use NCBI, they know better.

I was  looking for the sequence (/genome) of Arabidopsis Thaliana, googled way to long to use the wrong resource after all; next time use :

ftp://ftp.ncbi.nih.gov/genomes/Arabidopsis_thaliana/

Fair enough: “Idiot”

This is a fair source anyways : ftp://ftp.arabidopsis.org/home/tair/Sequences/whole_chromosomes/

Lees verder...
Gepost op 10/12/'12.

Must see serie : The Wire

Op zoek naar een goeie serie ? must see : The Wire

the wire Must see serie : The Wire

Een kritische politie serie, die beide kanten van het plaatje toont.  Vergelijkbaar met The Shield maar beter, minder echt geweld, meer realiteit.

Lees verder...
Gepost op 03/07/'12.

Windows 8, brace yourself!

Already seen the latest version of windows 8 ? Check this video. Then compare to this one. However I had horrible days using Linux in the past, I still hope :

- Windows 8 makes a huge last-minute design turnover.

- user-friendly Linux distro’s use this opportunity to make a solid, easy-to-use system.

Lees verder...
Gepost op 02/06/'12.

Dear ubuntu community

Dear ubuntu community, your OS rocked in the past. There is no doubt about that, but somewhere along the way. You lost the coolness it had. It still looks nice, but the amount of hours I have lost, using Ubuntu, is so big, I cannot longer hold tong about it. On this page I will drop my issues, not the ones that are normal using a computer, but the ones that need better support.

Lees verder...
Gepost op 29/04/'12.