|
Sat, Dec 08, 2007
![[Link]](http://geekblog.oneandoneis2.org/img/chain_link.gif)
Comment from: billy [Visitor]
Hey, I didn't read your whole guide, but it frustrates me immensely when computer gurus use technical jargon when it's not appropriate.You say yourself that this page is for newbies. Then why do you use a logical operator in the page title? Most people don't know squat about programming, especially those who have zero experience with *nix. It doesn't make you look smart.
that is all.
Hmmm...
![[Image] [Image]](http://geekblog.oneandoneis2.org/media/blogs/new/logical.png)
penguin! equals wavy colourful squares is admittedly rather abstract. That's why the page title and the big, bold page heading are there. Do you really need to be a programmer to understand that this is an article about Linux not being Windows..?
#include <stdio.h>
int main()
{
char a[] = "not";
char b[] = "think";
char c[] = "I";
printf("%s %s %s", c, b, a);
putchar(33);
putchar('\n');
return 0;
}
| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|---|---|---|---|---|---|---|
| << < | > >> | |||||
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |