Megalextoria
Retro computing and gaming, sci-fi books, tv and movies and other geeky stuff.

Home » Digital Archaeology » Computer Arcana » Computer Folklore » New HD
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: New HD [message #34024 is a reply to message #33901] Mon, 21 January 2013 08:06 Go to previous messageGo to next message
jmfbahciv is currently offline  jmfbahciv
Messages: 6173
Registered: March 2012
Karma: 0
Senior Member
Dan Espen wrote:
> Walter Banks <walter@bytecraft.com> writes:

>

>> "Shmuel (Seymour J.) Metz" wrote:

>>

>>> In <50FAA334.9214FBE8@bytecraft.com>, on 01/19/2013

>>> at 08:44 AM, Walter Banks <walter@bytecraft.com> said:

>>>

>>>> Hardware is still sold, a lot of the software developed in the

>>>> last twenty years has been developed in the atmosphere of software

>>>> should be *free*. There is little incentive for innovative software

>>>> development.

>>>

>>> There's been plenty of free innovative mainframe software. For that

>>> matter, there are free PC compilers and interpreters for a number of

>>> languages, some quite innovative.

>>

>> The bulk of of the PC compilers are based on 30+ year old

>> technology. In the PC world language design and implementation

>> has been essentially stalled for several years.

>

> Any evidence to back up your assertion?

>

> I don't follow GCC all that closely, but it seems to me there are

> new versions and release numbers and talk of forks. Must be something

> going on there.

>

Morten did a write-up of what needs to be done. IIRC, it was about 2004 or
so. He hasn't mentioned that any of it...well, except one...has been
done to his satisfaction.

/BAH
Re: New HD [message #34025 is a reply to message #34007] Mon, 21 January 2013 08:06 Go to previous messageGo to next message
jmfbahciv is currently offline  jmfbahciv
Messages: 6173
Registered: March 2012
Karma: 0
Senior Member
Charles Richmond wrote:
> "Elliott Roper" <nospam@yrl.co.uk> wrote in message

> news:200120132300522435%nospam@yrl.co.uk...

>> In article <kdhgbp$3us$1@dont-email.me>, Charles Richmond

>> <numerist@aquaporin4.com> wrote:

>>

>>> Now my new fear is... that *everything* I know will become

>>> obsolete and useless in a pragmatic sense.

>>

>> That's everybody's fear. The half life of geekish knowledge is no more

>> than 4 years. I can still write PDP-8 and 11 Assembler and nobody

>> cares. Oh, and Teco...

>>

>

> That's it in a nutshell, Mr. Roper!!! You (and I) can do a lot of neat

> things like PDP-8 and PDP-11 Assembly language... and *no* one gives a

> flying rat's ass about it anymore!!! It saddens me and it's emotionally

> taxing. All those things we know how to do... those things are as *cool* as

> they ever were!!! People just can *not* appreciate them anymore..... :-(


But in this computing biz, what used to be will be done again. At some
point, the underbelly of a system will be so complicated and so dependent
on other complicated messes, that someone will come up with "new" bright
idea of a PDP-8 or PDP-11 of the original days to do a task which is very
important but doens't need all the fancy shmancy character machine language
support.

We may not see it; it took 2 more decades for people to "rediscover"
multi-CPUs in an SMP configuration (they're still not quite there yet)
than I thought would happen. The software underbelly is in such a mess
that it may take a while for that to become better before the focus
reverts back to hardware improvments.

/BAH
Re: New HD [message #34026 is a reply to message #33962] Mon, 21 January 2013 08:06 Go to previous messageGo to next message
jmfbahciv is currently offline  jmfbahciv
Messages: 6173
Registered: March 2012
Karma: 0
Senior Member
Ibmekon wrote:
> On 20 Jan 2013 15:58:05 GMT, jmfbahciv <See.above@aol.com> wrote:

>

>> Ibmekon wrote:

>>> On 19 Jan 2013 14:42:50 GMT, jmfbahciv <See.above@aol.com> wrote:

>>>

>>>> Jorgen Grahn wrote:

>>>> > On Fri, 2013-01-18, jmfbahciv wrote:

>>>> >> Ibmekon wrote:

>>>> > ...

>>>> >>> Only in recent years have I begun to be impressed by modern computers.

>>>> >>

>>>> >> The hardware is OK; the OSes still need a lot of work. OSes should be

>>>> >> seen and not heard unless asked.

>>>> >>

>>>> >> Every single one still needs to be wrestled with on a minutely basis.

>>>> >

>>>> > It's not OSes, but software in general. My hardware may be 100 or

>>>> > 1000 times larger/faster/better now compare to 1993, but my software

>>>> > isn't.

>>>>

>>>> It's the OS which influences the apps programmers. If they have never

>>>> seen nor experienced a good OS, they won't know how software should

>>>> behave.

>>>>

>>>> /BAH

>>>

>>> At your DEC, was there any separation between the scope OS and the

>>> applications ?

>>

>> I don't understand the question.

>>

>> With TOPS-20, a user could hit $ or ? depending on what kind of

>> help s/he wanted. In alll other cases, the OS stayed out of the

>> way and allowed the user to whatever s/he wanted, including

>> obeying commands and arranging resources so that access was

>> immediate and scheduling devices and software resources was

>> alsmost invisible.

>>

>> AFter the PDP-10 OS programmers moved in the VMS groups, VMS

>> started to do similar things.

>>

>> Apps were able to use system calls, which were very well defined,

>> if they needed any data or actions from the monitor. Apps were

>> not allowed to place their trendils in the EXEC portions of the

>> monitor. Monitors executed as much of their code in behalf

>> of the user and not in exec mode.

>>

>> A huge part of MS' bugs is their corporate folklore of allowing

>> this to happen. Cutler had a battle early on to prevent any

>> random app from placing tendrils in the monitor (you call it

>> kernel) but lost that battle. This was unfortunate.

>>

>> /BAH

>

> Sorry.

>

> When I read my own post I saw it was unreadable - it should have read

> :

>

> "At DEC, was there any intentional separation between the scope of the

> functions of the OS and the applications ? "

>

> I tried to send the new version, my Newsreader has it in the Sent box,

> but it has not posted online.

>

> Nevertheless, your reply was on target.


:-) I guessed correctly.


> The question I was circling around is this - where is the imaginary

> mark between OS and Apps ?



The system call has been the traditional line and most software did not
cross it. There were exceptions but those were rare and were used
only for the configurations which needed the extras privs.

>

> And at what point in its history did Microsoft overstep it.


Since the programmers viewed the OS as just another app running on a
PC whcih didn't have to be secure w.r.t. another user, my guess would
be from the beginning. You can be very sloppy about which code runs
in exec or user mode if there is only one "program" ever running on
the system and that program is the kernel.

> Certainly the EU mandarins insisted the "Internet Explorer" browser

> and "Windows Media Player" should not be bundled in an OS.


Tehre is a huge difference between bundling and having an app insert
its tengrils into the running monitor at runtime or later.

> But surely it goes back to the early 1980's and the startup of MS-DOS

> and WORD.

> It is easy to see how MS could gain from allowing their own

> application access to the Monitor, but deny it for the market

> competition.


Access to the monitor can be done with monitor calls and not DEC's
equivalent of POKE when they only wanted to PEEK or SPY.

>

> Since you have read this far, /BAH - what were consequences of

> "Cutler's last stand" ?


Any software developer who needed something from the monitor would
not design a system call but simply read/write what s/he needed
into the running kernal. Design reviews would not have refused
this flavor of implementation since it was a corporate culture
thing. If there had been questions, the developer would have
plenty of history to point at to get his own way. Cutler tried
to establish that system call wall but nobody else in that
company knew nor wanted to understand the dangers of making that
wall holey. They were running PCs which were single-user, single
owner and didn't need the security that multi-user systems had
to have. I still see this attitude in any PC implementation
even though all now have to run multi-user even if there's
only one human being touching it.

Think about MS' backdoors which have to be there for the update
services. The progammers would not wait to go through a system
call design to get into the deep dark bowels of a running system.

Bottom line to your question: unending security problems and
bugs which, when fixed, beget 3 new ones.


/BAH
Re: New HD [message #34036 is a reply to message #34006] Mon, 21 January 2013 09:20 Go to previous messageGo to next message
Anne &amp; Lynn Wheel is currently offline  Anne &amp; Lynn Wheel
Messages: 3156
Registered: January 2012
Karma: 0
Senior Member
Jorgen Grahn <grahn+nntp@snipabacken.se> writes:
> On the other hand, the story upthread happened in 1993. Already then

> -- or a few years later -- it was understood that if your program

> couldn't cope with running on an SMP system, it was plain broken.

>

> The easiest way to avoid that was not to use threads. The easiest way

> to guarantee breakage was to use threads, without having an SMP system

> to test on.

>

> My first PC (a high-end AST, in 1996) had a free CPU socket on the

> motherboard for a second Pentium. Of course, it never made sense to

> add one, with hardware evolving so fast back then.

>

> I still don't own an actual SMP or "multi-core" system.


there were system support for multiprocessors on server side going back
decades ... handling multiple different applications running
simultaneously ... and there were some number of multi-threaded system
software like dbms and transaction systems that could take advantage of
multiprocessors. although lots of the earlier implementations only
allowed processor executing in single section of code at a time ... aka
different applications running on different processors with kernel
spin-lock ... so that entry to kernel was limited to single processor at
a time.

old post
http://www.garlic.com/~lynn/2007i.html#78
referencing
http://www.theregister.co.uk/2007/05/01/mundie_mundie/

from above:

Microsoft, to its credit, has multi-threaded the calculations in Office
Excel 2007. But that's about where the credit ends.

Intel and AMD executives fail to hide their disappointment with
Microsoft well on the multi-threaded software front.

During a speech last June, Intel SVP Pat Gelsinger said the following:

"A couple of years ago, I had a discussion with Bill Gates (about the
multi-core products). He was just in disbelief. He said, 'We can't write
software to keep up with that.'"

Gates ordered the Intel executive to keep pumping out faster product.
"No, Bill, it's not going to work that way," Gelsinger informed him.

.... snip ...

Sequent had 32-way in the 80s/90s supported by their dynix version of
unix ... and in the 90-s were one of the companies doing 256-way with
sci. we did some work with sequent about their 256-way Numa-Q ... and
they mentioned that they done most of the work on NT to take it past
4-way scaleup.

i've mentioned before that charlie had invented compare-and-swap when he
was working on cp67 fine-grain multiprocessor locking (instruction named
compare-and-swap because CAS are charlie's initials) at the science
center. misc. past posts mentioning science center
http://www.garlic.com/~lynn/subtopic.html#545tech
past posts mentioning compare-and-swap and/or multiprocessor
http://www.garlic.com/~lynn/subtopic.html#smp

effort was then made to have compare-and-swap added to the upcoming 370
.... but was initially rebuffed by the owners of 370 architecture. they
claimed that the corporate favorite-son batch operating system people
were claiming test-and-set (multiprocessor locking) instruction (from
360s) was more than adequate for multiprocessor operation. The
"challenge" was to come up with other compare-and-swap uses (than kernel
multiprocessor locking) in order to get compare-and-swap added to 370
.... the result was the application multi-threaded examples (whether
running on multiprocessor or not) ... which still appear in principles
of operation
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/d z9zr003/A.6?DT=20040504121320

misc. past posts mentioning 256-way &/or numa-q
http://www.garlic.com/~lynn/2001.html#46 Small IBM shops
http://www.garlic.com/~lynn/2001d.html#54 VM & VSE news
http://www.garlic.com/~lynn/2001d.html#55 VM & VSE news
http://www.garlic.com/~lynn/2002i.html#83 HONE
http://www.garlic.com/~lynn/2002j.html#45 M$ SMP and old time IBM's LCMP
http://www.garlic.com/~lynn/2004d.html#6 Memory Affinity
http://www.garlic.com/~lynn/2005j.html#13 Performance and Capacity Planning
http://www.garlic.com/~lynn/2005r.html#43 Numa-Q Information
http://www.garlic.com/~lynn/2005r.html#46 Numa-Q Information
http://www.garlic.com/~lynn/2005v.html#0 DMV systems?
http://www.garlic.com/~lynn/2006c.html#40 IBM 610 workstation computer
http://www.garlic.com/~lynn/2006q.html#9 Is no one reading the article?
http://www.garlic.com/~lynn/2007g.html#3 University rank of Computer Architecture
http://www.garlic.com/~lynn/2007i.html#78 John W. Backus, 82, Fortran developer, dies
http://www.garlic.com/~lynn/2007m.html#13 Is Parallel Programming Just Too Hard?
http://www.garlic.com/~lynn/2007n.html#1 Is Parallel Programming Just Too Hard?
http://www.garlic.com/~lynn/2008i.html#2 Microsoft versus Digital Equipment Corporation
http://www.garlic.com/~lynn/2008i.html#5 Microsoft versus Digital Equipment Corporation
http://www.garlic.com/~lynn/2009.html#5 Is SUN going to become x86'ed ??
http://www.garlic.com/~lynn/2009s.html#5 While watching Biography about Bill Gates on CNBC last Night
http://www.garlic.com/~lynn/2009s.html#20 Larrabee delayed: anyone know what's happening?
http://www.garlic.com/~lynn/2009s.html#59 Problem with XP scheduler?
http://www.garlic.com/~lynn/2010.html#27 Oldest Instruction Set still in daily use?
http://www.garlic.com/~lynn/2010e.html#68 Entry point for a Mainframe?
http://www.garlic.com/~lynn/2010f.html#13 What was the historical price of a P/390?
http://www.garlic.com/~lynn/2010f.html#48 Nonlinear systems and nonlocal supercomputing
http://www.garlic.com/~lynn/2010h.html#19 How many mainframes are there?
http://www.garlic.com/~lynn/2010i.html#61 IBM to announce new MF's this year
http://www.garlic.com/~lynn/2010m.html#54 IBM Unleashes 256-core Unix Server, Its Biggest Yet
http://www.garlic.com/~lynn/2011f.html#85 SV: USS vs USS
http://www.garlic.com/~lynn/2011o.html#79 Why are organizations sticking with mainframes?
http://www.garlic.com/~lynn/2011p.html#122 Deja Cloud?
http://www.garlic.com/~lynn/2012f.html#94 Time to competency for new software language?
http://www.garlic.com/~lynn/2012i.html#15 Can anybody give me a clear idea about Cloud Computing in MAINFRAME ?

--
virtualization experience starting Jan1968, online at home since Mar1970
Re: New HD [message #34037 is a reply to message #34007] Mon, 21 January 2013 09:38 Go to previous messageGo to next message
Elliott Roper is currently offline  Elliott Roper
Messages: 129
Registered: October 2012
Karma: 0
Senior Member
In article <kdj1cs$cb4$1@dont-email.me>, Charles Richmond
<numerist@aquaporin4.com> wrote:

> "Elliott Roper" <nospam@yrl.co.uk> wrote in message

> news:200120132300522435%nospam@yrl.co.uk...

>> In article <kdhgbp$3us$1@dont-email.me>, Charles Richmond

>> <numerist@aquaporin4.com> wrote:

>>

>>> Now my new fear is... that *everything* I know will become

>>> obsolete and useless in a pragmatic sense.

>>

>> That's everybody's fear. The half life of geekish knowledge is no more

>> than 4 years. I can still write PDP-8 and 11 Assembler and nobody

>> cares. Oh, and Teco...

>>

>

> That's it in a nutshell, Mr. Roper!!! You (and I) can do a lot of neat

> things like PDP-8 and PDP-11 Assembly language... and *no* one gives a

> flying rat's ass about it anymore!!! It saddens me and it's emotionally

> taxing. All those things we know how to do... those things are as *cool* as

> they ever were!!! People just can *not* appreciate them anymore..... :-(

>

Emotionally taxing? You know, I never cared about anyone appreciating
my programming. The absolute best thing about writing and debugging
code is you don't have to wait for the critics. The machine tells you
straight away and it doesn't lie, does not flatter, and does not have a
hidden agenda.

The only critics worth having are the ones who steal your code and make
it better.

You and I have ridden the mini-computer wave. It sucked us in at the
beginning, and spat us out on the beach. Sad? Not me! It was a blast.

--
To de-mung my e-mail address:- fsnospam$elliott$$
PGP Fingerprint: 1A96 3CF7 637F 896B C810 E199 7E5C A9E4 8E59 E248
Re: New HD [message #34038 is a reply to message #33923] Mon, 21 January 2013 09:52 Go to previous messageGo to next message
Peter Flass is currently offline  Peter Flass
Messages: 8375
Registered: December 2011
Karma: 0
Senior Member
On 1/20/2013 1:23 PM, Charlie Gibbs wrote:
> In article <kdf8m8$cub$1@dont-email.me>, numerist@aquaporin4.com

> (Charles Richmond) writes:

>

>> "Charlie Gibbs" <cgibbs@kltpzyxm.invalid> wrote in message

>> news:945.802T2719T8376240@kltpzyxm.invalid...

>>

>>> In article <slrnkfkonp.ah7.grahn+nntp@frailea.sa.invalid>,

>>> grahn+nntp@snipabacken.se (Jorgen Grahn) writes:

>>>

>>>> On Fri, 2013-01-18, jmfbahciv wrote:

>>>>

>>>> > Ibmekon wrote:

>>>> ...

>>>> >> Only in recent years have I begun to be impressed by modern

>>>> >> computers.

>>>> >

>>>> > The hardware is OK; the OSes still need a lot of work. OSes

>>>> > should be seen and not heard unless asked.

>>>> >

>>>> > Every single one still needs to be wrestled with on a minutely

>>>> > basis.

>>>>

>>>> It's not OSes, but software in general. My hardware may be 100 or

>>>> 1000 times larger/faster/better now compare to 1993, but my software

>>>> isn't.

>>>

>>> Your software might not be faster or better, but it _is_ larger.

>>> What the heck, two out of three ain't bad.

>>

>> Charlie... only *one* out of three has improved. The *size* has

>> increased. One out of three *is* pretty bad....

>

> Oops. I was focusing on the fact that software wasn't really

> "better", and missed the fact that it isn't faster either.

> LIke harware, though, it's definitely larger. OK, 1 for 3.

>

> But this is all irrelevant in the eyes of a company like Microsoft.

> The one relevant question is: "Does it make money?" And there,

> alas, the answer is a resounding "yes".

>


Or hopefully now, with "windoze ate", "NO!"

--
Pete
Re: New HD [message #34039 is a reply to message #33938] Mon, 21 January 2013 10:01 Go to previous messageGo to next message
Peter Flass is currently offline  Peter Flass
Messages: 8375
Registered: December 2011
Karma: 0
Senior Member
On 1/20/2013 3:06 PM, Ahem A Rivet's Shot wrote:
> On Sun, 20 Jan 2013 18:42:30 +0000 (UTC)

> Joe Makowiec <makowiec@invalid.invalid> wrote:

>

>> On 20 Jan 2013 in alt.folklore.computers, Ahem A Rivet's Shot wrote:

>>

>>> On Sun, 20 Jan 2013 11:36:43 -0500

>>> Peter Flass <Peter_Flass@Yahoo.com> wrote:

>>>

>>>> OTOH, many photos 150 years old or so are still in file condition.

>>>> Will the computer stuff still be readable? {old nit returns)

>>>

>>> It will - provided it's been copied onto more up to date media as

>>> it becomes available and before the old media is unreadable.

>>

>> It's not just the media, it's the file format. You're making the

>

> Sure, you may well have to move it into a more modern format from

> time to time.

>

>> assumption that, in the future, there will still be software capable of

>> reading the format.

>

> No I'm making the assumption that before the data is unreadable it

> will be copied to something that will be readable for longer.


All well and good to say this, and I'm sure the "archive" sites will
keep up, but what about the digital equivalent of the photo album that
sits in Grandma's attic for 100 years and is finally rediscovered when
the house is sold or torn down. You dig out a 1GB flash drive with a
bunch of JPEGs on it...

--
Pete
Re: New HD [message #34040 is a reply to message #33939] Mon, 21 January 2013 10:04 Go to previous messageGo to next message
Peter Flass is currently offline  Peter Flass
Messages: 8375
Registered: December 2011
Karma: 0
Senior Member
On 1/20/2013 3:11 PM, Walter Bushell wrote:
> In article <kdh6m5$roo$3@dont-email.me>,

> Peter Flass <Peter_Flass@Yahoo.com> wrote:

>

>> On 1/19/2013 7:27 PM, Walter Bushell wrote:

>>>

>>> I used Foxbase+ Mac and it was a great product for the time. When I

>>> heard that Microsoft was taking it over I knew the jig was probably

>>> up.

>>

>> Micro$oft is the CA of small computers.

>

> CA ? caca?

>


Computer Associates, notorious for buying up lots of small mainframe
software companies with good products and good support, then destroying
them thru bad management and cheese-paring.

--
Pete
Re: New HD [message #34041 is a reply to message #33940] Mon, 21 January 2013 10:07 Go to previous messageGo to next message
Peter Flass is currently offline  Peter Flass
Messages: 8375
Registered: December 2011
Karma: 0
Senior Member
On 1/20/2013 3:17 PM, Walter Banks wrote:
>

> The wake up call for MS was a couple years ago at the rapid

> decline in desktop computers. w8 represents the first real change

> in quite a while with a screen design *borrowed* from tablets and

> finally real support for processors other than x86 based.


FSVO "real support". Apple moved Macs from POWER to Intel and provided
the ability to run the old binaries.

>

> MS does seem to have addressed reliability issues a decade

> or more ago starting with nt and w2k but the *nix guys are

> still waving that around.

>


NT was certainly better than 95...

--
Pete
Re: New HD [message #34042 is a reply to message #33970] Mon, 21 January 2013 10:13 Go to previous messageGo to next message
Peter Flass is currently offline  Peter Flass
Messages: 8375
Registered: December 2011
Karma: 0
Senior Member
On 1/20/2013 7:35 PM, Charlie Gibbs wrote:
> In article <kdhhki$c30$1@dont-email.me>, numerist@aquaporin4.com

> (Charles Richmond) writes:

>

>> What the current crop of computer science students *think* is going on

>> inside the computer... is most likely far removed from reality.

>

> Current crop? In 1970 I found the CS curriculum to be so far up the

> ivory tower that I dropped out and found a programming job in the

> Real World.

>


Must have been the school. I went back to grad school in CS in the
early 70s, and I still use a lot of what I learned.

--
Pete
Re: New HD [message #34043 is a reply to message #34024] Mon, 21 January 2013 10:19 Go to previous messageGo to next message
Walter Banks is currently offline  Walter Banks
Messages: 1000
Registered: July 2012
Karma: 0
Senior Member
jmfbahciv wrote:

> Dan Espen wrote:

>> Walter Banks <walter@bytecraft.com> writes:

>>

>>> "Shmuel (Seymour J.) Metz" wrote:

>>>

>>>> In <50FAA334.9214FBE8@bytecraft.com>, on 01/19/2013

>>>> at 08:44 AM, Walter Banks <walter@bytecraft.com> said:

>>>>

>>>> >Hardware is still sold, a lot of the software developed in the

>>>> >last twenty years has been developed in the atmosphere of software

>>>> >should be *free*. There is little incentive for innovative software

>>>> >development.

>>>>

>>>> There's been plenty of free innovative mainframe software. For that

>>>> matter, there are free PC compilers and interpreters for a number of

>>>> languages, some quite innovative.

>>>

>>> The bulk of of the PC compilers are based on 30+ year old

>>> technology. In the PC world language design and implementation

>>> has been essentially stalled for several years.

>>

>> Any evidence to back up your assertion?

>>

>> I don't follow GCC all that closely, but it seems to me there are

>> new versions and release numbers and talk of forks. Must be something

>> going on there.

>>

> Morten did a write-up of what needs to be done. IIRC, it was about 2004 or

> so. He hasn't mentioned that any of it...well, except one...has been

> done to his satisfaction.

>

> /BAH


There are really two lists, the one to keep the current GCC working and
the complete language technology update that GCC needs to support new
processors and innovation.

A better way to look at GCC is it was written when overlays and compile
to asm was need to barely get it to run on the available hardware. It has
been patched and tweaked many times but the fundamental design is
decades old.

It is like using 50's era machine shop tools when your competitors
are using NC machines and laser cutters.


w..



w..
Re: New HD [message #34044 is a reply to message #34022] Mon, 21 January 2013 10:25 Go to previous messageGo to next message
Peter Flass is currently offline  Peter Flass
Messages: 8375
Registered: December 2011
Karma: 0
Senior Member
On 1/21/2013 8:06 AM, jmfbahciv wrote:
>

> I had a much different technique. If I had to think about something,

> I'd play some kind of game, IIR Go, so that my fingers stayed busy

> while I thought. Randomly, changing sources makes me sudder and

> want to head for the backup tape :-).

>


I just ran into this the other day, and with my own code, too, but from
several years ago. I kept tweaking things and couldn't figure out why I
couldn't get it to work the way I wanted. Finally I sat down and went
thru it thoroughly and it turned out I was misunderstanding what a
routine was doing, probably because the name seemed to say one thing and
the code actually did something different (originally did the first and
later changed, but kept the old name for some stupid reason -- fixed
now, plus added comments.)


--
Pete
Re: New HD [message #34045 is a reply to message #34021] Mon, 21 January 2013 10:28 Go to previous messageGo to next message
Dan Espen is currently offline  Dan Espen
Messages: 3867
Registered: January 2012
Karma: 0
Senior Member
jmfbahciv <See.above@aol.com> writes:

> Dan Espen wrote:

>> Walter Banks <walter@bytecraft.com> writes:

>>

>>> Dan Espen wrote:

>>>

>>>> Walter Banks <walter@bytecraft.com> writes:

>>>>

>>>> > "Shmuel (Seymour J.) Metz" wrote:

>>>> >

>>>> >> In <50FAA334.9214FBE8@bytecraft.com>, on 01/19/2013

>>>> >> at 08:44 AM, Walter Banks <walter@bytecraft.com> said:

>>>> >>

>>>> >> >Hardware is still sold, a lot of the software developed in the

>>>> >> >last twenty years has been developed in the atmosphere of software

>>>> >> >should be *free*. There is little incentive for innovative software

>>>> >> >development.

>>>> >>

>>>> >> There's been plenty of free innovative mainframe software. For that

>>>> >> matter, there are free PC compilers and interpreters for a number of

>>>> >> languages, some quite innovative.

>>>> >

>>>> > The bulk of of the PC compilers are based on 30+ year old

>>>> > technology. In the PC world language design and implementation

>>>> > has been essentially stalled for several years.

>>>>

>>>> Any evidence to back up your assertion?

>>>>

>>>> I don't follow GCC all that closely, but it seems to me there are

>>>> new versions and release numbers and talk of forks. Must be something

>>>>

>>>

>>> There are lots of new GCC releases but the fundamental design

>>> has not changed. The design holes that were in GCC more than

>>> a decade ago remain.They still don't participate in language standards

>>> there overall code generation has only minimally improved in the

>>> last 15 years. LLVM has for the most part not really changed

>>> the fundamental issues in GCC although as a project it is better

>>> managed.

>>>

>>> Harsh words maybe but there is a lot of room for the addition of

>>> new technology but it will require major redesign and perhaps a

>>> million new lines of code.

>>

>> The wikipedia page gives a different picture.

>>

>> It takes bucks to participate in language standards,

>> besides, meetings are for losers.

>

> Depends on whether you can run a good meeting or not.


A good meeting is one that doesn't happen.

Actually, during the Y2K boom, we had "meeting training".
We got a whole bunch of rules, including one person holding a
stop watch.

Adhering to all those rules improved a meeting, but meetings
are still not my favorite thing. Too much group think.

> As much as we hated standards and their committees, we wouldn't

> have been able to survive or stay sane without them.


What's better, standards or everyone using GNUMAKE?

I know what I chose.

If I could have, I'd have made the same choice for gcc.

--
Dan Espen
Re: New HD [message #34046 is a reply to message #34039] Mon, 21 January 2013 10:55 Go to previous messageGo to next message
Ahem A Rivet's Shot is currently offline  Ahem A Rivet's Shot
Messages: 4843
Registered: January 2012
Karma: 0
Senior Member
On Mon, 21 Jan 2013 10:01:52 -0500
Peter Flass <Peter_Flass@Yahoo.com> wrote:

> On 1/20/2013 3:06 PM, Ahem A Rivet's Shot wrote:

>> On Sun, 20 Jan 2013 18:42:30 +0000 (UTC)

>> Joe Makowiec <makowiec@invalid.invalid> wrote:

>>

>>> On 20 Jan 2013 in alt.folklore.computers, Ahem A Rivet's Shot wrote:

>>>

>>>> On Sun, 20 Jan 2013 11:36:43 -0500

>>>> Peter Flass <Peter_Flass@Yahoo.com> wrote:

>>>>

>>>> > OTOH, many photos 150 years old or so are still in file condition.

>>>> > Will the computer stuff still be readable? {old nit returns)

>>>>

>>>> It will - provided it's been copied onto more up to date media as

>>>> it becomes available and before the old media is unreadable.

>>>

>>> It's not just the media, it's the file format. You're making the

>>

>> Sure, you may well have to move it into a more modern format

>> from time to time.

>>

>>> assumption that, in the future, there will still be software capable of

>>> reading the format.

>>

>> No I'm making the assumption that before the data is unreadable

>> it will be copied to something that will be readable for longer.

>

> All well and good to say this, and I'm sure the "archive" sites will

> keep up, but what about the digital equivalent of the photo album that

> sits in Grandma's attic for 100 years and is finally rediscovered when

> the house is sold or torn down. You dig out a 1GB flash drive with a

> bunch of JPEGs on it...


Yep that's a problem. The data *can* be kept readable and usable,
but it has to be done or it becomes a data recovery problem, probably a
*very* hard one with a century old flash drive.

--
Steve O'Hara-Smith | Directable Mirror Arrays
C:>WIN | A better way to focus the sun
The computer obeys and wins. | licences available see
You lose and Bill collects. | http://www.sohara.org/
Re: New HD [message #34047 is a reply to message #34008] Mon, 21 January 2013 11:15 Go to previous messageGo to next message
D.J. is currently offline  D.J.
Messages: 821
Registered: January 2012
Karma: 0
Senior Member
On Mon, 21 Jan 2013 03:25:20 -0600, "Charles Richmond"
<numerist@aquaporin4.com> wrote:
> "Charlie Gibbs" <cgibbs@kltpzyxm.invalid> wrote in message

> news:614.803T420T9993641@kltpzyxm.invalid...

>> In article <50FC50CE.ADFEFAC9@bytecraft.com>, walter@bytecraft.com

>> (Walter Banks) writes:

>>

>>> MS does seem to have addressed reliability issues a decade

>>> or more ago starting with nt and w2k but the *nix guys are

>>> still waving that around.

>>

>> On the other hand, just the other day we had a test bed go down

>> because Windows 7 decided to install an update and reboot.

>>

>

> If Windows 7 is anything like Vista, Charlie, you can select *not* to

> receive automatic updates... and just pick a time to update the system

> yourself. I had to do that to my wife's machine, because she got tired of

> the updates delaying her use of the computer.


I let the computer, Vista, tell me updates are available, and decide
which ones myself. All stems from an issue with a Win98Se computer
that insisted on trying to install a patch for a sound card not on the
computer. I copied my files off and formated and installed WinXP when
it became available.
..
JimP.
--
Brushing aside the thorns so I can see the stars.
http://www.linuxgazette.net/ Linux Gazette
http://www.drivein-jim.net/ Drive-In movie theaters
http://story.drivein-jim.net/ A story Feb, 2011
Re: New HD [message #34048 is a reply to message #33937] Mon, 21 January 2013 11:20 Go to previous messageGo to next message
Stan Barr is currently offline  Stan Barr
Messages: 598
Registered: December 2011
Karma: 0
Senior Member
On Sun, 20 Jan 2013 14:07:53 -0600, Charles Richmond
<numerist@aquaporin4.com> wrote:
> "Stan Barr" <plan.b@dsl.pipex.com> wrote in message

> news:slrnkfn8u2.28r.plan.b@ID-309335.user.uni-berlin.de...

>> On 19 Jan 2013 23:22:04 GMT, Jorgen Grahn <grahn+nntp@snipabacken.se>

>> wrote:

>>> On Sat, 2013-01-19, Stan Barr wrote:

>>> ...

>>>> I like Gnome2 because you can make it somewhat oldschool Mac-like.

>>>> Someone on the Gnome2 team was obviously a Mac user.

>>>

>>> Most likely the same guy who decided OK/Cancel dialogues should say

>>> [Cancel] [OK] rather than [OK] [Cancel]. Very annoying for (as far as

>>> I can tell) users of pretty much anything but a Mac.

>>

>> Historical note:

>> Legend has it that the original Mac prompt said [cancel] [doit] and users

>> read doit as dolt and took offence :-)

>>

>

> Sounds like an "Urban legend", Stan. It is true that the nine-one-one

> emergency number in the US was once calle nine-eleven. The 9-1-1 was the

> preferred way to say it... because the dumb folk wasted time looking for the

> 11 key on the phone!!! :-) Stupidity is inifinite.


If they'd used the original 999 number introduced in 1937 there would
have been no problem :-)

--
Cheers,
Stan Barr plan.b .at. dsl .dot. pipex .dot. com

The future was never like this!
Re: New HD [message #34049 is a reply to message #34043] Mon, 21 January 2013 11:41 Go to previous messageGo to next message
Dan Espen is currently offline  Dan Espen
Messages: 3867
Registered: January 2012
Karma: 0
Senior Member
Walter Banks <walter@bytecraft.com> writes:

> jmfbahciv wrote:

>

>> Dan Espen wrote:

>>> Walter Banks <walter@bytecraft.com> writes:

>>>

>>>> "Shmuel (Seymour J.) Metz" wrote:

>>>>

>>>> > In <50FAA334.9214FBE8@bytecraft.com>, on 01/19/2013

>>>> > at 08:44 AM, Walter Banks <walter@bytecraft.com> said:

>>>> >

>>>> > >Hardware is still sold, a lot of the software developed in the

>>>> > >last twenty years has been developed in the atmosphere of software

>>>> > >should be *free*. There is little incentive for innovative software

>>>> > >development.

>>>> >

>>>> > There's been plenty of free innovative mainframe software. For that

>>>> > matter, there are free PC compilers and interpreters for a number of

>>>> > languages, some quite innovative.

>>>>

>>>> The bulk of of the PC compilers are based on 30+ year old

>>>> technology. In the PC world language design and implementation

>>>> has been essentially stalled for several years.

>>>

>>> Any evidence to back up your assertion?

>>>

>>> I don't follow GCC all that closely, but it seems to me there are

>>> new versions and release numbers and talk of forks. Must be something

>>> going on there.

>>>

>> Morten did a write-up of what needs to be done. IIRC, it was about 2004 or

>> so. He hasn't mentioned that any of it...well, except one...has been

>> done to his satisfaction.

>>

>> /BAH

>

> There are really two lists, the one to keep the current GCC working and

> the complete language technology update that GCC needs to support new

> processors and innovation.

>

> A better way to look at GCC is it was written when overlays and compile

> to asm was need to barely get it to run on the available hardware. It has

> been patched and tweaked many times but the fundamental design is

> decades old.

>

> It is like using 50's era machine shop tools when your competitors

> are using NC machines and laser cutters.


You know, you are welcome to become a gcc contributor.

Recent developments:

Link-time optimization
a transition from C to C++ as the implementation language
A switch from LALR parsers generated with Bison, to hand-written
recursive-descent parsers.

--
Dan Espen
Re: New HD [message #34050 is a reply to message #34013] Mon, 21 January 2013 11:57 Go to previous messageGo to next message
Charlie Gibbs is currently offline  Charlie Gibbs
Messages: 5313
Registered: January 2012
Karma: 0
Senior Member
In article <slrnkfq3j9.2b5.greymausg@gmaus.org>, greymausg@mail.com
(greymausg) writes:

> On 2013-01-21, Gene Wirchenko <genew@telus.net> wrote:

>

>> On Fri, 18 Jan 2013 11:10:06 +0000, Ahem A Rivet's Shot

>> <steveo@eircom.net> wrote:

>>

>> [snip]

>>

>>> Try finding a system with less than 8 megs of RAM now.

>>> I have a phone that qualifies and probably a dishwasher (it's

>>> fairly old) but I wouldn't bet on the (much newer) washing

>>> machine or the TV.

>>

>> I was thinking desktop systems as I read that and thought the

>> figure was a bit high. Then, I noted that it was megs, not gigs.

>

> AFAIK, no machine to test it, but you can use email on a C64.


"Give me a telnet long enough and an Ethernet port on which to
place it, and I shal move the mail."

--
/~\ cgibbs@kltpzyxm.invalid (Charlie Gibbs)
\ / I'm really at ac.dekanfrus if you read it the right way.
X Top-posted messages will probably be ignored. See RFC1855.
/ \ HTML will DEFINITELY be ignored. Join the ASCII ribbon campaign!
Re: New HD [message #34051 is a reply to message #34025] Mon, 21 January 2013 12:24 Go to previous messageGo to next message
Rod Speed is currently offline  Rod Speed
Messages: 3507
Registered: January 2012
Karma: 0
Senior Member
32

"jmfbahciv" <See.above@aol.com> wrote in message
news:PM0004D3CBE8E91BEB@aca2fc49.ipt.aol.com...
> Charles Richmond wrote:

>> "Elliott Roper" <nospam@yrl.co.uk> wrote in message

>> news:200120132300522435%nospam@yrl.co.uk...

>>> In article <kdhgbp$3us$1@dont-email.me>, Charles Richmond

>>> <numerist@aquaporin4.com> wrote:

>>>

>>>> Now my new fear is... that *everything* I know will become

>>>> obsolete and useless in a pragmatic sense.

>>>

>>> That's everybody's fear. The half life of geekish knowledge is no more

>>> than 4 years. I can still write PDP-8 and 11 Assembler and nobody

>>> cares. Oh, and Teco...

>>>

>>

>> That's it in a nutshell, Mr. Roper!!! You (and I) can do a lot of neat

>> things like PDP-8 and PDP-11 Assembly language... and *no* one gives a

>> flying rat's ass about it anymore!!! It saddens me and it's emotionally

>> taxing. All those things we know how to do... those things are as *cool*

>> as

>> they ever were!!! People just can *not* appreciate them anymore..... :-(


> But in this computing biz, what used to be will be done again.


Nope, great swags of it never will be again.

With decent optimising cross compilers like Walter's, there is absolutely
no point whatever in hand crafted assembler anymore unless it’s just a
hobby where you cant justify the cost of one of his cross compilers or you
enjoy doing it and accept that you wont be able to do as good a result.

In fact it remains to be seen whether we will see architectures that
are optimised for that sort of optimising cross compiler which are
just not suited to hand crafted assembler by humans at all.

We are already seeing that with high performance
military fighters that just cant be flown if the computer
stops working and the only viable option is to eject.
You just cant hand fly them anymore.

> At some point, the underbelly of a system will be so complicated

> and so dependent on other complicated messes, that someone

> will come up with "new" bright idea of a PDP-8 or PDP-11 of

> the original days


That happened LONG ago with single chip micros. Some of
them are quite a bit simpler than the PDP-11 and the PDP-8
is just too limited for the approach it took to be viable now
even with the most resource limited micros.

> to do a task which is very important but doens't need all

> the fancy shmancy character machine language support.


That happened LONG ago now.

> We may not see it; it took 2 more decades for people

> to "rediscover" multi-CPUs in an SMP configuration


Bullshit it did. That config never went away.

And the way google does it is NOTHING like the way DEC
used to do it, for a reason.

> (they're still not quite there yet)


Bullshit. They have in fact left it for dead, particularly with
operations like google.

> than I thought would happen. The software underbelly is

> in such a mess that it may take a while for that to become

> better before the focus reverts back to hardware improvments.


Even sillier. We see hardware improvements at a
MUCH higher rate than we ever do with software.
Re: New HD [message #34066 is a reply to message #34022] Mon, 21 January 2013 12:28 Go to previous messageGo to next message
Rod Speed is currently offline  Rod Speed
Messages: 3507
Registered: January 2012
Karma: 0
Senior Member
"jmfbahciv" <See.above@aol.com> wrote in message
news:PM0004D3CBA65B5FA9@aca2fc49.ipt.aol.com...
> Jorgen Grahn wrote:

>> On Sun, 2013-01-20, Walter Bushell wrote:

>>> In article <alv8a6FptcgU1@mid.individual.net>,

>>> Bob Martin <bob.martin@excite.com> wrote:

>> ...

>>>> The faster the CPUs, the cheaper the RAM gets, the sloppier the

> programmers.

>>>> Making a program fit in 4KB really concentrated the mind!

>>>

>>> Not to mention getting perhaps one or two turn arounds a day. One desk

>>> checked *well*.

>>

>> That was before my time, except of course there are still situations

>> where you cannot *test* your software as well or often as you'd like.

>>

>>> Nowadays, you can't produce at the rate you are

>>> expected to if you do. Submit and recompile and get your sintax[1] err

>>> errors in seconds. This produces a more diffuse and confused state of

>>> mind which is much less pleasant and also more logical errors,

>>> methinks.

>>

>> It's a bit of both. Sometimes it makes perfect sense to hand over

>> work to the computer, e.g. "remove this variable declaration and then

>> compile-edit-compile until the resulting errors go away".

>>

>> At other times you should really stop and *think* -- but thinking is

>> hard and it's so much easier to just hack at the code at random until

>> it seems to work. Unit testing often has that effect on me; if I have

>> a lot of passing tests, I find it hard to convince myself that I

>> should also study the code until I see that it's obviously correct.

>

> I had a much different technique. If I had to think about something,

> I'd play some kind of game, IIR Go, so that my fingers stayed busy

> while I thought.


Yeah, I still do that with Freecell Pro.

More for the fundamentals of how I will do something
than the fine detail of the implementation, but quite a
bit with the fine detail too.

And not just with computing either, also with DIY
stuff and building kitchens from scratch etc too.

> Randomly, changing sources makes me sudder

> and want to head for the backup tape :-).


I don’t do that so much but can start implementing
something, realise that there is a real downside with
that approach, and need to backup and head off in
a different direction when I realise that there is a
much better approach for implementing it.
Re: New HD [message #34067 is a reply to message #34037] Mon, 21 January 2013 12:33 Go to previous messageGo to next message
Rod Speed is currently offline  Rod Speed
Messages: 3507
Registered: January 2012
Karma: 0
Senior Member
"Elliott Roper" <nospam@yrl.co.uk> wrote in message
news:210120131438525855%nospam@yrl.co.uk...
> In article <kdj1cs$cb4$1@dont-email.me>, Charles Richmond

> <numerist@aquaporin4.com> wrote:

>

>> "Elliott Roper" <nospam@yrl.co.uk> wrote in message

>> news:200120132300522435%nospam@yrl.co.uk...

>>> In article <kdhgbp$3us$1@dont-email.me>, Charles Richmond

>>> <numerist@aquaporin4.com> wrote:

>>>

>>>> Now my new fear is... that *everything* I know will become

>>>> obsolete and useless in a pragmatic sense.

>>>

>>> That's everybody's fear. The half life of geekish knowledge is no more

>>> than 4 years. I can still write PDP-8 and 11 Assembler and nobody

>>> cares. Oh, and Teco...

>>>

>>

>> That's it in a nutshell, Mr. Roper!!! You (and I) can do a lot of neat

>> things like PDP-8 and PDP-11 Assembly language... and *no* one gives a

>> flying rat's ass about it anymore!!! It saddens me and it's emotionally

>> taxing. All those things we know how to do... those things are as *cool*

>> as

>> they ever were!!! People just can *not* appreciate them anymore..... :-(

>>

> Emotionally taxing? You know, I never cared about anyone appreciating

> my programming. The absolute best thing about writing and debugging

> code is you don't have to wait for the critics. The machine tells you

> straight away and it doesn't lie, does not flatter, and does not have a

> hidden agenda.

>

> The only critics worth having are the ones who steal your code and make

> it better.

>

> You and I have ridden the mini-computer wave. It sucked us in at the

> beginning, and spat us out on the beach. Sad? Not me! It was a blast.


Yep, no regrets at all.
Re: New HD [message #34068 is a reply to message #34039] Mon, 21 January 2013 12:34 Go to previous messageGo to next message
Rod Speed is currently offline  Rod Speed
Messages: 3507
Registered: January 2012
Karma: 0
Senior Member
"Peter Flass" <Peter_Flass@Yahoo.com> wrote in message
news:kdjl79$s49$1@dont-email.me...
> On 1/20/2013 3:06 PM, Ahem A Rivet's Shot wrote:

>> On Sun, 20 Jan 2013 18:42:30 +0000 (UTC)

>> Joe Makowiec <makowiec@invalid.invalid> wrote:

>>

>>> On 20 Jan 2013 in alt.folklore.computers, Ahem A Rivet's Shot wrote:

>>>

>>>> On Sun, 20 Jan 2013 11:36:43 -0500

>>>> Peter Flass <Peter_Flass@Yahoo.com> wrote:

>>>>

>>>> > OTOH, many photos 150 years old or so are still in file condition.

>>>> > Will the computer stuff still be readable? {old nit returns)

>>>>

>>>> It will - provided it's been copied onto more up to date media as

>>>> it becomes available and before the old media is unreadable.

>>>

>>> It's not just the media, it's the file format. You're making the

>>

>> Sure, you may well have to move it into a more modern format from

>> time to time.

>>

>>> assumption that, in the future, there will still be software capable of

>>> reading the format.

>>

>> No I'm making the assumption that before the data is unreadable it

>> will be copied to something that will be readable for longer.

>

> All well and good to say this, and I'm sure the "archive" sites will keep

> up, but what about the digital equivalent of the photo album that sits in

> Grandma's attic for 100 years and is finally rediscovered when the house

> is sold or torn down. You dig out a 1GB flash drive with a bunch of JPEGs

> on it...


Bet there will be those who specialise in recovering the data from them.
Re: New HD [message #34069 is a reply to message #34007] Mon, 21 January 2013 12:40 Go to previous messageGo to next message
Rod Speed is currently offline  Rod Speed
Messages: 3507
Registered: January 2012
Karma: 0
Senior Member
"Charles Richmond" <numerist@aquaporin4.com> wrote in message
news:kdj1cs$cb4$1@dont-email.me...
> "Elliott Roper" <nospam@yrl.co.uk> wrote in message

> news:200120132300522435%nospam@yrl.co.uk...

>> In article <kdhgbp$3us$1@dont-email.me>, Charles Richmond

>> <numerist@aquaporin4.com> wrote:

>>

>>> Now my new fear is... that *everything* I know will become

>>> obsolete and useless in a pragmatic sense.

>>

>> That's everybody's fear. The half life of geekish knowledge is no more

>> than 4 years. I can still write PDP-8 and 11 Assembler and nobody

>> cares. Oh, and Teco...


> That's it in a nutshell, Mr. Roper!!! You (and I) can do a lot of neat

> things like PDP-8 and PDP-11 Assembly language... and *no* one gives a

> flying rat's ass about it anymore!!!


> It saddens me and it's emotionally taxing.


It doesn't me, I just do it with the new stuff instead.

> All those things we know how to do... those things are as *cool* as they

> ever were!!! People just can *not* appreciate them anymore..... :-(


They do apps for the android and ios instead and those are MUCH
more useful to others than anything we ever did if they are any good.
Re: New HD [message #34071 is a reply to message #34006] Mon, 21 January 2013 12:47 Go to previous messageGo to next message
Stan Barr is currently offline  Stan Barr
Messages: 598
Registered: December 2011
Karma: 0
Senior Member
On 21 Jan 2013 09:21:40 GMT, Jorgen Grahn <grahn+nntp@snipabacken.se> wrote:
>

> My first PC (a high-end AST, in 1996) had a free CPU socket on the

> motherboard for a second Pentium. Of course, it never made sense to

> add one, with hardware evolving so fast back then.

>

> I still don't own an actual SMP or "multi-core" system.


I have a few - this old-ish IBM Thinkcentre, an AMD64 and an old Mac
7300 from 1997/8.
I had an argument recently with a noob who was convinced you needed
multiple cores to run more than one program simultaneously! I blame
Intel's somewhat misleading TV edvertising...

I keep eyeing up old Sun E450s with quad Ultra-Sparcs, I always wanted
a computer on wheels, but then I think of the power consumption :-(

--
Cheers,
Stan Barr plan.b .at. dsl .dot. pipex .dot. com

The future was never like this!
Re: New HD [message #34072 is a reply to message #34045] Mon, 21 January 2013 12:52 Go to previous messageGo to next message
scott is currently offline  scott
Messages: 4237
Registered: February 2012
Karma: 0
Senior Member
Dan Espen <despen@verizon.net> writes:

>

> A good meeting is one that doesn't happen.

>

> Actually, during the Y2K boom, we had "meeting training".

> We got a whole bunch of rules, including one person holding a

> stop watch.


During the late 80's, our meeting training was compliments of
John Cleese's _Meetings, Bloody Meetings_.



I spent most of the 90's as an organizational representative on
the X/Open base standards committee, and contributed to the
Unix International standards as well. We were very careful to avoid
invention in X/Open - to be included in the standard an existence proof must
already have been in existence, preferably by multiple vendors. It was
when the behavior of a given feature varied amongst vendors that things
got tricky.

UI on the other hand, was all about invention (e.g. the DWARF standard came
from UI, along with the Large File (> 2GB) support extensions.

The only standards that would have been interesting to DEC in the BAH years would
have been the ANSI language standards and character set standards, I suspect.

scott
Re: New HD [message #34074 is a reply to message #34007] Mon, 21 January 2013 08:55 Go to previous messageGo to next message
Shmuel (Seymour J.) M is currently offline  Shmuel (Seymour J.) M
Messages: 3286
Registered: July 2012
Karma: 0
Senior Member
In <kdj1cs$cb4$1@dont-email.me>, on 01/21/2013
at 03:22 AM, "Charles Richmond" <numerist@aquaporin4.com> said:

> That's it in a nutshell, Mr. Roper!!! You (and I) can do a lot of

> neat things like PDP-8 and PDP-11 Assembly language... and *no*

> one gives a flying rat's ass about it anymore!!!


OTOH, a knowledge of S/360 or 8088 still carries over to a
considerable extent. Yeah, there are new addressing modes,
instructions and registers, but much of what you learned is still
valid.

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to spamtrap@library.lspace.org
Re: New HD [message #34075 is a reply to message #33999] Mon, 21 January 2013 08:21 Go to previous messageGo to next message
Shmuel (Seymour J.) M is currently offline  Shmuel (Seymour J.) M
Messages: 3286
Registered: July 2012
Karma: 0
Senior Member
In <87mww3gst9.fsf@nudel.nodomain.nowhere>, on 01/20/2013
at 10:42 PM, Mike Spencer <mds@bogus.nodomain.nowhere> said:

> Understood. At that date, there were no multi-CPU or multicore CPUs

> laying around.


Except for, e.g, Bendix, BULL, Burroughs, CDC, GE, IBM, UNIVAC. Then
there was Honeywell, with a virtual MP, the H800.

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to spamtrap@library.lspace.org
Re: New HD [message #34076 is a reply to message #33966] Mon, 21 January 2013 07:56 Go to previous messageGo to next message
Shmuel (Seymour J.) M is currently offline  Shmuel (Seymour J.) M
Messages: 3286
Registered: July 2012
Karma: 0
Senior Member
In <ic7gn75whb.fsf@home.home>, on 01/20/2013
at 05:18 PM, Dan Espen <despen@verizon.net> said:

> I learned by reading POP, Data Macros, the Language reference for

> the macros.


They say that the memory is the second[1] thing to go. Assuming that
you're talking OS/360, you'd need at least 5 types of manuals:

PoOps
Assembler[2]
Data Management[2]
Supervisor[2]
JCL[2]

The exact breakdown for DOS is similar; there is no one manual that
covers the assembler, the data management facilities and the
supervisor facilities.

> My employer at the time refused to believe me and sent me to an IBM

> class anyway.


There are worse things. WSU handed us a stack of 7070 manuals and told
us to read them before class. The class didn't cover anything beyond
what we learned from reading the manuals, and in some cases students
were able to answer questions that the instructor was unable to
handle.

[1] I don't remember the first.

[2] You might need the companion services and user guide manuals,
not just the references.

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to spamtrap@library.lspace.org
Re: New HD [message #34077 is a reply to message #33948] Mon, 21 January 2013 07:43 Go to previous messageGo to next message
Shmuel (Seymour J.) M is currently offline  Shmuel (Seymour J.) M
Messages: 3286
Registered: July 2012
Karma: 0
Senior Member
In <20130120212248.c5f3b530ed6fc77ed32c6f40@eircom.net>, on 01/20/2013
at 09:22 PM, Ahem A Rivet's Shot <steveo@eircom.net> said:

> True, but it's only in recent years that they've become the norm

> to the extent that even phones are coming with quad core

> processors now.


That may be true for small machines, but when is the last time that
you saw a mainframe with only one engine? For that matter, are
uniprocessors really the norm in server farms?

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to spamtrap@library.lspace.org
Re: New HD [message #34078 is a reply to message #33947] Mon, 21 January 2013 07:38 Go to previous messageGo to next message
Shmuel (Seymour J.) M is currently offline  Shmuel (Seymour J.) M
Messages: 3286
Registered: July 2012
Karma: 0
Senior Member
In <20oof8l7fdoaod97758143cr2j7mktqgig@4ax.com>, on 01/20/2013
at 09:24 PM, Nick Spalding <spalding@iol.ie> said:

> I came into the programming business via the hardware one. It has

> always mystified me how people can write programs without at least

> a basic idea of how the machine works.


How do you learn to program a line of compatible computers where each
model has a different implementation? Your way is fine for one-off
designs in the 1950's, but breaks down for processor families.

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to spamtrap@library.lspace.org
Re: New HD [message #34079 is a reply to message #34049] Mon, 21 January 2013 13:15 Go to previous messageGo to next message
Walter Banks is currently offline  Walter Banks
Messages: 1000
Registered: July 2012
Karma: 0
Senior Member
Dan Espen wrote:

> Walter Banks <walter@bytecraft.com> writes:

>

>> jmfbahciv wrote:

>>

>>> Dan Espen wrote:

>>>> Walter Banks <walter@bytecraft.com> writes:

>>>>

>>>> > "Shmuel (Seymour J.) Metz" wrote:

>>>> >

>>>> >> In <50FAA334.9214FBE8@bytecraft.com>, on 01/19/2013

>>>> >> at 08:44 AM, Walter Banks <walter@bytecraft.com> said:

>>>> >>

>>>> >> >Hardware is still sold, a lot of the software developed in the

>>>> >> >last twenty years has been developed in the atmosphere of software

>>>> >> >should be *free*. There is little incentive for innovative software

>>>> >> >development.

>>>> >>

>>>> >> There's been plenty of free innovative mainframe software. For that

>>>> >> matter, there are free PC compilers and interpreters for a number of

>>>> >> languages, some quite innovative.

>>>> >

>>>> > The bulk of of the PC compilers are based on 30+ year old

>>>> > technology. In the PC world language design and implementation

>>>> > has been essentially stalled for several years.

>>>>

>>>> Any evidence to back up your assertion?

>>>>

>>>> I don't follow GCC all that closely, but it seems to me there are

>>>> new versions and release numbers and talk of forks. Must be something

>>>> going on there.

>>>>

>>> Morten did a write-up of what needs to be done. IIRC, it was about 2004 or

>>> so. He hasn't mentioned that any of it...well, except one...has been

>>> done to his satisfaction.

>>>

>>> /BAH

>>

>> There are really two lists, the one to keep the current GCC working and

>> the complete language technology update that GCC needs to support new

>> processors and innovation.

>>

>> A better way to look at GCC is it was written when overlays and compile

>> to asm was need to barely get it to run on the available hardware. It has

>> been patched and tweaked many times but the fundamental design is

>> decades old.

>>

>> It is like using 50's era machine shop tools when your competitors

>> are using NC machines and laser cutters.

>

> You know, you are welcome to become a gcc contributor.


I just did. I assume you also give away the fruits of your labor
free from mundane things like making a living.

> Recent developments:

>

> Link-time optimization

> a transition from C to C++ as the implementation language

> A switch from LALR parsers generated with Bison, to hand-written

> recursive-descent parsers.


Basically implementation tweaks. This is a serious comment. Linkers
are no longer needed. Combining link optimization with the compiler
optimizations is a fundamental start to a design change that creates
unified application optimization. .

The parser change is surprising it reflects the ineffectiveness of the
tool sets and will probably make it more difficult to make language
support changes in the future. It is even more surprising in the problem
was in the parser generator and rather than fixing that they chose to use
a non automated approach.

This isn't personal but a focus on a tool set that is now showing
its age.

w..
Re: New HD [message #34080 is a reply to message #34076] Mon, 21 January 2013 13:17 Go to previous messageGo to next message
Dan Espen is currently offline  Dan Espen
Messages: 3867
Registered: January 2012
Karma: 0
Senior Member
Shmuel (Seymour J.) Metz <spamtrap@library.lspace.org.invalid> writes:

> In <ic7gn75whb.fsf@home.home>, on 01/20/2013

> at 05:18 PM, Dan Espen <despen@verizon.net> said:

>

>> I learned by reading POP, Data Macros, the Language reference for

>> the macros.

>

> They say that the memory is the second[1] thing to go. Assuming that

> you're talking OS/360, you'd need at least 5 types of manuals:

>

> PoOps

> Assembler[2]

> Data Management[2]

> Supervisor[2]

> JCL[2]


Of course, but there was no question I knew JCL.

> The exact breakdown for DOS is similar; there is no one manual that

> covers the assembler, the data management facilities and the

> supervisor facilities.


Yep, all my early exposure was DOS.

Sort of interesting that IBM never had a manual explaining how to
use Assembler except POP which leaves most peoples heads spinning.

The class correctly focused on how to do packed arithmetic, use ED,
EDMK, TR, TRT, set a base register.

Can't remember if they taught adding 4095 to the second base register.
That one always bugs me.

>> My employer at the time refused to believe me and sent me to an IBM

>> class anyway.

>

> There are worse things. WSU handed us a stack of 7070 manuals and told

> us to read them before class. The class didn't cover anything beyond

> what we learned from reading the manuals, and in some cases students

> were able to answer questions that the instructor was unable to

> handle.

>

> [1] I don't remember the first.

>

> [2] You might need the companion services and user guide manuals,

> not just the references.


I don't remember the first either. At 67, there sure is a lot of
junk in my head.

--
Dan Espen
Re: New HD [message #34081 is a reply to message #34050] Mon, 21 January 2013 13:24 Go to previous messageGo to next message
Walter Banks is currently offline  Walter Banks
Messages: 1000
Registered: July 2012
Karma: 0
Senior Member
Charlie Gibbs wrote:

> In article <slrnkfq3j9.2b5.greymausg@gmaus.org>, greymausg@mail.com

> (greymausg) writes:

>

>> On 2013-01-21, Gene Wirchenko <genew@telus.net> wrote:

>>

>>> On Fri, 18 Jan 2013 11:10:06 +0000, Ahem A Rivet's Shot

>>> <steveo@eircom.net> wrote:

>>>

>>> [snip]

>>>

>>>> Try finding a system with less than 8 megs of RAM now.

>>>> I have a phone that qualifies and probably a dishwasher (it's

>>>> fairly old) but I wouldn't bet on the (much newer) washing

>>>> machine or the TV.

>>>

>>> I was thinking desktop systems as I read that and thought the

>>> figure was a bit high. Then, I noted that it was megs, not gigs.

>>

>> AFAIK, no machine to test it, but you can use email on a C64.

>

> "Give me a telnet long enough and an Ethernet port on which to

> place it, and I shal move the mail."


For several years in the 70's the fastest average throughput at MIT
was an experimental link (run once) using an ox cart with a load of
tapes. Response time was not wonderful

:)

w..
Re: New HD [message #34082 is a reply to message #34079] Mon, 21 January 2013 13:28 Go to previous messageGo to next message
Dan Espen is currently offline  Dan Espen
Messages: 3867
Registered: January 2012
Karma: 0
Senior Member
Walter Banks <walter@bytecraft.com> writes:

> Dan Espen wrote:

>

>> Walter Banks <walter@bytecraft.com> writes:

>>

>>> jmfbahciv wrote:

>>>

>>>> Dan Espen wrote:

>>>> > Walter Banks <walter@bytecraft.com> writes:

>>>> >

>>>> >> "Shmuel (Seymour J.) Metz" wrote:

>>>> >>

>>>> >>> In <50FAA334.9214FBE8@bytecraft.com>, on 01/19/2013

>>>> >>> at 08:44 AM, Walter Banks <walter@bytecraft.com> said:

>>>> >>>

>>>> >>> >Hardware is still sold, a lot of the software developed in the

>>>> >>> >last twenty years has been developed in the atmosphere of software

>>>> >>> >should be *free*. There is little incentive for innovative software

>>>> >>> >development.

>>>> >>>

>>>> >>> There's been plenty of free innovative mainframe software. For that

>>>> >>> matter, there are free PC compilers and interpreters for a number of

>>>> >>> languages, some quite innovative.

>>>> >>

>>>> >> The bulk of of the PC compilers are based on 30+ year old

>>>> >> technology. In the PC world language design and implementation

>>>> >> has been essentially stalled for several years.

>>>> >

>>>> > Any evidence to back up your assertion?

>>>> >

>>>> > I don't follow GCC all that closely, but it seems to me there are

>>>> > new versions and release numbers and talk of forks. Must be something

>>>> > going on there.

>>>> >

>>>> Morten did a write-up of what needs to be done. IIRC, it was about 2004 or

>>>> so. He hasn't mentioned that any of it...well, except one...has been

>>>> done to his satisfaction.

>>>>

>>>> /BAH

>>>

>>> There are really two lists, the one to keep the current GCC working and

>>> the complete language technology update that GCC needs to support new

>>> processors and innovation.

>>>

>>> A better way to look at GCC is it was written when overlays and compile

>>> to asm was need to barely get it to run on the available hardware. It has

>>> been patched and tweaked many times but the fundamental design is

>>> decades old.

>>>

>>> It is like using 50's era machine shop tools when your competitors

>>> are using NC machines and laser cutters.

>>

>> You know, you are welcome to become a gcc contributor.

>

> I just did. I assume you also give away the fruits of your labor

> free from mundane things like making a living.


Yes I do.

Either that or be stuck using vendor supplied tools.

No thanks.

--
Dan Espen
Re: New HD [message #34083 is a reply to message #34048] Mon, 21 January 2013 13:53 Go to previous messageGo to next message
Quadibloc is currently offline  Quadibloc
Messages: 4399
Registered: June 2012
Karma: 0
Senior Member
On Jan 21, 9:20 am, Stan Barr <pla...@dsl.pipex.com> wrote:
> On Sun, 20 Jan 2013 14:07:53 -0600, Charles Richmond

> <numer...@aquaporin4.com> wrote:


>> Sounds like an "Urban legend", Stan.  It is true that the nine-one-one

>> emergency number in the US was once calle nine-eleven.  The 9-1-1 was the

>> preferred way to say it... because the dumb folk wasted time looking for the

>> 11 key on the phone!!! :-)  Stupidity is inifinite.

>

> If they'd used the original 999 number introduced in 1937 there would

> have been no problem :-)


Interestingly enough, that's what they use in Britain.

But in the U.S., the digits 1 and 0 were special, and 999 would have
been an ordinary exchange number.

John Savard
Re: New HD [message #34084 is a reply to message #34013] Mon, 21 January 2013 13:55 Go to previous messageGo to next message
Quadibloc is currently offline  Quadibloc
Messages: 4399
Registered: June 2012
Karma: 0
Senior Member
On Jan 21, 2:55 am, greyma...@mail.com wrote:

> AFAIK, no machine to test it, but you can use email on a C64.


It used to be trivial, as there was a dial-up service to a shell that
provided Internet access using programs like pine. That is no longer
available where I live; in fact, I'm not sure if you can even get dial-
up Internet any longer. I am not aware of any Ethernet cards for the
C-64.

John Savard
Re: New HD [message #34085 is a reply to message #34019] Mon, 21 January 2013 13:59 Go to previous messageGo to next message
Shmuel (Seymour J.) M is currently offline  Shmuel (Seymour J.) M
Messages: 3286
Registered: July 2012
Karma: 0
Senior Member
In <20130121123407.c6624ed00162a2a32e29d1ae@eircom.net>, on 01/21/2013
at 12:34 PM, Ahem A Rivet's Shot <steveo@eircom.net> said:

> Anything that allows multiple processes (or execution whatsits) to

> run sharing resources without locks would do.


Code that disables interrupts but doesn't use locking may work
perfectly well in a uniprocessor and be disastrous on a
multiprocessor. BTDT,GTS[1].

[1] No T shirt, just scars.

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to spamtrap@library.lspace.org
Re: New HD [message #34086 is a reply to message #34038] Mon, 21 January 2013 14:01 Go to previous messageGo to next message
Quadibloc is currently offline  Quadibloc
Messages: 4399
Registered: June 2012
Karma: 0
Senior Member
On Jan 21, 7:52 am, Peter Flass <Peter_Fl...@Yahoo.com> wrote:
> On 1/20/2013 1:23 PM, Charlie Gibbs wrote:


>> But this is all irrelevant in the eyes of a company like Microsoft.

>> The one relevant question is: "Does it make money?"  And there,

>> alas, the answer is a resounding "yes".

>

> Or hopefully now, with "windoze ate", "NO!"


I think it's far too much to hope for that Windows 8 will fail
resoundingly enough to motivate IBM to dust off OS/2.

On the basis that a certain mentality is established in the
marketplace that will prevent the PC from just switching to Linux, and
so OS/2, with the IBM name on it, would actually make money and be a
vital element in weaning us off of Windows.

John Savard
Re: New HD [message #34087 is a reply to message #34009] Mon, 21 January 2013 14:03 Go to previous messageGo to next message
Dave Garland is currently offline  Dave Garland
Messages: 270
Registered: January 2012
Karma: 0
Senior Member
On 1/21/2013 3:42 AM, Rod Speed wrote:
>

>

> "Canbear" <nospam@nospam.com> wrote in message

> news:idjpf8dt31k33dp5o62j1qnmjromnl6q0k@4ax.com...


>> the unsung BBS sysops of the past were the

>> pioneers of all we enjoy today.

>

> Nope, they were a separate track to usenet.


Well, Canbear is overstating it a bit. Separate but similar. While
usenet predates networked BBS by 3 or 4 years, newsgroups and echos
were very similar from a user POV. BBS were the way things like that
were popularized, since most of the public didn't have access to
Bitnet, Arpanet, etc. In fact, I recall that at one point the only
way to send (internet) e-mail to Africa was via a BBS in South Africa.
Re: New HD [message #34088 is a reply to message #34051] Mon, 21 January 2013 14:05 Go to previous messageGo to previous message
Quadibloc is currently offline  Quadibloc
Messages: 4399
Registered: June 2012
Karma: 0
Senior Member
On Jan 21, 10:24 am, "Rod Speed" <rod.speed....@gmail.com> wrote:
> "jmfbahciv" <See.ab...@aol.com> wrote in message

> news:PM0004D3CBE8E91BEB@aca2fc49.ipt.aol.com...


>> At some point, the underbelly of a system will be so complicated

>> and so dependent on other complicated messes, that someone

>> will come up with "new" bright idea of a PDP-8 or PDP-11 of

>> the original days

>

> That happened LONG ago with single chip micros. Some of

> them are quite a bit simpler than the PDP-11 and the PDP-8

> is just too limited for the approach it took to be viable now

> even with the most resource limited micros.


These days, one would put a chip with pipeline and cache and advanced
multiply/divide algorithms - Pentium or 360/195 class - even in a
pocket calculator, if it was to be fancy or low-level programmable.

Maybe we have to wait for nanotechnology for there to be a reason to
go to processors with such a limited power. Or system-on-a-chip
devices made on silicon carbide for taxing environmental conditions
(not there yet - the defect density is such that not even 8-bit micros
are possible in that material at present, I think - but I could be
wrong).

John Savard
Pages (53): [ «    1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16    »]  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: XDS Sigma 9 Assembly Language
Next Topic: Next FCUG meeting - Sunday, June 23
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Apr 24 23:36:23 EDT 2024

Total time taken to generate the page: 0.03164 seconds