Welcome, Guest. Please login or register.

Author Topic: What is your main OS besides the Amiga OSes and why?  (Read 9155 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline TeamBlackFoxTopic starter

  • Master SPARC
  • Full Member
  • ***
  • Join Date: Jan 2014
  • Posts: 220
    • Show only replies by TeamBlackFox
Re: What is your main OS besides the Amiga OSes and why?
« Reply #59 from previous page: November 08, 2014, 02:27:49 AM »
Quote from: amigadave;776888
The latest computer I have purchased is an i7 laptop and it came with Windows8, which I absolutely hate.  I updated it free to 8.1, but it did not help any, and I am so tempted to downgrade to Windows7.

I use it mostly for one MMO game that I play with a few friends and family members, plus my CAD drawing software, but lately about half of my time spent on the i7 laptop is running AmigaForever, which it does very well.

What is really disappointing is that even with all of this power and RAM and hard drive speed, I still experience glitches during video playback occasionally.  The simplicity of Amiga (and Amiga inspired) systems is so much more fun and relaxing to deal with.  I am always trying to do more on my Amiga/Amiga inspired systems and less on my Windows/Mac/Linux systems.


I suppose you have a point here regarding AmigaOS's ability to manage memory fairly well, if relying on cooperative multitasking with a preemptive scheduler. I also think the message passing and overall efficiency with which the OS and hardware combined can do is something that many operating systems have failed to do.

However, there are severe drawbacks to using AmigaOS for a day-to-day which have prevented me from using it beyond as a novelty on the 3000:

Lack of any basic or advanced security mechanisms
Lack of task isolation and privilege separation, meaning malicious programs can run and lock up a system or send it into a Guru meditation
Lack of sophisticated filesystems with features like RAID, snapshots or crash-safety which I use and rely on every day
Lack of updated browser
Lack of 64-bit support ( I rely heavily on 64-bit math, pointers, and memory addressing for many programs which I run and have had hands in developing )


Also, on Windows, anytime it comes up in conversation these days I think of this immediately, since Android 19 runs Windows apparently with that voice of his: http://www.youtube.com/watch?v=Fsx09hDU0Sw
« Last Edit: November 08, 2014, 02:36:14 AM by TeamBlackFox »
After many years in the Amiga community I have decided to leave the Amiga community permanently. If you have a question about SGI or Sun computers please PM me and I will return your contact as soon as I can.
 

Offline Amiduffer

  • Hero Member
  • *****
  • Join Date: Sep 2005
  • Posts: 1601
    • Show only replies by Amiduffer
    • http://www.geocities.com/laverdiereaf/
Re: What is your main OS besides the Amiga OSes and why?
« Reply #60 on: November 08, 2014, 04:15:27 AM »
Windows 7. Only because I use the Pinacle Studio program for digitizing VHS tapes and editing video. Otherwise, I wouldn't touch it with a ten foot pole.
Amiga 3000D UP and running! Hear that clicking. 8)
Amiga 3000D & 4000D in storage sadly.
 

Offline Pakrat

  • Newbie
  • *
  • Join Date: Jul 2010
  • Posts: 11
    • Show only replies by Pakrat
Re: What is your main OS besides the Amiga OSes and why?
« Reply #61 on: November 08, 2014, 06:55:48 AM »
OS X Leopard 10.5.8 (Powerbook G4)
Why do I use it? Because it's not Windows. ^^

SpartaDOS X 4.20 (Atari 130XE with a hard drive)
Best and most powerful DOS for the 8 bit Atari systems, hands down.
Amiga 4000: OS 3.9, 136M FastRAM, Cyberstorm MK-III 68060/50, 18G UWSCSI Seagate Cheetah (10K RPM), 4G SCSI Seagate Barracuda, Cybervision 64/3D, IOBlix, Oktagon 2008, Ariadne II connected wirelessly to an Apple Airport Extreme, viewed with a 19" NEC Multisync 95 CRT in 1280x1024x64K colors *only Amiga makes it paw-sible*
 

guest11527

  • Guest
Re: What is your main OS besides the Amiga OSes and why?
« Reply #62 on: November 08, 2014, 09:02:04 AM »
Quote from: TeamBlackFox;776892
Lack of 64-bit support ( I rely heavily on 64-bit math, pointers, and memory addressing for many programs which I run and have had hands in developing )

64-bit math on AmigaOs is as good or bad as 64-bit math on every other 32-bit microprocessor. On every system I've seen, 64-bit math is something that has to be supported at the compiler level. The 68K has no "native" 64 bit math, but offers enough instructions to allow it (addx, subx, and multi-precision multiplication and division are well-known algorithms).

The problem is rather that the "system compiler" SAS/C has no native support for it. Adding support is not a major issue, though the resulting code is arguable non-ideal.

What is a problem that the whole device/filing system infrastructure lacks support for it. Devices with more than 2^32 blocks already create a compatibility problem (between TD64 and the dreadful NSD), files >4GB create problems, more than 4GB memory is not possible... So it's actually not the math part that causes problems. The infrastructure is missing. It simply wasn't an issue back then.
 

Offline TeamBlackFoxTopic starter

  • Master SPARC
  • Full Member
  • ***
  • Join Date: Jan 2014
  • Posts: 220
    • Show only replies by TeamBlackFox
Re: What is your main OS besides the Amiga OSes and why?
« Reply #63 on: November 08, 2014, 03:49:14 PM »
It is a little more complicated than that in my case, what I mean is I rely on a 64-bit CPU and ABIs that support the 64-bit features of the CPU. I do not currently code on x86, 68k or ARM32, I instead have supported and focused mostly on MIPS, POWER, and ARM64 and all of my programmes I have helped write require and are optimised for, 64-bit big and little endian CPUs.

Anyways the topic is seriously getting out of hand. Even if I had 64-bit capability I wouldn't be able to use it for everyday work. I don't work on systems that have no concept of memory protection or privilege separation.
After many years in the Amiga community I have decided to leave the Amiga community permanently. If you have a question about SGI or Sun computers please PM me and I will return your contact as soon as I can.
 

Offline Blinx123

  • Sr. Member
  • ****
  • Join Date: Jul 2006
  • Posts: 383
    • Show only replies by Blinx123
Re: What is your main OS besides the Amiga OSes and why?
« Reply #64 on: November 08, 2014, 11:35:42 PM »
My main systems are currently

Mac OS X 10.9.x Mavericks and GNU(Step)/Linux. Though with the latest progress I made on Anima (my very own OS, mainly inspired by Mac OS X, NEXTStep and Amiga OS), I might soon run that one as my new main OS :)

Almost done with the login manager (both back- and frontend. Though the former uses experimental, interpreted code. Will later replace this with fully compiled and properly audited code).

https://scontent-a-fra.xx.fbcdn.net/hphotos-xap1/t31.0-8/10636917_735314176506114_210760376585479809_o.jpg

EDIT: That one is from my GNUStep based Linux distro.

https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-xaf1/t31.0-8/1403024_735331573171041_438591473160101029_o.jpg
Sam: \\"You crack me up little buddy\\"
Max: \\"I love you Sam\\"
 

Offline yssing

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 1521
    • Show only replies by yssing
    • http://www.yssing.org
Re: What is your main OS besides the Amiga OSes and why?
« Reply #65 on: November 08, 2014, 11:49:13 PM »
Quote from: Linde;776858
You can develop GUI applications using a terminal based toolset, you know. In some cases it doesn't matter what the customer prefers, because the customer won't even know that the software is running.


True, I can develp GUI's using terminal based toolset, I can create GUI's using just C and creating everything by hand, but if you ask the end user if the want to pay for it, the answer in my case is a no. So for me it comes down to a time/money issue.

It is also very true, that the customer usually don't know what OS the program is running, but since, the company I work at, supplies customers with entire POS systems, support and training also matters, so trying to make our customers use linux or something they are not familiar with would mean loosing customers.
True that broswers can do alot, but there area lot of short comings when it comes to POS and creditcard terminals and browsers.

Any way I did not mean to start a flamewar, the question was, what OS and why..
 

Offline yssing

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 1521
    • Show only replies by yssing
    • http://www.yssing.org
Re: What is your main OS besides the Amiga OSes and why?
« Reply #66 on: November 08, 2014, 11:55:39 PM »
Quote from: Thomas Richter;776868
You might be astonished. End users in Windows land - yes, those are GUI users. But a lot of software doesn't have a GUI, and doesn't interact directly with the user.
I know.
 

Offline Blinx123

  • Sr. Member
  • ****
  • Join Date: Jul 2006
  • Posts: 383
    • Show only replies by Blinx123
Re: What is your main OS besides the Amiga OSes and why?
« Reply #67 on: November 09, 2014, 12:11:56 AM »
@yssing

Are credit card terminals in Denmark running Windows?
Sam: \\"You crack me up little buddy\\"
Max: \\"I love you Sam\\"
 

Offline Linde

  • Sr. Member
  • ****
  • Join Date: Mar 2004
  • Posts: 457
    • Show only replies by Linde
    • http://hata.zor.org/
Re: What is your main OS besides the Amiga OSes and why?
« Reply #68 on: November 09, 2014, 12:32:40 AM »
Quote from: yssing;776944
True, I can develp GUI's using terminal based toolset, I can create GUI's using just C and creating everything by hand, but if you ask the end user if the want to pay for it, the answer in my case is a no. So for me it comes down to a time/money issue.

The end user pays for your development tools? My point is that you don't have to use GUI tools just because you're targeting a graphical environment, I'm not saying that you'd necessarily be handing the customers terminal based applications.

Quote from: yssing;776944
It is also very true, that the customer usually don't know what OS the program is running, but since, the company I work at, supplies customers with entire POS systems, support and training also matters, so trying to make our customers use linux or something they are not familiar with would mean loosing customers.
True that broswers can do alot, but there area lot of short comings when it comes to POS and creditcard terminals and browsers.

I can't argue against your particular choices or situation. Your original argument was about users in general, which is why I even responded.
 

Offline yssing

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 1521
    • Show only replies by yssing
    • http://www.yssing.org
Re: What is your main OS besides the Amiga OSes and why?
« Reply #69 on: November 09, 2014, 01:47:16 AM »
@Blinx. I never said that. We "talk" to them via dll.
@Linde. Customers pay their bills, which then pays our salary and the companies expenses.
 

Offline Blinx123

  • Sr. Member
  • ****
  • Join Date: Jul 2006
  • Posts: 383
    • Show only replies by Blinx123
Re: What is your main OS besides the Amiga OSes and why?
« Reply #70 on: November 09, 2014, 02:01:46 AM »
@yssing

Ah. Ok. Was really shocked, for a second.
I guess I can take Denmark off my list of "countries I'd never pay with a credit card in".

@Linde

Unless the resulting UI is either really simple (i. e. something one would be able to create in zenity and the likes) or the company/developer in question has a really good, prototype based model, putting UIs together in a graphical fashion is still considerably more straightforward.

I'm really envious of Apple's Cocoa framework. It seems to work quite well in regards to quickly creating a usable graphical user interface.
In contrast, Junior (one of the two frameworks of my Anima OS) in its current form requires people to import prototypes or manually create a new form. Something that can be quite cumbersome.
Sam: \\"You crack me up little buddy\\"
Max: \\"I love you Sam\\"
 

Offline psxphill

Re: What is your main OS besides the Amiga OSes and why?
« Reply #71 on: November 09, 2014, 05:24:45 PM »
Quote from: Blinx123;776951
I guess I can take Denmark off my list of "countries I'd never pay with a credit card in".

Windows is used for credit card payments in all countries. Linux too and look how often that gets hacked.
 

Offline carvedeye

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 1563
    • Show only replies by carvedeye
Re: What is your main OS besides the Amiga OSes and why?
« Reply #72 on: November 09, 2014, 05:30:55 PM »
I use windows for everything, gaming, browsing, downloading etc...... and I use my Amiga for that retro feeling :)
A1200T: M1230XA 50Mhz 68030 w/64mb,DVDRom, 80gb hdd, Realtek LAN Card, Mediator LT4 + Radeon 9250 128mb(used for fast ram), Spider USB Card, Voodoo 3 3000 OS 3.9 +bb 1-3
 

Offline Blinx123

  • Sr. Member
  • ****
  • Join Date: Jul 2006
  • Posts: 383
    • Show only replies by Blinx123
Re: What is your main OS besides the Amiga OSes and why?
« Reply #73 on: November 09, 2014, 06:11:18 PM »
Quote from: psxphill;776973
Windows is used for credit card payments in all countries. Linux too and look how often that gets hacked.


Actual credit card terminals and backbones don't use Windows.
Basically the whole banking sector concentrates around certified Unix solutions.

There are major requirements when it comes to banking.

You entering your credit card info on Amazon is not the same as a server processing and routing your personal data.
Sam: \\"You crack me up little buddy\\"
Max: \\"I love you Sam\\"
 

guest11527

  • Guest
Re: What is your main OS besides the Amiga OSes and why?
« Reply #74 on: November 09, 2014, 06:32:13 PM »
Quote from: Blinx123;776976
Actual credit card terminals and backbones don't use Windows.  
Well, maybe that goes for the backbones and the servers, but the actual terminals (what's inside the ATM) is pretty much Windows here in Germany, XP, sometimes even Win2000 or OS/2. I don't even want to think about security... Much the same goes for ticket machines for bus or train services.

The servers for internet banking services - now that's a different story.