Although It’s less about guns and more about paying/donating to projects on GPL. If you don’t know where to donate, start with Firefox. Every £ matters
Mozilla do spend a lot of money on software development, 220 million last year, out of total expenses of 425 million which came from a taking of 593 million of which 81% comes from Google.
The rest of the money goes into fighting for software freedom, developing infrastructure tools and other things they’re very open about.
Personally I don’t donate because I prefer to help small open source efforts where a little money makes a big difference, especially protects which I believe could help emerging open source communities grow or inspire more cc content. I’m glad Mozilla exist and that they get so much money from Google and donations
Well that too. The real joke is that despite the fact we’ve had 10 “years of the linux desktop”, it’s still an absolute bitch to get PICK A GAME working on that shiny linux box.
My new Lenovo Legion, I’m struggling with desktop graphics tearing issues in linux (just viewing the WM, of all things). When i have time, I’ll muddle through it, but I can’t pretend that is easier in linux than windows. It’s vendor-driven, sure, but the end user doesn’t care why they waste 8 hours doing setup work, only THAT they do.
And the amount of people that will do ANYTHING to defend Linux baffles me, and they all do it thinking they help Linux in general instead of highlighting their issues so they can be fixed
Yeah, trust me, Linux Gaming used to be real shit. “When it works it works” is lightyears better than it used to be.
I remember in my linux-only years, trying to muddle through linux exclusives. Oftentimes you had to be super careful because linux doesn’t love prepared binaries
I mean, I freaking LOVE linux. And for what it’s good for, it’s the best of the best. I’ve never had a better dev experience than in Ubuntu, mostly because WSL is a pale shadow of a good unix backend (and because Macs, while good, are still subpar for that purpose). But that means I’m already committing 40 hours a week to maintaining and using my machine!
But for gaming? For casual use? I dunno. The hardware has to be hand-picked carefully, as do the games.
I always hear people say they sometimes have issues with games but I’ve switched to Linux relatively recently and I still haven’t had a game in my library that didn’t play.
Niche X11 projects die, niche wayland projects emerge… Nothing’s really gonna change here. And packages SHOULD be unified. There is no response reason to package chromium in 15 different ways for every distro.
This was me last week when my wife wanted to play a PC game together and I threw the PC to the TV via HDMI for the first time since I switched from Windows to Arch. The audio would not work at all despite all the settings being very clear that it should be sending the audio over the HDMI. Same physical/hardware/cable/TV as the setup that worked flawlessly in Windows. Still not thrilled about that one.
Make sure it’s sending to the correct port, if you go into the audio device management of whatever your desktop environment of choice was you should notice that you have the advanced options on the HDMI to select which HDMI port it’s going to
I installed KDE Neon on Friday evening and things were going great, everything was testing well, and Saturday game night with the gang went flawlessly, but this morning the VMWare Horizon Linux client spontaneously decided that it didn’t want to accept mouse input anymore, so after ten minutes of troubleshooting I gave up and booted back into Windows so that I can be productive today.
I love arch but I actually haven’t used it since before they added the arch install. I can’t imagine how much easier it is cause it’s still the terminal. The “manual” install was easy as hell
Great, you can accomplish the bare essentials with Linux.
Now how do I install a program called chirp for programming 2 way radios?
Searched for a week and gave up as each set of instructions lead down a broken, redundant dependency rabbit hole with no solution in sight, Flatpack this, snap that, no explanation or even a searchable clue that could begin me a solution.
In windows I just unzip the nightly build to a directory of my choice, run the executable and it works.
Sure… Not everyone knows or needs to know about these edge case applications, but point stands, it works in windows, and everyone encounters an edge case sooner or later.
I’m keen to ditch the Microsoft hole, and I have no issue with making an effort to learn, but I can’t afford to or my life in hold for hours or days at a time in order to accomplish things that already work in seconds.
I think my simple issue here is… I’m not incompetent. I can comfortably navigate a fine system in a shell, can mount and unmount, can tar -xvzf a tarball, can do most things up to writing a shell script from scratch (could cobble something
Investigating further I think I do see your issue. You started out installing software the way you do on Windows: Going out to the vendor’s website and downloading a .exe. I went straight to my distro’s package manager and installed a .deb, which worked fine…even if I got a 4-year old version of the software.
I will notice that on chrip.danplanet.com, it does briefly mention the legacy version can be installed “On Linux, via flatpak” which doesn’t seem to be true at least anymore; neither Mint’s software manager nor flathub.org return any relevant hits for “chirp.”
Let’s see if I can get it installed on my Mint machine by simply copy-pasting the commands listed on this page.
One criticism I can level right now about this tutorial page: Step 1. Install Distro Packages branches, you’re supposed to use the APT command if using Debian, Ubuntu, Mint, Raspbian etc . or the DNF command if using Fedora and compatible (which would include Red Hat, Nobara etc. Instructions for Arch-based distros are not included, I suppose if you Arch btw you don’t need them. It’s probably in the AUR. Point is this is a branching path, but doesn’t have a 1.1 or 1.2. Next up, under Install CHIRP (and Python dependencies) this also branches, but has a 2.1 and 2.2 notation. My distro, Mint 21.1, is based on Ubuntu 22.04, so I cound in the Ubuntu 22.10 and earlier section, so I’ll run that command.
It returns an error, and on further examination, it’s pretty clear as to why. PIP is Python’s package manager, which can and usually does download packages from a central repository, but in this case the ./ in the command means its looking for a file in this directory. Just above this, in a place that doesn’t look like a step in this process, it’s telling us to download the latest .tar.gz from another page.
So I go to this page and download the chirp-20231223-py3-none-any.whl file, noticing that this is a different file name than the one listed in the tutorial command. Since I used Firefox to download this file, I know that it landed in my ~/Downloads folder. I cd ~/Downloads, then run the pip command, substituting the name of the file I just downloaded.
The next instruction is to run ~/.local/bin/chirp, so it apparently installed it in the .local/bin hidden directory. Running that command launched the program successfully. It prompted me if I wanted to create a desktop icon, which isn’t exactly what this did. What it did was create a .desktop file, which added CHIRP to my application menu…which is what I wanted it to do anyway. But I could have done this manually because it told me what the command to launch the program was.
The documentation isn’t 100% straightforward. The formatting of two different either/or branches are not formatted similarly, and the “download the file” part doesn’t look like a step, it’s mentioned in insufficient detail as part of the description of the next step. There isn’t enough information in this tutorial alone to figure this out, you have to have looked around the site a bit and have some experience doing this to figure it out.
This is also a personal note, but I would prefer that end-user applications not be installed with PIP. If you’re not going to publish to the native package formats like .deb or .rpm, I would prefer you published a Flatpak on Flathub, or if you’re being really lazy an appimage.
I think I’m going to contact the webmaster here with these critiques, to hopefully make it more consistent and clearer.
My first attempt was apt-get install. I’m fairly comfortable with Linux as a server (basic lamp setup) though I make no claims if being an expert.
It’s clearly not in the default repos for Raspian (at least not when I tried), and that could be half my issue, my hardware while popular is not x86 or x86-64.
Huh. I’ve used chirp under Linux before and I just installed it with my package manager. Maybe it wasn’t available on your distro? Then it can get a lot more tricky. The other problem with these things can be permissions… once you have chirp installed maybe you need to add your user to the dial out group in order to be able to use the serial port to flash the radios.
No software is guaranteed to run on all platforms: the developers choose to make it available or not.
I did some quick googling, and it seems fairly easy to install it:
Use Ubuntu (if you’re not familiar with, and don’t want to be familiar with terminal basics), and install chirp from the Ubuntu App store. Snap is just a name of their package format, and their app store links to snap craft.
If you’re not using Ubuntu, that’s your choice, you’ll either have to install snap, then do the same, but it’s more work. Or play with the terminal just a bit to follow their instructions.
Details
If you’re on Ubuntu or have snap installed - it’s a one click operation to install chirp: snapcraft.io/chirp-snap
Supposing that you’re asking in good faith, the answer appears to be to make a Lemmy post. There is a fair overlap with the HAM and *nix communities, especially the PubNixes. Chirp is fairly well-known so, package manager is likely the way to go.
Don’t know why I could not see this repply until today. It’s been ascertained that chirp is not in the repo for Raspian Linux, so indeed that option never worked.
What games are you trying? Off the top of my head, I’ve played monster hunter world, hunt showdown, cyberpunk 2077, baldur’s gate 3, norman reedus and the funky fetus, elden ring, deep rock galactic, doom (the new ones), apex, the dark souls games, warframe, and a few more over the years.
As for the card, I bought it before it became apparent how overpriced it was, and it was a major upgrade from my second hand 970 anyway. And I didn’t splurge, I saved and bought what I thought made sense for me, when I could’ve ‘splurged’ on a 3080.
Okay but with a 1660 super even on Windows that game won’t run too well. I know its above minimum reqs but that card is old. Even my 2080 TI is starting to show some age with framerates and what.
I havent played a multiplayer game for more than an hour in years, but I especially avoid trends like fall guys and fortnite, so it isnt anticheat or anything.
This right here. I’ve spent a few hours troubleshooting why I can’t play Hell Let Loose, which also uses EAC, even though it should support Linux. Turned out, that you need to specifically search for (in your Library) and install “Proton EasyAntiCheat Runtime”, which is a separate game that for some reason didn’t get installed when you install the game.
I suppose it’s going to be the same with Battlebit, because I’m sure I played it on Linux and had 0 issues.
You seem to like the lines-of-code metric. There are many lines of GNU code in a typical Linux distribution. You seem to suggest that (more LOC) == (more important). However, I submit to you that raw LOC numbers do not directly correlate with importance. I would suggest that clock cycles spent on code is a better metric. For example, if my system spends 90% of its time executing XFree86 code, XFree86 is probably the single most important collection of code on my system. Even if I loaded ten times as many lines of useless bloatware on my system and I never excuted that bloatware, it certainly isn’t more important code than XFree86. Obviously, this metric isn’t perfect either, but LOC really, really sucks. Please refrain from using it ever again in supporting any argument.
Can confirm it’s a shitty metric. I once saved the company I was working at few millions by changing one line of code. And it took 3 days to find it. And it was only 3 characters changed.
Well that’s confusing because the meme is complaint text with Hulk saying that he sees this as an absolute win and you titled the post “I don’t” which means you don’t see this as absolute win and therefore agree with complaint text in the image.
Killing is overly dramatic, but it’s putting a burden on certain projects if they want to convert to it and not all have the resources to tank it. I don’t see Window Maker porting their toolkit to Wayland, for instance.
But XWayland exists so I don’t see what’s the fuss.
I can see a woman holding an airplane made of cheese, full of passengers that are hungry and listening to a Belgian radio show about 3 veggieburgers that fight crime in the back alleyways of Rivendell. One of them is married to an oviraptor named Steve who just graduated from Bovine University with a 6.0 GPA majoring in Advanced Yelling, and with aspirations of one day becoming a comma.
What the heck does that mean??
linuxmemes
Active
This magazine is from a federated server and may be incomplete. Browse more on the original instance.