The hottest Substack posts of Lucca's Blog

And their main takeaways
39 implied HN points 25 Oct 21
  1. Succession TV show has superb writing with logical character arcs
  2. In a bear hug takeover, a tempting offer is made to acquire a company without consent
  3. Using a 'poison pill', companies can issue new shares to fend off acquisition attempts
78 implied HN points 18 Aug 20
  1. The problem of calculating the median of a stream of numbers is considered classic and challenging in interviews.
  2. There are different approaches to solving the streaming median problem, with varying efficiency and elegance.
  3. The most optimized solution involves using max-heap and min-heap data structures to maintain the medians efficiently.