Alt-Account:

feddit.de/u/Hubi 🪦🙏😔

lemmy.world/u/Hubi

Matrix: @hubinator:matrix.org

  • 1 Post
  • 22 Comments
Joined 10 months ago
cake
Cake day: June 22nd, 2024

help-circle


  • 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
    2 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.