Welcome, Guest. Please login or register.

Author Topic: Wither Natami?  (Read 39280 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Wither Natami?
« Reply #209 from previous page: August 07, 2008, 10:06:13 PM »
@Hans_
Quote
You've identified a number of issues with existing APIs that would indeed have to be addressed, but nothing that I would say kills the shared library system.

The MP issues I've listed are just part of the problem, more like annoyances, icky things you would need to fix all over the place. There are other similar issues that add to the workload, such as global variables being used on disk based libraries.

Each caller would need to get their own library base. Also, to allow static data (disk based libraries) you'd need to somehow clone the data hunks for each caller and handle the relocation. In all this would end up being closer to .so than the classical shared library system. Thus my claim that it would kill the shared library system (as we know it).

This all combined with other problems introduced by SMP, resource tracking etc make me wonder if this would be worth the trouble.

This is my view. If you don't agree, fine.
 

Offline quarkx

  • Hero Member
  • *****
  • Join Date: Jul 2008
  • Posts: 854
    • Show only replies by quarkx
    • http://www.amigalounge.com
Re: Wither Natami?
« Reply #210 on: August 07, 2008, 10:08:45 PM »
Quote

the_leander wrote:
Quote

quarkx wrote:


Fine, Trolling it is?


Yes, it is.

Quote

quarkx wrote:
No one is allowed to state their Point of View if it doesn't mash with yours, then its trolling is it?


Just because you are entitled to an opinion doesn't mean is has any factual basis. Get off your high horse.

Quote

quarkx wrote:
If I dare talk out against Linux and try to make a point its trolling is it ?


Why would you need to demean an entire OS ecosystem to make a point? And that's the point here - If your point has any validity you shouldn't need to attack something else. It should be able to stand on it's own merits.

 
Quote

quarkx wrote:
No one is alowwed to poke a bit of fun when people tke things WAAY too seriously
ok.. have fun with that...


Again, grow up.

Quote

quarkx wrote:

Maybe then the moderators should re-write the definition of trolling that correlates with your point of view. It sounds like your way or the high way. fine.. I am out of here..


And again, grow up and get over yourself. If you cannot engage in a reasonable discussion but resort to FUD then cry when called on it, then really, why are you online?

I see you haven't once addressed the points made regarding why your opinion is in error.



You say I am "on my high horse" When all I see is someone with a stick up their arse {bleep}ing about nothing, I would respond to why my views are in error, but all you do is attack and say that I am trolling. I guess as a new guy here I am finding out who's arse I have to kiss. I didn't come here to be attacked, I came to present a Point of view, If you disagree, thats fine, if you think I am a total idiot, thats fine,it i am wrong, I am wrong and that fine. but move on for God's sake, but you are starting to look like a real twit for continuing to keep harping on my comments. You say I am on my high horse, but its you who sounds like it.

I guess its my fault for responding to this in the first place, it seems to add fuel to your fire, but grow up!. I refuse to participate in this flame ware anymore.
I have Amiga stuff for sale at http://amigalounge.com. You can follow my builds there also.
 

Offline the_leander

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 3448
    • Show only replies by the_leander
    • http://www.extropia.co.uk/theleander/
Re: Wither Natami?
« Reply #211 on: August 07, 2008, 10:14:04 PM »
Quote

amigadave wrote:

I can't believe this thread is still going.  Hans and a few others are writing about what could be done with something new, even if it breaks compatibility with past Amiga OSes and the few that are arguing with him are writing that nothing can be done,


I think you'll find that you have misrepresented what has been said, not that it cannot be done in theory, but it will not be done because the resources simply aren't there.

Quote

amigadave wrote:
 will ever be done, no group or company will ever produce a modern Amiga-like OS beyond what we have now with AOS4 and MOS2, which will never have certain features that modern OSes have today.


Haiku AROS .

Quote

amigadave wrote:
It must be great to have the ability to see into the future like that.  I wonder why they have not used their future sight to win the lottery yet!  :lol:


...

Quote

amigadave wrote:

They don't seem to know the difference between improbable and impossible.  For a definition of impossible see: WinUAE, MiniMig,


WinUAE was always possible, the thing that held it back was the amount of processing power required to do a good job of emulation, I still remember an Amiga company selling the Cerberus as a follow on to the Amiga - basically a custom pc with a media processor running Windows 98 and WinUAE.

I still remember phoning them up and asking what the comparative speed was for this system, the response was that it'd be about as fast as an 040 Amiga in most things - this was with the then new slot 1 Pentium 2.

As for MiniMig, the concept of using an FPGA to emulate the Amiga chipset isn't even a new one, remember BoXeR?

When Mick Tinker realised that there was no way to source sufficient amounts of custom AGA chips to make his dream a reality he turned to FPGA's then, now, what killed that project was his constant revisions of what should go on the board - he was aiming at a moving target and ran out of cash. But the basic concept is and was sound. In many ways NatAmi could be seen as a logical progression of the BoXeR concept. Taking the same basic idea and using modern technology to make it better.

I think you'll find it is you who is having trouble with their definitions.
Blessed Be,
Alan Fisher - the_leander

[SIGPIC]http://www.extropia.co.uk/theleander/[/SIGPIC]
 

Offline Hans_

Re: Wither Natami?
« Reply #212 on: August 07, 2008, 10:18:55 PM »
Quote

Piru wrote:
Quote
You've identified a number of issues with existing APIs that would indeed have to be addressed, but nothing that I would say kills the shared library system.

The MP issues I've listed are just part of the problem, more like annoyances, icky things you would need to fix all over the place. There are other similar issues that add to the workload, such as global variables being used on disk based libraries.

Each caller would need to get their own library base. Also, to allow static data (disk based libraries) you'd need to somehow clone the data hunks for each caller and handle the relocation. In all this would end up being closer to .so than the classical shared library system. Thus my claim that it would kill the shared library system (as we know it).


There are already libraries that provide each caller with their own base. Static data could be left in read-only shared memory. It is true that shared libraries would become even more like shared objects.

So the only bit that we're really disagreeing on is what constitutes "killing" the shared library system. Well that took a lot of posts to figure out.  :lol:

So, to summarize a bit:
- Piru: I spent over seven years doing that kind of ____ and I certainly don't want to do it all again from scratch. Look at all the stuff you'd have to do.
- Hans: It's a big task, but not too big. Plus I'm a glutton for punishment. Let's make it happen.

Hans
Join the Kea Campus - upgrade your skills; support my work; enjoy the Amiga corner.
https://keasigmadelta.com/ - see more of my work
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Wither Natami?
« Reply #213 on: August 07, 2008, 10:26:26 PM »
Except the 7 years were a lot easier than what is suggested here. We built the OS on solid ground, well perhaps not made of rock, but it was solid enough for us.

I wouldn't want to start now by drying up some wetland.

:-)
 

Offline Hans_

Re: Wither Natami?
« Reply #214 on: August 07, 2008, 10:34:03 PM »
Quote

kolla wrote:
Quote

Windows is fully POSIX compliant, MacOSX is fully POSIX compliant, as are a whole range of other OSes. Surprizingly, Linux is listed as being mostly POSIX compliant (not fully).

Hans


This must be the first time I have ever seen anyone claim Windows to be fully POSIX compliant. What do you mean, through cygwin? I think you're rambling.


How about you ramble over to the wikipedia page for POSIX. It used to state full compliance, now it lists the following for windows:
Quote
   * Cygwin – enables partial POSIX compliance for certain Microsoft Windows products.
    * Microsoft Windows Services for UNIX 3.5 – enables full POSIX compliance for certain Microsoft Windows products.
    * UWIN from the AT&T Research implements a POSIX layer on top of the Win32 APIs.

So, you need the business version of Windows for full POSIX compliance. Vista has been advertised as being able to run Unix software. Cygwin (and probably UWin) are partial POSIX layers.

So, let me revise that. Some versions of Windows are fully POSIX compliant.

Hans
Join the Kea Campus - upgrade your skills; support my work; enjoy the Amiga corner.
https://keasigmadelta.com/ - see more of my work
 

Offline the_leander

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 3448
    • Show only replies by the_leander
    • http://www.extropia.co.uk/theleander/
Re: Wither Natami?
« Reply #215 on: August 07, 2008, 10:49:43 PM »


Quote

quarkx wrote:
You say I am "on my high horse" When all I see is someone with a stick up their arse {bleep}ing about nothing,


Not at all, if you had read this thread like you say you have, you would see that many of the points about having an amigalike system are already reality, and that to try to jerry rig the original AmigaOS code would require you to basically write the OS from scratch and render all of your current software unusable. At which point, why bother.

But lets move on, shall we?


Quote

quarkx wrote:
 I would respond to why my views are in error


Then do so.

Quote

quarkx wrote:
, but all you do is attack and say that I am trolling.


Because, strangely, all you've done is go on about an "anti linux community" (which I have to ask, wtf?) and ignore explanations by several here of why using linux as a launchpad isn't such a bad idea if you want to run AmigaOS on something other then 20 year old equipment without spending a bundle.

Quote

quarkx wrote:
 I guess as a new guy here I am finding out who's arse I have to kiss.


No, just listen. That's it, if you have a question, ask it. If you have a point. Make it.

A point, if it has any value should stand or fall on it's own merit, if you need to attack an entire OS ecosystem for your point to hold water, think again.

Quote

quarkx wrote:
I didn't come here to be attacked, I came to present a Point of view,


Then make it for the love of all that's holy!


Quote

quarkx wrote:
 If you disagree, thats fine, if you think I am a total idiot, thats fine,it i am wrong, I am wrong and that fine. but move on for God's sake, but you are starting to look like a real twit for continuing to keep harping on my comments. You say I am on my high horse, but its you who sounds like it.


I've asked you not once, but twice now, make a damn point.

What are you, a creationist? Your views only work if you first poke the holes in something else?

Come on! You can do better then this, surely?!

Quote

quarkx wrote:
I guess its my fault for responding to this in the first place,


It is not that you commented here that was the issue, it was that you felt the need to attack an entire ecosystem, without explanation of why (and this is a big thing) rather then say... Oh I dunno, make an actual point and then back it up.


Quote

quarkx wrote:
it seems to add fuel to your fire, but grow up!. I refuse to participate in this flame ware anymore.


Feh, you should have been here when MorphOS was born. Now those were real flamewars!

But here, try this one on for size, you want to make a point about linux not being ok, it being lazy:

Several years ago a product came out through Haage and Partner, a then well known and (largely) well respected company in the Amiga community, it was this company that released OS 3.5 and I believe much of what was in 3.9 was based on their work also.

Now, this product was called Amithlon, it was a stripped down, headless Linux with a custom JIT (Just In Time - basically faster then non JIT) UAE. Now, at this point you're probably squirming at the thought, and having run UAE on many platforms the idea didn't exactly grab me.

Then I tried it. I was playing with what I thought was a stupendously fast Amiga - like nothing I'd ever used, not even an A1 could touch this puppy. I was then told that what I was actually using was Amithlon, but it didn't feel like an emulator - it felt like the real thing, everything responded just as it should, but faster, if I hadn't have been told, I would have believed it to be an Amiga, and so would anyone else who had tried it that day.

Linux, doing what linux does best, which is act as a foundation for services - in this case a souped up UAE, running on a pretty fast PC. And I, a user of Amigas, big box and wedge since 1991, couldn't tell the difference.

So, why do you feel it is lazy to do this if the result is that things work as they should and do so on hardware that is easy to aquire?

Why would writing an Amiga like OS from scratch be better then say using something Amiga like as a launchpad?
Blessed Be,
Alan Fisher - the_leander

[SIGPIC]http://www.extropia.co.uk/theleander/[/SIGPIC]
 

Offline the_leander

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 3448
    • Show only replies by the_leander
    • http://www.extropia.co.uk/theleander/
Re: Wither Natami?
« Reply #216 on: August 07, 2008, 10:54:23 PM »
ooops, double post!  :-o
Blessed Be,
Alan Fisher - the_leander

[SIGPIC]http://www.extropia.co.uk/theleander/[/SIGPIC]
 

Offline amigadave

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Jul 2004
  • Posts: 3836
    • Show only replies by amigadave
    • http://www.EfficientByDesign.org
Re: Wither Natami?
« Reply #217 on: August 07, 2008, 11:09:40 PM »
Quote

the_leander wrote:

I think you'll find that you have misrepresented what has been said, not that it cannot be done in theory, but it will not be done because the resources simply aren't there.


No, my statement said nothing about what can, or can't be done in theory and it is pretty accurate in regard to what is going on in this thread.

Tell me how you can predict what resources will be available in the future?  

New technologies and ideas are happening all the time, but you have a very narrow view of what could be possible for an AmigaOS in the future, even when others point out that they are not talking about completion in months or even a year.  We all know that it can't be done overnight and quoting what has been completed by a few over the last 7 years does not automatically mean that the same pattern will persist over the next 7 years.  

It could mean that the direction over the last 7 years has not been the right one and more "resources" might have been available had several choices been made differently.  As for Hiaku and AROS, I don't see that they have inspired the majority of Amiga users to jump at supporting either of them as their OS of choice for the future.  Maybe if something better is thought of, more people, Amiga coders and coders that have never worked on anything Amiga before, might join to make it happen.  Why do you think Linux went from one man's vision to what it is today?

We can't change the past and sure can't foresee the future, but some people are arrogant enough to think they can.

As for definitions, look up sarcasm. (your history lessons of WinUAE and the BoXeR are already well known to me)
How are you helping the Amiga community? :)
 

Offline amigadave

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Jul 2004
  • Posts: 3836
    • Show only replies by amigadave
    • http://www.EfficientByDesign.org
Re: Wither Natami?
« Reply #218 on: August 07, 2008, 11:48:43 PM »
Quote

Hans_ wrote:

So, to summarize a bit:
- Piru: I spent over seven years doing that kind of ____ and I certainly don't want to do it all again from scratch. Look at all the stuff you'd have to do.
- Hans: It's a big task, but not too big. Plus I'm a glutton for punishment. Let's make it happen.

Hans


I'll stand over on Hans side and vote for the "Let's make it happen" path.  Love your summary Hans!

@Piru,

Perhaps a different path can be invented that will not require you to go through another 7 years of "that kind of _____ and won't look like an unsurmountable task to complete, from scratch or not.

My view is to use what is available now (personal choice at this time is MOS2.x), help improve it where ever I can by becoming more involved, and waiting for the next great step in the evolution of computing.  

I actually will welcome something that breaks with everything we now use and is so remarkable that it is an easy choice to replace all our legacy systems, be they Amiga, Windows, Mac, Linux, or anything else that is currently being used (no, not an iPhone either :lol:).  It would make me even happier if that far distant new paradigm has the name Amiga on it and is open source (AInc. long gone).
How are you helping the Amiga community? :)
 

Offline the_leander

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 3448
    • Show only replies by the_leander
    • http://www.extropia.co.uk/theleander/
Re: Wither Natami?
« Reply #219 on: August 07, 2008, 11:55:57 PM »
Quote

amigadave wrote:
Quote

the_leander wrote:

I think you'll find that you have misrepresented what has been said, not that it cannot be done in theory, but it will not be done because the resources simply aren't there.


No, my statement said nothing about what can, or can't be done in theory and it is pretty accurate in regard to what is going on in this thread.


I think you need to get your prescription checked - clearly we are reading different things.

Quote

amigadave wrote:
Tell me how you can predict what resources will be available in the future?  


It's called probability, backed up with a very sharp memory of what has happened to get us here. When the odds get big enough, the chances of something happening will eventually become so small as to effectively render them impossible for all intents and purposes.

Now, on the hugely unlikely possiblity that someone, somewhere, with stacks of cash and mean ass lawyers come along, wrestle the Amiga IP away from the current criminals who hold it, then, and only then, might there be a possibility of change. But even then, it is far more likely that a C=One or that C= Joystick would be the resulting product rather then an Amiga Inspired Desktop killer OS. Which I might add, Bloodline has already correctly pointed out is a market that has already been won.

Quote

amigadave wrote:
New technologies and ideas are happening all the time, but you have a very narrow view of what could be possible for an AmigaOS in the future,


Wrong, by the very nature of the AmigaOS, understanding it's capabilities and its shorcommings, the fact that the market is changing means that the AmigaOS is becomming less and less relevant as a desktop OS, indeed, the concept of a desktop is beginning to change itself with the advent of the Netbook. With each of these changes in the market, the amount of work that would be required to shoehorn the AmigaOS into it increases exponentially. At some point, you have to accept that the Amiga has no place in the modern age beyond that of a hobbyist machine or even just as a toy.

Quote

amigadave wrote:
even when others point out that they are not talking about completion in months or even a year. [ We all know that it can't be done overnight and quoting what has been completed by a few over the last 7 years does not automatically mean that the same pattern will persist over the next 7 years.


I've followed 2 major reimplimentations of OS's, AROS and Haiku. I have also seen the Refit of an OS, Zeta, which was based on the original BeOS code itself.

Haiku and Zeta took 7 years to get where they were, Zeta, even with the head start of having the code available, wasn't able to come up with an answer that realistically could survive in the current OS marketplace as anything other then a hobbiest system, Haiku, initiated as Be's ashes were still glowing, has taken since 2001 to get to early Alpha stage. AROS took even longer (though to be fair, there was a damn sight more work needed to get it to where it is today over Haiku).

Understanding how fast these projects take, one can reasonably extrapolate that with the same amount of funding, how long a project doing a similar thing, will take. It's not rocket science.

Quote

amigadave wrote:
It could mean that the direction over the last 7 years has not been the right one and more "resources" might have been available had several choices been made differently.  As for Hiaku and AROS, I don't see that they have inspired the majority of Amiga users to jump at supporting either of them as their OS of choice for the future.


Most Amiga users woke up around 2002-2003 and went to other platforms, I went to BeOS, later Zeta and Haiku, many went to linux, most went to Windows and Mac.

But there you have it, neither AROS or Haiku (which to be fair, was never aimed at the Amiga community) have inspired, I do wonder if either had had the Amiga name attached, if they would have received greater funding and support from this community.

Quote

amigadave wrote:
  Maybe if something better is thought of, more people, Amiga coders and coders that have never worked on anything Amiga before, might join to make it happen.  Why do you think Linux went from one man's vision to what it is today?


Bloodline answered this one, aparently you didn't read it:

Linux was useful to more then Linus. If AmigaOS had been useful to others, it would already have been picked up by now.

Quote

amigadave wrote:
We can't change the past and sure can't foresee the future, but some people are arrogant enough to think they can.


It is not arrogance, it is realism, it is projections based on what has already happened, what is happening, and what is likely to happen, now if some mad fool comes up and sweeps away all the crap and builds "a new Amiga" with bucket loads of cash, then great, I'm wrong, you're right. But I really do not see any evidence of that happening. Do you have something to share with the group?

The best you can hope for, is things like Minimig, like NatAmi, like Amithlon, like AROS.

Quote

amigadave wrote:
As for definitions, look up sarcasm. (your history lessons of WinUAE and the BoXeR are already well known to me)


I know sarcasm, being British, it's my bread and butter. I can even use it effectively, something, you have yet to have shown. Snide yes, sarcasm, no.
Blessed Be,
Alan Fisher - the_leander

[SIGPIC]http://www.extropia.co.uk/theleander/[/SIGPIC]
 

Offline the_leander

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 3448
    • Show only replies by the_leander
    • http://www.extropia.co.uk/theleander/
Re: Wither Natami?
« Reply #220 on: August 08, 2008, 12:32:47 AM »
Though I will make an "arrogant" prediction now though:

NatAmi will be a commercial success, but not so much of a success in the Amiga community, indeed I would be surprised if the Amiga communty made up 10% of the sales of this device.

I'll explain my reasoning: The Amiga community, as nice as it is, is fractured, with a great many people having already blown large sums on their A1's and Pegasos, along with the investments in MOS and OS4 specific software. As Hans has already alluded, he would prefer an OS4 followup, I suspect you'd get a similar response from Peg users, and that is completely ignoring the A1 users who got burned by their last purchase.

But, the concept of a relatively inexpensive FPGA board offers a great many embedded developers a cheep way of getting hardware to work on, likewise, the NatAmi would be a boon to the Atari community as well.

But mostly, the embedded developers would make up the lion share of the purchasers.

Genesi were smart to realise the money wasn't in the Amiga community, which is why they marketed primarily to ppc developers. My suspician is that the NatAmi developers, if they have any business sense, will be offering their board up to embedded and fpga specific developers far more then the Amiga community. It wouldn't surprise me either that if Amigakit offered the minimig to fpga devs, as well as 68k devs, their sales would go through the roof, if they aren't already.

Blessed Be,
Alan Fisher - the_leander

[SIGPIC]http://www.extropia.co.uk/theleander/[/SIGPIC]
 

Offline amigadave

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Jul 2004
  • Posts: 3836
    • Show only replies by amigadave
    • http://www.EfficientByDesign.org
Re: Wither Natami?
« Reply #221 on: August 08, 2008, 01:13:30 AM »
Quote

persia wrote:
A lot of the Amiga World is like a time capsule, a frozen look into where we were 20 years ago.  Does anyone actually argue about what a PC or Mac is?  No, they have all gone through a series of changes over time but a Mac is still a Mac, whether it is running a beta version of Snow Leopard or OS 7.5.1.  

Nobody in the PC world argues that a P4 isn't a real PC because it's slow and has only one core!  There are still a few people running Window 3.1 and they are still PCs as much as a 4 core Xeon Vista computer.

The trouble with Amiga is that we lost a living Company long ago and have no one to tell us where Amiga is going.  So some folks want to live in the World that existed at Commodore's Death Nell Vigil (TM), whilst others want to modernise the hardware and run the 15 year old OS on modern equipment.  Still others want to take the concept of Amiga and ring it into the 21st Century.  

When the Amiga was released it was cutting edge, it was capable of things that no other personal computer was capable of at that time.  It squandered that lead and the company went belly up.  The Amiga's capabilities in 2008 look oddly nostalgic.  Think about where Amiga would have been today had Commodore not been found floating at the top of the tank!  Amiga's with GBs of RAM, 8 cores, TB hard drives.  It was able to squeeze so much out of so little, what could it have squeezed out of modern equipment?

AmigaDos would have been rewritten many times by now. The original creators made some choices, such as the lack of memory protection, that were necessary back them but now make no sense, they would have fixed them and built a new OS.  It probably would have had to run the old stuff through a Classic system like the Macs used to have.  But new software would have arisen and the old games updated to run in the new system.  

For a decade and a half the Amiga has been leaderless, slowly losing it's user base.  WHy do we need to tear at each other?  We're all that's left, maybe a few thousand scattered across the globe.  We have different visions, different ideas  We disagree on what we want, but we don't disagree on what we don't want.  We don't want the Amiga relegated to history.

 


Just thought this post by persia needed to be read by some posters here again.

"So some folks want to live in the World that existed at Commodore's Death Nell Vigil (TM), whilst others want to modernise the hardware and run the 15 year old OS on modern equipment.  Still others want to take the concept of Amiga and ring it into the 21st Century."

Three visions of what the Amiga should be in the future.  Some of us only subscribe to one of the three, while others want two, or all three to be possible.

Why can't we all just get along and let each have their own vision of what the future will bring?
How are you helping the Amiga community? :)
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12114
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Wither Natami?
« Reply #222 on: August 08, 2008, 01:16:38 AM »
Ok Amigadave, I kind of like you. I like your enthusiasm and dedication to the cause... but you are being a prick now.

Let me tell you a story... back in 2004/2005 I also has some half baked about adding Memory protection. Fortunately Piru used to frequent the AROS IRC channel around the same time... I would present my ideas to the channel and the clever guys there would explain the flaws in my thinking... OK... I would think, I'll prove them wrong, I would take the AROS sources and try my idea out as best I could... That is the coolest thing about AROS, you can just try an idea out and see how it works... and you know what, Piru and the other guys on there were always right.

You, and Hans et al can keep arguing with Piru, but if you are not prepared to try your idea out and prove that it doesn't work, I have no time for you.

Hans clearly is an intelligent chap with coding experience, and it really pisses me off that he would rather argue a point he doesn't understand rather than actually try the idea out and prove it.

I refer back to an argument Karlos and I had on this very forum, he suggested one way to do something I suggested another... To prove Karlos wrong I tried his idea out... turns out he was right.

Don't just stand there and shout it, do something about it!!!!!

Offline A6000

  • Sr. Member
  • ****
  • Join Date: Nov 2007
  • Posts: 443
    • Show only replies by A6000
Re: Wither Natami?
« Reply #223 on: August 08, 2008, 01:19:46 AM »
Quote

the_leander wrote:
NatAmi will be a commercial success, but not so much of a success in the Amiga community, indeed I would be surprised if the Amiga communty made up 10% of the sales of this device.

I'll explain my reasoning: The Amiga community, as nice as it is, is fractured, with a great many people having already blown large sums on their A1's and Pegasos.


I think the Natami will be of greater interest to "Amiga fundamentalists" rather than PPC users, people who have waited years for someone, anyone to produce a system that is true to the core concepts of the One True Amiga.

But the real benefit of the Natami is SuperAGA, which could be used in a new graphics card for big box Amigas.
It may be too expensive to buy the complete system, so, many people may be satisfied with a new SuperAGA graphics card to modernise the most obvious part of their Amiga computer, the video display.
 

Offline the_leander

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 3448
    • Show only replies by the_leander
    • http://www.extropia.co.uk/theleander/
Re: Wither Natami?
« Reply #224 on: August 08, 2008, 01:21:52 AM »
Quote

amigadave wrote:

"So some folks want to live in the World that existed at Commodore's Death Nell Vigil (TM), whilst others want to modernise the hardware and run the 15 year old OS on modern equipment.  Still others want to take the concept of Amiga and ring it into the 21st Century."

Three visions of what the Amiga should be in the future.  Some of us only subscribe to one of the three, while others want two, or all three to be possible.

Why can't we all just get along and let each have their own vision of what the future will bring?


I get along with folk just fine for the most part, but understand, you have the resources now to maybe recreate Amithlon or build up from NatAmi and Minimig and relegate the Amiga to hobbyist or enthusiast status only. There simply isn't the capital to make the Amiga the Giant killer it should have been. Or, you can keep on wishing for giant killer status whilst forgetting what is available both now and in the immediate future.

The bitter irony, the terrible truth is, had BoXeR or NatAmi been available in 98, the Amiga community wouldn't have shrunk by the 90% it has in the years since. And again, it is a handful of people, not a giant multinational or even the crims who leased the IP that are behind it.

They say time is cyclical...
Blessed Be,
Alan Fisher - the_leander

[SIGPIC]http://www.extropia.co.uk/theleander/[/SIGPIC]