caddyserver vs nginx anyone? Is the primary draw the API based configuration mechanism?

well that blows!

matigo.ca.

Oh! Text replacements! In Mac I've setup these… screen shot 2021-01-25 at 8.52.42 pm

matigo.ca.

fonts-noto-color-emoji package does a good job of it. You can try texlive-fonts-extra too. It has too many extra fonts, but that's good in a way :)

matigo.ca.

does she bark at you to show that annoyance?

matigo.ca.

I don't yet understand k8s. I should dive into how it can help me run hundreds of container-bsed jobs…

AWS Batch looks interesting! I'll check it out!

jws.10centuries.org.

a tool to run any repetitive computing tasks and reporting on the results. There are tools like AWS SQS - which is a message queuing system, but it needs further work to actually do something with the messages. There's python celery (https://pypi.org/project/celery/) which is a solution to do task queueing, but I don't want to do infrastructure for that. I'd rather have it prebuilt.

Plus, what I'm looking for is a way to send a task to a queue in the cloud, and the task is essentially "run this docker container with these parameters" over and over.

variablepulserate.10centuries.org.

I need a task execution system which runs tasks in standalone containers in the cloud. Anybody have any tutorials I can follow?