• 0 Posts
  • 148 Comments
Joined 11 months ago
cake
Cake day: July 31st, 2023

help-circle

  • Directx 11 in this case, played bg3 on Linux and that was the only option that worked, and it did work quite well.

    As for when to use one or the other, just check protondb. People usually leave what they played on, they even leave some useful launch commands or solutions to issues that could possibly arise, so it’s always worth a look.




  • Commiunism@lemmy.wtftoMicroblog Memes@lemmy.worldSerbia moment
    link
    fedilink
    English
    arrow-up
    31
    ·
    edit-2
    1 month ago

    I have a friend in Serbia and apparently it’s just an election stunt. What the proposal from UN aims to do is to just establish a day of remembrance to a genocide that happened, but the ruling party has twisted it into “UN is trying to declare us as a genocidal nation” to garner increased support from the nationalists.

    The election itself is a re-run of a previous election, due to the previous election being pretty much rigged by the same ruling party. Simply incredible.





  • I’ve tried to see if this is real but I fail to find any source code leaks for Vanguard or if it has ever been leaked. The poster himself also doesn’t seem that credible unless your definition of credible is “THE TERROR OF RIOT GAMES”.

    Am I missing something or is this post likely just bullshit?

    EDIT: It’s does seem to be real, though in the same thread other people with higher reputation did chime in that it doesn’t take screenshots of your other monitors, just the one Valorant is on.



  • My very first distro was Manjaro actually - I tried it twice but there would always be some graphics related issue I would encounter that I couldn’t troubleshoot as a beginner (even though I’d spend a week looking for a solution on forums), and I’d move back to Windows. Finally getting the courage to try out Arch which was considered the “big scary meme distro” was what made me stay with Linux.

    The biggest thing for me was that I actually knew what was installed on my system and what the function most of the major programs served (things like xorg, multilib graphics drivers, pipewire/pulseaudio, desktop environments/window managers), so whenever I encountered an issue or wanted to customize something, I would sort of know where to start looking.

    Of course, all this depends on the person - not all power users are the same. For me, arch worked best but someone else might gravitate towards fedora, debian or whatever else and their way of doing things.


  • Arch isn’t a bad choice for a new Linux user who was a power user on Windows. You get to actually know what’s installed on your system which can really help during the inevitable troubleshooting, though it’s definitely a trial by fire when it comes to manual install and setting up the environment.

    Recommending Gentoo to a new user though is a war crime.



  • If the government decides to privatize utilities like electricity/gas or whatever, then sure it is freedom for some rich business owners to open up new businesses. However, this also results in those utilities becoming profit driven (as opposed to being for the public), and literally everyone in the country having to pay much more than they were paying previously.

    My country had electricity privatized around 4 years ago, and in result we have to pay a lot more, not to mention about numerous fraud cases that were all over the news during and after the privatization period.

    If you think that rich business owners being able to open up a couple of business at the expense of fucking over the public is a good thing and being against it is some weird hexbear delusion, then I’d advise you to get out of the libertarian bubble and look at the real world instead.




  • It’s not the biggest issue I managed to fix, but it was definitely the hardest to figure out a fix for:

    Whenever I would boot up any game on my Linux machine I would have microstutters ever so often, and it was frequent and lengthy enough to be very annoying, and thus started my 2 month long quest to figure out what was going wrong.

    To cut a long story short, the compositor I was using had suddenly decided to do a breaking update and change the names of the backends they were using.



  • There’s pretty much only two ways you can go about it in my experience:

    1. Fail forwards and try cobbling something together, constantly using search engines to fix errors or finding libraries or getting help with those libraries. One thing you’d have to figure out is an order of operations - what do you code and in what order, which might be tough for someone new but I’d say it’s well worth it.

    2. Find some tutorial to a project and try following it (those that have step by step guide on what you should do without letting you copy paste code), then using the knowledge you gain to do the way #1 above to hopefully have an easier time figuring out the order of operations, plan out your program and what you’re gonna be coding.

    Don’t think you can avoid getting hands-on and coding something up by yourself. General coding tutorials can only get you so far and are often harmful if abused too much (aka being stuck in tutorial hell).