Look at my other posts in this thread, man, no need to get all nervous... And, FYI, I drive an economy car (20km/l) AND I pay attention to the road (most of the time:) Besides, my kid is not spoiled, and I have a meaningful and stable relation with him.
I agree to some extent, but... have you tried really long trips? My 4yo gets very, very uncomfortable after some time. I really, really think that some cartoon AFTER the conversation would be really good.
The endless talking dad's kids... hehe. More serious, there is only a short period of time I can keep the attention of my 4yo boy. Especifically, my personal record is 1h20. After that, he (a) sleeps [best case], (b) vomits, or (c) jumps up and down and makes me generally crazy. And I only have one kid. If and when I get another, they will pick each other and fight. Unless Dragonball ZYXk is on to the older and Clifford the Giant Red Dog is on to the younger. I am ordering one of these now, and another next year. Maybe I can sneak one into the steering wheel too, and commute watching Enterprise (if it does not get cancelled).
Re:Kylix/CLX has too many problems
on
Kylix in Limbo
·
· Score: 1
...the C++ standard library is FULL of bugs... amen, they even changed it to STLport in recent releases...
Have you ever heard of Knoppix? 1. put CD in the drive 2. reboot the machine 3. profit?! 4. if you want it to go faster, install into the HD with ONE click.
As someone who teached for 3-4 years, I faced the same difficulty. So, my options were, basically: 1. grade the students based on practical, speed tests (not essays or homeworks). What is concept? How would you use it in case? What is the error hidden in lot of code here? 2. grade the students based on my subjective perception of how much each one absorbed. pop quiz everyday, 3 or 4 students a day, noting my remarks on their answers. keep them interested. 3. to smooth 2, throw in some auto-evaluation. Hope I have helped.
Serious, overbooking is not all that bad. If you scream loud enough, you (a) get a night in a nice, five-stars hotel with expenses paid or (b) get an executive-class or first-class upgrade or (c) they toss somebody else and you can get your flight.
There are programs designed to be word processors for serious writers. I don't know what they are or what the good ones are, just that they exist. But... it's vi! unix was meant to be a text-processing system, this way: vi -> *roff if needed -> paper.
The parent pointed to djb's software guarantees... you pointed to two "linux has flaws too". Do you know of any djb's softwares' flaws? Share this with us. But then, maybe I'm feeding a troll, I don't know.
Look at my other posts in this thread, man, no need to get all nervous... :)
And, FYI, I drive an economy car (20km/l) AND I pay attention to the road (most of the time
Besides, my kid is not spoiled, and I have a meaningful and stable relation with him.
I agree to some extent, but... have you tried really long trips? My 4yo gets very, very uncomfortable after some time. I really, really think that some cartoon AFTER the conversation would be really good.
which will serve them right.
The endless talking dad's kids... hehe.
More serious, there is only a short period of time I can keep the attention of my 4yo boy. Especifically, my personal record is 1h20. After that, he (a) sleeps [best case], (b) vomits, or (c) jumps up and down and makes me generally crazy.
And I only have one kid.
If and when I get another, they will pick each other and fight. Unless Dragonball ZYXk is on to the older and Clifford the Giant Red Dog is on to the younger.
I am ordering one of these now, and another next year. Maybe I can sneak one into the steering wheel too, and commute watching Enterprise (if it does not get cancelled).
...the C++ standard library is FULL of bugs...
amen, they even changed it to STLport in recent releases...
I use bittorrent in a NATted network and it does upload a lot, and counts as seed.
I think he meant: War is having sex with dead people.
I wrote the MsBlaster and the entire SoBig series! I'll plead guilty! who will split the bounty fifty-fifty with me?
Wrong, wrong, and wrong. I'm sorry. Kudzu gets the printer in knoppix, kde has a comprehensive print settings dialog, and simple. no hassle.
Have you ever heard of Knoppix?
1. put CD in the drive
2. reboot the machine
3. profit?!
4. if you want it to go faster, install into the HD with ONE click.
As someone who teached for 3-4 years, I faced the same difficulty. So, my options were, basically:
1. grade the students based on practical, speed tests (not essays or homeworks). What is concept? How would you use it in case? What is the error hidden in lot of code here?
2. grade the students based on my subjective perception of how much each one absorbed. pop quiz everyday, 3 or 4 students a day, noting my remarks on their answers. keep them interested.
3. to smooth 2, throw in some auto-evaluation.
Hope I have helped.
Not for non-USian users... we normally have AltGr in the right side of the keyboard, so we can in one (two really) keystroke.
I suppose a gimp can run faster than Carl Lewis, but it'll take an awful lot to train him...
To train Carl Lewis?
a binary protocol should be used. :-)
A binary protocol is being used: it's WBXML over HyperQueue. RTFA.
Serious, overbooking is not all that bad. If you scream loud enough, you (a) get a night in a nice, five-stars hotel with expenses paid or (b) get an executive-class or first-class upgrade or (c) they toss somebody else and you can get your flight.
is newspeak.
1. it's not resequence DNA, just test it (think paternity tests) /. running gag, it's an obligatory Simpsons quote
2. it's not
Oh, man, Eastwood (Firefox)! Gimme a break...
here.
version 1.16 is ok.
others have fixes, too, you can find them in this place.
hope I have helped,
There are programs designed to be word processors for serious writers. I don't know what they are or what the good ones are, just that they exist.
But... it's vi! unix was meant to be a text-processing system, this way:
vi -> *roff if needed -> paper.
The parent pointed to djb's software guarantees... you pointed to two "linux has flaws too". Do you know of any djb's softwares' flaws? Share this with us. But then, maybe I'm feeding a troll, I don't know.
replace
while( bogus_addrs[i].addr.addr4.s_addr != (in_addr_t)-1 )
with
while( bogus_addrs[n].addr.addr4.s_addr != (in_addr_t)-1 )
or you'll be sorry.
I sent to dnsmasq the following patch, to be applied over dnsmasq-1.15, so it accepts more then one address to ignore:
/* init cache the first time through */ /* but don't dump */
/* peerfd is not (by default) bound to a low port /* no sockets ready */
/* forward.c */
/* network.c */
/* returns new last_server */
/* packet from peer server, extract data for cache, and send to
diff -Nrub dnsmasq-1.15/dnsmasq.c dnsmasq-1.14/dnsmasq.c
--- dnsmasq-1.15/dnsmasq.c 2003-09-16 16:51:08.000000000 -0300
+++ dnsmasq-1.14/dnsmasq.c 2003-09-17 12:22:58.000000000 -0300
@@ -60,7 +60,7 @@
struct server *servers, *last_server;
struct resolvc default_resolv = { NULL, 1, 0, RESOLVFILE };
struct resolvc *resolv = &default_resolv;
- struct all_addr bogus_addr;
+ struct all_addr *bogus_addrs = NULL;
sighup = 1;
sigusr1 = 0;
@@ -80,7 +80,7 @@
options = read_opts(argc, argv, dnamebuff, &resolv, &mxname, &mxtarget, &lease_file,
&username, &groupname, &domain_suffix, &runfile,
- &if_names, &if_addrs, &if_except, &bogus_addr,
+ &if_names, &if_addrs, &if_except, &bogus_addrs,
&serv_addrs, &cachesize, &port, &query_port, &local_ttl, &addn_hosts);
@@ -402,9 +402,9 @@
continue;
if (peerfd != -1 && FD_ISSET(peerfd, &rset))
- last_server = reply_query(peerfd, options, packet, now, dnamebuff, last_server, &bogus_addr);
+ last_server = reply_query(peerfd, options, packet, now, dnamebuff, last_server, bogus_addrs);
if (peerfd6 != -1 && FD_ISSET(peerfd6, &rset))
- last_server = reply_query(peerfd6, options, packet, now, dnamebuff, last_server, &bogus_addr);
+ last_server = reply_query(peerfd6, options, packet, now, dnamebuff, last_server, bogus_addrs);
for (iface = interfaces; iface; iface = iface->next)
{
diff -Nrub dnsmasq-1.15/dnsmasq.h dnsmasq-1.14/dnsmasq.h
--- dnsmasq-1.15/dnsmasq.h 2003-09-16 17:06:04.000000000 -0300
+++ dnsmasq-1.14/dnsmasq.h 2003-09-17 12:33:39.000000000 -0300
@@ -218,7 +218,7 @@
char **username, char **groupname,
char **domain_suffix, char **runfile,
struct iname **if_names, struct iname **if_addrs, struct iname **if_except,
- struct all_addr *bogus_addr, struct server **serv_addrs, int *cachesize,
+ struct all_addr **bogus_addrs, struct server **serv_addrs, int *cachesize,
int *port, int *query_port, unsigned long *local_ttl, char **addn_hosts);
@@ -231,7 +231,7 @@
time_t now, unsigned long local_ttl);
struct server *reply_query(int fd, int options, char *packet, time_t now,
char *dnamebuff, struct server *last_server,
- struct all_addr *bogus_nxdomain);
+ struct all_addr *bogus_nxdomains);
struct server *reload_servers(char *fname, char *buff, struct server *servers);
diff -Nrub dnsmasq-1.15/forward.c dnsmasq-1.14/forward.c
--- dnsmasq-1.15/forward.c 2003-09-16 17:06:49.000000000 -0300
+++ dnsmasq-1.14/forward.c 2003-09-17 12:33:48.000000000 -0300
@@ -210,7 +210,7 @@
struct server *reply_query(int fd, int options, char *packet, time_t now,
- char *dnamebuff, struct server *last_server, struct all_addr *bogus_nxdomain)
+ char *dnamebuff, struct server *last_server, struct all_addr *bogus_nxdomains)
{
original requester */
diff -Nrub dnsmasq-1.15/option.c dnsmasq-1.14/option.c
--- dnsmasq-1.15/option.c 2003-09-16 17:04:17.000000000 -0300
+++ dnsmasq-1.14/option.c 2003-09-17 12:32:56.000000000 -0300
@@ -128,7 +128,7 @@
char **mxname, char **mxtarget, char **lease_file,
char **username, char **groupname, char **domain_suffix, char **runfile,
struct iname **if
I have this strange mania of reading /. in my PDA while I'm driving (just put the thing in the center of the steering wheel)...
It's like my 4-yo Lucas: you shouldn't tell him not to do something he is not thinking of doing at the time... :-)