The hottest Lists Substack posts right now

And their main takeaways
Category
Top Art & Illustration Topics
Weight and Healthcare β€’ 579 implied HN points β€’ 09 Mar 24
  1. To find a weight-neutral healthcare provider, look for terms like weight-neutral, weight-inclusive, anti-diet, and Health at Every Size(tm).
  2. Utilize lists of vetted providers from organizations like ASDAH, Mary Lambert, Christy Harrison, and Jen McLellan.
  3. You can also ask in fat-positive groups for referrals, call ahead to inquire about weight-neutral care, or discuss your preferences with your current provider.
Men Yell at Me β€’ 118 implied HN points β€’ 09 Dec 24
  1. End-of-year lists are popular and fun to create. They often reflect personal tastes and opinions.
  2. People enjoy sharing their favorite books, movies, and TV shows from the year. It’s a great way to connect with others.
  3. Creating a personal 'best of' list can be a rewarding way to reflect on what you enjoyed and learned throughout the year.
Get a weekly roundup of the best Substack posts, by hacker news affinity:
Technology Made Simple β€’ 39 implied HN points β€’ 08 Apr 22
  1. The problem revolves around maximizing the average pass ratio in multiple classes by strategically assigning extra students
  2. The key is to calculate the gain from adding a single extra student to each class and then determine which class benefits the most
  3. Breaking down complex problems into specific well-defined subproblems can make them more manageable and easier to solve
Technology Made Simple β€’ 19 implied HN points β€’ 18 Mar 22
  1. The problem involves arranging coins in a staircase with specific row numbers, and the solution focuses on finding the maximum number of complete rows that can be built.
  2. The solution involves analyzing the input (number of coins) and output (number of complete rows), and working through a simple approach using math to determine the complete rows.
  3. To improve the solution further, simplifications can be made to optimize the algorithm, aiming for a faster runtime complexity close to square root of n.
Technology Made Simple β€’ 19 implied HN points β€’ 16 Mar 22
  1. Optimal solutions in coding interviews can impress interviewers and require O(1) time and space complexity.
  2. In a coding problem like this one involving arranging coins in a staircase, understanding the complete rows and incomplete rows is key to solving it.
  3. Preparation for coding interviews, like practicing on Leetcode, can help in tackling similar problems and improving problem-solving skills.