Skip Navigation

Posts
0
Comments
64
Joined
2 yr. ago

  • Thanks for explaining.

    I never heard of that. and for the Eipstein, I always associated his info with powerful people, but not specifically with the Clintons ಠ_ಠ

  • As someone who’s not following 🇺🇸 news, what does that (Hilary) part means?

  • I agree with everything you write, but I'll also add an unpopular opinion as someone who tested the beta version of Vista and hated it: Vista x64 SP2 was a good OS, which solved most of the issues that existed with the OS.

    And into this day, it's the most beautiful Windows UI, at least for me.

  • Same. Tubular is awesome

  • To make it work, I had to remove some things from the script, which didn't work for me:

    1. START TRANSACTION;
    2. SET time_zone = "+00:00";
    3. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    4. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    5. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    6. /*!40101 SET NAMES utf8mb4 */;
    7. CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci (like you suggested)
    8. COMMIT; (In Alter Tables, since as far as I remember, DDL commands don't need to commit, only the DML ones. So I did the commit manually)

    If I need to remove the registration, do I have to update the Value column on tarallo_settings table or are there any settings' menu which I'm not seeing?

  • I created a DB with utf8mb4 with the general_ci collection, but the issue remains. I'll try to change the SQL script

  • The app seems great. @matteinim@feddit.it I'm getting an error when trying to create the DB tables: Reason: SQL Error [1273] [HY000]: (conn=517001) Unknown collation: 'utf8mb4_0900_ai_ci'

    Does it support MariaDB 10.6.17?

  • I prefer to use Vinegar, instead of the adblocker, alongside SponsorBlock and DeArrow (⌐■_■)

  • Well, if you don’t link an instance, it won’t work. And you need to know the instances’ name (some of them don’t support account creation, which you’ll need if you want to import your YouTube’s subscriptions).

    So, compared to a normal app, like NewPipe where you install it and it just works, they are not wrong on saying that it’s s a bit of a pain.

  • Hijacking this topic, I use this software on Windows, which does incremental backups of the system (including the OS, alongside documents, downloads, etc). It can also be easily restored by booting a custom image from an USB and restore the image created.

    Is there anything like this with Linux?

  • The DeArrow extension works with both ways:

    1. If the community submits a thumbnail (you can vote on them) and a better video headline, that will be the default one. I always try to submit the most relevant thumbnail, even if it might be a spoiler one (it’s up to you if you are interested in the context or not).
    2. In the absence of community submitted content, a random thumbnail will be used (still better than the stupid faces).
  • I highly recommend using DeArrow, from the same dev from SponsorBlock.

  • Yeah, I was looking into that fork some time ago (which doesn’t have a macOS version) and I remember the guy mentioning that the original developer came back from the dead. But now, the thread is closed, so I’m not even sure if the fork is stalled or not…

  • There is an official Onedrive client for Linux?

    Last time I checked there wasn’t and you had to rely on a third-party application, based on MS API (͡•_ ͡• )