https://github.com/HoloISO/releases/releases
I don’t think HoloISO is developed anymore. Last release is from Jun 3, 2024.
https://github.com/HoloISO/releases/releases
I don’t think HoloISO is developed anymore. Last release is from Jun 3, 2024.
POSIX shell is the standard that all shells should support (Fish does not I think). Its basically what is executed if you run it as /usr/bin/sh script. POSIX is not a specific shell itself, its just the standard. /usr/bin/sh is usually a symbolic link to an actual shell interpreter. And any shell could support it, in example Bash with its compatibility mode (what is usually done by default in todays Linux systems). Or Dash is designed to do that specifically and only that as far as I know.
Bash on the other hand is an enhanced shell that introduces some concepts, features and changes default behavior of the standard POSIX. That is when the script runs with /usr/bin/bash. This is also used in your terminal as the interactive shell. And ZSH in example is similar to Bash, but has some extended features over Bash. They are relatively speaking similar. I think ZSH is or was the default shell in MacOS too.
As for KSH, I don’t have no experience about this myself. I only know it exists and just saw checklists of differences.
However my personal shell preference is zsh. When I write scripts I do so using bash. The two shells are 99% similar on a day to day basis, but I prefer zsh for a user interface. So I use one for day to day and the other for scripting.
I used to do the same, Bash as the default script interpreter and ZSH as my terminal interactive shell. Worked well. I also had Dash as the /usr/bin/sh installed. But once I installed a new OS, I did not want to set it up immediately and wanted to do it later. Then I realized that I do not need to and frankly didn’t notice any difference. Besides ZSH was a bit slow here and there with the kind of setup I had. So since then I stayed on Bash only again and don’t miss most of the stuff (but ZSH had some nice features).
I wouldn’t have even mentioned Fish here, its too different. If you going to learn a scripting language that is this different, then there are even more shells out there. I would stick to Bash (or ZSH for that matter). Especially if its the first shell language you get into.
In the past I replaced Bash as the default POSIX shell interpreter /usr/bin/sh with Dash. Normally the /usr/bin/sh is run by Bash in compatibility mode, if no Bash features are needed. Dash is an independent implementation of /usr/bin/sh compatibility and in theory should startup a little faster than Bash for those scripts. In practice I didn’t notice any difference on my modern computers (and I mean more than a decade old by now). My personal experience and recommendation is not to worry about this and not install Dash at all. If you do, nothing will break or get worse, but I believe nothing is won either.
Dash as an interpreter for /usr/bin/sh is only for shell scripts, that run the shell in default mode without Bash or other features. It is not intended for use in the terminal in an interactive manner.
Learning Bash? Oh hell yeah! The language is a bit ugly and has really lot of pitfalls and dumb language constructs or default behavior. But it is the default and you can rely on Bash for the most part in Linux. You can write scripts, understand others scripts and make changes to them. And it is even used in the IT industry everywhere (well maybe not everywhere…). But that’s not all, you have to learn Linux stuff too, not just the scripting language to make most use of it. While Bash the language itself is ugly, it is still useful to learn the basics and get into it a bit deeper over time. I fully recommend it.
Thanks for the explanation. That reminds me an issue. I changed my default gamepad.
At least one issue with EndeavourOS I had in the past (and that’s not an issue with the distribution, but with the model of having newest Kernel) was that the newest Kernel sometimes broke the driver for my gamepad, XBox One S proprietary dongle using medusalix xone driver from AUR to be specific. So I had to wait sometimes days or longer until the driver was updated in order to use the controller. This issue could be avoided when using an LTS Kernel instead, which is very easy to setup in EndeavourOS as it comes with such a GUI.
Your given arguments makes lot of sense. So it is about stability (in the sense of not changing, not about bugs). So you seek a setup and forget installation, which is understandable and maybe would have preferred doing so too in your case.


There is not really much incentive to buy a brand new Xbox console nowadays.
Also if software is Open Source plays a lot here. Anything that is Open Source is never done software. And then what if the community decompiles into source code? Super Mario 64 was done game I suppose, then fans decompiled and wrote the source code for the game and keep working to improve or add functionality. Now its undone?
The term “done” is so vague, it makes no sense to talk about it without declaring what it is. It’s like using a variable in a duck typed language and just change its meaning randomly when its needed… (yeah Python byte me on this in the past… sorry I still have the wound).
What does “done” mean? If software does what it should do, has implemented all goals in development and does not need maintenance, then it is done. However, the more complex software is, the more likely security fixes and compatibility fixes need to be done.
The solitaire game that came with Windows 3.1. Certainly that’s done.
Why is the game “done”? It does not work on modern systems anymore, does it? I don’t get what “done” means for this game.
Super Mario Brothers is not only done, but also awesome.
How is it “done”? They released the game and it still has bugs and does not run on modern machines directly. The fans added lot of features through modding that the game could use to have. It’s just abandoned and not updated.
I don’t get what “done” means here. The given examples are a bit weird. Sure games are easier to be declared as done, than “regular” computer software on PC in example. Games for old consoles off course have not the same security issues as on modern PCs in example. These examples are more like “abandoned”, as their platforms are.
Why did you change from Endeavour to Debian? Didn’t it work well on the MacBook you have? Just curious, no judging.
EndeavourOS. It’s like Arch, but a bit easier with a few automation and gui stuff builtin. It’s still heavy on terminal usage and it comes light out of the box. I switched from Manjaro to EndeavourOS, because Manjaro gave me some problems (especially their package manager and because of the AUR too, and I didn’t like the maintainers, no further comment). It’s my daily driver for years now. I use it for everything, daily usage, little programming, gaming on Steam and especially RetroArch too. I’m a huge RetroArch fan. :-) So if you plan to use base Archlinux or Manjaro, then I can recommend to use EndeavourOS a lot.
Cachy OS is probably a good choice too, because their focus on performance optimizations. But they do also have a bit more, let’s say bloat, out of the box and their branding is a bit strong it seems. It’s a bit farther away from base Archlinux than EndeavourOS is.


Would be cool if there was 3 different teams instead 2. That could work with that team size. Plus the map needs to be smaller from what I have seen and read (I didn’t play myself).
The core gameplay looks interesting, with the Apex Legends like controls (at least it looks like) and all the abilities. Generally the game looks a bit too much inspired by Apex (size of team mates and map size and the looting). I actually don’t mind if they have their own formula and brings something new or different to the table, which it seems to do.


Never buy on a promise what could be in future. But on the other hand, you will be able to play Fable on the console. It doesn’t get worse just because its not exclusive…


Yeah, that was surprising. Sounds like a joke, but it actually happened (on Amazon).


It was meant to be a meme reply more than anything serious. Obviously there are communities and individuals working together, and on other places they fight each other. I should have made that more clear, that’s on me.


The Linux community comes together and tries to solve problems together? Instead fighting each other… Okay, that’s a new one for me.


And Ai tools are scraping the web… good lord.


I am not talking about the IGN article, but about the link you gave me.


Just the first lines of the linked article says what I said, having a monopoly isn’t illegal on itself. Only abusing the dominance is.
Which paragraph or lines do you specifically speaking of? Its a long text, so quoting or pointing the part you refer to would be good.


That’s not the statement we are discussing as what he said.
I’ve never heard of this before. Nice to have other variations. https://www.redotengine.org/ I wonder why they forked Godot. Also they don’t like to mention it at all it seems: https://docs.redotengine.org/en/stable/about/introduction only at the bottom as
If I were a game developer, I would probably stick to Godot unless there is a really good reason for relying on this fork. One has to trust them fully.