What is the longest time Brachefs users can use? I mean the Linux LTS version with Bcachefs included that is the longest supported. Or are there distributions which are known to include a patched Linux kernel with support for Bcachefs?
thingsiplay
Yes, they are reverting back. Fedora users always live on the edge. They are basically (but not quite right) "always" the first accepting a new technology. Not even Archlinux does that. Arch users obviously live on the edge too, but for other reasons. :D
But wasn't Fedora not going to discontinue X11 support only for GNOME version? I thought other spins are still allowed to support it, but doesn't matter anymore, because they reverting this idea back. I think. But why didn't you switch to another distribution, instead buying new hardware, if that was the only problem?
A dash is a bit problematic from practical point of view. In example I allow single numbers without a colon like just 6
which would be interpreted as 6:6
. And each element is optional as well, which would make -6
either be a negative number, an commandline option or a range? Some languages also use dots ..
instead. If I want ever support negative numbers, then the hypen, dash or minus character would be in the way.
I mean I could just do a duck typing like stuff, where I accept "any" non digit character (maybe except the minus and plus characters) with regex. Hell even a space could be used... But I think in general a standardized character is the better option for something like this. Because from practical point of view, there is no real benefit for the end user using a different character in my opinion. Initially I even thought about what format to use and a colon is pretty much set in stone for me.
Fedora even switched to Wayland by default in 2016 (at least for the GNOME release). I don't know what they were thinking. 8 to 9 years before they were already using Wayland... and it still have some "problems". Can't imagine what you were going through. :D
But compared to Fedora, Ubuntu only did change temporarily to Wayland right? I mean it was not an LTS version. I installed LTS 18.04 and don't remember anything like that by default.
Those who don't care, don't have anything to say and should not the deciding factor. Why count voices who don't care?
Who "promoted" it as superior to X11? Pretty much everyone I watch and read said that Wayland had their problems and they are working on it, but it is the future. There are ideas and concepts that are superior to X11, but it does not mean its fleshed out. I don't think anyone said that Wayland is superior to X11 in every aspect. Not even the most die hard fan say it. :D
It doesn't need to be. The goal is not to recreate and be compatible with X11, otherwise it would defeat the idea to create something new. Wayland is here, because it needs to do things differently. It's the same as Linux operating systems will never be ready for every Microsoft user. And that's okay.
Nothing changes much, its just the elements are all from top to down now and wider. I liked the old one more, where I had to less scroll. This new layout is more smartphone focused with vertical layout, while I use my big pc screen with horizontal layout. It's just not good. The only positive side is, it looks less cluttered and it is straightforward.
I believe it, if I see it with my own eyes.
I think that I'm going with these approaches. For the '0', I'm now accepting it as the 0 element. Which is not 0 based index, but it really means before the first element. So any slice with an END of 0 is always nothing. Anything that starts at 0 will basically give you as many elements as END points to.
0:
is equivalent to:
and1:
(meaning everything)0
is equivalent to0:0
and:0
(meaning empty)1:0
still empty, because it starts after it ended, which reads like "start by 1, give me 0 elements"1:1
gives one element, the first, which reads like "start by 1, give me 1 element"
I feel confident about this solution. And thanks for everyone here, this was really what I needed. After trying it out in the test data I have, I personally like this model. This isn't anything surprising, right?
Now that you ask, I don't have any example of this. I know program head
has negative numbers to access from the last element backwards ls -1 | head -n -1
, but it does not start by 0. So yeah, the 0 as last element might be not as common as I thought to be.
As it specifies the version number, I assume it was not compatible with version 2.9 of Winamp skins maybe? I mean there was this classic Winamp skin system and the modern one later. I don't use or keep track of the changelog for Audacious, so this is me more asking and shooting with guns while being blind.