Alt-Account:

feddit.de/u/Hubi 🪦🙏😔

lemmy.world/u/Hubi

Matrix: @hubinator:matrix.org

  • 1 Post
  • 37 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2024

help-circle






  • The Nvidia issue is overblown IMO. Yes, it used to be petty bad a couple of years ago with bugs and glitches all over the place, especially with Wayland. These days not so much. Just use the proprietary Nvidia drivers and you will have a solid experience. It’s honestly been over a year since I last had an issue that I could narrow down to Nvidia hardware.

    Just make sure to read some reports from people with the same model of laptop. Laptops with very specific hardware can have compatibility issues.










  • You can use this script with a browser addon like Tampermonkey to get around the sign-in requirement:

    // ==UserScript==
    // @name         reddit - unblock (create cookie and reload)
    // @namespace    Violentmonkey Scripts
    // @match        *://*.reddit.com/*
    // @grant        none
    // @version      2024-01-08
    // @noframes
    // @license      MIT License
    // @description  for "Blocked" "whoa there, pardner!" cowboy bs
    // ==/UserScript==
    /* thanks: https://www.reddit.com/r/mullvadvpn/comments/18jbxb2 */
    if (document.title === "Blocked") {
      document.cookie="reddit_session=;Domain=.reddit.com;Path=/;Expires=;Secure=true;SameSite=None";
      window.location.reload();
    }
    


  • The positive aspects are that it’s highly customizable and supports a large number of language addons. The downside is that development is pretty much dead, the swipe feature not being very accurate and the autocorrect only working in English. There’s also a large amount of inconveniences and minor bugs that made it tedious to use in comparison to Futo.


  • Hubi@feddit.orgtoOpen Source@lemmy.mlOpen Source Android Keyboard
    link
    fedilink
    arrow-up
    3
    arrow-down
    2
    ·
    edit-2
    6 months ago

    I used AnySoft Keyboard until someone recommended Futo here on Lemmy. It’s been my daily driver for a couple of months now and I have to agree: It’s the best Open Source keyboard around, even if it’s technically still in alpha. It’s ridiculously good, even with languages other than English. It will nail German 20-character compound words first try and I haven’t seen any other keyboard do it this well.