this post was submitted on 27 May 2024
458 points (96.0% liked)

Linux

50368 readers
869 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
(page 4) 15 comments
sorted by: hot top controversial new old
[–] [email protected] 9 points 9 months ago* (last edited 9 months ago) (6 children)

While I agree with this video. As someone who did migrate from Windows to Linux, I feel the biggest issue which wasn't address here was the planning for migrating to Linux.

Migrating to Linux means loosing access to Windows native applications like Adobe and ~~kernel level anti cheat~~ online games. What I found helped the most was transitioning to cross platform application and learning their ins and outs in Windows, or discovering ways to validate which applications work well in Proton and Wine.

With games ProtonDB is your best bet to see if there are issues. Or finding ways to solve issues.

With Professional software... you're not going to be as lucky, so transitioning to an alternative which works for you might be the best solution.

The best way to check if Linux will work for you is to run Linux in a VM or on an external SSD on your actual hardware. The best way to check if something works for you is to try it yourself.

[–] [email protected] 18 points 9 months ago (1 children)

You can still play online games. Not all of them, but more than not.

load more comments (1 replies)
load more comments (5 replies)
[–] [email protected] 27 points 9 months ago

The best advertiser for Linux is Microsoft.

[–] [email protected] 12 points 9 months ago (8 children)

Mention is made of Resolve, which does work great as a professional grade video editor, and in the next breath codec issues are raised, which are not a Linux issue but proprietary licensing issue.

For a simple workaround in Mint go to: /home/UserName/.local/share/nemo/scripts

Create 2 files to convert videos from the right click menu and make them executable in the Permissions:

#!/bin/bash

for file; do ffmpeg -i "$file" -c:v dnxhd -profile:v dnxhr_hq -pix_fmt yuv422p -c:a pcm_s16le -f mov "${file%.*}".mov

done

And:

#!/bin/bash

for file; do ffmpeg -i "$file" "${file}".mp4

done

load more comments (8 replies)
[–] [email protected] 115 points 9 months ago (3 children)

He touches on my major issue with all these companies, data mining without compensating the people that created that data. I have to pay for the operating system, get served ads, AND you get to make extra money off my information too? This kind of shenanigans would be tolerable with a free OS, or maybe one that compensated you like brave browser. The blatant fleecing of the consumer here is sickening. I’m glad data mining your screenshots is the last straw for people.

[–] [email protected] 39 points 9 months ago (5 children)

I've been screaming about this since I found out Re:CAPTCHA was using us to train AI. We should definitely be compensated.

load more comments (5 replies)
[–] [email protected] 9 points 9 months ago (11 children)

Too bad he didn't touch the real issue with Linux for most people: lack of their industry favorite proprietary software.

[–] [email protected] 9 points 9 months ago (3 children)

If Linux suddenly started gaining traction on a bigger scale, Microsoft would make a user-facing proprietary distro and those bastards would still flock to it.

[–] [email protected] 1 points 9 months ago

I've been toying with the idea of getting back into Linux for a while now. While I'm still on W10 I'm not rushing, and haven't installed a TPM Module so Windows doesn't force W11 on me yet, but when I have no choice that may push my hand. There's some stuff I find easier on Windows but Linux has really caught up in the past 20 years and I reckon I could daily it in the coming years.

[–] [email protected] -3 points 9 months ago* (last edited 9 months ago) (4 children)

Most likely yeah :D After all even the other community got burned by CentOS and decided to move to Ubuntu in mass instead of picking a true open-source distro...

load more comments (4 replies)
load more comments (1 replies)
load more comments (10 replies)
load more comments (1 replies)
[–] [email protected] 6 points 9 months ago (10 children)

I think there are two major hurdles keeping Linux adoption back (besides the obvious installation bit). The first is that our backwards compatibility is terrible. It is easier to get old versions of Windows software to run in Wine than it is to get some old Linux software to run natively.

If something like Photoshop did finally release a Linux version, even if they only did one release to make 2% of people happy, it likely wouldn't be able to run natively after 5 years.

The second is a good graphical toolkit. Yes, GTK and Qt exist, but neither are as simple as WinForms or SwiftUI/Aqua.

[–] [email protected] 19 points 9 months ago (3 children)

Manual installation is one thing, but by far the biggest reason is OEM preinstalls. 98% of the people never install any operating system themselves, the devices just come with one and that's the one that'll be used.

load more comments (3 replies)
[–] [email protected] 24 points 9 months ago* (last edited 9 months ago)

I've got plenty of old software here under Linux that still runs fine to this day across a number of PC's and even a Raspberry Pi that I use as a backup desktop. I honestly can't see backwards compatibility being any more of an issue than it is under Windows - There's a number of accounting packages released under Windows 7 that won't run under Windows 10, the latest version of most popular browsers won't run under Windows 7. Likewise, the latest version of MS Office 365 won't run under Windows 8.

load more comments (8 replies)
[–] [email protected] 31 points 9 months ago

It is satisfying to see stuff like this. Thank you for sharing.

[–] [email protected] 1 points 9 months ago

Here is an alternative Piped link(s):

https://piped.video/watch?v=z3T63v_qaWs

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

load more comments
view more: ‹ prev next ›