The Altera Centauri collection has been brought up to date by Darsnan. It comprises every decent scenario he's been able to find anywhere on the web, going back over 20 years.
25 themes/skins/styles are now available to members. Check the select drop-down at the bottom-left of each page.
Call To Power 2 Cradle 3+ mod in progress: https://apolyton.net/forum/other-games/call-to-power-2/ctp2-creation/9437883-making-cradle-3-fully-compatible-with-the-apolyton-edition
you should , all them dryboned grumphy young men get a nice day , ..... you get something special , .....
see ya
Oh panag, I didn't know!
"The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
Seriously, I can't see much point comparing IA64 and G5. They're aimed at totally different markets (and no, I'm not about to start slinging mud on either side).
As I recall, part of the deal with IA64 was that the actual language compilers would need rewritten to deal with the new coding conventions... it's takes time to bug test these, and then you can start writing/recompiling the IA64 apps. Not that this is new, it's been going on for a while.
To be honest, I couldn't give a stuff what servers use, be it Opteron, IA64, DEC or a giant mouse. So long as it gives better Internet bandwidth at reduced cost, who cares?
Some cry `Allah O Akbar` in the street. And some carry Allah in their heart.
"The CIA does nothing, says nothing, allows nothing, unless its own interests are served. They are the biggest assembly of liars and theives this country ever put under one roof and they are an abomination" Deputy COS (Intel) US Army 1981-84
Originally posted by Cruddy
When's the wedding? Is Apolyton invited?
Seriously, I can't see much point comparing IA64 and G5. They're aimed at totally different markets (and no, I'm not about to start slinging mud on either side).
As I recall, part of the deal with IA64 was that the actual language compilers would need rewritten to deal with the new coding conventions... it's takes time to bug test these, and then you can start writing/recompiling the IA64 apps. Not that this is new, it's been going on for a while.
To be honest, I couldn't give a stuff what servers use, be it Opteron, IA64, DEC or a giant mouse. So long as it gives better Internet bandwidth at reduced cost, who cares?
hi ,
héy , ...... we are just good friends okay
well the g5 is in stores now , with its 8 gig or ram , ......
and that ia64 not yet , .....
and as for your last line , thats exactly why we have macs , .....
It's not that 64-bit is much different than 32-bit, it's that VLIW is completely and totally different than x86...
Algorithms that worked efficiently on x86 may run like crap on VLIW, and vice versa.
There's a lot more work to getting programs working on a whole new architecture aside from changing the compiler.
And in modern terms, C/C++/Fortran are certainly not HLL. HLL are C#, Java, etc.
C/C++/Fortran are mid-level.
Asher man grow up an Algorithm is an Algorithm is an Algorithm. The compiler does the reordering stuff and not the HLL.
And besides C# is C++ with some "syntactic sugar" as our Lecturer constantly called the features of C# (delegates, properties, ...) and he explained how you could do that in Java as well.
Originally posted by Atahualpa
Asher man grow up an Algorithm is an Algorithm is an Algorithm. The compiler does the reordering stuff and not the HLL.
That's only part of it.
If it was truly that easy, why can't people just take regular C++ code for x86 and compile it and magically have IA-64 code?
And besides C# is C++ with some "syntactic sugar" as our Lecturer constantly called the features of C# (delegates, properties, ...) and he explained how you could do that in Java as well.
C# is more than C++ with some "syntactic sugar", it runs through a virtual machine (hence it is true HLL, not mid-level like C++), has stuff like garbage collection, and is truly object-oriented (no primitive types ala C++)
"The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
well the g5 is in stores now , with its 8 gig or ram , ......;
The G5 doesn't go for sale for months...
and that ia64 not yet , .....
IA64 chips have been for sale for years, and Madison is for sale right now.
"The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
Originally posted by Atahualpa definition of a HLL includes "runs through a virtual machine"
It's true, that's a true high-level language.
C/C++ are both mid-level.
HLL != everything is object oriented
Um. No kidding.
It's a HLL because it runs through a virtual machine. It truly doesn't care about which architecture it's on, and C++/C certainly does care what architecture it's on.
"The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
"well the g5 is in stores now , with its 8 gig or ram , ......;"
"The G5 doesn't go for sale for months..."
The truth is, as usual, somewhere in between the extremes - the G5 is slated to come out late next month, although delays are still possible (not probable).
"mono has crazy flow and can rhyme words that shouldn't, like Eminem"
Drake Tungsten
"get contacts, get a haircut, get better clothes, and lose some weight"
Albert Speer
Originally posted by Atahualpa
Maybe you mix 4th Generation Language and HLL
No, maybe you don't understand what a HLL is?
A HLL is completely abstracted from the hardware beneath this.
Quite obviously, C++ doesn't count, because you can't simply switch the compiler and have it work on, say, IA-64.
However, with a language like Java or C#, this is entirely the case. Because it runs through an interpreter, it is truly a HLL.
C and C++ are not HLL, they used to be regarded as such a long time ago because, compared to machine code and assembly, it was "high" level. But it's not high anymore, it's just mid-level.
High-level languages are completely abstracted from the hardware, like Java/C#.
"The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
Comment