Obsession
I have this tendency to get obsessed with things, and flagrantly dismiss other pressing issues at hand. Mostly it's computer problems that trigger this behaviour. I get completely bad-mooded when I don't get the time and peace to do my voodoo on some computer problem.
I wonder if this is typical nerd-behaviour.
Right now I'm trying to write a script to activate distcc daemons at boot time on my computers. I have to look up many programming stuff because I'm not a guru yet on that particular language I'm writing it in (bash).
Compiling programs means transcribing human readable code to machine code. The compiled machine code tells the machine to behave in a certain way or to do some task.
Note: distcc is a program that enables other computers on the same network to help one computer to compile programs. Huge programs with enormous complexity may take hours or even days to compile on one computer. distcc shares the computational task involved in compiling the program among many computers.
A software daemon is an agent in a computer that handles processes in a computer. It's a mini-manager.
sleep!
byebye
jzz
I wonder if this is typical nerd-behaviour.
Right now I'm trying to write a script to activate distcc daemons at boot time on my computers. I have to look up many programming stuff because I'm not a guru yet on that particular language I'm writing it in (bash).
Compiling programs means transcribing human readable code to machine code. The compiled machine code tells the machine to behave in a certain way or to do some task.
Note: distcc is a program that enables other computers on the same network to help one computer to compile programs. Huge programs with enormous complexity may take hours or even days to compile on one computer. distcc shares the computational task involved in compiling the program among many computers.
A software daemon is an agent in a computer that handles processes in a computer. It's a mini-manager.
sleep!
byebye
jzz

0 Comments:
Post a Comment
<< Home