Re: Programmer's unpaid overtime.

From: Randy Howard (randy.howard_at_FOOmegapathdslBAR.net)
Date: 12/09/03


Date: Mon, 8 Dec 2003 19:57:56 -0600

In article <1070902732.17581@news-1.nethere.net>, "Joe \"Nuke Me Xemu\"
Foster" <joe@bftsi0.UUCP> says...
> I've used it against EGN once or twice before. It's also effective
> against Micro$hills. Feel free to use it in good health. =)

Are you in charge of the Lewis Carroll trust fund? :-)

> Split. He rails against Split, perhaps because he also hallucinates
> that most programs read multi-GB files into one enormous string, then
> call Split on that string, perhaps multiple times, within loops,

For crying out loud. It's a command utility. It's also open source.
It's not intended for manipulating the IRS database.

> EGN's big 'innovation' is to grab one token at a time, preferably with
> a string concatenation within its inner loop. This is EGN's idea of a
> "sentinel", which easily bloats ordinary string tokenizing to O(n**3).

Ugh.

> I gather EGN and John Nash both see "developers" no one else can see.

ROFLMAO.

> > Name three specific examples of "folk-lore" composed systems which
> > waste thousands of man-hours. Or perhaps, your definition of
> > "man-hour" is biased by the amount of time it takes you to make
> > forward progress?
>
> .NET's garbage collector? Many C compiler vendors' malloc libraries?
> EGN's "powerString", assuming anyone's dumb enough to actually use it?
> Micro$haft's typical QuickSort implementations? Hell, Microslop in
> general qualifies, if you count the time people stare at bluescreens!

I'm still trying to gather what he means by "folk-lore" composed. I
suppose it's some allegation that research and theory are not nearly
as good as hack and slash by a wannabe.

You seem to be implying that any inefficient implementation is "folk-
lore". I don't suppose it really matters much, I was just curious
about what he was specifically railing against.

-- 
Randy Howard            _o     
2reply remove FOOBAR    \<,    
______________________()/ ()______________________________________________
SCO Spam-magnet: postmaster@sco.com


Relevant Pages

  • Re: Query SQL keeps getting erased
    ... Public Sub AdminExport(sPath As String, sQueryName As String, bEmail As ... Dim cnConn As ADODB.Connection ... >> I have several queries that I run multiple times from some VBA code. ... >> the same query multiple times. ...
    (microsoft.public.access.formscoding)
  • Re: NDIS Drivers, Symbolic Names, Ethernet send/receive etc.
    ... The string has to be build only once. ... If one would use MAII_IoctlNdisQueryGlobalStats multiple times, ... > MAII_IoctlNdisQueryGlobalStats instead of DeviceIOControl? ...
    (microsoft.public.win32.programmer.networks)
  • RE: Macro for detect and list palindromes and repeats in letters/numbe
    ... There is no need to post this multiple times. ... and repeats (sequences of letters or numbers which are repeating at ... I would like that the string to be evaluated could be ... listed bellow A2 and C2, respectively; and that the number of times ...
    (microsoft.public.excel.programming)
  • Re: coding an anagram function
    ... Exiting the inner loop after the condition is first satisfied, ... not found in the second string and the two are not anagrams. ... Dim I As Long ...
    (microsoft.public.excel.programming)
  • Re: problem with calling subprogram in a nested for-loop
    ... The outer loop works but the inner loop runs only one time ... are assigning a string to $ppm_number, but using it as a number later. ... # 5) generate pmm_G by cropping the source image ... chop $sourcefile_name; ...
    (perl.beginners)