From: Nick Keighley on
On 17 Feb, 07:43, Branimir Maksimovic <bm...(a)hotmail.com> wrote:
> Lew wrote:
> > Richard Heathfield wrote:

<snip>

> > People aren't usually stupid, and if they're highly motivated to solve a
> > [problem]
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~­~~~
> I think that this is most important factor. Customer support where
> I live is not very well motivated...

<snip>

> Other guy that claimed C/C++ expert (worked in Portugal for
> military) asked did C have function pointer. When we
> showed question from Stroustrups book (duffs device),
> he dind;t know what is all about.

well it looks pretty weird the first time you see it. "can you really
do /that/ in a switch?!" was my reaction. Is Duff's device important?


> No one of fifty computer
> scientist masters dind't recognized duffs device (even guy which
> was borne in 63').

'63 was a good year? Programmers are like wines?


> So I concluded if I see university diploma "master of computer scinece"
> that's sure sine of ignorance or something similar in country where I live.

I didn't learn Duff's device at university.


> One guy who claimed wrote sw for robots dind;t knew how much is 2^32 ;)

nor do I if you want the exact value. I'd look it up if I needed it (I
just use hex!)

> I think that are very few people who know ho to program computers these
> days.

"The Earth is degenerating these days. Bribery and corruption abound.
Children no longer mind their parents ... and it is evident that the
end of
the world is fast approaching."
-- Assyrian stone tablet, c.2800bc


> Blame educations system, because "C is not safe" and
> "stay away from assembler". Soon no one will know how to program,
> and older guys will earn lot of money , but there would be not enough of
> them...

sounds good to me!

From: Branimir Maksimovic on
Nick Keighley wrote:
>
>> Other guy that claimed C/C++ expert (worked in Portugal for
>> military) asked did C have function pointer. When we
>> showed question from Stroustrups book (duffs device),
>> he dind;t know what is all about.
>
> well it looks pretty weird the first time you see it. "can you really
> do /that/ in a switch?!" was my reaction. Is Duff's device important?

Well , not, but that would mean they have read Stroustrups book.
Actually, these days all CV's are very impressive...
So imagine how they responded to simple C++ language related
questions...

>
>
>> No one of fifty computer
>> scientist masters dind't recognized duffs device (even guy which
>> was borne in 63').
>
> '63 was a good year? Programmers are like wines?

Hm , don;t know.
Actually we wanted someone who can work without 6 months of training.

>
>
>> So I concluded if I see university diploma "master of computer scinece"
>> that's sure sine of ignorance or something similar in country where I live.
>
> I didn't learn Duff's device at university.

That is the point.
>
>
>> One guy who claimed wrote sw for robots dind;t knew how much is 2^32 ;)
>
> nor do I if you want the exact value. I'd look it up if I needed it (I
> just use hex!)
Well 4gb answer should be enough, I don;t know exact figure either ;)

>
>> I think that are very few people who know ho to program computers these
>> days.
>
> "The Earth is degenerating these days. Bribery and corruption abound.
> Children no longer mind their parents ... and it is evident that the
> end of
> the world is fast approaching."
> -- Assyrian stone tablet, c.2800bc

What is the point?
Average Joe makes memory leaks in Java no problem...
these days...
Software gets more bloated, more and more bugs, ...

>
>
>> Blame educations system, because "C is not safe" and
>> "stay away from assembler". Soon no one will know how to program,
>> and older guys will earn lot of money , but there would be not enough of
>> them...
>
> sounds good to me!

Well, actually if you spend enough time lurking at usenet, you can
learn enough ;)
I don;t have objective picture since my perspective is
from this country where sw industry is practically non existent (btw).

Greets
From: Nick Keighley on
On 17 Feb, 08:50, Branimir Maksimovic <bm...(a)hotmail.com> wrote:
> Nick Keighley wrote:

<snip>

> >> I think that are very few people who know ho to program computers these
> >> days.
>
> > "The Earth is degenerating these days. Bribery and corruption abound.
> > Children no longer mind their parents ... and it is evident that the
> > end of the world is fast approaching."
> >                 -- Assyrian stone tablet, c.2800bc
>
> What is the point?
> Average Joe makes memory leaks in Java no problem...
> these days...
> Software gets more bloated, more and more bugs, ...

I was noting the fixed point in the human experience. Things are
degenerating and were always better in the past.

<snip>
From: Branimir Maksimovic on
Nick Keighley wrote:
>
> I was noting the fixed point in the human experience. Things are
> degenerating and were always better in the past.
>
> <snip>

To be honest things were always simpler in the past.

Greets
From: Richard Bos on
Flash Gordon <smap(a)spam.causeway.com> wrote:

> I know there is software flying around today that is running on Z80
> processors (well, the military variant of them) and the plan in the late
> 90s was for it to continue for another 20 years (I don't know the
> details, but a customer signed off on some form of ongoing support
> contract). Admittedly the software I used was not doing date processing
> (apart from the test rigs, which used the date on printouts, which I
> tested to "destruction" which turned out to be 2028).

Single signed byte?

Richard