Dr seuss experience coupon code denver
DevOps course featuring Traefik, Docker, GitLab with CI/CD and much more
2023.06.01 11:08 predmijat DevOps course featuring Traefik, Docker, GitLab with CI/CD and much more
Hello everyone,
I've created a DevOps course focused on smaller companies and individuals. What might be particularly interesting for this audience is Docker integration with Traefik - running a Docker container with appropriate labels will make Traefik fetch a TLS certificate and create a route for that service.
As for prerequisites, you can't be a complete beginner in the world of computers. If you've never even heard of Docker, if you don't know at least something about DNS, or if you don't have any experience with Linux, this course is probably not for you. That being said, I do explain the basics too, but probably not in enough detail for a complete beginner.
Here's a 100% OFF coupon if you want to check it out:
https://www.udemy.com/course/real-world-devops-project-from-start-to-finish/?couponCode=FREEDEVOPS2306JEOZX Be sure to BUY the course for $0, and not sign up for Udemy's subscription plan. The Subscription plan is selected by default, but you want the BUY checkbox. If you see a price other than $0, chances are that all coupons have been used already. You can try manually entering the coupon code because Udemy sometimes messes with the link.
The accompanying files for the course are at
https://github.com/predmijat/realworlddevopscourse I encourage you to watch "free preview" videos to get the sense of what will be covered, but here's the gist:
The goal of the course is to create an easily deployable and reproducible server which will have "everything" a startup or a small company will need - VPN, mail, Git, CI/CD, messaging, hosting websites and services, sharing files, calendar, etc. It can also be useful to individuals who want to self-host all of those - I ditched Google 99.9% and other than that being a good feeling, I'm not worried that some AI bug will lock my account with no one to talk to about resolving the issue.
Considering that it covers a wide variety of topics, it doesn't go in depth in any of those. Think of it as going down a highway towards the end destination, but on the way there I show you all the junctions where I think it's useful to do more research on the subject.
We'll deploy services inside Docker and LXC (Linux Containers). Those will include a mail server (iRedMail), Zulip (Slack and Microsoft Teams alternative), GitLab (with GitLab Runner and CI/CD), Nextcloud (file sharing, calendar, contacts, etc.), checkmk (monitoring solution), Pi-hole (ad blocking on DNS level), Traefik with Docker and file providers (a single HTTP/S entry point with automatic routing and TLS certificates).
We'll set up WireGuard, a modern and fast VPN solution for secure access to VPS' internal network, and I'll also show you how to get a wildcard TLS certificate with certbot and DNS provider.
To wrap it all up, we'll write a simple Python application that will compare a list of the desired backups with the list of finished backups, and send a result to a Zulip stream. We'll write the application, do a 'git push' to GitLab which will trigger a CI/CD pipeline that will build a Docker image, push it to a private registry, and then, with the help of the GitLab runner, run it on the VPS and post a result to a Zulip stream with a webhook.
When done, you'll be equipped to add additional services suited for your needs.
If this doesn't appeal to you, please leave the coupon for the next guy :)
I hope that you'll find it useful!
Happy learning, Predrag
submitted by
predmijat to
Traefik [link] [comments]
2023.06.01 11:08 predmijat DevOps course for self-hosters (Docker, GitLab, CI/CD, etc.)
Hello everyone,
I've made a DevOps course covering a lot of different technologies and applications, aimed at startups, small companies and individuals who want to self-host their infrastructure. To get this out of the way - this course doesn't cover Kubernetes or similar - I'm of the opinion that for startups, small companies, and especially individuals, you probably don't need Kubernetes. Unless you have a whole DevOps team, it usually brings more problems than benefits, and unnecessary infrastructure bills buried a lot of startups before they got anywhere.
As for prerequisites, you can't be a complete beginner in the world of computers. If you've never even heard of Docker, if you don't know at least something about DNS, or if you don't have any experience with Linux, this course is probably not for you. That being said, I do explain the basics too, but probably not in enough detail for a complete beginner.
Here's a 100% OFF coupon if you want to check it out:
https://www.udemy.com/course/real-world-devops-project-from-start-to-finish/?couponCode=FREEDEVOPS2306JEOZX Be sure to BUY the course for $0, and not sign up for Udemy's subscription plan. The Subscription plan is selected by default, but you want the BUY checkbox. If you see a price other than $0, chances are that all coupons have been used already. You can try manually entering the coupon code because Udemy sometimes messes with the link.
The accompanying files for the course are at
https://github.com/predmijat/realworlddevopscourse I encourage you to watch "free preview" videos to get the sense of what will be covered, but here's the gist:
The goal of the course is to create an easily deployable and reproducible server which will have "everything" a startup or a small company will need - VPN, mail, Git, CI/CD, messaging, hosting websites and services, sharing files, calendar, etc. It can also be useful to individuals who want to self-host all of those - I ditched Google 99.9% and other than that being a good feeling, I'm not worried that some AI bug will lock my account with no one to talk to about resolving the issue.
Considering that it covers a wide variety of topics, it doesn't go in depth in any of those. Think of it as going down a highway towards the end destination, but on the way there I show you all the junctions where I think it's useful to do more research on the subject.
We'll deploy services inside Docker and LXC (Linux Containers). Those will include a mail server (iRedMail), Zulip (Slack and Microsoft Teams alternative), GitLab (with GitLab Runner and CI/CD), Nextcloud (file sharing, calendar, contacts, etc.), checkmk (monitoring solution), Pi-hole (ad blocking on DNS level), Traefik with Docker and file providers (a single HTTP/S entry point with automatic routing and TLS certificates).
We'll set up WireGuard, a modern and fast VPN solution for secure access to VPS' internal network, and I'll also show you how to get a wildcard TLS certificate with certbot and DNS provider.
To wrap it all up, we'll write a simple Python application that will compare a list of the desired backups with the list of finished backups, and send a result to a Zulip stream. We'll write the application, do a 'git push' to GitLab which will trigger a CI/CD pipeline that will build a Docker image, push it to a private registry, and then, with the help of the GitLab runner, run it on the VPS and post a result to a Zulip stream with a webhook.
When done, you'll be equipped to add additional services suited for your needs.
If this doesn't appeal to you, please leave the coupon for the next guy :)
I hope that you'll find it useful!
Happy learning, Predrag
submitted by
predmijat to
selfhosted [link] [comments]
2023.06.01 11:07 predmijat Course that can help you with the deployment part of things
Hello everyone,
I've created a course that I thing might be of use to some of you who are interested in the deployment part of things. It's a DevOps course and it has a section where I dockerize a Python application, create a CI/CD pipeline in GitLab, and then run the program on the VPS via GitLab Runner.
If you want to check the whole course, there are some prerequisites - if you've never even heard of Docker, if you don't know at least something about DNS, or if you don't have any experience with Linux, this course is probably not for you. That being said, I do explain the basics too, but probably not in enough detail for a complete beginner.
Here's a 100% OFF coupon if you want to check it out:
https://www.udemy.com/course/real-world-devops-project-from-start-to-finish/?couponCode=FREEDEVOPS2306JEOZX Be sure to BUY the course for $0, and not sign up for Udemy's subscription plan. The Subscription plan is selected by default, but you want the BUY checkbox. If you see a price other than $0, chances are that all coupons have been used already. You can try manually entering the coupon code because Udemy sometimes messes with the link.
The accompanying files for the course are at
https://github.com/predmijat/realworlddevopscourse The goal of the course is to create an easily deployable and reproducible server which will have "everything" a startup or a small company will need - VPN, mail, Git, CI/CD, messaging, hosting websites and services, sharing files, calendar, etc. It can also be useful to individuals who want to self-host all of those - I ditched Google 99.9% and other than that being a good feeling, I'm not worried that some AI bug will lock my account with no one to talk to about resolving the issue.
Considering that it covers a wide variety of topics, it doesn't go in depth in any of those. Think of it as going down a highway towards the end destination, but on the way there I show you all the junctions where I think it's useful to do more research on the subject.
We'll deploy services inside Docker and LXC (Linux Containers). Those will include a mail server (iRedMail), Zulip (Slack and Microsoft Teams alternative), GitLab (with GitLab Runner and CI/CD), Nextcloud (file sharing, calendar, contacts, etc.), checkmk (monitoring solution), Pi-hole (ad blocking on DNS level), Traefik with Docker and file providers (a single HTTP/S entry point with automatic routing and TLS certificates).
We'll set up WireGuard, a modern and fast VPN solution for secure access to VPS' internal network, and I'll also show you how to get a wildcard TLS certificate with certbot and DNS provider.
To wrap it all up, we'll write a simple Python application that will compare a list of the desired backups with the list of finished backups, and send a result to a Zulip stream. We'll write the application, do a 'git push' to GitLab which will trigger a CI/CD pipeline that will build a Docker image, push it to a private registry, and then, with the help of the GitLab runner, run it on the VPS and post a result to a Zulip stream with a webhook.
When done, you'll be equipped to add additional services suited for your needs.
If this doesn't appeal to you, please leave the coupon for the next guy :)
I hope that you'll find it useful!
Happy learning, Predrag
submitted by
predmijat to
Python [link] [comments]
2023.06.01 11:07 predmijat DevOps kurs - Ansible, Docker, GitLab, CI/CD i jos svasta nesto
Pozdrav svima,
Evo nove runde 100% OFF kupona za moj kurs na Udemy-u.
TL;DR
Ukoliko nekog zanima DevOps, Docker, GitLab, CI/CD i slicno, bacite pogled na kurs (kurs je na engleskom!) koji sam napravio uz 100% OFF kupon:
https://www.udemy.com/course/real-world-devops-project-from-start-to-finish/?couponCode=FREEDEVOPS2306JEOZX Ko iskoristi kupon, ukoliko vam Udemy kaze da nije $0, verovatno znaci da su svi kuponi potroseni. Probajte i da rucno pejstujete kupon, Udemy nekad zna da zeza.
Prateci fajlovi su ovde:
https://github.com/predmijat/realworlddevopscourse Ima oko pola sata "free preview" materijala, pa mislim da ima dovoljno vremena da procenite da li je ovo za vas ili ne. Ukoliko nije, ostavite kupon nekom kome ce koristiti :)
Detalji
Najbolje je da pogledate Introduction video, ali evo i ovde ukratko.
Preduslovi:
- Treba vam neki server koji ima public IP (u kursu je Linode VPS)
- Treba vam domen na kom imate pristup DNS podesavanjima
- Bar neko iskustvo sa Linux-om. Culi ste za DNS, culi ste za Docker, nekada ste bar nesto podesili u firewall-u itd. Dakle nije za potpune pocetnike.
- Umete da baratate sistemom koji koristite (u kursu ne objasnjavam detaljno kako se instalira neki paket npr.).
U kursu kupujem domen i VPS, dodajem storage volume, podesavam par sistemskih stvari, WireGuard VPN, certbot, Docker, LXC...
Zatim podizem mail server sa svim propratnim DNS rekordima i Zulip (alternativa za Slack, MS Teams) unutar LXC-a.
Traefik je podesen sa Docker i file provajderima, tako da bilo koji Docker kontejner koji se pojavi na masini uz odgovarajuce labele automatski dobija TLS sertifikat i svoju rutu unutar Traefik-a.
Tu je jos par servisa, a zavrsavam sa GitLab-om i Python aplikacijicom koju dokerizujem i pokrecem kroz CI/CD pipeline (aplikacija poredi listu zeljenih bekapa sa listom uradjenih bekapa i postuje notifikaciju na Zulip stream uz pomoc Zulip bot-a).
Nadam se da ce vam koristiti!
Pozdrav, Predrag
submitted by
predmijat to
programiranje [link] [comments]
2023.06.01 11:07 predmijat Course for people who want to get into DevOps
Hello everyone,
I've made a DevOps course covering a lot of different technologies and applications, aimed at startups, small companies and individuals who want to self-host their infrastructure. To get this out of the way - this course doesn't cover Kubernetes or similar - I'm of the opinion that for startups, small companies, and especially individuals, you probably don't need Kubernetes. Unless you have a whole DevOps team, it usually brings more problems than benefits, and unnecessary infrastructure bills buried a lot of startups before they got anywhere.
As for prerequisites, you can't be a complete beginner in the world of computers. If you've never even heard of Docker, if you don't know at least something about DNS, or if you don't have any experience with Linux, this course is probably not for you. That being said, I do explain the basics too, but probably not in enough detail for a complete beginner. Meaning, if you've been a member of this subreddit for more than a few months and actually doing stuff on your own, you will probably be OK.
Here's a 100% OFF coupon if you want to check it out:
https://www.udemy.com/course/real-world-devops-project-from-start-to-finish/?couponCode=FREEDEVOPS2306JEOZX Be sure to BUY the course for $0, and not sign up for Udemy's subscription plan. The Subscription plan is selected by default, but you want the BUY checkbox. If you see a price other than $0, chances are that all coupons have been used already. You can try manually entering the coupon code because Udemy sometimes messes with the link.
The accompanying files for the course are at
https://github.com/predmijat/realworlddevopscourse I encourage you to watch "free preview" videos to get the sense of what will be covered, but here's the gist:
The goal of the course is to create an easily deployable and reproducible server which will have "everything" a startup or a small company will need - VPN, mail, Git, CI/CD, messaging, hosting websites and services, sharing files, calendar, etc. It can also be useful to individuals who want to self-host all of those - I ditched Google 99.9% and other than that being a good feeling, I'm not worried that some AI bug will lock my account with no one to talk to about resolving the issue.
Considering that it covers a wide variety of topics, it doesn't go in depth in any of those. Think of it as going down a highway towards the end destination, but on the way there I show you all the junctions where I think it's useful to do more research on the subject.
We'll deploy services inside Docker and LXC (Linux Containers). Those will include a mail server (iRedMail), Zulip (Slack and Microsoft Teams alternative), GitLab (with GitLab Runner and CI/CD), Nextcloud (file sharing, calendar, contacts, etc.), checkmk (monitoring solution), Pi-hole (ad blocking on DNS level), Traefik with Docker and file providers (a single HTTP/S entry point with automatic routing and TLS certificates).
We'll set up WireGuard, a modern and fast VPN solution for secure access to VPS' internal network, and I'll also show you how to get a wildcard TLS certificate with certbot and DNS provider.
To wrap it all up, we'll write a simple Python application that will compare a list of the desired backups with the list of finished backups, and send a result to a Zulip stream. We'll write the application, do a 'git push' to GitLab which will trigger a CI/CD pipeline that will build a Docker image, push it to a private registry, and then, with the help of the GitLab runner, run it on the VPS and post a result to a Zulip stream with a webhook.
When done, you'll be equipped to add additional services suited for your needs.
If this doesn't appeal to you, please leave the coupon for the next guy :)
I hope that you'll find it useful!
Happy learning, Predrag
submitted by
predmijat to
linuxadmin [link] [comments]
2023.06.01 11:06 predmijat DevOps kurs - Ansible, Docker, GitLab, CI/CD i jos svasta nesto
Pozdrav svima,
Evo nove runde 100% OFF kupona za moj kurs na Udemy-u.
TL;DR
Ukoliko nekog zanima DevOps, Docker, GitLab, CI/CD i slicno, bacite pogled na kurs (kurs je na engleskom!) koji sam napravio uz 100% OFF kupon:
https://www.udemy.com/course/real-world-devops-project-from-start-to-finish/?couponCode=FREEDEVOPS2306JEOZX Ko iskoristi kupon, ukoliko vam Udemy kaze da nije $0, verovatno znaci da su svi kuponi potroseni. Probajte i da rucno pejstujete kupon, Udemy nekad zna da zeza.
Prateci fajlovi su ovde:
https://github.com/predmijat/realworlddevopscourse Ima oko pola sata "free preview" materijala, pa mislim da ima dovoljno vremena da procenite da li je ovo za vas ili ne. Ukoliko nije, ostavite kupon nekom kome ce koristiti :)
Detalji
Najbolje je da pogledate Introduction video, ali evo i ovde ukratko.
Preduslovi:
- Treba vam neki server koji ima public IP (u kursu je Linode VPS)
- Treba vam domen na kom imate pristup DNS podesavanjima
- Bar neko iskustvo sa Linux-om. Culi ste za DNS, culi ste za Docker, nekada ste bar nesto podesili u firewall-u itd. Dakle nije za potpune pocetnike.
- Umete da baratate sistemom koji koristite (u kursu ne objasnjavam detaljno kako se instalira neki paket npr.).
U kursu kupujem domen i VPS, dodajem storage volume, podesavam par sistemskih stvari, WireGuard VPN, certbot, Docker, LXC...
Zatim podizem mail server sa svim propratnim DNS rekordima i Zulip (alternativa za Slack, MS Teams) unutar LXC-a.
Traefik je podesen sa Docker i file provajderima, tako da bilo koji Docker kontejner koji se pojavi na masini uz odgovarajuce labele automatski dobija TLS sertifikat i svoju rutu unutar Traefik-a.
Tu je jos par servisa, a zavrsavam sa GitLab-om i Python aplikacijicom koju dokerizujem i pokrecem kroz CI/CD pipeline (aplikacija poredi listu zeljenih bekapa sa listom uradjenih bekapa i postuje notifikaciju na Zulip stream uz pomoc Zulip bot-a).
Nadam se da ce vam koristiti!
Pozdrav, Predrag
submitted by
predmijat to
koderi [link] [comments]
2023.06.01 11:06 predmijat DevOps course featuring Docker, Traefik, GitLab with CI/CD and much more
Hello everyone,
I've created a DevOps course focused on smaller companies and individuals. What might be particularly interesting for this audience is Docker integration with Traefik - running a Docker container with appropriate labels will make Traefik fetch a TLS certificate and create a route for that service.
As for prerequisites, you can't be a complete beginner in the world of computers. If you've never even heard of Docker, if you don't know at least something about DNS, or if you don't have any experience with Linux, this course is probably not for you. That being said, I do explain the basics too, but probably not in enough detail for a complete beginner.
Here's a 100% OFF coupon if you want to check it out:
https://www.udemy.com/course/real-world-devops-project-from-start-to-finish/?couponCode=FREEDEVOPS2306JEOZX Be sure to BUY the course for $0, and not sign up for Udemy's subscription plan. The Subscription plan is selected by default, but you want the BUY checkbox. If you see a price other than $0, chances are that all coupons have been used already. You can try manually entering the coupon code because Udemy sometimes messes with the link.
The accompanying files for the course are at
https://github.com/predmijat/realworlddevopscourse I encourage you to watch "free preview" videos to get the sense of what will be covered, but here's the gist:
The goal of the course is to create an easily deployable and reproducible server which will have "everything" a startup or a small company will need - VPN, mail, Git, CI/CD, messaging, hosting websites and services, sharing files, calendar, etc. It can also be useful to individuals who want to self-host all of those - I ditched Google 99.9% and other than that being a good feeling, I'm not worried that some AI bug will lock my account with no one to talk to about resolving the issue.
Considering that it covers a wide variety of topics, it doesn't go in depth in any of those. Think of it as going down a highway towards the end destination, but on the way there I show you all the junctions where I think it's useful to do more research on the subject.
We'll deploy services inside Docker and LXC (Linux Containers). Those will include a mail server (iRedMail), Zulip (Slack and Microsoft Teams alternative), GitLab (with GitLab Runner and CI/CD), Nextcloud (file sharing, calendar, contacts, etc.), checkmk (monitoring solution), Pi-hole (ad blocking on DNS level), Traefik with Docker and file providers (a single HTTP/S entry point with automatic routing and TLS certificates).
We'll set up WireGuard, a modern and fast VPN solution for secure access to VPS' internal network, and I'll also show you how to get a wildcard TLS certificate with certbot and DNS provider.
To wrap it all up, we'll write a simple Python application that will compare a list of the desired backups with the list of finished backups, and send a result to a Zulip stream. We'll write the application, do a 'git push' to GitLab which will trigger a CI/CD pipeline that will build a Docker image, push it to a private registry, and then, with the help of the GitLab runner, run it on the VPS and post a result to a Zulip stream with a webhook.
When done, you'll be equipped to add additional services suited for your needs.
If this doesn't appeal to you, please leave the coupon for the next guy :)
I hope that you'll find it useful!
Happy learning, Predrag
submitted by
predmijat to
docker [link] [comments]
2023.06.01 11:06 predmijat DevOps course for small companies and individuals
Hello everyone,
I've made a DevOps course covering a lot of different technologies and applications, aimed at startups, small companies and individuals who want to self-host their infrastructure. To get this out of the way - this course doesn't cover Kubernetes or similar - I'm of the opinion that for startups, small companies, and especially individuals, you probably don't need Kubernetes. Unless you have a whole DevOps team, it usually brings more problems than benefits, and unnecessary infrastructure bills buried a lot of startups before they got anywhere.
As for prerequisites, you can't be a complete beginner in the world of computers. If you've never even heard of Docker, if you don't know at least something about DNS, or if you don't have any experience with Linux, this course is probably not for you. That being said, I do explain the basics too, but probably not in enough detail for a complete beginner.
Here's a 100% OFF coupon if you want to check it out:
https://www.udemy.com/course/real-world-devops-project-from-start-to-finish/?couponCode=FREEDEVOPS2306JEOZX Be sure to BUY the course for $0, and not sign up for Udemy's subscription plan. The Subscription plan is selected by default, but you want the BUY checkbox. If you see a price other than $0, chances are that all coupons have been used already. You can try manually entering the coupon code because Udemy sometimes messes with the link.
The accompanying files for the course are at
https://github.com/predmijat/realworlddevopscourse I encourage you to watch "free preview" videos to get the sense of what will be covered, but here's the gist:
The goal of the course is to create an easily deployable and reproducible server which will have "everything" a startup or a small company will need - VPN, mail, Git, CI/CD, messaging, hosting websites and services, sharing files, calendar, etc. It can also be useful to individuals who want to self-host all of those - I ditched Google 99.9% and other than that being a good feeling, I'm not worried that some AI bug will lock my account with no one to talk to about resolving the issue.
Considering that it covers a wide variety of topics, it doesn't go in depth in any of those. Think of it as going down a highway towards the end destination, but on the way there I show you all the junctions where I think it's useful to do more research on the subject.
We'll deploy services inside Docker and LXC (Linux Containers). Those will include a mail server (iRedMail), Zulip (Slack and Microsoft Teams alternative), GitLab (with GitLab Runner and CI/CD), Nextcloud (file sharing, calendar, contacts, etc.), checkmk (monitoring solution), Pi-hole (ad blocking on DNS level), Traefik with Docker and file providers (a single HTTP/S entry point with automatic routing and TLS certificates).
We'll set up WireGuard, a modern and fast VPN solution for secure access to VPS' internal network, and I'll also show you how to get a wildcard TLS certificate with certbot and DNS provider.
To wrap it all up, we'll write a simple Python application that will compare a list of the desired backups with the list of finished backups, and send a result to a Zulip stream. We'll write the application, do a 'git push' to GitLab which will trigger a CI/CD pipeline that will build a Docker image, push it to a private registry, and then, with the help of the GitLab runner, run it on the VPS and post a result to a Zulip stream with a webhook.
When done, you'll be equipped to add additional services suited for your needs.
If this doesn't appeal to you, please leave the coupon for the next guy :)
I hope that you'll find it useful!
Happy learning, Predrag
submitted by
predmijat to
devops [link] [comments]
2023.06.01 11:05 predmijat DevOps kurs - Ansible, Docker, GitLab, CI/CD i jos svasta nesto
Pozdrav svima,
TL;DR
Ukoliko nekog zanima DevOps, Docker, GitLab, CI/CD i slicno, bacite pogled na kurs (kurs je na engleskom!) koji sam napravio uz 100% OFF kupon:
https://www.udemy.com/course/real-world-devops-project-from-start-to-finish/?couponCode=FREEDEVOPS2306JEOZX Ko iskoristi kupon, ukoliko vam Udemy kaze da nije $0, verovatno znaci da su svi kuponi potroseni. Probajte i da rucno pejstujete kupon, Udemy nekad zna da zeza.
Prateci fajlovi su ovde:
https://github.com/predmijat/realworlddevopscourse Ima oko pola sata "free preview" materijala, pa mislim da ima dovoljno vremena da procenite da li je ovo za vas ili ne. Ukoliko nije, ostavite kupon nekom kome ce koristiti :)
Detalji
Najbolje je da pogledate Introduction video, ali evo i ovde ukratko.
Preduslovi:
- Treba vam neki server koji ima public IP (u kursu je Linode VPS)
- Treba vam domen na kom imate pristup DNS podesavanjima
- Bar neko iskustvo sa Linux-om. Culi ste za DNS, culi ste za Docker, nekada ste bar nesto podesili u firewall-u itd. Dakle nije za potpune pocetnike.
- Umete da baratate sistemom koji koristite (u kursu ne objasnjavam detaljno kako se instalira neki paket npr.).
U kursu kupujem domen i VPS, dodajem storage volume, podesavam par sistemskih stvari, WireGuard VPN, certbot, Docker, LXC...
Zatim podizem mail server sa svim propratnim DNS rekordima i Zulip (alternativa za Slack, MS Teams) unutar LXC-a.
Traefik je podesen sa Docker i file provajderima, tako da bilo koji Docker kontejner koji se pojavi na masini uz odgovarajuce labele automatski dobija TLS sertifikat i svoju rutu unutar Traefik-a.
Tu je jos par servisa, a zavrsavam sa GitLab-om i Python aplikacijicom koju dokerizujem i pokrecem kroz CI/CD pipeline (aplikacija poredi listu zeljenih bekapa sa listom uradjenih bekapa i postuje notifikaciju na Zulip stream uz pomoc Zulip bot-a).
Nadam se da ce vam koristiti!
Pozdrav, Predrag
submitted by
predmijat to
CroIT [link] [comments]
2023.06.01 08:01 ArmyofSpies Cardano Rumor Rundown June 01, 2023
Hey Everyone!
Let’s go….
Newly Covered Today:
- Lace is now open source! https://twitter.com/IOHK_Charles/status/1663953642045714433
- Binance is back and apparently they don’t care if someone had that ticker first. https://twitter.com/pool_pm/status/1663809731603906560
- Summon is now allowing for multichain swaps of ADA & ERG. https://twitter.com/N8iveToEarth/status/1664038846563225600
- Charles did a Twitter Space with World Mobile. https://twitter.com/IOHK_Charles/status/1663984094252810283
- Here’s an easy infographic on CIP-1694 Voltaire governance from IOG. https://twitter.com/Hornan7/status/1664007623799185409
- Apparently, Cardano sushi is a thing! https://twitter.com/Allison_Fromm/status/1663841386074976257
- This kind of sums up the problems with central bank behavior over the last 20 years. https://twitter.com/JeffWenigestatus/1664012650781585409
Previously covered, but still interesting:
- IOG wants you to know about the advantages of native tokens on Cardano. https://twitter.com/InputOutputHK/status/1654077799697727488
- Cardano Movies! https://twitter.com/coc_space/status/1653862307439542275
- We really need to primary some members of the U.S. Congress. https://twitter.com/BradSherman/status/1653928972026093569
- Wow! Not surprised at what’s being said here back in November. Just surprised it’s being said publicly. https://twitter.com/balajis/status/1654239504574853120
- Here’s the longer video of that FDIC meeting for context. http://fdic.windrosemedia.com/index.php?category=Systemic+Resolution+Advisory+Committee
- Looks like Western Alliance is up next. https://twitter.com/WatcherGuru/status/1654133106037739522
- The weekly development update from IOG is out. https://twitter.com/InputOutputHK/status/1655248376194105347
- It’s not hard to make a meme coin on Cardano. https://twitter.com/nmkr_io/status/1654923697885532160
- Still a crazy amount of mark-to-market losses that haven’t been absorbed by the system. https://twitter.com/BillyM2k/status/1655207860572422144
- Warren Buffet gives a not too comforting answer to a question about the status of the dollar: “America…we’ve got everything going for us…but…you can’t print money indefinitely as debt.” https://twitter.com/GRDectestatus/1655203348033810439
- …and then everyone remembered what fee markets look like in busy times. https://twitter.com/CryptoStylesUSA/status/1654711146673479680
- …same for Bitcoin. https://twitter.com/MatthewPlomin/status/1655320093084057600
- Cardano hit 94% load. https://twitter.com/SebastienGllmt/status/1655624561789112321
- he MEV game is getting out of control over on Cardano’s biggest competitor chain. Convince me this shouldn’t just be called “theft” or “fraud”. https://twitter.com/0xNox_eth/status/1655615309695586306
- Cardano Native Assets are vastly superior to BRC20 and ERC20 tokens. https://twitter.com/TheOCcryptobro/status/1655673557710692352
- Rumor: SEC is going to make a move against Binance. Will the DOJ also? https://twitter.com/AP_Abacus/status/1655546961968103425
- At the end of Q3 of last year, 722 banks reported unrealized losses greater than 50% of capital. https://www.federalreserve.gov/supervisionreg/files/board-briefing-on-impact-of-rising-interest-rates-and-supervisory-approach-20230214.pdf
- Wyoming is inching closer to a state stablecoin. IOG’s significant presence there may turn out to be a huge advantage. https://cowboystatedaily.com/2023/05/09/wyoming-stable-token-a-multibillion-dollar-opportunity-as-officials-wrestle-with-how-to-make-it-happen/
- Paypal disclosed almost $1 billion in customer crypto in its latest 10-Q. https://blockworks.co/news/paypal-discloses-1b-crypto
- MiCA is shifting the balance of crypto investment to Europe. https://twitter.com/paddi_hansen/status/1655883224726241281
- Today (May 10) will be a joint hearing of the Agriculture and Financial Services Committees on Crypto. The CLO of Kraken will testify. https://financialservices.house.gov/
- This is a legit point about centralized L2s: the best ones are called Coinbase, Kraken, and Binance. https://twitter.com/el33th4xostatus/1655845787593502720
- There’s already a new version of Lace Wallet out. https://twitter.com/lace_io/status/1656347737355608066
- A nice thread on the many strengths of Cardano. https://twitter.com/TobiasIlskov/status/1656388178369212416
- Remember, lobster traps are a thing. https://twitter.com/TheCardanoTimes/status/1656064744225120257
- Today (May 11 at 1pm EST) there will be a Messari Cardano Analyst call with Charles & Frederik. https://twitter.com/StakeWithPride/status/1656272372452954112
- I think we all love it when they start making our case for us. https://twitter.com/WatcherGuru/status/1656379837823561730
- Ethereum is lamenting many of its poor design choices that Cardano already fixed. https://twitter.com/moo9000/status/1656215016016683008
- Drunkenmiller says this is the broadest asset bubble he’s ever even studied let alone seen firsthand and we’ve only had a few soft landings since 1950. https://twitter.com/Stephen_Geigestatus/1656416819312222219
- Live footage of meme coin investors accepting their ROI. https://twitter.com/KaylerSmithTV/status/1656130092966264834
- Here’s the Messari call from today with both Fred & Chaz. https://www.youtube.com/watch?v=ouUhWwF74MM
- People really seem to be enjoying the CF’s Blockchain Education Alpha Program. https://twitter.com/andreassosilo/status/1644263843743293451
- The US Chamber of Commerce brief in the Coinbase case is calling out the SEC for acting “unlawfully”. https://twitter.com/MetaLawMan/status/1656737447756038177
- About that whole self-custody thing we’ve discussed… https://twitter.com/BitcoinMagazine/status/1656706653801136132
- The SPO poll on K and minFee starts today (May 15)! You should redelegate if your stake pool doesn’t vote the way you would vote! https://cardanofoundation.org/en/news/entering-voltaire-poll-experiment-live-on-mainnet/
- There are also a series of forum topics for discussion of the various options in the Cardano.org forums. https://twitter.com/Lovecoach_nic/status/1657700010148896770
- Coinbase spotlights Empowa! May be the first time they’ve ever given such a spotlight to a Cardano project. Tides are turning. https://twitter.com/coinbase/status/1657081243518005254
- Wow. Leaked “Key Messages” document for the joint committee meeting in the US House last week. Best part: they basically complain about separation of powers in point three. https://twitter.com/EleanorTerrett/status/1656362002577772544
- Dr. Vanishree Rao on ZK-Rollups. https://twitter.com/InputOutputHK/status/1657778843854274560
- Here’s a new Decentralized Identity article from IOG. https://iohk.io/en/blog/posts/2023/05/11/atala-prism-pioneering-digital-identity-with-decentralized-solutions/
- There are reasons we’re in a hard capped cryptocurrency like Cardano. https://www.cnn.com/2023/05/15/business/argentina-interest-rates-inflation/index.html
- What is a dRep? This video is for you. There will be additional categories of default dReps that vote abstain or no confidence on every vote. https://twitter.com/InputOutputHK/status/1658034085401337857
- The US Dept. of Justice is officially saying they are targeting exchanges. Great. Great. https://www.ft.com/content/5aac457e-cc80-44ae-ac40-9b51d9b601a3
- Wow! Ledger just made what is possibly the greatest PR blunder in the history of crypto. Trezor will be poppin’ bottles tonight. https://twitter.com/Ledgestatus/1658458714771169282
- People are claiming that the hysteria is a misunderstanding of cryptography. But, that’s not what’s going on here if Ledger plus one of the other two shard custodians can reconstruct your private key without having to use your private key. https://twitter.com/nimuepool/status/1658517533836574720
- The Ledger Recover FAQ seems to support this understanding as it suggests you use a brand new device for recovery. https://support.ledger.com/hc/en-us/articles/9579368109597
- Wow. Unfortunate timing for this. https://twitter.com/Ledgestatus/1658095051375800321
- Ken Kodama will be doing a Japanese language interview on CardanoSpot on May 18. https://twitter.com/Emurgo_Ken/status/1658838077136162828
- The stake pool operator poll on network parameters of K and minPoolCost is live. See the results here. The re-delegation phase will begin on May 25th. https://adastat.net/polls/96861fe7da8d45ba5db95071ed3889ed1412929f33610636c072a4b5ab550211
- Cornucopias dropped some new in-game footage. As expected, Solace is beautiful. https://youtu.be/j5iwNsQVMDQ?t=1846
- Wow….the Ledger shards are encrypted with “a master key that is contained in all devices”. Wut? https://twitter.com/P3b7_/status/1658809445965606913
- Sadly, the Ledger CEO seemed to be denying exactly the above just a day ago. https://twitter.com/_pgauthiestatus/1658508082941403144
- Here’s why 340 ADA minPoolCost promotes multi-pools. https://twitter.com/ArmySpies/status/1659387255537176581
- Numbers are emerging on the benefits of K=1000 over K=500. https://twitter.com/StakeWithPride/status/1659398551917727744
- Here’s the latest on the Stake Pool Operator poll. https://adastat.net/polls/96861fe7da8d45ba5db95071ed3889ed1412929f33610636c072a4b5ab550211
- Rep. Tom Emmer is trying to help crypto by cutting crypto assets out of the definition of a “security”. He creates a new non-security asset category called “investment contract asset”. https://twitter.com/GOPMajorityWhip/status/1659291641281146886
- Prof. Wadler (co-inventor of Cardano’s Plutus) has been elected a Fellow of the Royal Society joining the likes of Einstein, Darwin, Hawking, and Isaac Newton. https://www.youtube.com/watch?v=PLOm-dWje-M
- Huge amount of voting for economic self-interest by multi-poolers in the SPO poll. Earlier today (May 21), 84.73% by stake of the vote for K=500, Min Cost 340 ₳ was multi-poolers. Only 15.6% of the vote for K=1000, Min Cost 170 ₳ was multi-poolers. https://adastat.net/polls/96861fe7da8d45ba5db95071ed3889ed1412929f33610636c072a4b5ab550211
- Large pools also voted heavily for economic self-interest with the K parameter. 70.02% by stake of the vote for K=500, Min Cost 170 ₳ was pools with delegation over 35 million. Only 30.57% of the vote for K=1000, Min Cost 170 ₳ was pools over 35 million. https://adastat.net/polls/96861fe7da8d45ba5db95071ed3889ed1412929f33610636c072a4b5ab550211
- Apparently Cardano has its own wiki now! Probably better given our previous treatment by the big wiki group. https://twitter.com/StakeWithPride/status/1660383700243329024
- Rep. Tom Emmer is getting some reactions on the bill he sponsored with Rep. Soto. https://twitter.com/GOPMajorityWhip/status/1660329932495486977
- You’re really gonna hold up a debt ceiling deal because you hate crypto so bad? https://twitter.com/gaborgurbacs/status/1660248530135515138
- Looks like a few big multi-poolers have voted in the poll since yesterday. Pretty easy to predict what they didn’t vote for. https://adastat.net/polls/96861fe7da8d45ba5db95071ed3889ed1412929f33610636c072a4b5ab550211
- Reports coming in that DCG has defaulted on the payment owed to Genesis. https://twitter.com/AP_Abacus/status/1660671386388504577
- Ledger Recover would allow governments to confiscate crypto assets by subpoena? Called “not a real concern in the end.” Really? https://twitter.com/TheBTCTherapist/status/1660677064700178436
- Frederik Gregaard on DeFi and regulation. https://twitter.com/F_Gregaard/status/1660655806709211137
- Don’t Forget, the May Cardano 360 will be on May 25th. https://twitter.com/InputOutputHK/status/1660621805017608194
- Here’s the daily check-in on the status of the SPO Poll. We have surpassed 590 pools voting (as of May 23). https://adastat.net/polls/96861fe7da8d45ba5db95071ed3889ed1412929f33610636c072a4b5ab550211
- The Securities and Futures Commission of Hong Kong has decided to get our hopes up with a proposed regulatory framework for crypto exchanges that could mean more trading for coins like Cardano. https://apps.sfc.hk/edistributionWeb/gateway/EN/news-and-announcements/news/doc?refNo=23PR53
- Here’s an IOG thread on the latest out of Atala Prism and Self-Sovereign Identity. https://twitter.com/InputOutputHK/status/1660904360925188097
- Here’s an IOG article on Cardano native tokens. https://twitter.com/InputOutputHK/status/1660975383997448193
- The difference in decentralization between Cardano and Bitcoin is still…laughable. https://twitter.com/StakeWithPride/status/1660979639907500033
- Ledger is finally caving (a little) to the backlash. It’s reported that they will focus on open sourcing parts of their code and only release the “Recover” firmware after that open sourcing is finished. https://twitter.com/NFTherdestatus/1661026174779420672
- Looks like the Hong Kong announcement yesterday might have been a hint of what’s coming. https://twitter.com/cz_binance/status/1661391542504902664
- The Cardano Layerverse is coming to life. https://twitter.com/TobiasIlskov/status/1660697833115385856
- Wow! Incredible! Thank you for voting in favor of decentralization, 1PCT! https://twitter.com/StakeWithPride/status/1661460222203002880
- Federal Reserve report debunks claim that crypto is not useful to people in the US. https://twitter.com/SebVentures/status/1661063483369177108
- The SPO phase of the poll is over. Nearly 800 pools voted. Now it’s your turn to see how your pool voted and re-delegate if you think they voted against decentralization and for their own pocketbook. https://adastat.net/polls/96861fe7da8d45ba5db95071ed3889ed1412929f33610636c072a4b5ab550211
- The May Cardano 360 is out! https://www.youtube.com/watch?v=7_bCa_xCoxA
- Charles dropped an update today. https://www.youtube.com/watch?v=KfL2U2hAGWw
- Sen. Cynthia Lummis declares her opposition to the 30% tax on bitcoin mining. https://twitter.com/SenLummis/status/1661803569341759495
- Lots of volume being transacted on Cardano recently! https://twitter.com/cwpaulm/status/1662929296329981952
- Recent subpoenas to the Python Package Index don’t bode well for those hoping to store seed phrases with third-party custodians. https://twitter.com/_jonasschnelli_/status/1662531840606093312
- Transaction volume is looking very interesting right now. https://messari.io/charts/cardano/txn-vol
- JPG Store has now launched Android and IOS apps. https://twitter.com/jpgstoreNFT/status/1663281982262919170
- It’s true. Cardano is straight killing it on the security leg of the trilemma.https://twitter.com/cardano_whale/status/1662987243655684096
- Just checked. Yep. The centralization in ETH is still staggering. https://twitter.com/StakeWithPride/status/1663222056870350848
- There’s a documentary about a 2022 Plutus hackathon in Argentina. https://twitter.com/LarsBrunjes/status/1663111319732535297
- Pavia is testing NFT gating. This could get very interesting. https://twitter.com/Pavia_io/status/1663153213988823040
- Marlowe is on mainnet! You can now code Cardano smart contracts in javascript or blockly via Marlowe! This is an amazing leap forward. https://twitter.com/marlowe_io/status/1663480828016435200
- Don’t forget! We are still in the re-delegation phase of the CF Poll. See how your stake pool voted! If they were voting for their pocketbook instead of decentralization, you should re-delegate! https://twitter.com/Cardano_CF/status/1663564854572244994
- Wow! Cardano projects are doing big things these days! https://twitter.com/CardanoCrocClub/status/1663468916843114498
- The CCP has dropped a white paper on how it will develop Web 3 including NFTs and the metaverse. https://twitter.com/milestones_nft/status/1663458500922712064
~Army of Spies
submitted by
ArmyofSpies to
cardano [link] [comments]
2023.06.01 03:04 trytbsmart The Relentless Pursuit of Accounting Experience: Tales of Spreadsheet Insanity
Hey fellow number enthusiasts! Get ready for a wild ride as we uncover the secret truth behind accounting's obsession with experience. Forget about money, because in our world, experience is the ultimate currency. Brace yourself for a journey of sleepless nights, never-ending deadlines, and a relentless pursuit of spreadsheet mastery!
Accountants aren't just ordinary beings; we're like ancient scribes, forever hungry for knowledge. We dive into balance sheets, haunted by the ghosts of depreciated assets and audit nightmares. Each month, we close the books, only to start the cycle again, addicted to the adrenaline rush it brings.
Why do we willingly surrender our lives to this pursuit? Because experience is our treasure. Money can come and go, but experience stays forever. After years of reconciling accounts and deciphering tax codes, we develop an eye for financial discrepancies. Our Excel skills become legendary, and we can pivot tables in our sleep. Who needs fancy cars when you can dazzle a room with amortization schedules?
But this quest isn't for the faint-hearted. It's a perilous journey of sleepless nights and ever-changing landscapes. We become nocturnal creatures, haunted by phantom errors and the constant fear of forgetting a number. The office becomes our second home, complete with a cot and a mini-fridge stocked with energy drinks.
And just when we think we've reached the peak, the landscape shifts. New tax laws, evolving regulations, and software updates keep us on our toes. It's a never-ending game of cat and mouse, where our sanity is the mouse and regulatory changes are the relentless cat.
So, my fellow accountants, let's embrace the madness. Let's revel in the pursuit of experience because it's the only thing that truly matters in our accounting journey. When someone questions your dedication, show them your battle scars, eraser shavings, and coffee-stained calculators. You are a warrior of numbers, forever chasing the shadow of experience.
TL;DR: Accountants are warriors in a relentless battle for experience. Money can't buy the priceless knowledge we accumulate. Embrace the madness, wear your calculator battle scars with pride, and stay strong, spreadsheet warriors!
Got to go manager is looking at my screen now!!!!!
submitted by
trytbsmart to
Accounting [link] [comments]
2023.06.01 02:20 COD_Mobile_Official Call of Duty: Mobile - May 31st Community Update
| https://preview.redd.it/ypyqs2xpma3b1.png?width=750&format=png&auto=webp&s=25fdba50be3a221e92b22140e81e349857836c53 Greetings Call of Duty: Mobile Community! Get ready to dive into the chaos because Season 5 – Get Wrecked! is live now. This season is full of anarchy and complete with new modes, content, and ways to play. In this launch Community Update we will be covering the new mode Search & Rescue, Tournaments updates, the Battle Pass, Seasonal Challenges, Bug fixes, and more! Now if you haven’t seen our official Season 5 – Get Wrecked! launch trailer let's watch it now - https://reddit.com/link/13x2yhb/video/3250t3t5na3b1/player https://preview.redd.it/668mt4s7na3b1.png?width=750&format=png&auto=webp&s=ee3a59d91eb48e88a9d9690dd89e4fbefd087c82 As always, let’s start with a quick look at all the newest events launching throughout the next week: - Every Weekend (Friday – Sunday) ~ Tournament Mode
- 5/30 – 6/05 ~ Shipment 1944
- 5/30 – 6/05 ~ Favela
- 6/01 – 6/08 ~ Detonation Dilemma (Featured event)
- 6/01 – 7/05 ~ Credit Store Update
- 6/01 – 6/07 ~ BR Sniper Isolated
- 6/01 – 7/05 ~ Blind Date (Seasonal challenge)
- 6/02 – 6/04 ~ 10v10 Collection
- 6/03 – 6/16 ~ Liquid Light Draw
- 6/06 – 6/12 ~ Attack of the Night
- 6/06 – 6/12 ~ Night Life (Featured event)
- 6/06 – 6/08 ~ Snipers Only
*All Dates UTC In addition to all of the modes and events listed above, this season has a ton of new content coming like new operators and blueprints. You can see some of the new content that is coming now and later in the Season in our Roadmap below – https://preview.redd.it/rjddqgpcna3b1.png?width=958&format=png&auto=webp&s=f0f5f9b27851f04eea6ac544c9604da28d397e11 Battle Pass The Season 5: Get Wrecked! Battle Pass is now live! This new pass features the Epic operators: Rampage, Synaptic, Sims, and Roze. The weapons in the pass include the Switchblade X9, AK117, ZRG 20mm, Shorty, and the new weapon the FFAR 1. Also in the Battle Pass is the new MP scorestreak the Guardian, as well as a variety of other items and blueprints. Below you’ll find highlights of both the free and paid versions of the Battle Pass, as well as our Battle Pass trailer so you can see the operators and weapons in action! Free Battle Pass - Echo Greande – Breakaway (tier 1)
- Parachute – Breakaway (tier 4)
- Sticker – Control the Masses (tier 8)
- New MP Scorestreak – The Guardian (tier 14)
- Calling Card – Ground Assault (tier 16)
- Shovel – Breakaway (tier 18)
- New Weapon – FFAR 1 (tier 21)
- ATV – Breakaway (tier 26)
- LK24 – Broken Hearts (tier 28)
- QXR – Broken Hearts (tier 31)
- Charm – Noble Sacrifice (tier 34)
- Hacker – Breakaway (tier 36)
- EM2 – Broken Hearts (tier 38)
- Flashbang Grenade – Breakaway (tier 41)
- Backpack – Breakaway (Tier 46)
- Hades – Broken Hearts (tier 50)
https://reddit.com/link/13x2yhb/video/16c0ikruna3b1/player Premium Pass - Synaptic – Neutralizer (tier 1)
- Shorty – Patched (tier 1)
- KRM-262 – Your Friends (tier 1)
- Calling Card – Burn! (tier 1)
- Backpack – Misconduct (tier 5)
- Rampage – Showdown (tier 10)
- ZRG 20mm – Holy Roman (tier 12)
- Charm – Winner’s Wink (tier 15)
- Echo – Your Friends (tier 19)
- Emote – Take It Back (tier 20)
- Switchblade X9 – Treachery (tier 30)
- Sims – Regulator (tier 35)
- Backpack – Your Friends (tier 39)
- AK117– Corporate Issue (tier 40)
- Cryo Bomb – Your Friends (tier 44)
- FFAR 1 – Burnt a Cinder (tier 50)
- Roze – Smokey Skies (tier 50)
On top of everything else in the pass, there is also a Battle Pass Bundle which comes with the following five epic items and a BP tier earn-rate boost: ~ Parachute – Burgundy Leather~ Prizefighters – Burgundy Leather~ Avatar – Rough Kickers~ Frame – Burgundy Leather~ Calling Card – Furious Explosion And on top, of that, we have our Ground Forces Subscription! Join Ground Forces and unlock the following – - Premium Battle Pass
- Hunter – Infantry (Epic)
- MAC 10 – Mollusk Majesty (Epic)
- Backpack – Mollusk Majesty (Epic)
- 50% off 10x Crate Pulls 3 times per month
- + 10% Player XP
- + 10% Weapon XP
Battle Pass Vault In addition to our Battle Pass offer, we have our usual Battle Pass from the past in our Battle Pass Vault. This season in the Battle Pass Vault is the 2021 Battle Pass from Season 5: In Deep Water. This means if you happened to miss the In Deep Water Battle Pass the first time now is your chance! The Battle Pass Vault In Deep Water will include – - Otter – Backstroke (Epic)
- BK57 – Counter Stealth Unit (Epic)
- QXR – Close Catch (Epic)
- Merrick (Epic)
- Roze – Foreshadow (Epic)
- DR-H – Rebreather (Epic)
- PP19 Bizon – Devilfish (Epic)
- Rorke – Man Hunter (Epic)
- CR-56 AMAX – Torpedo (Epic)
- and more!
If you want to check out some of these items and action, throw it back with our Season 5 – In Deep Water Battle Pass Trailer – https://reddit.com/link/13x2yhb/video/zue26s7epa3b1/player Search & Rescue Search & Rescue is the newest mode coming to Call of Duty: Mobile in Season 5 – Get Wrecked! This mode was seen in both Call of Duty: Ghosts and Call of Duty: Advanced Warfare and is a combination of Search & Destroy and Kill Confirmed, with some additional elements added. In Search & Rescue, players will be split into two teams of 5 with one team attacking and starting with the bomb to deploy, and then one team defending and looking to defuse the bomb if it does get deployed. A round is won if the bomb is either diffused or explodes or if all the players on a team are eliminated. However, when a player from either team gets eliminated, they will drop dog tags that can be picked up by either their teammates or enemies. If a teammate picks up your dog tags, they will be able to revive you and get you back into the action - revived players will then appear back at their spawn point. If an enemy picks up your dog tags you will remain eliminated until the next round. Players will only drop dog tags the first time they are eliminated per round. This mode will be available all season long so be sure and hop in and get those clutch diffuses, aces, and more while you can! https://preview.redd.it/uq7vbu6pqa3b1.jpg?width=1920&format=pjpg&auto=webp&s=c413345e08b2be7799e4f68080e2fcded30fa104 Tournaments Updates Season 5 – Get Wrecked! brings a few improvements to our Tournaments mode. If you aren’t familiar, Tournaments is a weekend-only mode where players can play the active Tournaments game modes to earn rewards! In previous seasons of Tournaments, only one game mode was active per weekend for Tournaments, but now there will be two modes active for each weekend – one for Battle Royale and one for Multiplayer. The schedule of the active game modes for Tournaments for the season can be found below - - Weekend 1 (6/02 - 6/04)
- Battle Royale mode – Alcatraz
- Multiplayer mode – Ground War
- Weekend 2 (6/09 - 6/11)
- Battle Royale mode – Alcatraz
- Multiplayer mode – Big Head Blizzard
- Weekend 3 (6/16 - 6/18)
- Battle Royale mode – Alcatraz
- Multiplayer mode – 10v10 Kill Confirmed
- Weekend 4 (6/23 - 6/25)
- Battle Royale mode – Alcatraz
- Multiplayer mode – Sticks & Stones
- Weekend 5 (6/30 - 7/02)
- Battle Royale mode – Alcatraz
- Multiplayer mode – Ground War
There have also been updates to the content player can get from Tournaments. Players can now use the 1CP coupons on Mythic card crates. Players can also now earn Tournament camos on melee weapons! To gain access to melee camos players will need to first collect a specific number of Tournament camos of primary weapons. Seasonal Challenges Blind Date Launching along with the new season is the first seasonal challenge of Season 5 – Get Wrecked! - Blind Date. This Seasonal Challenge will have players using the RUS-79U in various situations to complete tasks. This Seasonal Challenge will also be how players earn the new signature attachment for the RUS-79U – the Tactical Flashlight. Completing all of the tasks in this challenge will earn you 17,000 BP XP as well as the following - - Death Angel Alice – Laughtrack (shard)
- MSMC - Opposition
- Signature Attachment – Tactical Flashlight
- Silver Crate Coupon
Bugs Timeout – fixed. A fix went out for this bug earlier this week, which should have resolved this issue for all players. If you have the most recent update and are still experiencing this issue please comment below. Missing Event Tab – fixed. Similar to the timeout bug a fix went live for this earlier this week that should have resolved this issue for all players. Please let us know in the comments below if you are still experiencing this bug and have the latest update. Ranked Matchmaking – adjusted. The Ranked Matchmaking has been adjusted, specifically for higher ranking players where they should be able to find matches with less of a wait time. Missing Champs Button – fixed. The Champs button was briefly missing in-game. This should be resolved now. Battle Pass Vault Timer - investigating. Players are reporting seeing a 90-day timer on Battle Pass Vaults in their *purchased* section of the Battle Pass Vault. This timer should only appear for Battle Pass Vaults not in the purchased section. This graphical error should be fixed in the next major update (Season 6) Support Options This a brand new season with a ton of new content so please report any issues you may be seeing in-game. As always, we appreciate all of you who take the time to report these bugs in our Community spaces. Our teams are regularly monitoring those, so thank you to anyone who reports any issue (big or small) and helps make the game better for everyone. Lastly, outside of community channels, which are not great options for individual bugs just affecting you, our two main two official support options are below: - In-game support chat
- Player Support Website: Contact Us
That’s all for this Community Update! Below we have attached our seasonal patch notes full of all of the updated content, bug fixes, and weapon balances. We hope you enjoy the new season and see you all in the next update! - The Call of Duty: Mobile Team -----Multiplayer----- Map Update Armada Strike Armada Strike is coming! Soldiers will engage in intense battles on this ship with clear routes and multiple floors waiting for you to explore and engage the enemy in! Mode Update [NEW MODE] Search & Rescue Revive your teammates and fight together to defend or destroy the objectives in Search & Rescue! [NEW SPECIAL PLAYLIST] Limitless Potential Struggling to earn Scorestreaks in Shipment? Struggling with long-range headshots? Struggle no more with the new mode Limitless Potential -A limited-time mode that adjusts core rules, bringing you a unique gaming experience! Stay tuned for the release of more game modes! [OPTIMIZED] Big Head Blizzard Adjusted movement speed of Blizzard Beast. Adjusted maximum speed reduction of Blizzard Beast. Adjusted the melee damage of Blizzard Beast. Reduced the damage of RPD in Big Head Blizzard. [OPTIMIZED] Ground War Optimized deployment interface. Soldiers can now respawn with vehicles in the deployment interface. More vehicles are now available in Ground War, including Shrike AAV and Kriegshammer. Ranked Match Optimized the calculation logic of new rankings when series resets. Scorestreaks/Operator Skill Guardian A deployable device that projects a cone of microwave radiation that slows enemies and deals a small amount of damage. -----Battle Royale----- Gameplay Update Knight's Covenant T-3 Containers were scattered around the battleground. Soldiers can help Templar collect and convert them to obtain supplies in Battle Royale. Conversion efficiency is at its highest when stopping the pointer at the center. The higher conversion efficiency, the better supplies you will obtain. New Throwable - Trophy System A deployable autonomous defense system that destroys incoming explosives. Other Updates Ground War: Skirmish Reduced the overheat speed of chain gun on the Combat Helicopter when firing. BR Training Ground Some BR Classes are available in BR Training Ground. Practice and hone your skills! Other Properly reduced the drop rate of the Kinetic Armor Overcharger and the Backpack Lv.3 according to the research data and players' feedback. Weapon Rotation: Assault Rifle: AK-47, M4, LK24, KN-44, CR-56 AMAX, M13, Kilo 141, Krig 6, EM2, FFAR 1 Sniper Rifle: XPR-50, Arctic .50, DL Q33 LMG: S36, RPD SMG: RUS-79U, Cordite, QQ9, PP19 Bizon, MAC-10, KSP 45, LAPA, OTs 9 Shotgun: BY15, HS0405, KRM-262 Marksman: Kilo Bolt-Action, SKS -----Weapon----- New Weapon New Assault Rifle - FFAR 1 High fire-rate assault rifle with excellent mobility and powerful damage in medium to close range, but at the cost of high sprint-to-fire delay. New Signature Attachment RUS-79U - Tactical Flashlight A Tactical Flashlight can be used for a limited time, and it can significantly disrupt the sight of a direct target before the battery runs out. Weapon Optimization Added a slight deflection effect to weapons when firing according to the current recoil direction. Weapon Performance Optimization: LK24, HBRa3, HVK-30, Arctic .50, PDW-57, Razorback, MSMC, HG 40, Pharo, Cordite 3P Animation Optimization: FHJ-18, KRM-262 Fixed a bug that has been in the game for awhile. The bug has caused the weapon with high lateral recoil to trigger abnormal reverse lateral recoil while turning the view during firing. -----Other Update----- Tournament Update - Each week, an MP mode and a BR mode will be available in Tournament, and progress towards milestones are shared between the two. Soldiers can choose their preferred mode to participate in.
- Added a new way to obtain camos of the melee weapon - unlock by acquiring camos of a certain gun type armory.
- Previous seasonal camos are going to be rotated from this season, S1 camo "Red Sprite" and the shards of the MVP emote will be not available in S7; Rewards in previous seasons will also be released via other engagement events. Stay tuned.
Level limitation was adjusted to 300, and Epic rewards of Dark Fiber and Cosmos series are joining the rewards pool. -----Balance Adjustment----- Balance Adjustment MP&BR The ADS flashes will no longer be bonded with any gun types. Different flashing effects will be triggered when a weapon is equipped with any optics above 4X (including default optics of Sniper Rifle). HBRa3 Range: Increased BK57 Range: Adjust Damage: Increased FR .556 Damage: Increased Range: Adjusted Maddox Basic range: Increased Echo Fire Mod Recoil debuff: Reduced M4 Damage: Increased ADS speed: Increased Kilo 141 Chest damage multiplier: Increased AK117 Damage: Increased Range: Increased M4LMG Head damage multiplier: Increased Chest damage multiplier: Increased ADS bullet spread: Reduced Hades Movement speed: Increased ADS speed: Increased PKM Vertical recoil amplitude: Reduced Range: Adjusted Damage: Increased Pharo Range: Increased Chicom Range: Increased MP Striker ADS bullet spread: Reduced (MP Only) Echo ADS bullet spread: Reduced (MP Only) MP Operator Skill/Tactics Bull Charge Duration: Reduced Shadow Blade Added reduction of damage-taken when Equalizer activated C4 Lethality scale: Reduced Motolov Cocktail Duration: Reduced Stim Shot Speed buff: Slightly reduced Perk Unit Support Recharge bonus: Increased BR M4 Accuracy of aim assist: Slightly reduced AK-47 ADS bullet spread: Increased Echo ADS bullet spread: Increased HS0405 ADS bullet spread: Increased BR Class Cannot select the same Class as your teammate's when respawned. Rewind Rewind time: Reduced 8s→6s Ravage Launcher Missile speed: Reduced 50→38 Ravager Launcher HP: Reduced Shock Wave Damage: Reduced 60/80 → 50/60 Reduced available charging amounts to 1 before upgrading. Charging speed: Reduced Spotter Available to recharge twice Air strike radius: Increased 5→8m Cluster amount: Increased 4/6→6/9 Defender Available to use twice after upgrading Cannot deploy two Transform Shield at the same time submitted by COD_Mobile_Official to CallOfDutyMobile [link] [comments] |
2023.06.01 01:28 ag5airplane (SELLING) 4K The Predator, Thor Love & Thunder, Catwoman Hunted, many HD's
All movies $3 unless noted otherwise. Payments via Venmo, or Paypal family and friends.
All HD except for some 4K at the top.
4K (MA unless noted)
The Predator $4
HD Complete Series & Seasons
Little House on the Prairie season 2 (Vudu) $4.50
MA (HD)
Avengers Infinity War Bourne Identity $3.50 Deadpool 2 (includes Super Duper Cut) Dr. Seuss' The Lorax Getaway (Ethan Hawke 2013) $2.50 Hail, Caesar! $3 Iron Man 3 Jumanji Welcome to the Jungle Kingsman The Golden Circle The New Mutants The Peanuts Movie Philadelphia (code only for use in region B) $2.50 The Revenant Riddick Director's Sherlock Holmes Game of Shadows Ted (unrated) Thor Ragnarok X-Men Apocalypse
Vudu / iTunes (HD)
A Quiet Place (Vudu / iTunes) A Cabin in the Woods (Vudu / iTunes) All is Lost (Vudu) $4 Clueless (Vudu / iTunes) $4 Dredd (iTunes) Escape From Planet Earth (animated) (Vudu) The Hunger Games Mockingjay part 2 (Vudu or iTunes) Knives Out (code ONLY valid to redeem in the UK) Sin City A Dame to Kill For (Vudu) $3.50 Spongebob the Movie, Sponge Out of Water (split code - Vudu only) Star Trek Beyond (split code - Vudu or iTunes) $2.50 Twilight Breaking Dawn P.2 (split code - Vudu or iTunes) $1.50
Other (HD)
ULTRAMAN (from cards from USA blu-ray sets - USES Spree website): 01 $4 Ultra Q 01 $4 unknown Spree code, probably an Ultraman series, unused $3
submitted by
ag5airplane to
DigitalCodeSELL [link] [comments]
2023.05.31 21:31 corn_29 Anyone ever participate in a source code leak exercise?
Hello:
Wondering if anyone here has participated in a source code leak exercise? I'm not looking for anyone to do my work for me but I'm curious about the experience... my company has done TTXes before but not with something like IP -- just the standard fare of exercising the BC/DR plan.
Would be interested in hearing any success stories, pitfalls, lessons learned, "if I had to do it all over again"... etc.
Thanks!
submitted by
corn_29 to
cybersecurity [link] [comments]
2023.05.31 21:13 DracoSentien The fight of the Royal Draco Sentien overlords against Psychiatry and the Catholic church :
The struggle of the Royal Draco Sentien vampire overlords against Psychiatrists and Catholic priests.
I am not fully human a part of my genome descends from the Anunnaki which devolves back to the Royal Scythian houses roughly 80 generations ago. I am member of the ancient Elven, Dragon race. Ancient Dragons used to dwell in the forests of France and Britain and we practiced a form of Royal Communism as part of our Grail code. In the earlier days of the Anunnaki it was possible to freely practice the Grail Code via an empathetic consciousness which was particularly strong enough for the foundation of the Grail Code within the family of the Gods. The peoples' selfish , individualistic motivations stood in direct opposition to the Grail Code of Royal Communism and community service. The motivation of Elves was driven by our transcendent consciousness , which can only operate in an environment of truth and empathy. If one desires only truth and empathy and gives instinctively for the common good, one becomes a target for deceivers and opportunists.
A reversal has taken place in the Western world where the warrior class has usurped or replaced kings as leaders of the people. In times of trouble they leveraged their position to take over.
Having a taste of power, greedy and treacherous warrior captains decided they would either go it a lone or take over by force of arms. They opened up the door for an even more stupid class of people to poison their way to the top. Who were they exactly ? That is right the settled warehouse tinkers -- the scumbag cheating peasants with no money . They were the ancestors of the middle and upper classes today.
You might think that because someone has an aristocratic title e.g. Duke or Earl or Lord that they are the genuine aristocracy. However you would be dead wrong since they inherited these titles because their ancestors were merchants or traders who had enough money to buy them from Christian kings who were also elevated peasants circa the time that the Merovingian Dragon kings were deposed of. And you wonder why the earth is in such a state ?
When society is run by tinker peasants, as it is right now, the tinker mentality leads to every single thing as having some kind of price tag on it. In the world run by tinkers everything has to become a “marketable commodity” and its importance becomes linked to superficial “marketing potential”. We have been so accustomed to such values and buzz words that we are blind to the dangers and inherent immorality behind them. We now have a situation where “Doctors” can diagnose people with middle class tinker euphemisms , such as ‘mentally ill” or “schizophrenic” with a bible that is a modern day pseudo-scientific Malleus Maleficarum. Also, where people calling themselves “doctors” can visit indigenous peoples, take dna samples from them by drawing blood and then patenting their genes.
Faced with the violence and hostility of a group of myopic animals hell bent on pursuing their own selfish interests and unable to see the larger picture the pure Elves had no chance of survival , whatever other states of affairs might have transpired. This is how the mayors of the Palace took over and deposed of the Elven/Dragon Royal Merovingians. They exploited the innate trust and complacency etc.. of the Merovingian Kings.
Dragon culture was scientific and we can perform magic inter alia so we attracted the hostility of the Catholic church. The Catholic Church forged a Document known as the donation of Constatine which replaced the Merovingians with the Carolingian dynasty (if I remember correctly) then the Catholic church waged a thousand year Elven holocaust chasing the French Dragons and Pendragons deep into the forests of France and Britain. For over a thousand years the Church initiated a consistent policy of genocide that is still unrivaled in human history in terms of relentless violence and hatred.
This genocide continues under psychiatry but Draco Sentiens are by no means their only target because Dragons were once part of a genetically clear sighted Elder race that looked over and protected the peasants from such abuses as we see in current day psychiatry.
so one day I was a happy Pendragon frolicking in my native habitat of Cornwall/Devonshire. Then a black cloud appeared on the horizon and three banshees or banhees descended upon me. Who were the banshees or banhees? The three horseman of the Pendragon apocalypse : the tyrannical sadomasochistic automaton genetic turnip peasants Emil Kraepelin, Freud, and Wilhelm Wundt. Freud came with his pet frog Charcot and they all stood behind the fascist kraut Kraepelin who uttered that I had the pseudo-scientific nonsensical diffuse label of schizophrenia. His German arrogance blinded him from the fact that genetic turnip peasants are not qualified to pontificate on a Draco Sentien's (Pendragon's) state of mind since I enter transcendental perception via the unity of the godhead through an elaborate royal rite with my red headed virgin grail maidens called the Derkesthai vision (perception). The peasants proceeded to poison their way to the top so I could not guide humanity via my superior Derkesthai perception. Now all of humanity is suffering as a result but ironically the peasants are hardest hit by this tragedy of epic proportions.
Transcendental Derkesthai perception :
After a consensual royal rite ritual with my red headed virgin grail maidens, where I consume their blood, the right chemicals go into my brain receptor sites so I achieve transcendental perception.On the this Dragon "path" one is imbued hereditarily with Dragon capabilities in varying measures. As one progresses along the path these capabilities wax and wane according to necessity. The Derkesthai is the main process, in which information is "channeled" through the conduit of the Dragon archetype; specifically the heightened the racial consciousness of those of the Dragon blood. Through this process I pick up naturally, all sorts of information relating to varied aspects of the Dragon tradition in its many manifestations and branches. This is all backed up academically through the work of Pierre Proudhon, Dr. David Barker; George Woodcock; Lysander Spooner; Professor Miranda Green; ; Professors Pierpaoli and Regelson; David Anderson; The Oxford English Dictionary and last but not least Mr. C. Murray Hall M.A. ( Sussex University).
The apprehension of the Noumenal realm through the Derkesthai process :
The great philosopher Immanuel Kant demonstrated that the world homo-sapiens experience is not the real world. That world does not embody homo-sapiens’ concepts of time, space and causality. Homo-sapiens perceive things through a three-dimensional scaffolding, in a tense of past-present-future, and within a framework of casual connections. As a philosopher from that time period could not have known, that 20th century physics has confirmed, these constructs are not even a component of the world that homo-sapiens can measure with special instruments and maths. Isaac Newton’s concepts of time and space do not apply to the macro world of special and general relativity or to the micro world of quantum mechanics. The real world different from what homo-sapiens measure and experience. Kant concluded that the deepest level of reality is inaccessible to the thoughts of homo-sapiens and their so-called knowledge. The ultimate reality is in the perceived world of the Noumenal realm. Only Draco Sentiens are able to percieve this reality through the Derkesthai process.
Whence Homo-Sapiens ? :
From the Oxford English dictionary we see that the prefix homo has two meanings. There is the Latin meaning (from whence comes man ) and the Greek meaning as in homo-genous, which means "the same", "common", "average", "mediocre". The word Sapiens is itself derived from a latin word i.e. "sapienta" meaning understanding. However it was also used in the Middle English period -- explicitly in the sense of artful, deceitful, contrived or would-be (wannabe) wisdom; meaning ex concessis dialectcal sophistry or low cunning and hypocrisy. We derive the term 'sap' from from sapienta, which has been used throughout the English speaking world to taunt idiots and fools.
Therefore, jocularly , in contemporary currency the phrase homo-sapiens defines a common sansculotte-esque undistinguished homonid species. You homo-sapiens think the same self-deluding thoughts, relating to each other through a veil of deception, within a limited field of conscious (non-derkesthai non-transcendental) reponses and conditioned reflexes like sheep.
Don't confuse me for a homo-sapien as I am a Royal Draco Sentien vampire supported by Sarkeny rend and the illuminati.
Now being a Draco Sentien I have a different number of the correct axon membranes in the right type of synaptic receptors and an increased number of dendrites connecting the appropriate brain cells across both hemispheres. In layman’s terms Dragon princesses have round pegs and Dragon Kings have lots of round holes, in stark contrast to non-dragons, who seem to have different shape pegs and holes , and less of either. The Church and modern day psychiatry do not respect this neurodiversity and they hate the fact that they can't use “Dragon magic” so they attempted to destroy it so no one else can use it either. They hope to level the playing field so the stupidity of their own political ruling clients won’t be noticed in comparison to the hopefully exterminated and unobservable wisdom of the true Pendragon kings.
If one thinks they have the right to be acknowledged as a fellow “Draconian” of the ancient Elven, Dragon race then you are welcome to submit a geneology that devolves back to the royal Scythian and Mitanni houses at least 80 generations ago to the Imperial Royal Dragon court and Order or Sarkany Rend.
submitted by
DracoSentien to
Antipsychiatry [link] [comments]
2023.05.31 18:23 k819799amvrhtcom Self-Imposed Videogame Challenge: Trans Ally Edition!
TL;DR (spoilers): You, and anyone who wants to try the challenge with you if it's a multiplayer game, are a trans ally, and your job is to collect $25,000 or the equivalent thereof in in-game money (rounded up to the next smallest divisible part) for your transgender friend's transition in less than 31 in-game years. Everything is allowed. You do not have to finish the game. Want a new and interesting way to play your favorite videogame? I got one with a transgender theme that is interesting, challenging, easy to implement, and compatible with almost any videogame, so it's
a Mario challenge,
a Pokémon challenge,
a Minecraft challenge, and so on and so forth, all at the same time!
The Plot
You, and anyone who wants to try the challenge with you if it's a multiplayer game, are a trans ally, and your job is to collect money to pay for your transgender friend's transition. You win by acquiring enough in-game money. You are allowed to consult the internet, use passwords from the internet,
commit in-game crimes, purchase microtransactions,
abuse glitches, use cheat codes, and even hack the game to reach your goal, but is it really worth the effort? You are kinda expected to use the easiest way to win the challenge that you know of.
The Rules
Rule #1: You have to get the money you need for a transition. In order to make the challenge less boring for you, I did the research for you and came to the result of
$25,000. However, this value might change if you try out this challenge in the far future, meaning that this challenge technically changes depending on when you attempt it. The value is expected to rise even further with inflation, or perhaps it might be reduced with the invention of more efficient surgery techniques. If the USA ever starts getting the universal healthcare system or a societal breakdown makes these surgeries impossible, this challenge will refer to the cost of the legal name & gender change, instead. And if that also ever becomes free then just choose a different country where it isn't free yet. But this is not going to change anytime soon (When do you think this challenge will become obsolete?) so, for now, you just have to remember to collect $25,000 in in-game money. This applies to every game that uses $ for in-game money. If the game uses £ or ¥ or € or any other real-world value, you'll have to convert it.
Here's an online tool for converting currencies, which also supports various cryptocurrencies and custom rate dates. If the maximum amount of in-game money you can hold at once is less then the challenge is simply impossible.
This only applies to non-videogame currencies. Rule #2: If the in-game currency is fictional then you'll have to convert it (rounded up to the next smallest divisible part). It's easy if you can buy in-game money
with real money, even if that feature doesn't work because of a glitch or something. Otherwise, you'll have to do some research. If you can't find any direct information on the internet, I would suggest starting
here to get a basic idea on how to calculate that. If there are multiple in-game currencies you are allowed to split the price of the transition among them in any way you want, provided you know the value of all of them. If there is no in-game currency then you are allowed to
use points instead. If the game doesn't have points either then you can try to invent a
substitute currency but it has to be something that would actually work as a substitute currency in the world you're in. If that's not possible either then the only way for you to win this challenge is to raise real money by doing a let's play of the game. But then you'll have to actually pay for a real trans person's transition (yourself included) or donate the money to transgender-related causes to actually win the challenge.
Here's a website that lets you donate for transgender causes. If
the amount of in-game money you can hold at once is less or you were unable to find out how much you need then you are also allowed to simply collect the maximum possible amount instead because
games will never ask you for more money than you can hold for a single product, meaning that this would have to be the in-game prize of a transition, as transitions are always for only a single person.
This only applies to videogame currencies. Rule #3: You do not need to finish the game. All you need to do to win this challenge is to get the money somehow. Please keep in mind that the exchange rate isn't constant. The exact amount you need to win the challenge has to be enough in the moment when you have the amount. You automatically win the challenge the moment this is the case.
Rule #4: You need to get the money in less than 31 in-game years. This number was calculated by subtracting the age at which children begin to have an innate sense of their own gender (4 years) from the average lifespan of a trans person (35 years). If the game has time-travelling elements, you are allowed to use those to extend the time limit. However, it only counts if this actually involves time itself and not just the timer. The same also goes the other way around:
Travelling into the future or even
moving in relativistic speeds will decrease the time limit. If the time limit runs out, I hope you have a way to return back to the past later!
Rule #5: If you can choose between multiple difficulty settings, you are allowed to choose the easiest one. In fact, you are expected to.
Trans people are already on hard mode and the idea of being an ally is to specifically use the possibilities given to you to help those with fewer possibilities than you. If you have the option to select an easier difficulty setting which would make it easier for you to win this challenge, use it. Even if you're already used to playing on a higher difficulty mode. Not doing so would be considered bad strategy on your part. You are allowed to choose a higher difficulty setting, but please only do so if this actually gives you some advantages, like more rewards, more levels, or faster gameplay. This challenge gives you no bonus points for selecting a higher difficulty setting.
Rule #6: Emulation, and all tricks that come with it, are explicitly allowed. Doing so might be against the law but it is explicitly
not against the rules of this challenge. The reason for this is because being transgender has been illegal for a long time and still is in many states, forcing many people to break the law in order to live their lives.
The police have historically targeted trans and gender non-conforming folks. Stonewall was a riot against police brutality. I am not advocating for doing anything illegal. I am, however, saying that you should never use the law to argue for the morality of anything trans-related, as doing so would be disrespectful towards a huge part of transgender history. Therefore, this rule will remain in effect even if being transgender ever becomes legal worldwide.
In order to make the challenge
even less boring for you, I have started researching loads of fictional currencies and how much money you would have to collect there for this challenge so you don't have to.
A Song of Ice and Fire - 19 Gold Dragons and 1 Copper Star or 39 Hands
Albion Online - 4,752,500 Gold
Among Us - 250,000 Stars
Animal Crossing - 2,625,000 Bells
Animal Jam - 69,833 Diamonds
Animal Jam - 2,688,173 Sapphires
Apex Legends - 2,500,000 Apex Coins
Arcaea - 2,550,000 Memories
Archage Unchained - 125,000,000 Coins
Arknights - 30,000 Originium
Ashes of Creation - 3,376,000 Embers
Astroneer - 2,500,000 QBits
Avatar - 166,666.67 Yuan
Azur Lane - 1,531,440 Gems
Baldi's Basics in Education and Learning - 2,500,000 You Thought Points
Banjo-Kazooie - 900 Musical Notes
BattleTech - 2,500 C-Bills
Be Funny Now! - 2,625,000 Gems
Bioshock Infinite - 715 Silver Eagles
Bloons Monkey City - 1,250,000 Bloonstones
Bloons TD Battles - 625,000 Medallions
Bloons TD Battles 2 - 13,000,000 Monkey Money
Bloons Tower Defense 5 - 19,318,182 Monkey Money
Bloons Tower Defense 5 - 150,000 Tokens
Bloons Tower Defense 6 - 17,500,000 Monkey Money
Boomlings - 93,750,000 Gold
Brawl Stars - 425,000 Gems
Call of Duty - 2,500,000 Points
Candy Crush Saga - 250,000 Gold Bars
Change - finish the game
Chronicles of Riddick - 150,000 UD
Clash of Clans - 2,500,000 Gems
Clash Royale - 2,500,000 Gems
Cookie Clicker - 300,000 Cookies
Cookie Run Kingdom - 2,500,000 Crystals
Cowboy Bebop - 13,461,539 Woolongs
Cyberpunk - 11,208,707,759 Eurodollars
Dead by Daylight - 2,500,000 Auric Cells
Demolition Man - 25 Credits
DemonCrawl - 3,125,000 Tokens
Destiny 2 - 2,500,000 Silver
Disco Zoo - 375,000 DiscoBux
Discworld - 150.00 Ankh-Morpork Dollar or 40,000 Crowns
Disney Ducks Comic Universe Volcano Valley - 2,500,000,000 Volcanovian Pezozies
Donald Duck - 1,250 Bajillion Pecos
Diablo Immortal - 1,800,180 Eternal Orbs
Disney Emoji Blitz - 219,298,000 Coins or 1,315,780 Gems
Doctor Who - 784,094 Credits
Donkey Kong - 999 Banana Coins
Down and Out in the Magic Kingdom - 83,334 Whuffie
Dragon Mania Legends - 28,470,070,000 Gold or 950,060 Gems
Dragonball Z - 50,000 Zeni
DragonVale - 500 Trunks, 1 Bag, and 1 Pile
Dune - 15,254 Solari
Dungeons and Dragons - 198 Platinum Pieces, 4 Gold Pieces, 1 Silver Piece, and 3 Copper Pieces
Dys4ia - finish the game
Egg Inc. - 17,000,000 Golden Eggs
Elite Dangerous - 31,250,000 ARX
Exoracer - 400,000 Diamonds
Fallen London - 140,000 Fate
Fallout - 1,605 Bottle Caps
Fate/Grand Order - 42,709 Saint Quartz
Felix the Cat - 12,500,000,000,000 Bakshee
Final Fantasy VII - 1,366,121 Gil
Fishing Planet - 194,159,000 Credits or 1,941,590 Baitcoins
Fortnite - 3,125,000 V-Bucks
Gaia Online - 2,500,000 Gaia Cash or 125,000,000,000,000 Gold or 12,500,000 Platinum or 125,000 Flynn's Booties
Game of Thrones - 25 Gold Dragons
Genshin Impact - 1,500,000 Genesis Crystals
Going Under - 10,000,000,000 Styxcoin
Gorilla Tag - 5,000,000 Shiny Rocks
Growtopia - 875,000,000 Gems
Guardians of the Galaxy - 10,715 Units
Guild Wars 2 - 2,000,000 Gems
GURPS - 140,108,846 Gold, 19 Silver, and 13 Copper
Halo - 57,073.82 Credits
Harry Potter - 3,401 Galleons, 6 Sickles, and 4 Knuts
Hatsune Miku: Colorful Stage - 2,916,667 Crystals
High Frontier 4 All - 1 Aqua
HoboWars - 25,000 Points
Home: Adventures with Tip & Oh - 50,283,334 Gleeblos
Honkai: Star Rail - 1,620,180 Stellar Jades or 1,620,180 Oneiric Shards
Hunter × Hunter - 2,916,667 Jenny
Hypixel - 3,375,000 SkyBlock Gems or 2,500,000 Gold or 31,250 Loot Chests
In Time - 3.259 average Gregorian years
Is It Wrong to Try to Pick Up Girls in a Dungeon? - 2,625,000 Vals
Jacksfilms - 138,889 YIAY Tokens
Jetpack Joyride - 250,000,000 Coins
Juego de Tronos - 8,966,966 Gold, 43 Silver, and 1 Copper
Kamen Rider Build - 25,000 Dollark
Keeper of the Lost Cities - 1 Luster
Kingdom Hearts - 18,797 Munny
Kingdom of Loathing - 2,500 Mr. Accessories
Kirby series - 3,125,600 Gem Apples
League of Legends - 3,250,000 Riot Points
LEGO series - 32 Studs
Limbus Company - 1,750,000 Lunacy
Lord of the Rings Online - 2,875,600 LOTRO Points or 359,425 Mithril Coins
Magikarp Jump - 1,250,000 Diamonds
Mario series exact price - 277,778 Mushroom Coins or 277,778 Koopabits
Dr. Mario World - 277,778 Mushroom Coins or 375,000 Diamonds
Super Mario 3D World - 👑👑👑 Lives and 99 Mushroom Coins
3D Mario games - 99 Lives and 49 Mushroom Coins
2D Mario games - 99 Lives and 99 Mushroom Coins
Super Mario Odyssey - 9,999 Mushroom Coins
Super Mario Land 2 - 999 Mushroom Coins
Bowser's Fury - 99 Mushroom Coins
Mario & Luigi: Mario & Luigi: Superstar Saga - play until the part where you win the bet against Prince Peasley
Mario Kart Tour - 37,500 Rubies
Mass Effect - 156250 Credits
Merge Dragons - 625,000 Dragon Gems
Minecraft - 64 Emeralds
Minecraft: Bedrock Edition - 4,250,000 Minecoins
Monster Hunter - 2,625,000 Zeni
Monster Legends - 325,000 Gems
My Little Pony: Friendship is Magic - 2,500 Bits
My Singing Monsters - 500,000 Diamonds
Narnia - 100,000 Lions
Neko Atsume - 1,875,000 Gold Fish
Neopets - 2,500,000 Neocash
New World - 25,000,000 Gold Coins
Nineteen Eighty Four - 25,000.00 Oceanian Dollars
Ninja Kiwi - 625,000 NK Coins
Naruto - 262,500 Ryō
Odd Squad - 25,000 Jackalope Dollars
One Piece - 2,625,000 Belly or 26,250,000,000 Extol
Path of Exile - 6,250,000 Chaos Orbs or 100,000 Exalted Orbs
Pixel Gun 3D - 750,000 Gems
Plants vs. Zombies 2 - 50,000,000 Coins or 250,000 Gems
Pluto Nash - 3 Hillaries
Pocket Trains - 3,000,000 Bux
Pokémon series - 999,999 Pokédollars
Pokémon Go - 1,718,750 Pokécoins
Pokémon Sword and Shield - 175,000 Watts
Pokémon UNITE - 1,531,250 Aeos Gems
Progressbar95 - 125,000 Product Keys
Ratchet & Clank - 38,462 Metal Bolts
Rebuild World - 2,625,000 Aurum
Red Dwarf - 1,308 Dollar Pounds and 25 Pennycents
Rick and Morty - 125,000 Flurbos
Roblox - 2,000,000 Robux
Rocket League - 2,500,000 Credits
Roma - 1,685,519,963 Denarius and 4 Sesterius
Sea of Thieves - 2,291,667 Ancient Coins
Second Life - 8,000,000 Linden Dollars
Shadowrun - 11,208,707,759 Nuyen or 33,626,123,276 Rubles
Slow Life in Another World (I Wish!) - 2,625,000 Nohl
Snow White with the Red Hair - 2,625,000 Dill
Sonic series - 4,556,386 Rings
Sonic Forces: Speed Battle - 2,500,000 Red Star Rings
Spaceballs - 82,667 Space Bucks
Sprawl Trilogy - 1,086,957 New Yen
Spy X Family - 8,203 Dalc and 13 Ostanian Pents
Spyro - 166,667 Gems
Star Trek - 516,235 Federation Credits or 250,000 Darsek
Star Trek (Mari) - 675,676 Renn
Star Trek (United Federation of Planets) - 12,500 Federation Credits
Star Trek: The Next Generation - 15 Bars of Gold-pressed Latinum, 15 Strips, and 6 Slips
Star Wars - 500,000 Galactic Credit Standards
Stardew Valley - 500g
Stormbringer - 186,811,795 Gold, 9 Silver, and 8 Copper
Street Fighter - 3,137 Bison Dollars
Subway Surfers - 225,000,000 Coins or 125,000 Keys
Sword Art Online: Gun Gale Online - 262,500,000 Credits
Team Fortress 2 - 10,000 Keys
Temple Run - 250,000,000 Coins
Terraria - 2 Silver Coins
The Ballad of Rika Strong-Arm - 148 Gold Pieces
The Battle Cats - 750,000 Cat Food
The Binding of Isaac - impossible because you can only hold 99¢
The Elder Scrolls - 11,004 Septim
The Flintstones - 7,813 Clams
The Hitchhiker's Guide to the Galaxy - 428,572 Altarian dollars
The Impossible Game 2 - 2,000,000 Blocks
The Number of the Beast - 25 New Dollars
The Office - 250,000,000 Schrute Bucks
The Sims - 19,380 Simoleons
The Witcher - 83,334 Crowns or 63,452 Orens
Tiny Tower - 7,500,000 Bux
Touhou LostWord - 760,000 God Crystals
Trigun - 90,580 Double Dollars
Truxton King - 17,858 Gavvo
War Robots - 3,000,000 Gold
Warframe - 375,000 Platinum
What Mad Universe - 250,000 Credits
Who Framed Roger Rabbit - 2,808,989 Simoleons
World Flipper - 1,000,000 Lodestar Beads
World of Tanks and
World of Warplanes - 3,418,997,741,500 Gold
World of Warcraft Classic - 2,375,000 Gold
World of Warcraft The Burning Crusade - 3,500,000 Gold Coins
World of Warships - 9,375,000,000 Credits or 6,250,000 Doubloons
Zelda - 999 Rupees
The values are not guaranteed to be accurate. In fact, I have found many cases of contradictory information on the internet. But you don't care about that anyway, do you? This isn't about the exact value anyway. These are all meant to be rough estimates to give you a sense of scale.
The Motivation
I was inspired by
my Pokémon Trans Ally challenge that is about collecting money for a trans person's surgery. If you actually attempt this challenge you'll see that it'll usually be a very long and tedious challenge that will require a lot of experimentation, long-term planning, and doing the same things over and over again for a very long time,
especially if you wanna try this as a speedrun. If the challenge bores you out, well,
that is the point! The challenge is meant to give people with little or no sense of money an impression of how much money this really is! Now, you could argue that this challenge could theoretically be used to visualize
any amount of money, and you would technically be correct, but I still think that a transgender transition is one of the best matches for this challenge because:
- A transition is always only for one person. We aren't talking about a company buying another company or a country investing in more infrastructure. This is something within the realm of a single person so it makes sense to have this be a challenge for a single person or a small group.
- This is not a luxury item like a famous painting or a private jet. Overwhelming scientific evidence proves that this is a medical necessity that trans people require in order to live like the majority of people. It is not something you want but something you need. So you can really say that acquiring all this money is really something that they have to go through. Therefore, unless you are transgender yourself, I would really recommend you to actually play the challenge until the end, even if it takes you years to actually do so. Not for your enjoyment but to acknowledge trans people's struggles and maybe also to protest against the gatekeeping system.
- Unlike people who regularly need medications, the transgender transition is a once-in-a-lifetime thing and is therefore compatible with a challenge that you only play through once and then never again.
- Once your transition is over, it cannot be taken from you.
- It is not possible to request the costs to be paid for you if you can prove that you cannot afford it, meaning the only way to get it is to actually get the money.
- Being trans is not an illness or a disability. Trans people never did anything wrong, neither deliberately nor accidentally. They are simply born with a condition that requires them to get the money. Trans people are therefore as guilt-free as a typical videogame hero.
Do you know anything more expensive that fulfills all those criteria?
The Fun Facts
- If you collect 1,000,000 coins in Super Mario Bros. 2, you win a golden Mario statue. This is actually more money than required for the trans ally challenge!
- If payment by installments were supported by this challenge then the most cumbersome game to do this challenge in would be The Binding of Isaac, because that would require you to send at least 25,253 installments. You would have to max out your money counter every 10¾ hours on average.
- You immediately win the challenge if you try it on a game where the money you start with is already high enough. For example, in the game The Roll Ahead, you play as either Bill Gates or Steve Jobs and you start out with 35 Billion.
- In the game Anti-Monopoly, you win by losing your money. However, if you try this challenge in this game, you'll still have to gain money. This is kinda the opposite of a coinless challenge because where a coinless challenge makes positive money negative, this challenge makes negative money positive.
- Characters like the monk from Crypt of the NecroDancer, Entity from depict1, and Default Dan from Default Dan die upon touching money. Kinda makes you think, doesn't it?
- The purple coins in the Super Mario Galaxy series, the Butz in Kappa Mikey, the Glotkies in Taxi, the coins in Syobon Action, and the Rasbukniks in Li'l Abner are worth nothing.
- If World of Anime Babes was a real game then this challenge would require 1,250,000,000 tokens. As the narrator said: "Big numbers are better, right?" One way to get this money would be by selling like 1,000 in-game outfits.
- If you are playing a game taking place in the medieval time, the challenge would require you to get 411¼ medieval pennies.
- If you wanna make the monetary values more immersive, you can look at how they are depicted in the menu of microtransactions. For example, Clash of Clans groups predefined values of gems into bags, sacks, boxes, and chests that therefore represent specific amounts of gems and could therefore be regarded as higher currency units. For example, 2,500,000 gems fit into 179 chests. Sure, this won't help you with strategizing, but it will certainly make it more interesting for your audience!
- According to this article, this challenge would require you to get 129,058,751 Simeons. Unfortunately, I wasn't able to determine which franchise Simeons are from.
- The Ztars from Mario Party and the Rupoors from The Legend of Zelda are currencies that actually take money away from you, making their exchange rates negative!
- If Terrance & Phillip: Give Us Your Money was a real game then this challenge would require 10,204,200 Canadian Coins. This value was calculated under the assumption that everyone would realize that the cheapest deal is actually the best deal. One way to get this money would be by not playing the game 2,041 times. Oh good, you're already on it. But will you make it within the time limit?
- The values of LEGO Studs were calculated using the value of a human life. If you applied this logic to every game with currency units that are worth ¹⁄₁₀₀ life each then a single one of those currency units would already be enough to win this challenge and if you applied this logic to every game where 10,000 points give you an extra life then this challenge would require you to earn 32 points, but only if there isn't already an in-game currency.
- The fictional currency with the highest inflation rate I could find was in Elbonia, the rate being 1,000,000,000% daily. Despite the high time limit, I would recommend you to hurry with getting enough money there if you even can.
- The average age at the time the RTS Rise of Nations takes place in was roughly 31 years, which would reduce this challenge's time limit to 27 in-game years at most. Which would be about 2.08 real-time seconds according to estimations made by PeanutButterGamer, according to which the time limit for Diablo would be 6 in-game years and the challenge would be impossible for SimAnt.
- For obvious reasons, a society can only survive if its maximum lifespan is at least the minimum age of fertility. Due to precocious puberty, the world records for the youngest biological parents are 9 years for microgametic parents and 5 years and 7 months for macrogametic parents, meaning that the maximum lifespan of any human society must always be at least 9 years. Since 9 years are more than 4 years, it therefore follows that transgender healthcare benefits all possible human societies. Remember this if you ever attempt this challenge on a game that takes place in a society where these values are different for whatever reason, like a society of anthropomorphic animals for example.
- If the average lifespan was less than 4 years then the average lifespan of a trans person would actually be higher than the average lifespan as a whole. This is because trans people who die before the age of 4 would not be included in the statistic, due to being undetectable. If that happens, you'll have to recalculate what the statistic would be.
- Transgender surgery is older than the discovery of Pluto, modern toilet paper, chicken tikka masala, duct tape, ballpoint pens, ciabatta bread, Velcro, and Tupperware.
- The Wumpa Fruit from Crash Bandicoot are also a form of currency, as was revealed in some games. A Wumpa Fruit is worth exactly the same as a piece of gold in Skylanders. Unfortunately, I wasn't able to find out what either of those are worth.
- The most valuable fictional currency that I could find was the Aqua from High Frontier 4 All, which is estimated to be a three-digit million $ amount.
- Team Kirby Clash Deluxe and Super Kirby Clash value Gem Apples differently. I based their value on Super Kirby Clash because Team Kirby Crash Deluxe only lets you purchase a maximum of 3,000 Gem Apples, meaning that Super Kirby Clash would be more practical for purchases over $29.85. Noone would accept a payment of 838 installments if a more practical way of payment is possible.
- This challenge would require 2,500,000 Nuggets in the game PokéHeroes but I didn't add it to the list because it's a fangame and I didn't wanna confuse.
---
/uj If you donate gold in Gaia Online, the company will donate money to charity. I find this mechanic to be a really good idea and I would like to see it more often because it enables players to support the less fortunate without having to donate their own money. Just imagine if every game on this list gave you the option to donate $25,000 worth of in-game money which would then be donated to transgender causes and unlock the Trans Ally achievement! I know it would be very cumbersome to unlock, but completionists would definitely go for it and also, it would be done for a good cause!
---
/rj Did you know you can make it so that
every time an amount of money is shown, its value is converted into transgender transitions?
Simply get
Universal Automatic Currency Converter, then scroll down to
Custom display and enter the following:
Use custom display: ☑
Custom display: ¤ 🏳️⚧️
Custom conversion rate: 0.00004
---
/uj The original post was removed by Reddit's spam filters so I uploaded it again without the links in the list. The original list with the links in them will be in the comments.
submitted by
k819799amvrhtcom to
transgendercirclejerk [link] [comments]
2023.05.31 15:52 Kindly-Trouble7351 Earnico OTO 1 to 5 OTOs Links⚠️Earnico Review All OTOs Upsell Links + Coupon Code
https://www.linkedin.com/pulse/earnico-oto-reviewearnico-upsells-all-otos-upsell-links-login Your Own Products On Your Site as well
WP Plugin For Hooking Up With Your Existing WP Site
WP Theme For Setting Up blog site on your existing domain.
Enable Google Adsense For Generating More Revenue
OTO 2 : Earnico Unlimited($37) –
https://www.linkedin.com/pulse/earnico-oto-reviewearnico-upsells-all-otos-upsell-links-login Unlimited Blogs
Unlimited Sites
Unlimited Niche
Unlimited Traffic & Leads
OTO 3 : Earnico DFY ($67) –
Highly curated top best selling 100 products from Amazon
DFY 100 blogs according to product, just add amazon affiliate key.
OTO 4 : Earnico Reseller ($97) –
https://www.linkedin.com/pulse/earnico-oto-reviewearnico-upsells-all-otos-upsell-links-login Reseller Rights (users will get 100% commissions on selling Earnico)
OTO 5 : Earnico Whitelabel ($297) –
Whitelabel Rights (users can rebrand and resell Earnico, they will get the entire code)
Earnico OTO Review: Complete PROS & CONS
PROS:
Monetization Opportunities
Enhanced User Experience
Wide Range of Niches
Simplified Integration and Management
Data Tracking and Reporting
Additional Revenue Stream
Brand Collaboration Opportunities
Access to Amazon’s Product Catalogue
Seamless Affiliate Link Generation
Support and Resources
CONS:-
https://www.linkedin.com/pulse/earnico-oto-1-5-otos-linksearnico-review-all-upsell-links-coupon ->Technically there is no downside
My Verdict On Earnico OTO Review
Thanks a lot, guys, for checking out my Honest & in-depth Enrico Review till the end, I hope you got enough info regarding this fantastic website Builder.
In summary, Earnico revolutionizes the blogging landscape by combining the power of blogs with Amazon Associate marketing. It provides bloggers with a seamless way to monetize their content by promoting relevant Amazon products. Simultaneously, readers enjoy a comprehensive and engaging experience, gaining access to valuable content while discovering new products.
Earnico’s innovative platform drives sales for Amazon, supports bloggers in generating revenue, and creates a win-win situation for all parties involved.
https://www.linkedin.com/pulse/earnico-oto-1-5-otos-linksearnico-review-all-upsell-links-coupon submitted by
Kindly-Trouble7351 to
u/Kindly-Trouble7351 [link] [comments]
2023.05.31 13:26 BigBlackPeacock Hippogriff 30B Chat
Hippogriff 30B Chat is an experiment that builds on Manticore with new datasets, while removing a few more instruction and chat datasets. It also includes a de-duped subset of the Pygmalion dataset. It also removes all Alpaca style prompts using ### in favor of chat only style prompts using USER:,ASSISTANT: as well as pygmalion/metharme prompting using , and tokens.
[...]
Hippogriff 30B Chat is a Llama 30B model fine-tuned on the following datasets:
- OpenAssistant/oasst1 - cleaned dataset, similar to Guanaco
- synthetic jokes generation and explanation derived from reddit jokes dataset
- synthetic prose generation and rewriting self-chat
- Q&A based on provided context
- self instruct augmented logic_inference_oa
- de-duped pygmalion dataset, filtered down to RP data, cleaned, english only, 25%
- riddle_sense - instruct augmented
- hellaswag, updated for detailed explanations w 30K+ rows
- gsm8k - instruct augmented
- ewof/code-alpaca-instruct-unfiltered synthetic self chat dataset derived from about 1000 rows
- subset of QingyiSi/Alpaca-CoT for roleplay and CoT
- GPTeacher-General-Instruct
- ARC-Easy & ARC-Challenge - instruct augmented for detailed responses, derived from the train split
- hellaswag - 5K row subset of instruct augmented for concise responses, derived from the train split
- metaeval/ScienceQA_text_only - instruct for concise responses
- openai/summarize_from_feedback - instruct augmented tl;dr summarization
Hippogriff differs from Manticore as it does not use the WizardLM, WizardVicuna, Alpaca, or ShareGPT datasets.
Source (HF/fp16): https://huggingface.co/openaccess-ai-collective/hippogriff-30b-chat GPTQ: https://huggingface.co/TheBloke/hippogriff-30b-chat-GPTQ GGML: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML submitted by
BigBlackPeacock to
LocalLLM [link] [comments]
2023.05.31 13:09 diddyece Iberostar Dr Coupon Code
Look at for
Iberostar Dr Coupon Code. When you need the newest coupons and promo codes, that page is the perfect spot to check. They also have current deals available.
submitted by
diddyece to
BonnyOffers [link] [comments]
2023.05.31 12:03 Moar-Digital-360 Mastering the Art of Lead Conversion: Transforming Your Instagram Followers into Loyal Customers
In today's digital landscape, Instagram has emerged as a dynamic platform for businesses to connect with their target audience. However, more than accumulating a large follower count is needed to drive real growth. The value lies in converting those followers into leads—potential customers who have demonstrated a genuine interest in your brand. This comprehensive guide will unveil a treasure trove of strategies and tactics that will empower you to skillfully convert your Instagram followers into valuable leads, propelling your business to new heights.
- Delve Deep into Your Audience's Psyche: Unlocking the key to successful lead conversion starts with thoroughly understanding your target audience. Conduct in-depth research to uncover their demographics, preferences, pain points, and aspirations. With this invaluable insight, you can tailor your content and offers to captivate their hearts and minds.
- Craft Captivating and Tailored Content: To transform your followers into leads, you must offer them a captivating and personalized experience. Seamlessly blend informative and engaging content that educates, entertains, and inspires. Share compelling stories, provide insider perspectives, and unveil exclusive offers that resonate with your audience's needs and desires.
- Irresistible Calls-to-Action (CTAs): Infuse your captions and Instagram Stories with potent and persuasive calls-to-action that leave no room for resistance. Encourage your followers to take the next step by compelling them to click the link in your bio, subscribe to your newsletter, download a free resource, or participate in an exclusive contest. Make your CTAs irresistible, precise, and meticulously aligned with your overarching marketing objectives.
- Harness the Swipe-Up Feature in Instagram Stories: If you've amassed 10,000 or more followers, the swipe-up feature in Instagram Stories becomes your secret weapon. Seize this opportunity to direct your followers to relevant landing pages, thought-provoking blog posts, enticing product pages, or captivating lead-generation forms. Employ visually arresting imagery, persuasive copy, and a specific value proposition to attract your followers to swipe up and take action.
- Exclusivity Breeds Engagement: Everyone adores a sense of exclusivity and the thrill of obtaining something remarkable. Leverage your Instagram presence to offer your followers exclusive discounts, promotions, or limited-time offers. Craft an atmosphere of urgency, making your followers feel privileged to be part of your community. By incorporating trackable links or unique coupon codes, you can effortlessly measure the effectiveness of your offers.
- Ignite Fervor with Contests and Giveaways: Contests and giveaways are potent catalysts for converting followers into leads. Engage and incentivize your followers to participate by liking, commenting, tagging friends, or sharing your content. In return, request their email addresses or other contact information. These valuable leads not only fuel your growth but also amplify your brand's visibility through the power of user-generated content.
- Instagram Ads: Your Gateway to Conversion: Unleash the full potential of Instagram's advertising platform by precisely targeting your desired audience. Create captivating ad campaigns with defined objectives, whether driving traffic to a carefully designed landing page, collecting valuable email addresses, or promoting a standout product. Optimize your ads using Instagram's robust analytics tools, gaining invaluable insights to maximize conversion rates.
- Forge Lasting Connections through Direct Messages: When your followers reach out to you via direct messages, seize this golden opportunity to build meaningful connections. Respond promptly and personally, engaging in authentic conversations, addressing queries, and extending assistance. Cultivating genuine rapport with your followers fosters trust, dramatically increasing the likelihood of converting them into loyal leads.
- Harness the Power of User-Generated Content (UGC): Encourage your followers to become active participants by creating and sharing content featuring your products or services. Curate and showcase this user-generated content on your Instagram feed or Stories, giving credit to the original creators. UGC serves as compelling social proof, demonstrating to your audience that others trust and enjoy your brand. Doing so can attract new followers primed to convert into invaluable leads.
- Analyze, Adapt, and Excel: Never rest on your laurels. Continuously monitor and analyze your Instagram insights and metrics to gauge the effectiveness of your lead conversion strategies. Identify which content, CTAs, and campaigns are generating the most leads. With this invaluable data, adapt your approach to optimize conversion rates, propelling your business to unprecedented success.
Conclusion: Cracking the code of lead conversion on Instagram demands finesse, creativity, and an unwavering commitment to building authentic connections with your audience. By deeply understanding your target audience, crafting compelling content, employing persuasive CTAs, offering exclusive promotions, and actively engaging with your followers, you can convert them into loyal and invaluable leads. Leverage the full potential of Instagram to transform your business as you embark on an exhilarating journey toward sustainable growth and unrivaled success.
This Content is Created By
MOAR Digital 360 submitted by
Moar-Digital-360 to
u/Moar-Digital-360 [link] [comments]
2023.05.31 11:49 Fuuduu Exceptional Hands-On Inpatient Clinical Experience at Jackson Park Hospital, Chicago, facilitated by Mr. Verma.
I recently had the privilege of participating in an inpatient clinical experience at Jackson Park Hospital in Chicago, facilitated by Mr. Verma and his esteemed team. This immersive learning opportunity focused on internal medicine and its various subspecialties. I can confidently say that this experience was nothing short of exceptional, leaving a profound impact on my medical knowledge and professional growth.
From the outset, it was evident that Mr. Verma's company placed great emphasis on providing comprehensive and hands-on training to aspiring medical professionals.
Under Mr. Verma's guidance, the clinical experience offered an ideal balance between theoretical education and practical application. Each day, we were exposed to a diverse range of inpatient cases, allowing us to witness firsthand the complexities and challenges faced by medical professionals. This experiential learning approach was invaluable in honing our diagnostic skills, treatment planning abilities, and the art of patient care.
Moreover, the opportunity to work alongside medical professionals from various subspecialties within internal medicine was an enriching experience. The team comprised experts in cardiology, gastroenterology, pulmonology, nephrology, and more. Witnessing the collaboration and interdisciplinary approach to patient care firsthand expanded our understanding of the interconnectedness of medical fields.
The facilities at Jackson Park Hospital were well-equipped and conducive to learning. The staff was not only highly skilled but also incredibly approachable and willing to share their knowledge. They actively involved us in patient care, allowing us to actively participate in procedures, examinations, and treatment discussions. This hands-on experience was instrumental in bridging the gap between classroom learning and real-world practice.
In summary, the hands-on inpatient clinical experience at Jackson Park Hospital, under the tutelage of Mr. Verma and his company, exceeded my expectations. The exposure to a diverse range of medical cases, the emphasis on active learning, and the supportive environment provided a solid foundation for my professional development. I highly recommend this clinical experience to any medical student or aspiring healthcare professional seeking a transformative learning opportunity in internal medicine and its subspecialties.
If you want to know more about the rotation offered you can email [
[email protected]](mailto:
[email protected]) .
There is also ongoing discount of 100$ for this rotation , you can dm me for coupon code.
submitted by
Fuuduu to
IMGreddit [link] [comments]
2023.05.31 11:05 OverCoder Freelancer DESPERATE for career advice
Me ~9 years of experience, extremely chad coder (trust me, for now)
I have issues focusing/working for anything longer than short bursts
Current job Same client since 2020, at $20/hr.
What I like about this job: - It's no more restricting than a personal hobby project - I can work anytime, however much I want, do whatever I want, pick whatever tech, etc. - My reported work hours are not even monitored - I can skip working 2 weeks and nobody cares - They're seeking funding so their startup may explode with money and thus I get paid a promised
ridiculously high hourly rate - My employer is very VERY helpful to me and has helped me a LOT on personal ends (like paid me an "advance payment" to lift me off imminent homelessness)
"LITERALLY SUFFERING" part:
This job pays $20/hr, and while that's ok-ish: - I moved to HCOL-ish area - My net worth is $0, not even a car or anything besides my computer. - ^ thus: Delayed payment can be literally lethal and fatal -
Statistically, 8h of recorded work hours comes out to like 12h because I can never record in the 30 mins I spent at the toilet because, what's the border between "I decided to stop working now" and "I am still working but something interjected"? Too honest to record anything not me facing VS code - I have come to accept that I can
NEVER (like no way) force myself to work a consistent, high amount of work hours, and unfortunately, my 8h/day streaks and 0h/day streaks average out to like 2h/day overall
TL;DR: My job is sooooooooo good on every end, but I am grieving financially so, so bad.
My options I have a couple of options:
- Find a way (somehow?) to obliterate myself to work more hours (like 6h/day, which comes out to 9h/day allocated for work) consistently for months
- Based on previous attempts, this has extremely low 🤏 probability of working
- I know a person that can find me billion freelancing clients if I build a good portfolio (which I don't have because all of my work is private), no idea what this means?
- I have a startup idea that I really, really think it would work out (because I worked for failures), but I am too broke to launch it, and there's ultra-rich competitors around that can eat my niche too quickly than I could manage with zero funds
- I can try to seek a full-time job that's $80k-120k, but the commute is probably 1.5-2 hours roundtrip to the city, so that's 10 hours of "work" to get a consistent pay
I am mentally exploding and I feel like I want a full time job, but I feel like I am depriving myself from a billion benefits, to achieve ONE thing: - Consistent, higher pay
What do I do? Do I really have to give up ALL of the marvelous benefits I have to stop living in poverty? Do you guys have
any other ideas about what I should do?
Like I am afraid to apply to a job and suddenly, SURPRISE SURPRISE, you forgot why a full time job is horrible because you've been freelancing for ages, and now you'll remember.
submitted by
OverCoder to
cscareerquestions [link] [comments]