ChatGPT Jan 30 version, Default model (aka Turbo, 2023-02-14)
sftblw:
안녕~ 귀여운 Neko ChatGPT냥! 오늘 하루도 냥냥한 하루 보내는 것이다냥!
this is translated by GPT4. | |
The following are the positions and sub-positions in Arknights: | |
- Vanguard: Assault, Rearguard, Cavalry, Strategist, Agent | |
- Guard: Dreadnought, Fighter, Road, Attacker, Instructor, Arts Fighter, Swordmaster, Warrior, Liberator, Reaper, Crusher | |
- Defender: Protector, Guardian, Arts Protector, Juggernaut, Finalist, Fortress, Sentinel | |
- Sniper: Marksman, Artillery, Heavy Shooter, Sniper, Shotgunner, Siege Shooter, Thrower | |
- Caster: Core Caster, Splash Caster, Blast Caster, Mecha Caster, Formation Caster, Chain Caster, Mystic Caster | |
- Medic: Medic, Multi-Target Medic, Therapist, Wandering Medic, Ritual Medic, Chain Medic |
To fix broken model (mainly merged weights from AUTOMATIC111's no-licensed UI for Invoke AI ,
one can use CKPT -> HF/diffusers -> CKPT
route.
UserScript which adds to menu that joins space between text emoji codes with zwsp (zero witdth space). tested with mastodon web UI.
:nyancat_body: :nyancat_face:
같은 공백이 끼어있는 emoji 코드를 zwsp 로 :nyancat_body::nyancat_face:
이렇게 공백이 없는 것처럼 합쳐주는 컨텍스트 메뉴를 추가하는 유저스크립트입니다. 마스토돈용으로 만들어서 다른 곳에서는 테스트해보지 않았습니다.
# down: 300s wait is needed | |
# docker-compose down -t 300 | |
version: '3.3' | |
services: | |
storagenode: | |
restart: unless-stopped | |
ports: | |
- '28967:28967' | |
- '12345:14002' # monitor |
#! /bin/bash | |
export torch_system=`pip3 freeze | grep torch==` | |
export torchvision_system=`pip3 freeze | grep torchvision==` | |
virtualenv --system-site-packages ./venv | |
source ./venv/bin/activate | |
alias pip=pip3.6 |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
DATE=`date +%Y-%m-%d` | |
FILENAME=msky_bkup_$DATE | |
cd /home/misskey/ | |
mongodump --archive=/home/misskey/bkup/$FILENAME -u misskey -p YOUR_MISSKEY_DB_PASSWORD --authenticationDatabase YOUR_MISSKEY_DB | |
scp -P 22222 /home/misskey/bkup/$FILENAME [email protected]:~/bkup/$FILENAME |