Morning Cup of Coding – A curated daily newsletter for programmers of all fields
51–60 of 60 posts
Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields
#52I’ve been following this for sometime but it’s gotten tedious. I’d love a weekly digest option too. There are a lot of days when I skip the morning mail and then 15-20 of these are backlogged.
I hear you. I am working on the backend to make this possible, but it's a little bit more complicated than I originally estimated.
Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields
#53Earlier quoted context omitted.
> There are a lot of these newsletters at the moment. I’m not sure how to differentiate them. So, you wanted a curated list of newsletters which provide curated lists?
Yes. But how do I know you're any good at making that list?
Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields
#54Earlier quoted context omitted.
Thank you so much for your kind words. Indeed, because of our limited resources, we are only able to share 3 articles per issue, which has a high probability for all of them to be a "miss". We are making moves to grow, and hopefully that means more articles per issue and thus more value to our readers. I am also very glad that you find the number of articles found in Hackernews and Reddit is low. That means that my t…
Thank you for doing this, I've found the newsletter refreshing and, even if the handful of articles aren't my cup of tea, they aren't retreads of stuff I see elsewhere. Programming language of the day is an especially deep well of stuff I've never heard of. Even though I'll likely never use any but the most mainstream of languages, it is always interesting to see what pops up.
Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields
#55There are a lot of these newsletters at the moment. I’m not sure how to differentiate them. Does anyone have a list of the ones particularly worth following?
The ones that give you other ways to subscribe besides email, is how I differentiate. I am not interested in getting articles in my email, it's for correspondence only.
I don't promote it much because it has some disadvantages from my end, but I see the value in RSS. Hell, I rely on them to make each issue.
Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields
#56Earlier quoted context omitted.
Both name servers for humanreadablemag.com, when asked about www.humanreadablemag.com, returns two CNAME records, leading to different names: www.humanreadablemag.com. 900 IN CNAME humanreadablemag.com. www.humanreadablemag.com. 900 IN CNAME ext-cust.squarespace.com. This is not even allowed by the DNS RFC’s, so I don’t know how you even managed to do this. Fortunately the TTL is only 15 minutes, so when you fix it,…
So, the squarespace one I think was automatically added when I connected my account to it. The "humanreadablemag.com" one I guess was there before I connected squarespace and is used for "www". I guess I should delete the latter? I don't want to do anything stupid and bring the site down :/
Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields
#57I'm subscribed to this for a few months now and I must say that in general I'm pretty positive about it. However, it is usually a mixed bag of topics and the perceived quality -- or actually how much I enjoy reading the curated articles -- differs from day to day. Some days it is just a collection of "I did this thing in Typescript/Vue/React" type of articles and it just happens to be my preference that I dont find m…
If you don't enjoy `"I did this thing in Typescript/Vue/React" type of articles` you may like my news letter: https://betterdev.link . It's a bit broad and focus more on OpsSide, general knowledge on programming than how-to style article.
Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields
#58Earlier quoted context omitted.
So, the squarespace one I think was automatically added when I connected my account to it. The "humanreadablemag.com" one I guess was there before I connected squarespace and is used for "www". I guess I should delete the latter? I don't want to do anything stupid and bring the site down :/
As far as I can tell, you can delete either one of the CNAME records, since both of their targets have the same set of A records. But if you really want to be sure, your hosting provider (Squarespace in this case) should have explicit instructions on how to configure your DNS records.
Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields
#59Earlier quoted context omitted.
As far as I can tell, you can delete either one of the CNAME records, since both of their targets have the same set of A records. But if you really want to be sure, your hosting provider (Squarespace in this case) should have explicit instructions on how to configure your DNS records.
I removed the non-squarespace one and everything seems fine. How do I check if the issue you found is resolved?
dig +norecurse +nocmd +noall +answer @ns1.hover.com www.humanreadablemag.com
Or, if you like, https://zonemaster.net/Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields
#60Earlier quoted context omitted.
If you don't enjoy `"I did this thing in Typescript/Vue/React" type of articles` you may like my news letter: https://betterdev.link . It's a bit broad and focus more on OpsSide, general knowledge on programming than how-to style article.
Of all the programming newsletters I have subscribed, yours is one of the most informative out there. Thanks for creating it and keep up the great work.