

Isn't it more about the reaction times to unplanned things?
Hey man, you seem to be applying logic and reason. Don't, you'll only hurt yourself.
They want drunk people and breakfast crowds. Sounds like a solid business plan to me
That's understandable I just see no value to that. If you don't have anything nice to say, say something constructive, else say nothing at all. Ideally be nice and constructive
Hey man.. We don't degrade in these parts. We give constructive criticism or say dope that's awesome!
Yeah, I guess I'm just tired of jumping around different services having an app to talk to 2 people at most.
Also with that IPO happening it's gonna enshittify soon nuff ÂŻ(ă)_/ÂŻ
Best reviews are like that, people who don't know shit, when theres a massive nerd following for said thing going wow that's amazing.
She should have stolen more money for better surgery /jk
No, but I don't see the value in using the GUI for something that can be gotten with less complexity and overhead.
Oh yes DKMS is a life saver. I need to get that setup for myself. Maybe push a slackbuild for it too.
I've not used nvidia drivers on anything but Slackware so I have no idea how it works and honestly it doesn't make sense to my simple head.
A fellow selfhoster!! How's the almaLinux parity with redhat going? (I'm rooting for both alma and rocky)
Makes sense. That's what I thought but unknown unknowns so didn't wanna speak definitively
Will my ability to play games be significantly affected compared to Windows?
Most if not all single player games will work without an issue on steam thanks to its integration with proton, if you use something else you can use lutris to fill in the gaps there.
Can I mod games as freely and as easily as I do on Windows?
I see no reason why you can't. Hopefully someone else can elaborate on that as I haven't done that in forever.
If a program has no Linux version, is it unusable, or are there workarounds?
It can be unusable. There could be workarounds but that would depend on how dirty you want your hands to get. You can install windows on a docker container and use that to fill in the blanks if needed. There would also be some linux alternatives of some apps which would be worth investigating and learning.
Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?
I think dot net has been open sourced but you can get dot net apps using Mono.
How do OS updates work in Linux? Is there a "Linux Update" program like what Windows has?
You use the package manager, which varies based on linux distro/flavor. It's your best friend and you'll get 90% of your apps that way too. Upgrading depends on whether you are using a stable distro which is like say windows 7 and you'll have to upgrade to windows 8 (omg lol) you'll have to follow the procedure of your distro, It's usually well documented and should be fairly easy if your sticking to the flavor of Linux you're using. If you're using a rolling distro/flavor then you'll just keep your packages up to date regularly via the package manager. Be warned sometimes you'll have 300+ packages to upgrade so if internet is spotty may not be your thing. But it's a great way to ensure you're getting the most out of your new exotic hardware.
How does digital security work on Linux? Is it more vulnerable due to being open source? Is there integrated antivirus software, or will I have to source that myself?
Use clamav, make it watch the home directory /home
as that's where you as the user have the privilege to write data to. Never run as root unless you're going to be extra careful.
Also don't run scripts you don't understand or aren't well maintained in a public repo (at that point you as a newbie would be relying on community to determine if something is good or bad think of it as the upvote and downvote system but with more transparency)
Are GPU drivers reliable on Linux?
Yes, even the nvidia drivers are reliable. Just a pain as you'll have to reinstall the kernel module, the component that integrates the driver into your new kernel, after you upgrade kernel versions. Kernel is the thing that does all the low level handling of your devices.
Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?
Most hardwares/processors now are designed with failsafes to throttle when there's not enough cooling. Please elaborate a little on this. You can break software but I think hardware should not be. Hopefully someone can elaborate as well.
And also, what distro might be best for me?
Linux mint, it is well documented, doesn't have the snaps that Ubuntu is pushing, its user friendly. Similarly fedora. You can try one of those immutable distros which may give you a more stable experience as it rolls back to a stable state on an update failure.
Isn't this growing up since right?
Generals gathered in their masses
Like a Phoenix foundation that mainly works on firefox stuff and mozilla uses that to make tye firefox browser like how Google does with chrome
I just wish mozilla got their shit together is all.
Hot take here: community browsers shouldn't be based on chromium due to googles monopoly, manifest v3 being a big sign.
I mean a majority of chromium PRs are from Google. So yes, but youd think it would be easier for whoever bought it or OpenAI to do that with their money printing machines
ROCm packages on Slackware
This should contain the build scripts and packages to install ROCm on Slackware.
Hopefully this should improve visibility.
I have been working on ROCm Slackbuilds to support AMD GPUs on Slackware. OpenCL seems to work, but full ROCm doesn't work (so no PyTorch etc.) and this could use some eyes to help me fix it up and get it to spec.
PRs are welcome!