Skip Navigation

User banner
Posts
10
Comments
320
Joined
2 yr. ago

  • When Le Pen gets elected in 4 years we'll talk about the good old times with Macron.

  • It's not about making it impossible to reach certain sites. It's about making it harder for normies. Take a guess if your neighbor knows about wget.

  • I bought the Mini S with a Celeron N5095 and 128GB SSD for 150€. At the time it was cheaper than a Pi4, while having better performance.

  • A couple months I came across a cheap convertible that I bought to tinker with and try out Linux with touch interfaces. The bottom line is that it's very lacking. Gnome and KDE have some stuff for touch interfaces to make it kinda work but it's definitely not suitable if you wanna use the touch stuff as your main navigation mechanic. I see a lot of people recommending Gnome in this thread and each time a similar questions come up, which I simply cannot agree with. Nautilus doesn't even offer a way to right click. KDE's on-screen keyboard is kinda spotty when it comes up. All in all it's still pretty rough without mouse and keyboard. If you want to go full tablet mode you'll be light years away from the experience Android can give you. Personally I settled for fydeOS, which is a ChromeOS fork.

  • I can recommend Beelink products. Good performance for the price and behaves well with Linux.

  • Depends... if you're running Linux, you're gonna want to change AMD with Nvidia because of all the driver issues.

  • Mullvad doesn't have port forwarding anymore. As long as you don't want to leech top secret dark net torrents that only 3 people have in the world, you're absolutely fine.

  • I added a custom function to my bashrc:

     
        
    cheat-sheet() {
        curl cheat.sh/"$1"
    }
    
      

    Then you can call cheat-sheet grep for example

  • The same 3 VPNs get recommended each time this question is asked:

    • Mullvad
    • Proton
    • IVPN
  • I have earbuds and a speaker from them, both are pretty decent for the price. They're better budget hardware. Excellent customer service should you have issues.

  • That sounds like the error message of a dev that handed in his 2 weeks.

  • Ok, it's not your mouse, it's something else, probably a rendering issue. Can I make a wild guess? Are you on X11? In that case try this:

    Add this

     
        
    Section "Device"  
        Identifier "AMD"  
        Driver "amdgpu"  
        Option "SWCursor" "True"  
        Option "VariableRefresh" "True"  
    EndSection   
    
    
      

    to a new file called /etc/X11/xorg.conf.d/20-amdgpu.conf and reboot.

    AMD GPUs sometimes have this wild random bug with hardware cursor rendering.

    Be aware, that you might get some side effects, like flickering buttons when hovering with the mouse.

  • Execute "sudo dmesg | grep -i mouse" in a terminal and get back to us

  • I'm not gonna mention the basics like Kate. They're great but nothing new.

    My 2 hidden gems that I use on a daily basis are:

    • QOwnNotes for markdown note taking. Only competent desktop app I found that comes without any electron bullshit.
    • Nyrna to send a game to sleep when I want to take a break or get interrupted. Saves me from booting it up again when I want to pick up where I left off.
  • If you're not against buying chinese products, Redragon has a good reputation and I'm satisfied with my keyboard from them

  • After having beaten The Pathless yesterday I started playing Uncharted 4. I'm a couple hours in and I have to say, it feels a lot more like an interactive movie than an actual game. I'm hoping it gets more interesting

  • I honestly didn't like it. There just isn't a lot of game in that interactive book.

  • Yeah no thanks, I knew that. My question is what is QT about it. In the screenshots it doesn't integrate into KDE at all. It's just plain Firefox.

  • since it appears to be using QT I do not have that annoying mismatch I tend to have with Firefox

    I'm interested because I'm a KDE fanboy: I've looked at some screenshots and I'm seeing regular old Firefox. What's QT about it?