Main Contents

Another Flag in the -Wall 2.0.0

September 25, 2008

We don’t need no garbage collector
We do need hardware control
No obfuscated code in the classroom
Hey, Teachers! Leave them kids alone!
All in all it’s just another flag in the -Wall
-_O

Filed under: music, programming, ~humor | Comments (0)

Goodbye Emacs. Well… not really.

September 2, 2008

Warning: useless geek-computer post
GNU Emacs: a huge bunch of features, cool cc-mode and so on. I used it for many years, I learned to code with it. I loved it.
I even bought Learning GNU Emacs, sorta kinda emacs’ holy bible (just after GNU Emacs Manual, of course).
But.. heck:
> du -h $SOME_EDITORS
4.9M […]

Filed under: programming, emacs | Comments (0)

Asus Eee PC

May 30, 2008

Uh uh, finally I got it!
I installed Debian on it ’cause Xandros sucks, and (almost) everything works out of the box. Take a look here for more info.
Oh, I used ext2 (and no swap) because the SSD… Journaling, you know.
Actually there are contrasting opinions ’bout SSD lifespan.. I choose the “conservative” way. Well, at least […]

Filed under: programming, c, eee, linux | Comments (0)

foo.c

March 17, 2008

/* foo.c — Time-stamp: <2008-03-17 18:11:12 CET gallows>
*
* % cc -D_POSIX_C_SOURCE=199309 -o foo foo.c
*/

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <unistd.h>

#define STR “SERGIO E` UN PEZZO DI MERDA”
#define CLR (GREEN | BOLD)
#define NSEC 0×0FFFFF

#define SETCOLOR(C) (C >> 5) ? printf(”%s”, cb_clr[C^BOLD]) […]

Filed under: me, programming | Comments (0)