Genshin Impact multi account in PC is bit annoying because you need to logout then login back. There are 2 ways to switch between account instantly and both requires the game not running.
Path: HKCU\SOFTWARE\miHoYo\Genshin Impact
ARG VARIANT="16-bullseye" | |
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:${VARIANT} | |
# ALTERNATIVE for GnuPG/MacGPG2 2.2.27 related to https://github.com/microsoft/vscode-remote-release/issues/5527 | |
# publickeys.asc is created by initializeCommand's script | |
COPY --chown=node:node ./publickeys.asc /tmp/ | |
# only imports usable & necessary signatures into keybox | |
RUN su node -c "gpg --import-filter drop-sig='expired == 0' --import-options import-clean --import /tmp/publickeys.asc" \ | |
&& rm /tmp/publickeys.asc |
# DO NOT PUT THE WIFI DONGLE IN THE DEVICE BEFORE MENTIONED EXPLICITLY BELOW | |
# Brief note, after this the UI will not show the usb dongle, | |
# the wifi does work and I get an IP address, so all works, | |
# but I don't go into detail of making it show on the Raspbian UI. | |
# (for this purpose I don't care about the UI) | |
# For the use of this I connected my device to an ethernet connection and through the Router could see the IP which I can SSH into. | |
## STEP 1: Prepare machine and install packages needed |
Slash commands offer a way to integrate your bot commands directly into the Discord UI. However, these commands are still very limited and cannot replace every use-case for now. I'll explain the limitations and possibilities of this new feature a bit here.
Slash Commands work entirely through the Webhook API. Which introduces a number of moderation issues. See the Moderation section below. It also causes some Rate Limit Problems.
All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker
. This will install the whole docker suite, left only Tini to be compiled manually.
Here is a short guide that will help you setup your environment to create signed commits
or signed tags
with Git locally. This has been extensively tested on Windows with Git and the Github Desktop application: I use it every day for my professional development projects.
I you face any issue, feel free to leave a comment below.
Recently more and more chatbots appear, the overall chatbot market grows and the platform for it grows as well. Today we are taking a close look at what benefits creating a microservice chatbot on Discord - (a communication platform mainly targeted at gamers) would provide.
The concepts and ideas explained in this whitepaper are geared towards bots with a bigger userbase where the limits of a usual bot style appear with a greater effect
(If you are already proficient with the Discord API and the way a normal bot works, you may skip ahead to The Concept)
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/