Earlier quoted context omitted.
The default branch on GitHub has been main for over 2 years. https://github.blog/changelog/2020-10-01-the-default-branch-...
I thought the change from "master" to "main" was silly and didn't actually help fight racism, but if you're still butthurt about it two years later, it means you're a racist.
Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
321–330 of 336 posts
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#322I'm still using the old way: "crontab -e" inside the same EC2 where I run the app. In case of failure I automatically send an email to me. This is the easiest scenario in case you already have an EC2 for some other things that is already running. Instead, from scratch (no EC2), I'd probably use Lambda.
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#323Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#324Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#325Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#326Earlier quoted context omitted.
I thought the change from "master" to "main" was silly and didn't actually help fight racism, but if you're still butthurt about it two years later, it means you're a racist.
Could you please stop posting unsubstantive and/or flamebait comments? It's not what this site is for, and destroys what it is for. https://news.ycombinator.com/newsguidelines.html
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#327Earlier quoted context omitted.
I thought the change from "master" to "main" was silly and didn't actually help fight racism, but if you're still butthurt about it two years later, it means you're a racist.
Even if you ignore the racism aspect, "main" is shorter, flows more naturally from the fingers, and is more semantically correct. The world is objectively a better place now.
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#328Earlier quoted context omitted.
The default branch on GitHub has been main for over 2 years. https://github.blog/changelog/2020-10-01-the-default-branch-...
I thought the change from "master" to "main" was silly and didn't actually help fight racism, but if you're still butthurt about it two years later, it means you're a racist.
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#329Earlier quoted context omitted.
Could you please stop posting unsubstantive and/or flamebait comments? It's not what this site is for, and destroys what it is for. https://news.ycombinator.com/newsguidelines.html
I'm being flagged for replying to someone who replied to a racist and agreeing that racism is bad? Whatever man, it's your site and you can moderate it how you want, but I don't think it's a good policy.
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#330Zero infrastructure to manage, only write your script (in Dark, for that matter).