Skip to content

Instantly share code, notes, and snippets.

View metaver5o's full-sized avatar
💭
cryptography enthusiast

metaver5o.eth metaver5o

💭
cryptography enthusiast
  • Pixelvault
  • Earth
View GitHub Profile
@metaver5o
metaver5o / Build Deps Dockerfile
Created September 30, 2021 17:18
Build Deps Dockerfile
RUN set -ex \
&& buildDeps=' \
python3-pip \
git \
' \
&& apt-get update \
&& apt-get install -yqq --no-install-recommends $buildDeps \
&& apt-get autoremove -yqq --purge \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
echo "This was piped into docker" |
docker run -i --log-driver=none -a stdin -a stdout -a stderr \
alpine cat - |
xargs echo This is coming out of docker:
This is coming out of docker: This was piped into docker
@metaver5o
metaver5o / ropsten-peers.txt
Created June 16, 2021 19:14 — forked from kf106/ropsten-peers.txt
List of active Ropsten peers found as of 30.4.2021
// active Ropsten peer nodes found 15 June 2021
[
"enode://f7b2a650a56fa4040f4f2de9e94c031d9aa1ff01322038e29263f5aa8ddddab3b003fc8f84732d24e36bb55e0a8049bb16ee117b05567c950cf51f62f547dcc6@3.15.132.76:30303"
]
// active Ropsten peer nodes found 4 June 2021
[
"enode://6cf5d022594cf239233ebcfa16692a745b3da300b7ab38beb7f72ae0a3075dfd68f5bb37549aa7afdc1cd0a798c94cbd40a65ae39e73b736076d14160fbdf194@54.242.200.179:30303",
@metaver5o
metaver5o / gcloud_commands
Created May 4, 2021 18:48 — forked from frntn/gcloud_commands
all gcloud commands
gcloud auth
gcloud auth activate-refresh-token
gcloud auth activate-service-account
gcloud auth git-helper
gcloud auth list
gcloud auth login
gcloud auth print-access-token
gcloud auth print-refresh-token
gcloud auth revoke
gcloud components
@metaver5o
metaver5o / gcloud_commands
Created May 4, 2021 18:48 — forked from frntn/gcloud_commands
all gcloud commands
gcloud auth
gcloud auth activate-refresh-token
gcloud auth activate-service-account
gcloud auth git-helper
gcloud auth list
gcloud auth login
gcloud auth print-access-token
gcloud auth print-refresh-token
gcloud auth revoke
gcloud components
dd if=/dev/urandom | gzip -9 >> /dev/null &
@metaver5o
metaver5o / play with docker and your stack
Created November 4, 2020 14:15
play with docker and your stack
https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/your-project/docker-compose.yml
Brazil banknotes
Brazil paper money catalog and Brazilian currency history
A brief monetary history:
Portuguese currency
Mil Reis = 1000 Reis, 1833-1942
Cruzeiro = (Mil Reis) = 100 Centavos, 1942--1967
Cruzeiro Novo = (1.000 Cruzeiros) = 100 Centavos, 1967--1986
Cruzado = (1.000 Cruzeiro Novo) = 100 Centavos, 1986--1989
Cruzado Novo = (1.000 Cruzado) = 100 Centavos, 1989-1990
Cruzeiro = (Cruzado Novo) = 100 Centavos, 1990-1993
@metaver5o
metaver5o / docker-compose.tf
Created October 20, 2020 19:17
terraform for docker-compose installation as container
provisioner "remote-exec" {
inline = [<<EOF
sudo curl -L --fail https://github.com/docker/compose/releases/download/1.27.4/run.sh -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
EOF
]
}
Skip to main content
Sections
About Axios
Sign up
4 hours ago - Technology
Inside TikTok's killer algorithm
Sara Fischer
Sara Fischer, author of Media Trends
Illustration of the TikTok logo made from binary code.
Illustration: Aïda Amer/Axios