Live data from Hacker News

Morning Cup of Coding – A curated daily newsletter for programmers of all fields

morningcupofcoding.com

31–40 of 60 posts

Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields

#33
I'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 most articles about front-end dev not that interesting.

However, there are more than enough more "fundamental" articles in it every week. Whether it is about computer graphics, language theory or something about quantum computing, it is generally a nice mix. And I like that you can vote on the emails whether you like them or not (I don't know if this does anything but the idea is nice).

Oh, and I think that the "I already read this one on Hackernews or /r/programming" is pretty low.

Keep it up, Pek

Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields

#34

I'm unable to get the domain name to resolve, Chrome's telling me the IP address for www.humanreadablemag.com can't be found. Is anyone else getting this?

Try this: https://www.humanreadablemag.com/morningcupofcoding

I think I messed up the DNS settings.

Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields

#35

I'm unable to get the domain name to resolve, Chrome's telling me the IP address for www.humanreadablemag.com can't be found. Is anyone else getting this?

Try this: https://www.humanreadablemag.com/morningcupofcoding I think I messed up the DNS settings.

Still not working for me.

Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields

#36

There 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.

Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields

#37

I'm unable to get the domain name to resolve, Chrome's telling me the IP address for www.humanreadablemag.com can't be found. Is anyone else getting this?

Try this: https://www.humanreadablemag.com/morningcupofcoding I think I messed up the DNS settings.

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, it should propagate quickly.

Also, non-www links, i.e. humanreadablemag.com, redirects to www. This is normally recommended, but since it’s the DNS records for www that’s broken, it does make it impossible to read the site at present.

Until you fix your DNS, anyone could add these lines to their /etc/hosts file to make your site accessible for them:

  198.185.159.145 www.humanreadablemag.com
  198.185.159.144 www.humanreadablemag.com
  198.49.23.144 www.humanreadablemag.com
  198.49.23.145 www.humanreadablemag.com

Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields

#38

There 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 only one I look forward to every week is TechLoaf: https://www.techloaf.io/ Probably not exactly what you were looking for though. :)

Hey, that's my newsletter!

Glad you're a fan, and always excited to see my extremely lo-tech baby get love on HN.

I'll send you some swag - reply to any of the emails.

Proud you're standing with The Loaf in this crowded Weekly Newsletter as a Service (WNaaS) space.

Lo-tech archive:

https://us17.campaign-archive.com/home/?u=14538d8f8591165977...

Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields

#39

There 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.

What other ways do you get newsletters? Twitter? SMS? ???

Re: Morning Cup of Coding – A curated daily newsletter for programmers of all fields

#40

Earlier quoted context omitted.

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.

What other ways do you get newsletters? Twitter? SMS? ???

My preferred format for getting newsletters, blog posts, and other news is RSS. I use Feedly along with Reeder on macOS.
Post reply on HN