The hottest Patterns Substack posts right now

And their main takeaways
Category
Top Science Topics
Elena's Growth Scoop β€’ 1513 implied HN points β€’ 09 May 23
  1. Using established design patterns from successful companies can be a smart strategy for growth.
  2. Key elements of effective growth designs include clear CTAs, profiling in onboarding, and compelling invitation emails.
  3. Learn from examples like Notion, Asana, Miro, and Slack to improve your own design strategies.
SBJournal β€’ 157 implied HN points β€’ 17 Jan 24
  1. A dress is a complete outfit in one garment; it's about utility and style.
  2. Classic dress silhouettes like the A-line and sheath are timeless and versatile.
  3. Different dress styles require specific sewing techniques and tools, such as special needles for knits or a serger for speed and neat finishes.
Software Design: Tidy First? β€’ 45 HN points β€’ 14 Feb 24
  1. Finding patterns in tasks like programming, music, and poker can be intensely satisfying and enjoyable.
  2. Music is full of patterns that can be discovered and enjoyed, especially through improvisation and communication.
  3. Seeing patterns in different activities like programming, music, and poker can lead to moments of satisfaction, indicating a brain wired to crave order and appreciate pattern recognition.
Things I Didn't Learn in School β€’ 137 implied HN points β€’ 22 Sep 23
  1. Pattern recognition is crucial for accurately understanding and investing well.
  2. Human folly, whether by a CEO or political leader, can lead to negative outcomes like war or monetary problems.
  3. Cultural attitudes towards modernity can be measured through different indicators, like acceptance of homosexuality.
Overthinking Everything β€’ 349 implied HN points β€’ 19 Feb 23
  1. The theory of evolution explains the existence, creation, and extinction of things based on modifications and combinations of existing entities.
  2. Evolutionary processes are not confined to biological organisms but also apply to technologies, ideas (memes), and even inanimate objects like rocks.
  3. Understanding evolutionary theory can help in generating plausible explanations for how things came to be and in devising actions to shape the desired outcomes.
Get a weekly roundup of the best Substack posts, by hacker news affinity:
Blog System/5 β€’ 4 HN points β€’ 09 Mar 24
  1. The 'new type' idiom in programming involves wrapping native types in domain-specific types to prevent errors when passing values to external APIs.
  2. Avoid using primitive types like integers or strings directly in your code base by creating new types like `Username` and `Size` for better code structure.
  3. Adopting the 'new type' pattern can help prevent production outages by catching issues like function argument swaps early on and enforcing correct usage through type safety.
Cristian’s Substack β€’ 39 implied HN points β€’ 10 Apr 23
  1. Back-end for Front-end (BFF) pattern helps reduce front-end complexity by acting as an interface between front-end and microservices/APIs.
  2. BFF pattern separates front-end requirements from back-end concerns, making the application easier to maintain and more resilient to API changes.
  3. Implementing BFF pattern can improve error handling, maintainability, and performance in an ecommerce platform by allowing for better control over API consumption and reducing network steps.
Notices to three friends β€’ 1 implied HN point β€’ 14 Dec 23
  1. Classifiers in AI can identify objects based on superficial, correlated properties, rather than intrinsic characteristics.
  2. Machine learning methods are effective at finding these properties because they operate in a vast space of properties and can test them statistically.
  3. Humans differ from AI models in our ability to go beyond superficial correlations and strive to discover the truth by discarding existing categories.