TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What do you want or not want to see in developer newsletters?

3 pointsby shreythecrayover 1 year ago
Most (if not all) dev tool companies have developer newsletters for marketing content, and I&#x27;m tired of having my inbox filled with a bunch of emails that I almost never read and almost always have to unsubscribe.<p>But as someone who works closely with marketing teams, I also want to find the right feedback to share with them about how to effectively make their developer newsletters more interesting and impactful.<p>So what are your thoughts? - What do you want to see in newsletters? - What do you never want to see in newsletters?

3 comments

spartanatreyuover 1 year ago
I DO NOT want to see any articles that have no tech in them.<p>That means:<p>- No articles that with analogies that don&#x27;t say anything of value.<p>- No articles full of some random person&#x27;s journey.<p>- No marketingspeak. If marketers don&#x27;t understand the tech in the first place, they shouldn&#x27;t be trying to write about it, let alone trying to pad something out to a word limit.<p>- No hopes and dreams. Marketers want to promise anything and everything. Real progress is made incrementally, when it&#x27;s done. Markets should instead write about interesting anecdotes we find along the way.<p>- No standard issue times. Value is sometimes spread out, and sometimes clustered together. Issues should match real value, not an interval. Otherwise you end up saying nothing when there is nothing to say, and miss out when there is something worth saying.<p>If you want to show something to marketers, show them some videos of Sabine Hossenfelder ripping apart yet another bullshit marketing press release or argument about a popular topic. (Personally I&#x27;d recommend her video on fusion) You don&#x27;t need to know the science before hand, because she&#x27;ll explain what the science actually is, and why the press release and other marketing is wrong. Make a list of every kind of trope those press releases fall into and turn them into a checklist of what to avoid for your own releases.
Communitivityover 1 year ago
I would like to see not just code, but also a discussion of the tradeoff decisions made when creating that code, and a discussion of what could be done or looked at next.<p>Even with an example written for an article, if it&#x27;s non-trivial then there will have been trade-off design decisions. In some ways, understanding the reasoning behind tradeoff decisions to make when using an SDK is more important than an example that shows me what arguments to use when calling a specific function.<p>For example, you have an article about Python and your checking the size of the array. Don&#x27;t just tell me it&#x27;s len(my_array), explain the decision to do that.<p>As an aside in case your interested, as I understand it the reasoning is to implement length via a strategy pattern: any object which has a concept of length can implement a __len__ method, and len() will then use that method to get the length, which allows a lot more flexibility without having multiple ways to do length.
altdatasellerover 1 year ago
I want to see deep research and lots of data. I want to see insights that nobody else is publishing. Deep insights