- 10 Posts
- 11 Comments
heythatsprettygood@feddit.ukOPto Lemmy Shitpost@lemmy.world•Nintendo community at the momentEnglish2·2 days agoAh, I meant the current Nintendo store system that they changed to after stopping the invite system. Anyone buying it from Nintendo of Europe can pre order it now as long as they have an active Switch Online subscription.
heythatsprettygood@feddit.ukOPto Lemmy Shitpost@lemmy.world•Nintendo community at the momentEnglish8·4 days agoPeople who have both another platform and a Switch: confused screaming
heythatsprettygood@feddit.ukto Selfhosted@lemmy.world•What's up, selfhosters? It's selfhosting Sunday again!English10·4 days agoToday I learned that for some reason some DNS servers don’t like SRV records, so had to troubleshoot it when people were unable to log onto my Minecraft server that is on a non-default port.
heythatsprettygood@feddit.ukOPto Lemmy Shitpost@lemmy.world•Can you take the dust away?English9·12 days agoOne of us! One of us!
heythatsprettygood@feddit.ukOPto Lemmy Shitpost@lemmy.world•Stop posting about Amon- I mean AIEnglish3·13 days agoAgree so much! 5 was amazing (although will always have a soft spot for 4) especially with the ending. Blurry being in the game is possibly the most 2005 thing to happen, and I love it.
heythatsprettygood@feddit.ukto linuxmemes@lemmy.world•0 days since last faild attempt at AMD driversEnglish14·17 days agoEven ROCm on some distros isn’t that bad. On my 7900 XTX (admittedly an officially supported card, your mileage may vary on unofficial cards) on Fedora it was just a case of doing
sudo dnf install rocm-*
and everything installed (might be some extra packages you need after for specific apps, but you know if you need them). On openSUSE though, it was a total pain.
Works fine for me in KDE when icons are also set to Breeze Dark. Page goes dark, icons go light, toolbar goes dark.
heythatsprettygood@feddit.ukto Linux@lemmy.ml•Which (Lenovo) notebooks to buy when coming from Apple Silicon?English8·21 days agoI would suggest holding off on buying an ARM laptop specifically for Linux at the moment (maybe not too long from now though). Although there is an increasing amount of support, it’s still not fully there, and there is most likely going to be quirks here or there that can throw some issues you would rather not deal with on a daily driver machine (e.g. having to extract firmware from the Windows partition in order to get some features working for the Snapdragon devices). Probably your best combination of power efficiency and performance on x86 at the moment will be something like the Ryzen AI 300 series CPUs. If you like ThinkPads, I would suggest the Ryzen version of the T14s Gen 6, which is essentially the same as the ARM version bar the CPU. I’ve been using a P14s (very similar to T14s just with some tweaks as it’s marketed for mobile workstation users) Gen 5 and even with the lower capacity 39.3Wh battery (compared to the 57Wh battery you can get on a Gen 6) I’ve easily been able to get 6 or 8 hours in the balanced power profile with ~70% brightness on Fedora, so probably the T14s Gen 6 can do 10 or 12 hours on a charge.
Without a doubt. Very good MS Office compatibility now, alongside a user interface that gets me to what I need and is heavily customisable, and very well done integration with Zotero (the best thing ever for citations) through an extension comes together to being by far my most preferred office suite even when I have to use Windows. In addition, Draw has saved me at least a few times when I’ve had to deal with some PDFs that other software finds difficult to work with.
heythatsprettygood@feddit.ukto Linux@lemmy.ml•I have used Windows all my life, and I have some questions.English14·27 days agoOn the gaming side, it depends a lot what games you play. Generally the rule is (at least for single player) that it will work through Proton or a native version, unless otherwise specified. Personally, pretty much all of my Steam library works perfectly on Linux, even some games on launch day (Persona 3 Reload was flawless day 1). For modding your mileage may vary but if the game runs there’s a very high chance the associated modding tool will work too, although it might require some more tweaking than you are used to in order to get it to work properly as quite a few tools will assume you are running Windows. Multi player games are where there can be some trouble - for example Fortnite is a notorious example of a game that refuses to run on Linux because Epic Games does not allow its anti cheat to work on Linux. ProtonDB and a good old fashioned go on your favourite search engine should be able to tell you if what you play works, doesn’t work, or needs tweaks to get working.
Running non-Linux apps is a mixed bag. Some things (most notably games through Proton) can work through compatibility layers perfectly fine, even if they need you to install .NET or some other dependencies. Others will be totally unusable, at least for now. Make sure you check all the applications you need to work on a regular basis work before jumping in, so search up their compatibility with tools like WINE (translation layer to let Windows apps run on Linux, also what Proton is based on).
For updates, you’ll love it far more than Windows. Since almost every app you could ever need is installed through either a package manager or Flatpak (closest analogy I can give is like a phone app store, but allowing you to install pretty much anything, including system stuff), your updates will all come in one place. For example, on my Fedora KDE install, all I need to do for updates is go into the Discover app (KDE’s package management software) and into its update section, download, and install. This not only updates system software (desktop, kernel, drivers, so on) but also your applications. This means updating your system and apps is a breeze that’ll take far less time than the usual pain that is Windows Update.
For security, you’ll have a lot less to worry about than Windows, and I have to admit part of it is because Linux has a fairly small user base. Few malware writers are going to care about a few Linux desktops compared to plenty of unpatched Windows systems out in the wild. However, the open source aspect also helps a lot - rather than showing vulnerabilities to hackers, it’s been valuable more to show these vulnerabilities to people who can fix them since the software is on public display. There’s more eyes on the code, and more people who can fix problems before they become major vulnerabilities. For most regular desktop users, you will not need any antivirus. If you’re really worried about viruses, I have heard ClamAV can scan for some things, but I haven’t tried it myself as it really isn’t necessary for desktop use.
GPU drivers can be a bit complicated. AMD and Intel are incredibly simple, since (at least for anything made within the last 10 or 15 years, if not older) the drivers are built right in and need zero configuration (it just works!). NVIDIA cards can be a bit more of a challenge. On a lot of distros, you can install the NVIDIA drivers usually during or right after install fairly easily, but they will be separate from the rest of the built in drivers. You can have a good experience with NVIDIA on Linux, but just expect there to be anywhere from a bit to a lot more effort needed to get some things working compared to AMD and Intel GPUs due to this separation. Of course, this will depend on your exact set up.
There’s no real risk of damaging your hardware installing Linux, the only real danger is deleting files already on your main boot drive during installation, so make sure to double check your installer to see if it’s doing what you want it to. Make sure you have a back up of your important stuff too, just in case. The only thing I can think of maybe is extreme overclocking through LACT or something maybe causing damage, but that’s part of what you sign up for with overclocking even on Windows anyway.
Distros are a very debated topic, and there’s no real “best” one, just one that fits your needs. If you’re new to Linux, my personal recommendation is to go with something boring and well supported like some variant of Fedora or Ubuntu. There will be plenty of documentation for both to help you with things, and they both are fairly solid distros with good track records. However, one thing to keep in mind is what kind of desktop you want. Linux has multiple desktop environments (DEs) that can provide differing experiences (different way of launching applications, arranging icons, file managers, that sort of thing). If you’re used to Windows, KDE definitely has the smallest learning curve, as a lot of things will be as you are used to, so it may be best to go for either the KDE variant of Fedora or Kubuntu. The main difference between Fedora and Ubuntu you will notice is that Fedora has a far faster update cycle, which means you get new features quicker, but you will have to restart for updates more often. In addition, I have heard that the NVIDIA drivers can be easier to handle on Ubuntu, so if you have an NVIDIA card it might be more optimal to go for an Ubuntu variant.
We don’t talk about
Brunothe Microsoft POSIX subsystem