Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connectionsFrom: Farley Flud Subject: Re: More Funny Stuff From Joel Newsgroups: comp.os.linux.advocacy References: <17d716103c089ab3$7951$675878$802601b3@news.usenetexpress.com> <2ej96j1mbvgiok4q5c57vdlo94itpfu5dt@4ax.com> <6664e989$0$2363151$882e4bbb@reader.netnews.com> <666c7d64$0$8224$426a34cc@news.free.fr> <17d8f76338fd2172$286715$550379$802601b3@news.usenetexpress.com> <666cae3f$0$7535$426a74cc@news.free.fr> <17d8fbb90f2fc9f2$336065$705664$802601b3@news.usenetexpress.com> <666cd63d$0$7528$426a34cc@news.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lines: 49 Path: ...!weretis.net!feeder9.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail Date: Sat, 15 Jun 2024 11:04:41 +0000 Nntp-Posting-Date: Sat, 15 Jun 2024 11:04:41 +0000 X-Received-Bytes: 1820 Organization: UsenetExpress - www.usenetexpress.com X-Complaints-To: abuse@usenetexpress.com Message-Id: <17d928b2f0308347$133573$675878$802601b3@news.usenetexpress.com> Bytes: 2217 On 14 Jun 2024 23:46:05 GMT, Stéphane CARPENTIER wrote: > >>> In fact, there are competent C programmers here. >>> >> >> There are *no* competent C programmers here (except little ol' >> me). > C is a deceptively very simple language. It has very simple constructs but to apply them properly requires profound technical insight. Just one example: The poseurs on this NG have actually posted C code similar to this: =============== Begin shit code =============== type1 function_1(...) { .... } type2 function_2(...) { .... } .... while(...) // loop over { .... var1 = function_1(...); .... var2 = function_2(...); .... } ============= End shit code ============= Then the poseurs will fawn all over themselves for a great coding job when their code, like the above, is pure shit. They can't see the glaringly obvious shitness.