Amiga's New SDK: A First Glance 106
Mike Bouma writes: "Recently it began raining news coverages about Amiga`s new OS in the mainstream press like CNN`s Digital Jam, The New York Times and Gamersdepot. The first impressions of the new SDK have been very positive. Lars Thomas Denstad has written a small article about his experiences with the new SDK so far."
Re:Amiga? (Score:1)
That's what I find so disturbing...
Watch out if you use DC, it splits off the hydrogen and oxygen
That's kinda what I'm *trying* to do...
why the hell am I replying to this bullshit post anyhow?
If you're like me, it's because you've been up for about 30 hours without sleep...
Re:Look at the article, it's Elate. (Score:2)
Amiga Inc really should get their developers' site up (www.amigadev.net) if they hope to attract any developers. There's virtually no technical information up on amiga.com, nothing for developers. They've generated quite a bit of publicity, but I wonder, who is this publicity targeted to? Surely they should be courting developers at this stage.
Re:now is the best time... (Score:4)
The issue I was addressing wasn't so much hardware support as mindshare. Firstly, I agree that this is a Good Thing. Secondly, I am a fan of diversity... one person's "chaos" is usually everybody else's "choice". My lament, was that a certain operating system which shall remain nameless (oh hell, windows) managed to gain a massive mindshare in the mid-90's because the alternatives were underdeveloped. I recall with great clarity hearing over and over again in the mid-90's that Amiga was working on Wonderful Things in some secret European laboratory and that one day they would ride over the hill to save us from the... uh, evil wizard. Anyway, poor analogies aside, I must admit I feel a little disappointed. In '96 the options were: Mac (my choice... but near-bankrupt), BeOS (with two device drivers... and run by Gasse! ack!), NeXT (for less money than a BMW... and less software than Be), Linux (I admit I thought it was a science fair project... or a repackaged Xenix... how was I supposed to know?) or Winders. Really, I was waiting for Moses Amiga...
Now that it's here; the "Mac is Back" (nice hardware, my choice of colour), BeOS can be hooked up to a printer finally (and do all sorts of other fine things), NeXT is OS X (and if DP4 is in indicator, it is going to be, at the very least, a lot of fun) and Linux is, uh, well you know Linux.
Anyway, the white knight showed up only to find three other tin guys fighting the dragon... and the princess is already dead. That's all I had to say....
Re:It's DEAD. Spell it with me D E A D. (Score:1)
AMI, WAKE UP!
WAKE UP!
Hmm...it certainly looks dead to me. :)
BTW: I love my Amigas (500 & 2000)!!!
Later...
Re:It's DEAD. Spell it with me D E A D. (Score:2)
- Spryguy
A lot of us have been following it closely.... (Score:2)
The Tao strategy seems to be a good one, and it seems to me the only road to take when their (Amiga's) hardware innovations have eight years of catching up to do. That way, if this does take off, we won't be tied to legacy hardware (or any hardware, come to think of it ;-), which is a Good Thing.
Although some dissenters won't be happy until computing is 100% true to Jay, Dave, RJ and the others' vision, it can be said that big business and monopoly practice has put paid to that for the forseeable future. If we can make the new Amiga palatable enough that most of the philosophy is intact, then maybe we can finally call it a victory of sorts.
Personally, I'll be glad to finally be able to say I code on Amigas without getting funny looks ;-)
Re:TAO Similarities (Score:1)
Re:The Amiga sucked in it's day. Thank God it's de (Score:1)
Hmmm. That's strange. I could have sworn that this 13G hard drive in my Amiga is, well, a hard drive. Guess I must be wrong.
"pathetic keyboard"
It's got all the keys, they work, what more do you need?
"No decent applications"
Depends what you mean. Other than word processors, spreadsheets, databases, games, networking software, newsreaders, mail readers, web browsers, music sequencers, gfx software...
"No multi-user"
Nope, you are wrong again. Mine has it right here. Next?
"No networking"
Interesting. So how do you explain, "Karma collector", the fact that this Amiga upon which I am typing this, is not only connected to the Internet, but, via EtherNet, is connected to 1 PC, 2 Suns and an RS6000 and acts as the gateway.router to enable them all to access the internet?
No no networking indeed! Pillock.
"I could go on"
Yes, I expect you could. And if you went on long enough, you MIGHT actually stumble over a fact, although I doubt you'd recognise one if you did.
Idiot. (Score:1)
--
Re:Wait one darn minute... (Score:1)
But then, I suppose it is too much to expect people to actually CHECK before they post.
Re:Sounds like a GPL violation (Score:1)
Don't be shy. Please do tell us.
BTW, before you answer, you might like to know (as you could have EASILY found out) that AInc have already released the sources to their modifications, as required by teh GPL.
So, what violations are you talking about again?
Re:It's DEAD. Spell it with me D E A D. (Score:1)
--
Re:The Amiga sucked in it's day. Thank God it's de (Score:1)
--
Amiga's orphaned OS (Score:1)
Re:Amiga (Score:1)
--
Re:Amiga? (Score:1)
Better yet, go find an old heathkit power supply!
TAO Similarities (Score:5)
"This month Edge got a glimpse of the future, thanks to a demonstration of the Taos OS. In a nutshell, Taos enables programs coded on any machine to run on any other machine - in parallel, across any available processors in the system."
"Taos ie even more amazing when you realise that it is the product of one man's efforts, coding for his own benefit, rather than cumulative efforts of some corporate programming team"
The men denoted as the "Three Wise Men" were Chris Hinsley (inventor of Taos), Tim Moore and Francis Charig - directors of Taos Systems.
This operating system was targeted at the console industry, where Chris had the idea of producing an operating system that would manage games and aid code portability. The first step was a macro set which Chris constructed for the assemblers of all the platformers he was writing on. Rather than write in the native assembler language, he wrote in the macro language he defined; he then devised a translator which would take the binary equivalent of that macro set and translate it, on the fly, into the instructions of a particular machine.
The Taos kernel which is typically around 16K, is loaded into the processor at boot time. That kernel is specific to that particular processor. If the kernel finds it needs a translator tool, it brings in the translator as well. The application then gradually builds itself in memory: as a processor in the network needs to call functions it brings them in and binds the application.
All programs are compiled or assembled into VP code and are kept in this form on disk. The VP code is translated into the native code of the processor on which it is run only when it is needed. The translation occurs as the VP code is loaded from the disk, across the network, and into the memory of the target processor. (Note this implies distribued computing.)
However, this doesnt slow the system down: most processors can actually translate VP code into native code faster than VP code can be loaded from disk and sent across the network. And VP code is often more compact than native code; it takes up less disk space and is loaded faster.
For instance, if you had a console that booted from CDROM, a CD would be pressed so that the first thing it did would be to load up the appropriate version of Taos, place it in memory and set it running. Then it would load the game code, which would run the operating system. The operating system would then load the specific tools required for that game and execution of the game would begin.
Access to custom chips is taken care of automatically by Taos using a method called dynamic binding: individual chips are supported by VP libraries, which allow for a tool for that particular processor to be accessed by the system; the tools are bound in during runtime as they are needed. Dynamic binding also enables several processes to share tools, which is very memory efficient.
"This 'virtual processor' works like a 16-bit register RISC microprocessor, explains Chris" "But it isnt an emulated technology; it actually translates into native code and it's the native code which runs and al the translations take place during the load time of the
It is quite an effort to think of their feature list so many year ago
Hardware Independance / Load balancing / Heterogenous processing / Dynamic Binding / Multi-threading / Parallelism as well as support for MPEG / Postscript and real time polygon rendering.
In my opinion this guy is a genius, that relegates Linus to quite a mediocre status. I mean this OS is good by todays standard. I mean Linux is even now not brilliant at parallel processing and this OS can not only parallel process tasks but delegate them to entirely different chips.
To put it into perspective, at the start of 1994 only 7 million people in US had computers with CDROM drives.
I think he deserves a universal sympathy award for not patenting some of these concepts. Had these been patented you wonder whether technologies like Java and companies like Transmeta would still exist.
I hope Amiga does well
Naden
(member of www.it-guys.com)
Re:Amiga? (Score:1)
Norway is nice country and Finland is a nice country also(And Linus comes from that country). And so is Denmark and Sweden (Lars Wirzenius) also.
Very nice that sort of virualistaion is made for amiga SDK allready before they have it running native, sort of like vmware before they got the system of operation running in the natives.
Re:Amiga (Score:1)
Re:Amiga (Score:1)
That could be said of the whole PC world? Does 640k ring a bell anywhere? MS-DOS (dead in Windows Millenium?... could be)? Layers and layers of stuff to cover and aging (and awful) base?
I still have my Amiga, and with a 68060, at 50mhz, it sure feels faster than my 500Mhz Athlon, by the way. And it has a decent OS (much more efficient than Windoze and more ellegant and simple than UN*X)... it just doesn't play Quake (oops, I forgot. It does).
Re:OK let's come to an understanding right now. (Score:1)
Which is plenty of reason to criticise it. Stealth marketing an OS under the Amiga name has obvious attractions from a getting sheep to buy it perspective, but it's more than a trifle misleading to people who might want something with an API and suchlike that bears a vague resemblence to the classic AmigaOS.
More importantly.. (Score:1)
Am I the only person to see the important issues in life?
Not very impressed, wait for the real thing. (Score:3)
Re:Look at the article, it's Elate. (Score:1)
This should have considerable speed benefits.
Re:What's the point? (Score:2)
Not threatened. Sick of hearing about resurrection (Score:1)
Oh, and BTW, God is nothing more than a fairy tale told to children to keep them in line.
What are you on about? The Amiga is vapour! (Score:1)
The Amiga died decades ago. Get over it.
Fzz fzzz splut spt spppppppp. (Score:1)
Dead & gone.
It sure isn't going to be changing the face of computing any time in the next CENTURY!.
Get over it losers.
Re:This reviewer isn't a real geek! (Score:1)
At least the reviews are positive... (Score:1)
royalty payments (Score:2)
Re:Pretty useless review (Score:1)
Re:The Truth About osm (Score:1)
--
If all Amiga was offering was an OS... (Score:1)
If all Amiga was offering was an OS, then the Amiga would be dead. However, if what they have works as they've described, then it's one more example of what the future holds.
A small, efficient means for a single binary to run on a multitude of hardware may only be a laudable goal at present, but with the predicted increases in information-appliances it could become a necessity. Especially since what Amiga (and of course, Tao) seem to be building will run any any hardware and any operating system.
The only question that remains is How Well Does It Work?
URL Broke.. (Score:1)
=)
Re:OK let's come to an understanding right now. (Score:1)
Re:Amiga (Score:1)
Re:OK let's come to an understanding right now. (Score:1)
OK let's come to an understanding right now. (Score:4)
Re:This is great to see (Score:1)
--
Re:now is the best time... (Score:1)
Ya know, the minute I hit submit I realized I'd forgotten the ol' S/2.... oops. Personally, I chose to avoid it because it was a Big Blue project. The late 70' - early 80's (when my somewhat prejudicial views on operating systems were formed) was a time when BB was regarded by anyone who didn't wear sta-prest as being Evil Incarnate.... of course now I'm a slobbering fan of the ppc chips. My how times have changed :)
Re:At least the reviews are positive... (Score:1)
I like different OSes as much as anybody. I even have an ancient copy of OS/2 on a 386 laptop. I want Amiga to succeed. For some odd reason I lose hope after something has risen from the dead more times than a zombie. Amiga is dead. Let it have it's original glory intact. There is no need to beat this dead horse any further.
Re:TAO Similarities (Score:1)
Was it? The website was around 5 years ago, explaining what it did in quite a detailed way, and what platfroms it was available for.
Re:OK let's come to an understanding right now. (Score:2)
Sadly, they seem to have taken the next Amiga label too far, since the curent time at Be lloks a lot like Commodore circa the CD-TV - they've got some fantastic stuff, but marketing, user base, and available apps are all going poorly.
If Amiga was smart... (Score:1)
Re:Only RH6.1? (Score:1)
Cluestick (Score:1)
Re:Wait one darn minute... (Score:1)
ps -elf | grep -v grep | my_backend
meaning that you can go build
whatever backends you like that works on the
.o outputs from gcc and does the final parts
itself without altering gcc.
As someone said, they do provide the source, so
this is a non-issue, but since gcc is just a
launcher for cpp,cc1 and so on, you could easily
exchange one part with your own prop. SW without
breaking the GPL.
the guy's name is Lars, you say? (Score:1)
Re:Only RH6.1? (Score:1)
Re:OK let's come to an understanding right now. (Score:1)
2D gfx (Score:1)
Its nice to see someone catering to the 2D crown instead of 3D gfx accelerators and software.
Re:OK let's come to an understanding right now. (Score:1)
It sounds like you got so bored with the Amiga stories, that you stopped reading them. This article is quickie review of some software that has shipped. So your assumption that Amiga trademark holders just make announcements without ever releasing anything, is outdated..
It kinda makes you wish you had read the article instead of spouting off and making a prejudiced fool out of yourself in public, huh? Whoops!
---
Re:Amiga (Score:1)
I like my Athlon and I bought an Athlon because I've never used an Amiga but I'll be running an Amiga for my web browsing and other things. Amiga's not yet much of a compiling machine.
And I like the fact you didn't read the article. True troll style.
Re:At least the reviews are positive... (Score:1)
Regarding the original Amiga and Os2, you can dwell on the past if you want to. This is not a zombie but something new. Yet it seems to have the same spirit as the original Amiga. A zombie is a dead body animated by an external force. This is something alive, animated from within.
The body dies, but the spirit lives on and takes on new forms. Those who are attached only to the form cannot understand.
What's the point? (Score:1)
For all this "surprisingly fast" alpha blending, I fail to see how a VM running on top of Linux can provide faster alpha blending than an app built directly on top of Linux (implementing the same algorithms) could.
Besides, what with the entire Java mess, do we really need yet another virtual environment?
This reviewer isn't a real geek! (Score:3)
a) There were girls present.
b) People took their shirts off and danced about.
I'll be damned if I'm going to consider this guy's opinion in technical matters!
cnn transcript (Score:1)
--
Re:This reviewer isn't a real geek! (Score:1)
Re:URL Broke.. (Score:1)
Re:What's the point? (Score:1)
A virtual processor is a virtual machine.
B) The SDK runs on top of linux, simply to assist porting apps from it and others. The OS runs nativly on 14+ CPUs and even if you code in Assembler its still portable.
I wasn't aware of the 14+ CPUs, didn't seem to mention it in the main article - I stand corrected. Still, if you're coding in "assembler" and it runs on 14+ different CPUs, there's a virtual machine/virtual processor/emulator doing a lot of work.
C) The Amiga apps are easily faster than ones on linux and they around 50% the size of normal linux apps and they consume far less memory
How can something running on a virtual processor on Linux be faster than a native Linux app? Maybe the application and/or the underlying SDK possess some more efficient algorithms, but were those same algorithms implemented on top of the Linux native APIs it would be just as fast if not faster.
As for the 'size' of native apps... well, that's the machine code, and you'd be referring to the size of the code compiled to Amiga instructions as opposed to (probably) x86 instructions. That's an Intel/IA-32 thing, not a Linux thing, and completely unrelated to the OS. CISC code, which is favourable for emulation/virtual machines, is known to be generally a lot smaller than RISC code (and a lot of optimised Pentium and later code stick to the basic IA-32 instructions, RISC-style, as the code runs a lot faster).
Re:Amiga? (Score:1)
Anyway, my suggestion would be add salt (And keep ventolated. Chlorine gas will come off the other electrode. Nasty stuff)
A model railway or a scalextric controller is pretty good for getting a decent whack of fairly safe DC power. Worked for me anyway. As long as you only want small quantities. This will fill a test tube quite quickly.
Re:TAO Similarities (Score:1)
I got the information from a nice in-depth article in Acorn User magazine. A hint for anyone wanting to keep things top secret: don't publish the details in newsstand magazines, even Acorn ones. It just doesn't have the desired effect.
Tao have always been full of hype, and as far as I can tell have never yet delivered. If they've finally got round to producing something all these years on, then great. But I gave up holding my breath at about the same time as I did for the rebirth of the real Amiga.
As for the claims about the performance of their JVM technology elsewhere in this thread, I'm sceptical. Given that Sun's produces close-to-native performance for many tasks (and if you work really hard at cheating even faster than native under Hotspot), anything that's consistently 22x faster would be a nice toy indeed.
In short, don't believe the hype, and in particular don't believe the hype from a company that's been 'just about to release' for half a decade.
Re:pot calling the kettle black (Score:1)
Re:It's DEAD. Spell it with me D E A D. (Score:1)
But please people, lighten up and let us have our fun. If I want to spend ~$100 on an SDK for a dead platform It's my money. I don't need/want people to tell me that the platform is dead.
Re:Only RH6.1? (Score:1)
Linux should consider this (Score:1)
Re:A lot of us have been following it closely.... (Score:1)
There's an interesting, parallel syndrome that has started affecting a small subsection of modern geeks: BeOS Persecution Complex.
Interestingly enough, the Inquisition doesn't appear to be the Microsoft users, who have traditionally been the most vicious in their ignorance, but some of the more rabid Linux devotees, now using many of the same attacks and barbs that Microsoft fans used to attack Linux: No Apps, No Hardware, Weird APIs, I don't like the Browser.
Re:OK let's come to an understanding right now. (Score:1)
That's pretty cool if you ask me, and it definitely indicates some similarity
Re:Ignorant fool! (Score:1)
>to buy an additional soundcard to get 16 bit...
That may be so, but I can`t tell any difference between the Amiga sound and my SB16 - and maybe it`s just me, but the Amiga often sounds better (maybe it`s just all the superb musicians we had / have ?)
Now is the best time (Score:1)
People are once again realizing that there is more than one OS option. Linux and Mac dented the Win32 armor and now others like BeOS and Amiga can take advantage.
It's also apparent that specialized OS's are better than General Purpose OS's on some things. Linux is better as a server than Win32, BeOS is better at multimedia than BSD, etc etc. The time is finally right for the Amiga to be able to ge noticed and taken seriously.
D
Re:The Amiga sucked in it's day. Thank God it's de (Score:1)
The keyboard again depended on which model you bought.
I would personally disagree with the applications; it never had many Microsoft applications, but that was more down to the fact that the two that did turn up on the Amiga (Amiga Basic and Word 1) were slow and buggy. I'll also admit that the applications aren't up to scratch with current ones, but they weren't bad at the time!
Multi-user, I'll admit, the Amiga doesn't really support. It can be added, but it isn't easy to. On the other hand, it was never designed to, and how many people really use multi-user on their home systems?
Networking was always an option, in the same way you can add a networking card to a PC.
What exactly do you mean no security? Are you just repeating the complaint about multi-user? Because you just complained it had no networking, so it can't be security against remote access...
Basically, you're doing the equivalent of buying a cheap 286/386/whatever, then complaining it doesn't match a server class system costing several times as much. It was never designed to, it was meant to be cheap! What it was meant to do, it did very well!
Re:pot calling the kettle black (Score:1)
Secondly, "Mr. Malda" does not equal "Andover.net," so be careful to whom you're addressing your questions.
Re:OK let's come to an understanding right now. (Score:1)
I'm wondering whether Amiga really are telling
the outside world what they are doing well enough.
It seems only the "die hards" and the people who
hang round them ever know really what's going on.
I seriously doubt that it's down to anything like
laziness on the majority of Slashdot readers parts
- although you can all prove me wrong if you like!
Wait one darn minute... (Score:3)
Since the GCC compiler is GPL'ed, doesn't that mean that the whole modified compiler is GPL'ed and consequencly open source?
now is the worst time... (Score:3)
Sadly, I think this is destined to be an "also ran" in the race sheet of history.
Re:OK let's come to an understanding right now. (Score:1)
Ok, I really was going to post "the Amiga was good for its day but it should die in peace" but you beat me to the punch.
I guess I just don't understand WHY I should care about the Amiga. This is an honest question; what advantages do I get over other modern systems?
Pretty useless review (Score:2)
Re:OK let's come to an understanding right now. (Score:2)
The new Amiga OS is built from Tao Elate. It shares 0% legacy with that A500 you may have owned in 1988. It may have a compatibility layer, but so does any Linux box running UAE, and I notice these people don't condemn Linux by the same logic. My point, though, is that the first 30 replies everytime the Amiga is mentioned are from people who are actively trying not to learn these things.
Re:Wait one darn minute... (Score:1)
John
A Description of the SDK (Score:1)
Now this is what you people should have read first (Score:1)
Re:Amiga? (Score:1)
Probably because you see inherent benefit to others in helping with experiments that result purely in a greater understanding of the physical sciences, thus encouraging people to study these phenonema full time, and help develop a greater understanding of the universe.
Re:The Amiga sucked in it's day. Thank God it's de (Score:3)
My A500 had a hard drive. In fact I had a SCSI hard drive first (a huge 52Mb!) before most of my PC owning friends had heard of SCSI.
> no networking
The had TCP/IP stacks. Not included as standard though. AmiTCP was a popular one which was based on the BSD stack and was stable and fast. These days, most people using Amigas use Miami. It's a modern TCP/IP stack most features anyone would want such as IP-NAT, automatic SOCKS (a la tsocks)
> , no security
Okay, you got me!
> no decent applications
I think some of the apps were/are good. The only remaining use I have for my amiga (my A4000) is on my LAN as a web client, using my Linux box as a proxy. I would say that no single browser available for the Amiga beats netscape on linux, but the variety available (three fairly good browsers: Voyager, IBrowse and AWeb) are pretty good, fast (thats not the browsers though - thats the Amiga's snappy GUI) and usually more stable than netscape so I often find myself using my amiga for a fair amount of web access.
I find it unfortunate that I find myself feeling like I have to make an excuse for still using my Amiga occasionally. It's a sorry state of affairs when others resort to spreading mis-information about things they don't understand or don't appreciate. Why can't we stick to up-to-date facts and let people make up their own minds instead?
Re:Who or what is osm? (Score:1)
Trollus Opensourcus
Habitat - Slashdot
Very rare. poss. extinct.
The osm was until recently a common Troll on Slashdot. It had a distinctive Trolling call sounding like long science fiction parody stories about Natalie portman and open source man. Since osm is only capable of considering breeding with hot young actresses, a new generation of these formidable creatures seems quite unlikely.
Re:OK let's come to an understanding right now. (Score:3)
(Er, not sure what you mean by "modern system" since this is newer than most everything out there.) It looks like its advantages are similar to Java's: there's the write-once-run-anywhere thing, so that it can infiltrate existing platforms. (e.g. You might have an ancient system like Linux or NT, and end up running Amiga apps on it.) It sounds like the owner is smaller and more focused than Sun, so maybe it will adapt faster and become useful sooner than the standard Java class libraries have.
It's hard to tell for sure right now, though. The SDKs are still trickling out, and not everyone has theirs yet. After a few thousand programmers have had them for a few months, there should be a lot more information about whether it rules/sucks.
So the real answer to your question is that no one knows yet. Either wait a few months and find out third hand, or order the SDK and see for yourself.
---
Better links (Score:1)
1994 Byte intro to Taos [byte.com]
Re:Look at the article, it's Elate. (Score:1)
Basically, it's a means of distributing closed-source software. But your one build runs on any platform to which the Amiga layer has been ported, now and in the future, and it still gets decent performance.
Re:Ignorant fool! (Score:1)
--
"I'm surfin the dead zone
Re:OK let's come to an understanding right now. (Score:1)
Gateway wasn`t doing anything anymore with it, so they sold it. It was rumoured that microsoft putted much pressure on Gateway.
Looks interesting! (Score:1)
Motorola`s first mobile phone based on Tao technology, [tao-group.com]
Review [tao-group.com]
Tao becomes Sun authorised JVM, [sun.com]
Elate first Heterogenous Multiprocessor OS, [eetimes.com]
ARM even states: [armltd.co.uk] "Because of the patented techniques, the intent JTE runs Java applications extremely quickly, more than 30 times faster than competitor's products."
Classic/NG Amiga article [stormloader.com]
Re:A Description of the SDK (Score:1)
Re:Not very impressed, wait for the real thing. (Score:1)
You aren't really in X, either, E has a bunch of odd shapes you can deal with. In Windows, look at the Sonique MP3 player. Square windows are old news.
> The impressive part is that Amiga`s OS is platform independent that means all those little demonstrations can be done on top of windows, Linux, QNX, BeOS or fully native. And that all code identical!!!!!
Ah, like Java! Or maybe more like the recently announced Inferno. Of course, you could also just distribute portable source.
Amiga has nothing new here. Amiga was good because it was the hacker's dream system. Now it's a pathetic little company trying to market a pseudo-OS that has nothing new.
Re:The Amiga sucked in it's day. Thank God it's de (Score:1)
Same Zorro I connector but upside down and on the other side apparently. And its not really a bad hard disk interface, its just that you need a SCSI or IDE controller, which pushes up the cost of the disk drives.
Re:OK let's come to an understanding right now. (Score:1)
#include <apples-vs-oranges.h>
Re:OK let's come to an understanding right now. (Score:2)
no more "the amiga is dead and buried" posts and no more "my Amiga 500 multitasks faster than any PC ever will" posts?
Re:Wait one darn minute... (Score:3)
-- Guges
Re:This reviewer isn't a real geek! (Score:2)
He'd like to meet up. I'll charge my usual 35%.
Mong.
*
Re:On crack? (Score:1)
Mong.
*
Look at the article, it's Elate. (Score:3)
http://www.tao-group.com/2/tao/index.html
I've seen their environment running on top of QNX, last year. The alpha blending demos were impressive but it was *entirely* at the cost of memory usage. Basically, if you looked at the memory usage, you could compute the amount of double buffering they were using to achieve the effect. (Bear in mind that this is at the cost of hardware acceleration...from what I remember, Tao's Elate is sitting on top of a JavaVM called "intent".)
So basically, it's Java without Sun's APIs and without the support of any other large partner.
BUT they are looking at HAVi ('Home Audio Video Interoperability') and other emerging standards for what IBM and QNX call "Pervasive Devices".
So what I'd like to know is - What's the value-add from Amiga? The name? A higher level API...couldn't just the tao-group do that?