Skip to content

Instantly share code, notes, and snippets.

View pmnlla's full-sized avatar

pomonella pmnlla

  • 20:37 (UTC -03:00)
View GitHub Profile
@pmnlla
pmnlla / teams.md
Last active January 28, 2023 02:16
Genshin Teams WIP

Xiao Team

xiao:

  • maintain 120-130% er for comfortable burst uptime
  • sands could be on another set for 2pc + 18% atk
  • feather could be improved
  • make sure to level talents too for more dmg (all talents)
  • aim for er and atk% substats on artifacts as well as cr/cd
  • artifact set 2pc anemo and 2pc atk% is fine
@pmnlla
pmnlla / alix-docker-compose.yml
Created January 17, 2023 22:52
esty drinks psis | basic nginx docker script
version: "1.0"
services:
nignx:
image: lscr.io/linuxserver/nginx:latest
container_name: "nginx"
environment:
- PUID=1001
- PGID=1001
- TZ=Canada/Pacific
ports:
@pmnlla
pmnlla / docker-compose.yml
Last active January 15, 2023 04:25 — forked from rainyskye/docker-compose.yml
*scan*arr, tdarr, jellyfin, jellyseerr, etc.
version: "2.2"
services:
sonarr:
image: lscr.io/linuxserver/sonarr:latest
container_name: sonarr
environment:
- PUID=1000
- PGID=1000
- TZ=Canada/Pacific
volumes:
@pmnlla
pmnlla / docker-compose.yml
Created January 15, 2023 04:21 — forked from rainyskye/docker-compose.yml
*arr, jellyfin, jellyseerr, etc.
version: "2.1"
services:
sonarr:
image: lscr.io/linuxserver/sonarr:latest
container_name: sonarr
environment:
- PUID=1000
- PGID=1000
- TZ=Canada/Pacific
volumes:
@pmnlla
pmnlla / debate.md
Last active May 17, 2023 15:32
Debate with AI

Do you think a world will come when humans will be slaves to AI, even though it's their own creation?

AI: It is difficult to predict the future and to determine whether a world will come in which humans will be slaves to artificial intelligence (AI). AI is a rapidly developing field, and advances in technology are constantly changing the way that humans interact with machines.

Some people are concerned that AI could pose a threat to humanity in the future, and that it could potentially become more intelligent and powerful than humans. This could potentially lead to a situation in which AI is able to control or dominate humans, and humans may become dependent on AI for their basic needs and survival.

However, it is important to note that AI is a tool that is created and controlled by humans, and it is ultimately up to humans to determine how AI is used and what its role will be in the future. While it is possible that AI could pose a threat to humanity in the future, it is also possible that humans will

CODE: SELECT ALL
#!/bin/bash
# First parameter should be start or stop
# Second parameter will be the name of a unit file
if [ $# -lt 2 ]
then
echo "usage: $0 start unit-file"
@pmnlla
pmnlla / share_the_shrek_script.py
Last active December 13, 2020 19:39
Share the shrek script with your friends
import pyautogui as auto
src = open("script.txt", "r")
auto.click(1700, 100);
for x in src:
print(x)
auto.write(x)
# To those who came from TikTok: I can't help you if you just say "it doesn't post the shrek script".
@pmnlla
pmnlla / tweet_from_sink.py
Last active November 14, 2019 17:13
tweet_from_fridge with replies (Python)
import sys, os, time
import tweepy
#Credit to KonradIT on GithubGist for making the original script, tweet_from_fridge.py
#I had only modified it so it can reply to tweets, nothing else.
#All credit goes to the original author.
keys = dict(
consumer_key='put',
consumer_secret='your',