

Ditto, this and Yakuake, which is great at keeping it out of the way until I need it.
Ditto, this and Yakuake, which is great at keeping it out of the way until I need it.
This would fundamentally break the Unix/Posix functionality of layering file systems. All containerization would break. You would lose the ability to map in one filesystem’s content within another’s. I don’t think the right way to get people used to Linux is to fundamentally break it.
File managers - even the dogshit one you get with Gnome - already register external storage devices in a list that’s shown no matter where in the file system you are. Assigning a drive letter doesn’t clarify anything. What beginner/grandpa is even looking at the contents of the FS root?
You could try gconf
I’m not adopting the conspiracy here, but if they can’t find the shooter with the whole country getting behind him, then they would want the optics of finding the shooter. Which could backfire, of course. It would be very telling, for example, if the cops got real confident about it and then the real shooter made some kind of public display with the false shooter in custody.
I don’t know what you’re currently accustomed to or what the feature/workflow differences would be, but I’ve had some music folks I know be successful with Ardour and Reaper. Have you checked to see if those would let you do your thing? The other problem I’ve had is audio interface support in Linux, but that seems to have improved a lot. I’ve got an old Axe I/O Solo that didn’t work at all a few years ago but now seems to have full support.
Really, the media finally realized millennials don’t care if we killed Applebee’s or whatever, and they’ve moved on to the next thing to scare boomers with. “They hate us because we buy bags of paper napkins” becomes “They hate us because we can use old style keyboards.” Generations are not a monolith. You can compare them, but it’s stupid to pass judgment in that way.
God damn you.
Lol, I’m sorry
statement:
comparison:
- kind: libcompare.EQUALS
comparators:
- foo
- bar
whentrue:
statement:
streaming:
- kind: libstreams.PRINT
content: foo equals bar
whenfalse:
statement:
streaming:
- kind: libstreams.PRINT
content: foo does not equal bar
Actually, Pythonscript is a whitespace-sensitive Python-to-perl transpiler.
I did this swap recently as well, on Fedora. I had to do literally nothing, as the drivers were already available and installed. I uninstalled akmod-nvidia to tidy up, but I suppose even that wasn’t strictly required.
There was an attempt by Twitter at one point to use “420 Enhance Your Calm” as a code to indicate you’re being rate limited.
Gnome is a desktop environment, which you can install into virtually any distro. It’s the default for Fedora, which is a good enough place to try Linux for the first time.
Good advice. I’ll add that any time you have to parse command line arguments with any real complexity you should probably be using Python or something. I’ve seen bash scripts where 200+ lines are dedicated to just reading parameters. It’s too much effort and too error prone.
The article asks what is the politically neutral answer to the question of whether a trans woman is a woman. I wonder why this is a political question at all. Send like a question for scientists - biologists and sociologists and such. Seems they have achieved something like a consensus on the matter. I don’t see anything inherently political about that, except that folks of a certain political bent have made it political. It’s not a matter of “what do we do in public policy about trans people” but “fascists refuse to accept trans people in society and have decided to lambast and punish them”.
In case my position isn’t obvious, trans people are people and trans rights are human rights. If there wasn’t a group of people trying to make them into a second class group of citizens (or a group of “eradicated vermin”) we wouldn’t be having a political conversation about this at all.
You didn’t mention the ability to mount different drives and partitions to different directories. For example, I always keep /home
on a different partition so I can reinstall my OS without worrying about data loss. You also can use tools like LVM to combine volumes into a single storage volume. Have a lot of games and want to install them all to one place? You can set up multiple large drives to act as a single volume. I guess you can do this with RAID utilities or something in Windows, but it’s really not the same.
I really like a lot about Gnome. It’s things like getting rid of the system tray that don’t make sense to me. I understand it’s not in the system’s ideology, but you can’t force that on every application developer who still has to support that feature for other desktops. If it’s a common application feature, then it’s just broken on Gnome. That’s a hard thing to sell me.
I am a daily Gnome user. There are many things which I actually dislike about Gnome, but I have solved them all through extensions. Fine, I’m not bothered because it can be customized.
But every time they introduce something like this, it takes me a while to get a functional desktop back. It takes time for those extensions’ developers to respond to these things. They have to research the change, implement it, test it, go through extra work to stay backward compatible, etc. These people aren’t being paid for this, so it takes some time.
I’m just frustrated about this. I know someday I will run updates and suddenly find all my extensions broken.
The games that don’t work are typically (not exclusively) games with anti-cheat systems or live service games. Most everything else works out of the box on Steam with Proton.
At least part of this is the decentralized/complied nature of a FOSS operating system. You don’t get a command called grep because someone making design decisions about a complete system holistically decides that tool should be called grep. You get it because some random programmer in the world needed a way to find patterns in text so they wrote one and that guy called it grep and someone else saw utility in packaging that tool with an OS. It’s a patchwork, and things like this are a culture of sorts.