

Why tho? I’m a software developer but I don’t do much with build systems. With the same source code, shouldn’t the resulting binary always be the same too?
Why tho? I’m a software developer but I don’t do much with build systems. With the same source code, shouldn’t the resulting binary always be the same too?
Thanks. For normal desktop usage this sounds great (for games the input lag might be bad but that depends on whether there’s always input lag and how much), I’m curious what it’ll be like in practice.
What’s the big deal with triple buffering anyway? Like, what exactly is it and what does it solve?
What this person told you was wrong, you need to use flatpak run [package id]
to run flatpak apps. You can do flatpak list
to see all installed flatpaks with their ids. An id looks something like org.example.app
and you’d run it with flatpak run org.example.app
.
Also, is it shown as being installed in Discover? If it’s not you could try just installing it again and if it is, you can try uninstalling it first. The user data for Firefox should stay intact.
True, I didn’t think of that. But I still play the Wii U version on my PC, even though it could run the Switch version too. To me, those changes are so small that I don’t really care all that much. But one thing I just thought of is that with the Wii U version on Cemu, you can actually play online using Pretendo. I haven’t figured out how to set it up yet but that would be a reason for me to play the game more again because I’ve already 100% completed the single player.
Btw, Mario Kart 8 runs way better using Cemu (so the Wii U version). Aside from the new DLC tracks (the ones from the mobile game, they’re pretty shit anyway), it’s the same game with the same content if you download the DLCs for the Wii U version.
I have the same GPU but I always run 7B/8B variants as exl2. Do you use GGUF to use your system RAM?
I don’t know how big the original model is but I have an RX 6700 XT and I can easily run the Llama 3 8B distill of Deepseek R1 with 32k context. I just haven’t figured out how to get good results yet, it always does the <thinking><thinking/>
thing.
Wasn’t $7.99 the price for standard at some point? I mean, it was easy to predict but they really did just add the option with ads to make it as expensive as the version without ads and then make every other option way more expensive
On my phone I still use LibreTube but with the option to load the video directly from YouTube (essentially doing what NewPipe is doing) and on PC I just use YouTube’s directly. I still use Piped to keep my subscriptions synchronized tho.
Is it a hard fork? I thought it was just a soft fork
GNOME Web uses Webkit, that’s Apples browser engine
My parents bought Xiaomi TV box (could search for the exact name if anyone’s interested), which runs GoogleTV (Which is just AndroidTV, they renamed for some reason) and comes with a remote. It even has hardware acceleration for AV1 playback. Downside is of course that it has all the Google spying shit and ads in the home menu but at least it works well and you can use all the apps you want without issue. Idk if there’s something like LineageOS for AndroidTV, that would be great.
I love Gnomes design btw. My second favorite after Android.
You could also wait a few weeks or months and then put the latest version of the distro you’d prefer on your USB stick and just boot from it to see if your issues have been fixed
Pretty sure they’re talking about making a distro, not forking the Linux kernel. I don’t see any reason why they would need to fork it anyway.
I use a refurbished 10tb HDD for my server too and it works just fine
Using the iGPU might save power but the resolution doesn’t need to be turned down for that
DNS should be working, I manually set the DNS server. I don’t really wanna install docker tho, I feel like that could cause other issues. If it only works in docker, that doesn’t really help me anyway, does it?
I use ZSH with plugins but back when I switched away from bash, I also looked at fish. I didn’t use it back then because people say it doesn’t follow the POSIX standard but is that really an issue? It probably only extends it instead of taking things away, right?