

Not really, they were programmed specifically to do this
Not really, they were programmed specifically to do this
Germany has relied on the USA since the BRD was founded. The left party (Die Linke) was and still is the only party in parliament that’s against it.
The CDU isn’t center-right. Friedrich Merz is just as much of a fscist as the AfD.
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?
They were doing this all by themselves?!
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.
As if there was ever a true democracy in the first place
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% comoleted 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.
Wait, what?
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
The biggest issue will be your VRAM. If you don’t have enough of it (which is very likely, even the 8B models I use need ~10gb), you’ll have to use a GGUF model which will need to use your system RAM and CPU for the parts that don’t fit in the VRAM, which will heavily slow it down.
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?