The hottest Persistence Substack posts right now

And their main takeaways
Category
Top Faith & Spirituality Topics
10x your mind 139 implied HN points 17 Aug 23
  1. Passion can fuel determination and grit, even in the face of challenges. Enjoying what you're doing can be a powerful motivator to keep going.
  2. Consistent practice and effort lead to progress and success. Embracing failures as part of the learning process is key.
  3. Obstacles become easier to overcome when you have a genuine passion for what you're pursuing. Passion acts as a resilience booster.
Get a weekly roundup of the best Substack posts, by hacker news affinity:
Human Programming 14 implied HN points 12 Sep 23
  1. The project required combining different prototypes into a single web app with shared state, using React and the React Flow library for stability and maintainability.
  2. Integrating p5 code with React required using Valtio proxies to share state, allowing React to subscribe to changes in the global variable.
  3. Persisting constructions involved serializing JavaScript classes for storage options like browser localstorage, URL encoding, and user's filesystem.