Earlier quoted context omitted.
Systemd is nothing new, Linux copying comercial UNIXes and Windows/VMS, with the community dumping hate left and right on the authors. cgroups has been a thing on mainframes for decades.
SystemD is like Solaris service manager, but far worse. And, on cgroups, I think AIX has something like that but much, much, MUCH better.
Little Things That Made Amiga Great
51–60 of 198 posts
Re: Little Things That Made Amiga Great
#52It was called ‘RADBench’ and essentially installed a mini version of Workbench into the recoverable RAM disk, so you could work better with floppy-based files by having key executables in memory.
It’s still out there somewhere on the Internets.
Ah happy memories dear old Amiga.
Re: Little Things That Made Amiga Great
#53Earlier quoted context omitted.
Systemd is nothing new, Linux copying comercial UNIXes and Windows/VMS, with the community dumping hate left and right on the authors. cgroups has been a thing on mainframes for decades.
SystemD is like Solaris service manager, but far worse. And, on cgroups, I think AIX has something like that but much, much, MUCH better.
Re: Little Things That Made Amiga Great
#54Earlier quoted context omitted.
It does exist in Windows, https://docs.microsoft.com/en-us/windows/win32/wic/-wic-lh https://docs.microsoft.com/en-us/previous-versions//dd443207... https://docs.microsoft.com/en-us/windows/win32/shell/customi... and in macOS, https://developer.apple.com/library/archive/documentation/Gr... https://developer.apple.com/library/archive/documentation/Mu... Although, yes I do concede it is more complex to implement, the w…
Wow, in 24 years as a Windows user I never knew about Windows Imaging Components, nor did I come across Image Units in the 4 years or so I was doing iOS dev on a Mac. I've never seen an end-user application that used them, or told me as a user that I could expand its functionality with them. In contrast, on the Amiga, I knew about Datatypes out of the box as they were written up in the user manual, and pretty much th…
Re: Little Things That Made Amiga Great
#55Earlier quoted context omitted.
IMO Unix hasn't taken over as much as people think it has. If you look at an OS more closely they typically have a POSIX API layer on top of whatever unique ideas they have. Even Linux does quite a lot of its own thing.
Most of the "new" Linux ideas you will find them in the mainframes world.
See “the innovators dilemma” for the process.
Re: Little Things That Made Amiga Great
#56You can get similar behaviour on Unix shells with options like:
• zsh: `setopt auto_cd`
• bash: `shopt -s autocd`
• tcsh: `set implicitcd`
I think fish has it by default but only for paths prefixed with tilde, ., /, etc.
Re: Little Things That Made Amiga Great
#57I got really into computers in the mid-late 90s by which point we were mostly down to Wintel and Apple hanging on by a thread. What I remember from that era is that nothing was compatible with anything else. It took a lot of work to interoperate between two PCs, let alone cross the gap between OSes. So for a long time, I have kind of taken the current world of few OSes that are highly interoperable as being a great t…
What I'm personally bit horrified with is that "Unix" is the end all of OS design and so on. With some fundamental designs going back to 70s... Like everything being text. Which seems quite a mess in current world with multimedia and increased networking. Yes we have spend decades hacking to get it to work... But maybe more options and different designs would enrich us lot better. And really we do have layer that can…
Re: Little Things That Made Amiga Great
#58No CD While AmigaDOS does have a CD command, it's usually not needed. Any command that evaluates to a valid path will automatically change the current working directory to that path How is that useful?
Re: Little Things That Made Amiga Great
#59I got really into computers in the mid-late 90s by which point we were mostly down to Wintel and Apple hanging on by a thread. What I remember from that era is that nothing was compatible with anything else. It took a lot of work to interoperate between two PCs, let alone cross the gap between OSes. So for a long time, I have kind of taken the current world of few OSes that are highly interoperable as being a great t…
The reason Unix was so successful was precisely because it was simple and portable a d designed to get out of the way. It was as unremarkable as possible, by design. All the interesting stuff is left to application developers. You want to implement a relational file system, go ahead. You want to develop your own GUI layer, fine. Compared to the other major OSes of the day like VMS, Pick, PrimeOS, etc it’s as unoppinionated as possible. Likewise with C, which is intended to be as low level and paradigmless as they could. Just an abstraction over assembler just as Unix is a thin abstraction over the hardware.
Re: Little Things That Made Amiga Great
#60I should have realized it could be worse. With the modern era's "mobile first" UX regime, we now have many desktop experiences that hide the scrollbars entirely—revealing them only on interaction—wholly removing any at-a-glance utility we enjoyed from proportional bars.