MinekPo1 [She/Her]

nya !!! :3333 gay uwu

  • 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle



  • I don’t as there is a service called blik in my country which seems private enough and is way more hassle free to use. It generates one time use codes for payment and requires user confirmation for each payment. Not sure how private it is on the back end, but it pretty much gets rid of the same risks virtual credit cards target. It’s also pretty well supported, both by banks and payment processors.

    Again not sure how private it is on the back end, but, at least for me, its more user friendly than using a credit card so I cant be bothered.

    Edit: the privacy policy for both blik and their website (I think?) is 13 pages, 9 of which give a detailed description of how they use cookies. Also the privacy regulations here are quite strict and they actually follow them, so you can not opt into cookies with as much effort as it takes to opt in. It is also a service made by banks, so I feel its quite trust wordy.

    Also OP, if the banks web extention doesn’t require access to all websites, it probably won’t track you, at least more than your bank tracks you already.




  • On a serious note, if I’m not mistaken, most cases of Tor users identity being uncovered is via information the user either unintentionally leaving information public, or privately told another user, which was made public due to a betrayal or a security breach.

    In most other cases involve security flaws in Tor clients not the network, again if I’m not mistaken.




  • I would guess that “Build Files Exist” means makepkg successfully downloaded the files it needs to build the package. I assume cleanBuild is referring to the building of packages itself.

    As for the options, my guesses are:

    • N don’t install anything and continue
    • A build and install all the listed packages
    • Ab interrupt everything and exit
    • I rebuild packages which are already installed, but don’t install new ones
    • No build and install packages which are not installed on the system

    I think you can also pick specific packages by referring to their index

    • either listing them all (1 2 3)
    • specifying a range (1-3)
    • or excluding those which you don’t want (^4)

    Note that I don’t use arch btw so I’m only guessing.