Tick_Dracy

joined 1 year ago
[–] [email protected] 5 points 4 months ago (2 children)

Whenever I see a project which the support relies on Discord, I ignore it, or I treat it as if it doesn't have support at all.

I refuse to participate in a community which makes Meta looking like a privacy focused company.

[–] [email protected] 1 points 4 months ago (1 children)

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 ಠ_ಠ

[–] [email protected] 1 points 4 months ago (5 children)

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

[–] [email protected] 2 points 4 months ago

A man of culture, I see.

[–] [email protected] 4 points 4 months ago

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.

[–] [email protected] 2 points 4 months ago

Same. Tubular is awesome

[–] [email protected] 0 points 5 months ago (1 children)

But in order to use that, I need to get replace the current Pop_Os Gnome interface, right? I cannot use that as an application, like PowerToys does, or can I?

[–] [email protected] 0 points 5 months ago (5 children)

I use Pop_Os on my desktop, but that’s nowhere near PowerToys. Even the search is barebones when you compare it with PowerToys using the Everything search plugins.

Also PowerToys has a lot more to offer than the search: mouse shake features, keyboard remapping, a great window manager with shortcuts, files preview and much more.

I know there are some decent alternatives in MacOS, but I haven’t found a proper replacement for that on Linux.

[–] [email protected] 10 points 5 months ago* (last edited 5 months ago) (1 children)

I only use RetroArch on PC, so I don’t know how it works on iOS, but I will assume will be identical to the console versions, which already have all the cores included on the emulator (on PC they are downloaded individually).

I wouldn’t call it just a front end, it’s much more than that, and it has a great integration. Also the devs seem to focus a lot on the emulation accuracy.

[–] [email protected] 13 points 5 months ago (3 children)

As an European, I still prefer the freedom to have alternate App stores.

Yet, I still don't see a reason why they don't provide the same app to all customers since it's allowed by Apple, aside from greed or something like that.

Either way, let these developers enjoy their small time of fame, because as soon as RetroArch becames available, a lot of these emulators will be left in the dust ¯\_(ツ)_/¯

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago) (1 children)

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?

[–] [email protected] 1 points 5 months ago

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

view more: ‹ prev next ›