Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)OB
Posts 2
Comments 50
What will "Sign In With Google" do?
  • A couple of things come into my mind. Note that this isn't exhaustive.

    • Google will obviously know you signed up for that service. Additionally, they will know when you log into your account.
    • Google may provide personal information that are listed in the signup screen, such as your name, birthday, etc. You will be notified of what will be provided (highly doubt Google would blantly lie about this part), and it's up to you to decide whether you want to provide them or not. The site itself may ask for more than necessary.
  • Such Wisdom
  • ISO

    International Organization for Standardization

    The International Organization for Standardization in French is Organisation internationale de normalisation

    Why are they like this?

  • Anyone here use GrapheneOS??
  • Honestly, not quite sure why it happens, but I know it's something to do with using it in Korea, where Pixel phones are not natively supported. In other words, it happens with Pixel phones, regardless of the OS.

    As to how I knew it would work with the fix, it was a gamble. I rooted my phone and enabled VoLTE prior to that app.

  • South Korean man dodged draft by binge eating
  • What happens is that people are graded based on their health condition to see if they're suitable candidate for conscription. Obviously, conscripting someone without a leg or a hand would be a bit silly. When you're too overweight when that happens, you get put into 4급 (or lower), which means you're unfit for conscription, and get put into alternative service instead. Since conscription lasts at least 1.5 years, it's kinda worth it if you make it. Currently, for someone who is 174cm tall, you have to be below 45kg or above 121kg.

  • Anyone here use GrapheneOS??
  • Unless the phone is rooted, I don't think so; I need to enable wireless debugging first, then run Shizuku, then enable a bunch of options in the Pixel IME app. But then again, this can be done permanently with root.

  • Anyone here use GrapheneOS??
  • The issue is that I can't make phone calls and send SMS... But it can be fixed using this tool:

    https://github.com/kyujin-cho/pixel-volte-patch/blob/main/README.en.md

    I need to run Shizuku every GOS update and enable VoLTE, so it's tedious, but necessary. Phone incapable of phone call is ridiculous.

    Oh, and even with this fix, I can't call some people for some reason. I can receive call from them though.

  • Anyone here use GrapheneOS??
  • I have one "Daily" profile where I keep thing I don't mind showing others, and many other private profiles. Each private profile has a unique environment I find myself using every now and then, so it's a bit like VMs. For example, one profile has VPN on 24/7, another with Orbot, and another with a non-functional VPN (which is basically no network). It enforces the rule so that I don't fuck things up by accident. Primary profile is just a package manager for me.

    I have multiple profile active, but it's usually just for long downloads. It was annoying whenever I go back to a profile expecting some long job to be done, only to find out it got killed 10 seconds after starting it. Or worse, finding out my Daily profile got killed.

    I don't get many cross profile notifications because I almost never receive one outside of the Daily profile.

  • Anyone here use GrapheneOS??
  • Other than Starbucks app and VoLTE stuff, I haven't encountered an issue yet. Somehow all my banking apps work. The profile feature alone makes it worth it. They also recently increased the number of profiles that can be run in parallel, too.

  • Has anyone successfully self-hosted Firefox Sync?

    I use around 10 browser profiles, each of which has its own set of bookmarks, plugins, self-enforced rules, etc. I want to synchronise browsing history, bookmarks, plugins using a single account. They are managed with a dedicated Firefox account, but I was wondering if I can self host accounts so that I can synchronise stuff over my VPN, and I don't have to do mail verification every time I create a new profile. But I can't find much on how online.

    I know syncserver-rs but that is not enough. The accounts are still registered with Mozilla's server.

    15

    Not until I read the docs

    Add this to your home-manager let f = pkgs.factorio.override { username = "<Your Username>"; token = "<Token>"; versionsJson = ./factorio.json; }; in { home-manager.users."<Your Username>".home.packages = [ f ]; }; In factorio.json { "x86_64-linux": { "alpha": { "stable": { "name": "factorio-space-age_linux_2.0.7.tar.xz", "needsAuth": true, "sha256": "1zvk1skkm37kyikq4l1q285l8zhxc6lqvs1x2y2ccxwd4cdm6r96", "tarDirectory": "x64", "url": "https://factorio.com/get-download/2.0.7/expansion/linux64", "version": "2.0.7" } } } } To get your Factorio working.

    20