Skip Navigation

Posts
0
Comments
164
Joined
3 yr. ago

  • It's in global Google settings. Under "all services" > "ads".

  • The open source server allows unlimited connections I think. The point of the paid server is user & device management, shared address book and some other enterprise features

  • They posted the thumbnail instead of the full image

  • Systemd's version is run0. It's broken on selinux systems though (at least fedora)

  • A DDoS that brings down the biggest(?) DDoS protection provider?

  • Linux has close to the best support for games possible without support from the game developers.

    Other windows software usually isn't quite as good in my experience, but still better than non-native software on any other operating system.

    Never used a DAW, so I can't say anything about that.

  • Love that channel :(

  •  bash
        
    tldr
    
      
  • Nvidia doesn't support vaapi, so when I still had an nvidia card I needed to install a compatibility layer like this. You might have more problems if you want to use a Chromium based browser though

  • Redox has limited hardware support and I don't think it's ready to be a daily driver. It's also not Linux.

    I wouldn't recommend Pop!_OS until the next version with Cosmic is out. It's quite outdated right now. I guess you can try the beta.

  • Jujutsu (which is compatible with git) has a nice conflict resolution flow that doesn't break you workflow.

    Conflicts are encoded into the commits, so that there is never a weird in between state that you have to deal with immediately before being able to do anything else.Then you can use Jujutsu's easier history manipulation to resolve the conflict in the conflicted commits.

    https://steveklabnik.github.io/jujutsu-tutorial/branching-merging-and-conflicts/conflicts.html

    And you could always jj undo if you did something you didn't want to.

  • With Jujutsu (which is compatible with git), you can just

     bash
        
    jj undo