If she’s the only alternative in the primary race and he has a heart attack or something, I would assume that she winds up becoming the Republican nominee.
Trying a switch to tal@lemmy.today, at least for a while, due to recent kbin.social stability problems and to help spread load.
If she’s the only alternative in the primary race and he has a heart attack or something, I would assume that she winds up becoming the Republican nominee.
No, though it could be the first character in a hashtag. A hashtag includes the characters that follow.
EDIT: The article I linked to says that in Canada, it’s typically called the “number sign”, in the US, the “pound sign”, and in the UK, the “hash mark”.
£
Ugh, didn’t think of that interpretation.
Pound sign, as in “#”.
I use these tools.
That being said, I think that a lot of the value of knowing them comes specifically from their ability to let one cobble together things to automate the broader Unix environment, for which they are invaluable.
If one’s goal is specifically exploratory data analysis, I think that one probably gets more bang-for-the-buck in learning GNU R or something like that.
I don’t think that there’s an immediate application for specifically making carrots, because I doubt that the economics work, but I can imagine a world where we manufacture a lot more food than we do today.
Ehh…Not really a mechanism for that that I can see. I mean, say that there’s demand for that, which I can believe. Do I go to a given distro and buy a “security hardened” version? I don’t see how that would work. Is the distro going to refrain from incorporating security fixes into the “non-hardened” free version?
Well, you’ve got Ardour. But I suspect that there are people who do want this software package.
I don’t know, the camera formatted them, but I highly doubt that it is NTFS. So propably exFAT…
If you have the filesystem mounted, I believe you can see in /proc/mounts.
Well, whoever does that for closed-source software is going to basically have to do what they have done. Probably some kind of cross-distro fixed binary target, client software to do updates, probably some level of DRM functionality like steamlib integration.
If it’s not Steam, it’s gonna be something that has a lot of the same characteristics.
Personally, I kind of wish that there was better sandboxing for apps from Steam (think what the mobile crowd has) since I’d rather not trust each one with the ability to muck up my system, but given how many improvements Valve’s driven so far, I don’t feel like I can complain at them for that. A lot of the software they sell is actually designed for Windows, which isn’t sandboxed, and given the fact that not all the infrastructure is in place (like, you’d need Wayland, I dunno how much I’d trust 3d drivers to be hardened, you maybe have to do firejail-style restrictions on filesystem and network access, and I have no idea how hardened WINE is), it’d still take real work.
Their use of per-app WINE prefixes helps keep apps that play nicely from messing each other up, but it isn’t gonna keep a malicious mod on Steam Workshop or something from compromising your system.
The Steam store does have a section for non-game software. It’s not very heavily-populated, but it’s there.
https://store.steampowered.com/search/?category1=994&supportedlang=english&ndl=1
1,439 results match your search.
If I exclude non-Linux-native stuff (which will still generally run via Proton):
https://store.steampowered.com/search/?category1=994&os=linux&supportedlang=english&ndl=1
100 results match your search.
And because it has a standard set of libraries, it’s probably the closest thing to a stable, cross-Linux-distro binary target out there, which I suspect most closed-source software would just as soon have.
You run your open-source stuff on the host distro, and run the Steam stuff targeting the Steam libraries.
Why would you expect USB to constrain your audio quality?
You’re not getting better 0s or 1s based on which bus they’re sent over to the DAC.
Yeah, I think I tried it and it didn’t do something I wanted and so used a homebrew script for the same thing, but it or a similar package or script is definitely what I’d recommend.
That should work with dotfiles in .config, in the home directory, any other config you want to be portable across machines, etc.
They may not want their configuration stored in $HOME, for example:
they’re on a machine that isn’t under their physical control and ~/.config is mounted over the network from their personal machine;
That sounds like it’s a bad way to handle configuration, since among many other problems, it won’t work with the many programs that do have dotfiles in home directory, but even if that happened, you could just symlink it.
they prefer to version control their configuration files using git, with a configuration directory managed over different branches;
I do that. I symlink that config into a git-controlled directory. If OP plans to put his entire ~/.config in git, he is doing things wrong, because some of that needs to be machine-local.
the user simply wants to have a clean and consistent $HOME directory and filesystem
If whatever program you are using to view your home directory cannot hide those files, it is broken, as it does not work with a whole lot of existing software.
less secure,
If your home directory is “not secure”, you’re probably in trouble already.
Like, there are reasons you may not want to put dotfiles in a homedir, but none of the arguments in the article are them.
EDIT: I will ask developers to stop dumping directories and files that don’t start with a dot in people’s home directories, though. I gave up over twenty years ago and put my actual stuff under ~/m just to keep it from being polluted with all the other things that dump non-dotfiles/-dotdirs in a home directory. Looking at my current system, I have:
A number of directories containing video game saves and configuration. I am pretty sure that these are mostly bad Windows ports or possibly Windows programs under WINE that just dump stuff into a user’s home directory there (not even good on Windows). Some are Windows Steam games.
WINE apparently has decided that it’s a good idea to default to sticking the Windows home directory and all of its directories in there.
Apparently some webcam software that I used at one point.
A few logfiles
I use kbin rather then lemmy, and the kbin API isn’t complete, but looks like there’s lemmy support in:
deleted by creator
Hmm. Yeah, though I have to say that the USB route looks cheaper.
we’re going to ringfence all of the Raspberry Pi 5s we sell until at least the end of the year for single-unit sales to individuals, so you get the first bite of the cherry.
I mean, if you have USB, for a non-mobile platform, it doesn’t really matter. It’s not hard to get a USB audio interface.
For cell phones or laptops, I can understand not wanting another thing to plug in, but for something like a Raspberry Pi…shrugs
now a full-blown woke communist (like Linus Torvalds)
OP’s words.
One might have an application-private newer build of glibc and set LD_LIBRARY_PATH to the directory containing it prior to launching VS Code.