this post was submitted on 22 Aug 2023
288 points (94.7% liked)

Technology

58061 readers
31 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 166 points 1 year ago (4 children)

Final paragraph sums it best:

Don’t want any bloatware or subscription services preinstalled on your computer? Consider installing Linux instead of Windows the next time you’re reinstalling your computer.

[–] [email protected] 52 points 1 year ago (5 children)

I'm quite interested in using Linux, but it won't run many, if any of the 100s of plugins I own, let alone my audio interface, or my production software.

At least, that's my assumption. I did a search and can see there's a decent DAW for Linux (the amusingly-named Cockos Reaper), it's affordable at $80. But I'd also need to buy a new audio interface, there's a few that have Linux drivers. An expensive experiment. My interest is because it'd be amazing to have a stable system to play music live, with no weird Microsoft shit happening in the background guaranteed.

[–] [email protected] 19 points 1 year ago (1 children)

Reaper is awesome. It's pro tools for non-millionaires.

[–] [email protected] 8 points 1 year ago* (last edited 1 year ago) (1 children)

Reaper is awesome indeed. But the DAW isn't the issue, it's the VST, very few work on Linux

[–] [email protected] 3 points 1 year ago

it's wild to me how many people I see saying this. I assumed I was one of like... 3

[–] [email protected] 7 points 1 year ago (2 children)

Maybe Ardour can fit? You can pay $1 or more for the binary or compile it yourself.

http://ardour.org/

[–] [email protected] 4 points 1 year ago (1 children)

Reaper is the best there is for Linux. There are other alternatives of you want FOSS, but they are not as good.

[–] [email protected] 1 points 1 year ago (1 children)

Not a pro DAW user. I use it to just substitute Adobe Audition to some extend. Tenacity is used most of the time.

[–] [email protected] 2 points 1 year ago

In that case there are many viable FOSS alternatives.

[–] [email protected] 2 points 1 year ago (1 children)

Ardour is very appealing to me because it supports VST3! There is a 'wrapper' available to make VST3 compatible with Linux, but that's just adding the complexity and potentially bugginess that I'd be trying to escape from.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

FYI I am using reaper on Linux and I have all my windows plug-ins working through yabridge (32 and 64 bit vst/vst3), focusrite interfaces don't even need special drivers, that and my alesis midi keyboard just worked when I plugged them in. I just started using Linux semi-permanently at home last week for the first time (though I am a developer)

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (1 children)

Does the interface that you have now work under Linux? Linux has pretty good support for a lot of things now, so you may be able to use what you have. Reaper also has a generous free trial, so potentially this is a free experiment. (I'm no expert and just tinker with this stuff, but I have Reaper and I find it similarly easy/difficult as every other DAW I've used) Several distributions have "live images" where you can run it from a flash drive without copying anything to the hard drive. I don't know if you could set up Reaper and your interface from a live image.

If you do decide to do an installation, consider buying a different hard drive and installing Linux on that. You can install both Windows and Linux on the same drive, and it's not difficult, but it is slightly easier to use a separate drive and they are not expensive.

I have used Linux and Windows a lot, but I have only used Reaper in Windows, so unfortunately I can't say whether it's a similar experience.

[–] [email protected] 3 points 1 year ago

Unfortunately, not only is my interface not supported, but it straight up doesn't work with linux (according to all the forum posts I've seen of people trying, failing, then asking UAD why no Linux compatibility). It's a UAD Apollo USB, ASIO-only.

I've got a frankly ludicrious number of M2 / SATA drives in my music PC so installing on a separate drive is no problem. Thanks for the tip! I bought a new interface for mobile production / live work, so maybe I'll fare better with that than the UAD beast. Certainly wouldn't want to stop using that because it's an absolutely fantastic interface, not to mention the 2x SHARC chips which allow me to run CPU-intensive UAD hardware recreations without smashing my CPU.

[–] [email protected] 3 points 1 year ago (1 children)

If you want to try Linux, try Ubuntu or mint. Those are the easiest to make an entry into.

[–] [email protected] 1 points 1 year ago

Thanks, noted.

[–] [email protected] 7 points 1 year ago (6 children)

But I want to get shit done, that why I’m using windows in the first place

[–] [email protected] 19 points 1 year ago (1 children)

Guess it depends on the industry. I'm a web developer so it doesn't matter what OS I use, and frankly it's far easier to install and configure the tools I need on Linux than it is on Windows. I can leave a Linux system online for weeks at a time, which in some cases is the entire length of a contract.

Windows is good, but it requires just as much training as any other system to become a real power user.

[–] [email protected] 0 points 1 year ago (1 children)

I disagree. If you consider a power user using PowerShell or terminal, then sure. But simple things on windows are more complex on Linux. Like installing a program, if you can do it through snap or apt get then great, still more complex for the average user compared to windows where you just download and click.

[–] [email protected] 1 points 1 year ago (1 children)

Literally it's just download and click.

From the Store if it's there, or from the application website.

[–] [email protected] -1 points 1 year ago (1 children)

No it's not, if it's not on the store (outside of Ubuntu does a store even exist?) then it's more difficult to install. Half the time it's an appimage you have to download, make it executable and then run. Then if you install it from a website you have to go through the trouble of adding a shortcut into your application menu / desktop and it's just way more complex than Windows.

[–] [email protected] 1 points 1 year ago

The repositories for the big distros are so full that you rarely need to ever install anything that isn't already there for you. I use a crapload of software, and I have literally one thing that I've installed that I downloaded from the internet. All updates are handled by the package manager, so there aren't dozens of services running to check for updates. Installing software on linux was already so much easier, byt Flatpak and SNAP have made it absurdity simple.

On windows, you literally go to some website download an executable, and run it. Every time I need to do it for work, I'm shocked that it's such a messy and insecure setup.

[–] [email protected] 18 points 1 year ago

I get shit done on Linux, too.

[–] [email protected] 10 points 1 year ago

For most things, Linux just works. There are specialized apps like cad packages, graphic design and such that are very problematic on Linux but most of it is fine. Just look at how successful Chromebooks are. They're all Linux.

[–] [email protected] 8 points 1 year ago

That's funny, that's the reason I ditched Windows completely. The workflow is just so bad on it.

[–] [email protected] 7 points 1 year ago (1 children)

Sure, and once you've clicked through the "finish setting up windows" pop up that inexplicably appears every few reboots, done the mandatory updates it keeps nagging you about and threatening to reboot if you happen to walk away for too long, and cleared out all the ads in your notifications, you can get right to it!

[–] [email protected] 8 points 1 year ago (1 children)

You know, I've never had this happen to me at all, but I am using the Pro version, so maybe that's why.

[–] [email protected] 1 points 1 year ago (1 children)

Does it prevent Bing, Teams or Edge to ever get installed without your permission ?

[–] [email protected] 1 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago

I run N, I like it.

[–] [email protected] -5 points 1 year ago (3 children)

Most of us actually have software to run, not endlessly tinkering with a failed desktop OS

[–] [email protected] 7 points 1 year ago

Lemmy has a strong bias towards Linux. I wouldn't say Linux is a failed desktop OS (but hey look at the marketshare) but the transition to Linux is not easy for majority of less tech savvy users. I know you guys have setup Debian/Ubuntu for your grandma and it has been working great since, you don't have to repeat that.

As someone who's been trying to move over to Linux for years and fallback to Windows every time I tried, there's always issues I need to troubleshoot, the most recent one would be mixed refresh rate monitors ie. running at 60Hz instead of 144Hz until I made specific change to a config file. And as a gamer, it makes it even harder - I am aware Proton is a thing now and 'most' games work out of the box, I have Steam Deck for my portable needs. Pay attention to the keyword 'most', when it doesn't work, I ain't wanna spend my previous time to troubleshoot so that I can play the game.

As for my Windows 11 experience, it hasn't been that bad. There's no more active prompts for update and restart your computer now or the world will end. UI also looks better with minimal tweaks. Is privacy concern something I should care more? Absolutely, but at this stage of my life, I value more on the consistency and expected behaviour from my PC.

Server use case on the other hand, Linux > all.

[–] [email protected] 3 points 1 year ago (1 children)

a failed desktop OS

Windows still has over 60% of desktop market share. You may not like it, but it isn't a failed OS.

[–] [email protected] 8 points 1 year ago* (last edited 1 year ago)

I think he means Linux is the failed OS.

[–] [email protected] 2 points 1 year ago

I was with you on the software compatibility point, but then you completely lost me with "failed desktop OS"...