quite disturbing.

vineri, 15 aug. 2008, 18:16

[ Note to self: fortune never lies. ]

linux: a true story

miercuri, 30 iul. 2008, 12:13

(mai mult…)

bere la ţâţă

luni, 14 iul. 2008, 13:33

Ştire de pe realitatea.net, despre un bebeluş de şase luni ajuns la spital alcoolizat:

[…] Medicii au descoperit că micuţul avea alcool în sânge pentru că mama lui consumase o mare cantitate de băutură înainte de a-l alăpta. […]

Sunt sigur că mulţi „bebeluşi” şi-ar dori să aibă aşa mămici.

the problem with media players

sâmbătă, 21 iun. 2008, 17:21

is that none of them implement a tolower function:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "ctype .h"
 
void fixthedamnuppercaseproblem (List s)
{
    int i,j;
    char **p = s.getList();
    for (i=0;i<s .getLength();i++)
    {
          for (j=0;j<strlen(p[i]);j++)
          {
                  p[i][j]=tolower(p[i][j]);
          }
    }
    s.writeListToFile(p); /*wish that worked */
}

Sper să pot să fac un review pentru Banshee cât mai curând.

man wtf

sâmbătă, 24 mai 2008, 00:08

spyked@spaicd:~$ man wtf

Before:

No manual entry for wtf

After:

NAME wtf – translates acronyms for you SYNOPSIS wtf [-f dbfile] [-t type] [is] acronym … DESCRIPTION The wtf utility displays the expansion of the acronyms specified on the command line.  If the acronym is unknown, wtf will check to see if the acronym is known by the whatis(1) command. […]

Pe debian/ubuntu, utilitarul se află în pachetul bsdgames. Thank you, buster.